Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Create Database Link in Oracle8
Hello, everyone,
I have a question like to ask about creating database link.
Both Server and Client database are Oracle8 (which using SID in tnsnames.ora, but not SERVICE_NAME).
And they are both on NT4.
How can I specify the "connect_string" in the CREATE DATABASE LINK statement as:
CREATE DATABASE LINK link_name CONNECT TO username IDENTIFIED BY password USING 'connect_string';
Tried using DB_NAME.DB_DOMAIN there, no luck! Tried using SID only, still no luck! Tried using hostname:port:SID, no luck also!
Please help!!!!!!!!
-- Keith Shum kshum_at_iLux.com iLux Corporation Phone (510) 226-5600 x 643 Fax (510) 226-8182 Cellular Phone (510) 435-0286 5600 Mowry School Road, Newark, CA 94560 http://www.iLux.com Web site analysis for NT and Unix "Share what you know. Learn what you don't." -- From Deja.comReceived on Tue Jul 11 2000 - 22:58:11 CDT
![]() |
![]() |