DB Links in different schemas
936749Sep 14 2012 — edited Nov 8 2012Hi,
I'd like to change DB links in different schemas with SYS user.
I've tried to create a script to change all DB links (database it should connect to and password)
ALTER DATABASE LINK "database_link"
CONNECT TO database IDENTIFIED BY password;
ORA-02024: database link not found
Is there no way to do this as SYS? Do I need to logon to everey schema in the database and alter the DB link?
Regards
933746
Edited by: 933746 on Sep 14, 2012 12:09 PM