Large LOG FIle Causing Problem? [message #674600] |
Tue, 05 February 2019 04:48 |
|
vaibhav15211
Messages: 38 Registered: August 2012 Location: Hyderabad
|
Member |
|
|
Hello,
I am having a concurrent program, which I am running 2 times for different set of parameters.
Parameter Set 1 : Generates a log file which is small around 3000 lines. Program is completing successfully.
Parameter Set 2 : Generates a log file which is huge around 100 k lines. Program is completing in error with :
Cause: FDPSTP failed due to ORA-29283: invalid file operation
ORA-06512: at "SYS.UTL_FILE", line 536
ORA-29283: invalid file operation
ORA-06512: at "APPS.ERROR_HANDLER", line 2299
There are no file read write operations happening in the code.
Any suggestions what could be the issue?
Thanks,
Vaibhav
|
|
|
|
|
|
|