Ihave specified in the parameter
utl_file_dir=/ora4/oracle/download
Every thing is going on fine.but when the number of files comes to 50 .it stops writing.
what is the work around.
Printable View
Ihave specified in the parameter
utl_file_dir=/ora4/oracle/download
Every thing is going on fine.but when the number of files comes to 50 .it stops writing.
what is the work around.
According to Oracle documentation, the maximum number of files you can have open at once is 50. The only workaround is to close some files before you try to open others.