sqlplus批量执行脚本日志输出

时间:2014-07-26 15:42:11   收藏:0   阅读:1364
spool d:\eagle2_2014_5_9_init.log;
set feedback off;
set define off;
prompt -----初始化数据 start---
@D :\projects\Eagle_V2\04Code\v2.0\eagle2\resources\database\full\coc\coc-initialize.sql
@D :\projects\Eagle_V2\04Code\v2.0\eagle2\resources\database\full\dac\dac-initialize.sql
@D :\projects\Eagle_V2\04Code\v2.0\eagle2\resources\database\full\llt\llt-initialize.sql
@D :\projects\Eagle_V2\04Code\v2.0\eagle2\resources\database\full\lls\lls-initialize.sql
@D :\projects\Eagle_V2\04Code\v2.0\eagle2\resources\database\full\lla\lla-initialize.sql
@D:\projects\Eagle_V2\04Code\v2.0\eagle2\resources\database\full\des\des-initialize.sql
@D:\projects\Eagle_V2\04Code\v2.0\eagle2\resources\database\full\rdc\rdc-initialize.sql
@D:\projects\Eagle_V2\04Code\v2.0\eagle2\resources\database\full\etl\etl-initialize.sql
@D:\projects\Eagle_V2\04Code\v2.0\eagle2\resources\database\full\rdc\rdc-business-eagle2.sql
@D:\projects\Eagle_V2\04Code\v2.0\eagle2\resources\database\full\dac\bam\bam-initialize.sql
@D:\projects\Eagle_V2\04Code\v2.0\eagle2\resources\database\full\dac\bam\bam-sd-initialize.sql
@D:\projects\Eagle_V2\04Code\v2.0\eagle2\resources\database\full\rvm\rvm-initialize.sql
prompt -----初始化数据 end---
prompt done;
spool off;

sqlplus批量执行脚本日志输出,布布扣,bubuko.com

原文:http://my.oschina.net/kkrgwbj/blog/295052

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!