用批处理直接增删改查oracle数据库
用批处理直接调用sql/plus对数据库进行直连
insert into test values(sysdate)delete from testcommit;exit
?
这样就可以了,在sql/plus中可以通过@sql脚本的方式直接调用sql脚本