Oracle Error Message
ORA-04051: user string cannot use database link string.string
Reason for the Error
During forwarding of a remote object access, an attempt was made to use a non-existent database link or one owned by a user other than the logon user or PUBLIC.
Solution
Change your database link structure so that all indirect remote accesses are done from the same userid that originates the request.

Leave a Review