Is it possible to do something like this? $ sqlplus -s user/pass \"select 1 from dual\" or $ echo \"select 1 from dual\" | sqlplus -s user/pass
I\'m using SQL Plus 11.1.0.6.0 to run a script that performs batch inserts into an Oracle 10g db. The problem i noticed is when inserting some 开发者_如何学JAVAcode string into a clob field that has s
这篇文章主要介绍了使用sqlplus创建DDL和DML操作技巧,非常不错,具有参考借鉴价值,需要的朋友可以参考下