DBAsupport.com Forums - Powered by vBulletin
Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: connection problem to database instance

  1. #1
    Join Date
    Aug 2008
    Posts
    123

    connection problem to database instance

    Hi all,

    i have certain server with more than one instance running. I am trying to connect with OEM but it fails only way i can log in is through Putty to perticular server.

    I want to connection through OEM if possible!!

    What i need to check! Please advise!!

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    why on earth wouldnt you post what the problem is? why?

  3. #3
    Join Date
    Aug 2008
    Posts
    123
    sorry for that:

    here is error i get:

    ORA-12154 TNS:could not resolve service name

    but the it is listed in tnsnames.ora fine. I can directly go to server with putty and can run everything but i cannot connect with OEM.

    The DB is on Sun(solaris) and Oracle 9i.

    Thanks

  4. #4
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    no its not in the tnsnames file as the client cannot resolve it - sort out the tns entry

  5. #5
    Join Date
    Aug 2008
    Posts
    123
    how can i do that please guide!!

  6. #6
    Join Date
    Mar 2006
    Location
    Charlotte, NC
    Posts
    865
    Paste your tnsnames.ora file here.

    Thanks,
    Vijay Tummala

    Try hard to get what you like OR you will be forced to like what you get.

  7. #7
    Join Date
    Aug 2008
    Posts
    123
    This is the connection string in tnsnames.ora:

    ORANEW =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Servername)(PORT = 3800))
    )
    (CONNECT_DATA =
    (SERVICE_NAME = ORATEST)
    (SERVER = DEDICATED)
    )
    )

  8. #8
    Join Date
    Mar 2006
    Location
    Charlotte, NC
    Posts
    865
    HOST = Servername
    have you modified this before paste? Do tnsping to ORANEW and paste the output.

    Thanks,
    Vijay Tummala

    Try hard to get what you like OR you will be forced to like what you get.

  9. #9
    Join Date
    Aug 2008
    Posts
    123
    yes!!

    the error is:

    Used parameter files:

    TNS-03505 : Failed to resolve Name.

  10. #10
    Join Date
    Mar 2006
    Location
    Charlotte, NC
    Posts
    865
    Is the listener up on the remote host?

    Also, replace the with IP address and check.

    Thanks,
    Vijay Tummala

    Try hard to get what you like OR you will be forced to like what you get.

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