$sqlplus scott/tiger
SQL>create table tbs_test(id number primary key,name varcher2(32));
SQL>insert into tbs_test(id,name) values(01,’lili’);
SQL>commit;
$sqlplus scott/tiger
SQL>select count(*) from tbs_test;
本文转自 baiying 51CTO博客,原文链接:http://blog.51cto.com/baiying/646459,如需转载请自行联系原作者