Hi,
I appreciate it very much if someone can tell me how to go around ORACLE spool restriction. I want to run a script that spools to a file using dbms_output.put_line function.
However, spool has a limit and it stopped throwing text to the file after sometime. I checked ORACLE environment and saw that trimspool is max set to 2000 char.
I tried using UTL_FILE package but with no avail since I have to set
utl_file_dir = 'C:\' in the INIT.ORA file, but I do not see this file on my machine and got stuck here.
I appreciate it very much if someone can tell me how to go around ORACLE spool restriction. I want to run a script that spools to a file using dbms_output.put_line function.
However, spool has a limit and it stopped throwing text to the file after sometime. I checked ORACLE environment and saw that trimspool is max set to 2000 char.
I tried using UTL_FILE package but with no avail since I have to set
utl_file_dir = 'C:\' in the INIT.ORA file, but I do not see this file on my machine and got stuck here.