软讯网络 > 操作系统 > Windows98/ME > shell 执行oracle sql脚本
【标 题】:shell 执行oracle sql脚本
【关键字】:
shell,oracle,sql
【来 源】:http://www.cublog.cn/u/11765/showart.php?id=224354
shell 执行oracle sql脚本
[oracle@test tmp]$ more /tmp/sqlcreate.sql
create table test6 (id number);
insert into test6 values (1);