|
-
Solution Here --
Hi,
I got solution, just put "set termout off" in the spool script file, then all output result will not be display on the output file.
for example:
try.sql
-- set termout off;
spool t.txt;
select empno from emp;
spool off;
set termout on;
The call @try.sql through OEM job. Then the output size will not go beyond 2M.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|