Linux下如何连接Oracle数据库

1、su - oracle

2、lsnrctl start 

3、sqlplus /nolog 

4、conn username/password

5、select * from table;

6、如果是update 的话要commit;

posted @ 2020-12-09 11:14  tuanz  阅读(10485)  评论(0编辑  收藏  举报