1、su - oracle
2、lsnrctl start
3、sqlplus /nolog
4、conn username/password
5、select * from table;
6、如果是update 的话要commit;