ITPUB个人空间 »
VeryData的个人空间
欢迎访问 VeryData 的个人空间
收藏帖
-
2008-04-22 09:49:24 / Oracle数据库管理
SQL> desc scott.testNameNull?Type----------------------------------------- -------- -------------------------NAMEVARCHAR2(5)IP_ADDRVARCHAR2(100)session 1:SQL> insert into scott.test values('test','127.0.0.1');1 row created.session 2:SQL> select * from scott.test;no rows selectedStatistics---------------------------------
查看(525)
评论(14)
-
2008-04-18 17:53:43 / Oracle数据库管理
sqlplus -s 1>&2 >> /dev/null &2 >> /dev/null ' is whether fail or succeed, the error message will not show on the screenbut i have no idea about the -s and the]
查看(258)
评论(3)