Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

intermittent issue with UTL_FILE

sandeepgupta_18Nov 16 2022

Hi All,
we have been using multiple pl/sql scripts or code those creates file using utl_file but from last 2 months we are seeing intermittent issue when ever code runs it shows error "Can not open File" once this errror starts occuring all scripts/jobs/queries those creates files using utl_file shows same error . this keeps happening for one or two hours after that everything come back to normal.
can anyone advise what could be the reason for this intermittent issue
Oracle version is 19c
below is the error

ORA-29282: invalid file ID
ORA-06512: at "SYS.UTL_FILE", line 878
ORA-06512: at line 687
ORA-29283: invalid file operation: cannot open file [29435]
ORA-06512: at "SYS.UTL_FILE", line 536
ORA-06512: at "SYS.UTL_FILE", line 41
ORA-06512: at "SYS.UTL_FILE", line 478
ORA-06512: at line 346
ORA-06512: at line 1048
29282. 00000 - "invalid file ID"
*Cause: A file ID handle was specified for which no corresponding
open file exists.
*Action: Verify that the file ID handle is a value returned from a
call to UTL_FILE.FOPEN.

Comments

budachst

Hi Naresh,

try logging into eDeliveriy like this:

https://edelivery.oracle.com/linux

That should take you where want to go.

Cheers,

budy

P.S. I just tried that myself and noted that this will taker you to the new Oracle download cloud. There <ou will have to search for OVM Server, which will also include a download link to OVM Manager 3.3.3 - whichg is what you want to use anyway. Don't even get started with 3.3.1…

1 - 1

Post Details

Added on Nov 16 2022
0 comments
39 views