Intermittent error using object across dblink
We are using a dblink to run/access a procedure on a remote database & it sometimes works, sometimes doesn't.
The dblink is on a 11.2.0.3 database accessing a procedure on a 12.1.0.2 database.
The command is used in a loop & is in the form:
apps.<procedure name>@psc (<parameters>)
Error
LINE/COL ERROR
-------- --------------------------------------------------
708/5 PL/SQL: Statement ignored
708/5 PLS-00201: identifier 'APPS@PSC' must be declared
708/5 PLS-00352: Unable to access another database 'PSC'