PLS:00201: identifier 'FND_FILE.LOG' must be declared


Solution steps.

 SQL> show user;

USER is "APPS"

SQL>GRANT execute ON APPS.FND_FILE TO cust_schema;

SQL> show user;

USER is "cust_schema"

SQL>

SQL> CREATE OR REPLACE SYNONYM FND_FILE FOR APPS.FND_FILE;

Synonym created.


I hope issue has been resolved.

 

No comments:

java.sql.SQLSyntaxErrorException: Access was denied to the user in MySQL 8.4.

 java.sql.SQLSyntaxErrorException: Access denied for user 'SIT'@'%' to database 'SIT' means the MySQL user SIT does ...