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

Thread: database link??

  1. #1
    Join Date
    Oct 2000
    Posts
    144
    Hi everyone,

    I'm having problem of creating database link. I logged on to svrmgrl from NT and created a
    database link to a database in HP-UX, and I receive an error. Below is the sample:

    create database link Apple
    connect to Trina identified by (password)
    using Apple.world;

    ORA-02010: missing host connect string

    Please give me some advise.





  2. #2
    Join Date
    Feb 2001
    Location
    Montreal
    Posts
    29
    Originally posted by Trina
    Hi everyone,

    I'm having problem of creating database link. I logged on to svrmgrl from NT and created a
    database link to a database in HP-UX, and I receive an error. Below is the sample:

    create database link Apple
    connect to Trina identified by (password)
    using Apple.world;

    ORA-02010: missing host connect string

    Please give me some advise.




    you miss 'APPEL.world'

    create database link Apple
    connect to Trina identified by (password)
    using 'Apple.world';

    Hudson

  3. #3
    Join Date
    Oct 2000
    Posts
    144
    Thanks Hudson...It works....

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