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

Thread: dblink problem

  1. #1
    Join Date
    Jun 2003
    Posts
    108

    dblink problem

    Hi Everyone,

    I created a dblink, but the following error shown.

    create database link dovetest
    connect to dovetest identified by dovetest
    using 'dovetest'

    select count(*) from rep_refinance@dovetest;

    ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect descriptor

    Pls help.What could be the problem.

    Thanx in advance.

  2. #2
    Join Date
    Jan 2003
    Location
    Hull, UK
    Posts
    220
    Hi,

    do u have a TNS entry in the tnsnames file for the other database.

    Srini

  3. #3
    Join Date
    Nov 2002
    Location
    Geneva Switzerland
    Posts
    3,142
    The tnsnames entry for the remote db must exist on the SERVER which hosts the "local" db.

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