首页 > 代码库 > sqlplus批量执行脚本日志输出
sqlplus批量执行脚本日志输出
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;
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;
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。