data base link

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Search

    data base link

    I checked both tnsnames on both servers and indeed they were not ok.
    I adjusted all but now I recieve following error :
    ORA-02085: Databaselink TEST is linking TestDB.


  • Frank van Bortel

    #2
    Re: data base link

    Search wrote:
    I checked both tnsnames on both servers and indeed they were not ok.
    I adjusted all but now I recieve following error :
    ORA-02085: Databaselink TEST is linking TestDB.
    >
    >
    global_names=tr ue; meaning your link needs to have the
    same name as the database(? - not sure here, global db
    name, iirc). Change the name of your dblink, or set
    global_names=fa lse (init.ora)

    --

    Regards,
    Frank van Bortel

    Comment

    Working...