FND_FILE.LOG' must be declared
Hi,
On 11.5.10.2 and DB 11.2.0.4
I follow this metalink note: 261693.1
In which it is suggested to run:
Check if you can write a file directly using FND_FILE:
SQL> exec FND_FILE.PUT_LINE(FND_FILE.LOG, 'THIS IS A TEST');
My first question is with which user I should run: apps, system, sys?
Seconde question: I receive the following errors with apps or system:
sqlplus apps
SQL> exec FND_FILE.PUT_LINE(FND_FILE_08Mars21.LOG, 'THIS IS A TEST');
BEGIN FND_FILE.PUT_LINE(FND_FILE_08Mars21.LOG, 'THIS IS A TEST'); END;
ERROR at line 1:
ORA-06550: line 1, column 25: