ORACLE 10g RAC and UTL_FILE
583343Aug 7 2009 — edited Aug 7 2009Hi
I have a piece of code which works perfectly fine on a non RAC DB but I need to deploy this code on a RAC installation.
I am trying to create some files using UTL_FILE package functions on a RAC DB but I am getting below error: -
ORA-29283: invalid file operation
ORA-06512: at "SYS.UTL_FILE", line 29
ORA-06512: at "SYS.UTL_FILE", line 473
ORA-29283: invalid file operation
ORA-06512: at "OCSG.GENERATE_CDRFILE", line 115
ORA-06512: at line 12
Can anyone please help?