drop database link as sys
Hi All,
I have sysdba rights and I need to drop a private database link under a schema lets say xxx.
I tried to alter my session to the schema who owns database link by typing ALTER SESSION SET CURRENT_SCHEMA=xxx . However; I got an Insufficient privileges error(after i alter my schema). Any suggestions highly appreciated.. Thanks in advance.