Hello, I have several links in a database.
My object is to:
1)Output each link.
2)drop the link
3)re-create the link with a new password.
Here is my effort:
========================
begin
for r in (select owner,db_link,username,host from dba_db_links where owner = 'PUBLIC')
loop...