How to drop a database link
551513Jan 24 2007 — edited Jan 24 2007I have changed my database global name, use this command alter database rename globalname to testdb.com. but when I changed, I found I can't drop the the database link which I created before (this database link without any domain name, such as dblinka), when I change the global name back without domain name, the database link is also can't be dropped. What's the reason, and how to drop it?