First Commit - Source Code from Reply
This commit is contained in:
29
dbcmnpsrc/FE/mnpapp/script/dbUpDate/KitAprile06/dbcgo.sql
Normal file
29
dbcmnpsrc/FE/mnpapp/script/dbUpDate/KitAprile06/dbcgo.sql
Normal file
@@ -0,0 +1,29 @@
|
||||
--execute as DBCGO
|
||||
|
||||
spool /mnpapp/log/script/dbcgo200604.log;
|
||||
|
||||
-----------------------------
|
||||
--CREATE/MODIFY OBJECT
|
||||
|
||||
@@dbcgoDDL.sql
|
||||
|
||||
-----------------------------
|
||||
--INSERT/UPDATE DATA
|
||||
|
||||
@@dbcgoDML.sql
|
||||
|
||||
-----------------------------
|
||||
-- PING PONG DATA
|
||||
|
||||
@@infasa_pp.sql
|
||||
|
||||
-----------------------------
|
||||
--COMPILE PROCEDURE
|
||||
|
||||
@/mnpapp/dbcgo/script/procedure/dbcgo/Util.jsp
|
||||
show err
|
||||
|
||||
@/mnpapp/dbcgo/script/procedure/dbcgo/DWHT.pkg
|
||||
show err
|
||||
|
||||
spool off;
|
||||
Reference in New Issue
Block a user