Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Drop database link in oracle 11g

2701979Jun 26 2014 — edited Jun 26 2014

I have created one schema with the name of sapsmc which has all the privilages, then i have created 1 database link. Now i want to drop that database link,but i can not able to drop it getting this error.

"SQL Error: ORA-00604: error occurred at recursive SQL level 1 ORA-20101: Sorry, Cannot drop any object without permission from live SAPGateWay database. ORA-06512: at line 5 00604. 00000 - "error occurred at recursive SQL level %s" *Cause: An error occurred while processing a recursive SQL statement (a statement applying to internal dictionary tables). *Action: If the situation described in the next error on the stack can be corrected, do so; otherwise contact Oracle Support.

Then i tried to delete from SYS user, while doing this i got below error.

SQL Error: ORA-02024: database link not found 02024. 00000 - "database link not found" *Cause: Database link to be dropped is not found in dictionary *Action: Correct the database link name

Please help me i really appreciate your efforts.

This post has been answered by odie_63 on Jun 26 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 24 2014
Added on Jun 26 2014
4 comments
2,724 views