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

Thread: How to configure fully qualified name

  1. #1
    Join Date
    Mar 2000
    Location
    CA
    Posts
    317
    Hi
    How do I specify FULLY QUALIFIED NAME in Listener.

    For example. I have a database in A computer. Would like to connect from B computer.

    I have changed Listener.ora in A computer:

    Listener=
    (Address_list=...
    .....
    Protocol=TCP
    Server=A.xxx.com
    .........


    )

    In B Computers TNSNAMES

    A.xxx.com=
    (...
    Host=A.xxx.com
    ......)

    This is not working.

    XXX - is the domain name.

    Any suggestions?
    Thanks
    Kishore Kumar

  2. #2
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    can you telnet to a.xxx.com?
    this must be something to do with domains, may be you dont need to put domains in tnsnames.ora

  3. #3
    Join Date
    Dec 2000
    Location
    Virginia, USA
    Posts
    455
    Make sure your client machine's tnsnames.ora has the same entry (for the 8i database) as the server itself.


  4. #4
    Join Date
    Mar 2000
    Location
    CA
    Posts
    317
    My cleint name does have exactly same server name in TNSNAMES as in Listener.ora

    I am not able to telnet with a.xxx.com but I am able to if I am using on A
    Thanks
    Kishore Kumar

  5. #5
    Join Date
    Feb 2000
    Location
    Singapore
    Posts
    1,758
    Check the hosts file in your PC.
    Put both A and A.xxx.com after IP address.
    Then try pinging both.
    The hosts file is located at
    C:\WINDOWS (For Win95)
    or
    C:\WINNT\SYSTEM32\DRIVERS\ETC (For WINNT WIN2K)

    Sanjay

  6. #6
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    how about using ip instead of a.xxx.com

  7. #7
    Join Date
    Mar 2000
    Location
    CA
    Posts
    317
    Sanjay,

    I did add in the list of Host file. Still it is not working.

    Pando:

    One of my client is asking to connect through Global Name, and he is not accpting to access it using IP address.
    Thanks
    Kishore Kumar

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