TOAD 11 - issue with "DB Links"

create shared public database link “rs_link”

authenticated by RBS_MASTER

identified by “pwdtest1”

(ADDRESS=

(PROTOCOL=TCP)

(HOST=ORACLE1)

(PORT=1521)

)

(CONNECT_DATA=

(SERVER=dedicated)

(SERVICE_NAME=dev)

)

)’

The link works fine, I can copy records from one database to another.
However, this link does not show in TOAD “DB Links” node…

Please advise.

Regards,
M.R.

Hello,

I created a DB Link using the following syntax:

USING '(DESCRIPTION=

Sorry, I just realized that the “DB Link” I created above shows up in the PUBLIC schema…

Regards,
M.R.