RATE THIS ANSWER
0
Click to Vote:
0
0
Your application is most likely trying to access objects that reside in one of the databases you didn't clone (through a inexistent dblink).
You will probably need to review your app's code, looking for objects suffixed with "@<dblink_name>".
It is also possible that those objects have synonyms, so you might need to query the all_synonyms table looking for rows containing the name of one of the dblinks you deleted in the field "db_link".
----------------
Last Answered:
Oct 9 2009 3:48 PM GMT by Carlosdl 
29830 pts.