Linux下如何连接Oracle数据库

1、su - oracle

2、lsnrctl start 

3、sqlplus /nolog 

4、conn username/password

5、select * from table;

6、如果是update 的话要commit;

原文地址:https://www.cnblogs.com/tuanz/p/14107535.html