17 lines
244 B
SQL
17 lines
244 B
SQL
--execute as DBC
|
|
|
|
spool /mnpapp/log/script/dwh_KS7_2013.log;
|
|
|
|
-----------------------------
|
|
--CREATE/MODIFY OBJECT
|
|
|
|
@@dwhDDL.sql
|
|
|
|
-----------------------------
|
|
--INSERT/UPDATE DATA
|
|
|
|
@@dwhDML.sql
|
|
|
|
-----------------------------
|
|
commit;
|
|
spool off; |