Apps Tech Notes
Tuesday, 11 November 2014
Sql Script for Running from Back end Scripts
Set serveroutput on;
Set timing on;
Set echo on;
Set feedback on;
spool xxx.lst
.
.
.
COMMIT;
spool off;
exit;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment