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.
This MySQL error — ERROR 1396 (HY000): Operation ALTER USER failed for 'Mysql'@'%' — means that MySQL cannot find the user ...
No comments:
Post a Comment