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