文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>shell 执行oracle sql脚本

shell 执行oracle sql脚本

时间:2006-12-31  来源:ghbspecial

      [oracle@test tmp]$ more sql
#!/bin/sh
sqlplus test/[email protected] << EOF
@/tmp/sqlcreate.sql
exit;
EOF
  [oracle@test tmp]$ more /tmp/sqlcreate.sql
create table test6 (id number);
insert into test6 values (1);
相关阅读 更多 +
排行榜 更多 +
冰封前线1941无限金币版

冰封前线1941无限金币版

策略塔防 下载
头文字d公路传说手机版

头文字d公路传说手机版

模拟经营 下载
火车站模拟器手机版

火车站模拟器手机版

模拟经营 下载