Unexpected error: ORA-20100: File o3168983.tmp creation for FND_FILE failed.
Getting error (Unexpected error: ORA-20100: File o3168983.tmp creation for FND_FILE failed.) on 11i instance.
>>$APPLPTMP and utl_file_dir are same and r/w permissions are set to 777
>>executed procedure exec FND_FILE.PUT_LINE(FND_FILE.LOG, 'THIS IS A TEST'); -===NO file getting created
Someone recommended bounce DB and APP will solve the error. Is this the only option ?
Please suggest.