db link problem [message #66915] |
Wed, 12 March 2003 11:24 |
Bushan
Messages: 11 Registered: February 2003
|
Junior Member |
|
|
This is weired , I did the following query and got the names of the db links,
select substr(db_link,1,30) from dba_db_links;
SUBSTR(DB_LINK,1,30)
------------------------------
DB29.WORLD
DBLINK29.WORLD
HNPIS29_TCP_WG8.WORLD
REMOTE_CONNECT.WORLD
REMOTE_CONNECT2.WORLD
WG8.EHDL
WG8.WORLD
But when I try to drop them using
drop database link WG8.WORLD;
I am getting the following
drop database link WG8.WORLD
*
ERROR at line 1:
ORA-02024: database link not found
I created these links. How can I drop these links?
|
|
|
|
|