DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: more info

  1. #1
    Join Date
    Aug 2000
    Posts
    163
    My db link was created by using the following syntax:
    create public database link (db link name)
    connect to (user name) identified by (password)
    using '(remote_db_name the way it is in tnsnames.ora)';
    I am connecting using
    connect/password@remote_db_name

  2. #2
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843
    Your dblink name= your service name if global_names=TRUE
    your dblink name= any arbitary name if global_names=FALSE
    Reddy,Sam

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width