ORA-22290: operation would exceed the maximum number of opened files or LOBs ' in 'PLSQLCLOB' API
Hi ,
In 12.1.3 .We are writing a .xls file using (UTL_FILE) and we are closing it using (UTL_FILE.fclose (v_file))after writing the file and putting it in a directory .we are getting the above error in workflow when we process any offer which creates file using UTL_FILE.
And this has happened for only one offer and not able to replicate this.
Currently SESSION_MAX_OPEN_FILES is set to 10 in system.
Any idea about this error and root cause will be really helpful.
Thank you.
Regards,
John