ORA-48133: file descriptor has already been opened [string
] [string]What triggered the Error:
The specified file descriptor has already been opened.What should we do to fix it:
Do not open a file that has previously been opened, or check your code to make sure you are cleaning up a file descriptor that is being reused correctly.