Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

alter a database link

Status
Not open for further replies.

joe69008

Programmer
Jun 29, 2005
42
FR
hi,

I have create a database link :

"create database link oraaix connect to test identified by test using oraiaix"

but i write a wrong password, someone know how to alter a dblink or delete one.

Thanks
 
Drop database link 'link_name';

thanks, the next time i should search more before ask :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top