Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> windows question... resolved, well at least partly

windows question... resolved, well at least partly

From: bill thater <shrekdba_at_gmail.com>
Date: Fri, 9 Nov 2007 08:24:11 -0600
Message-ID: <a1d204910711090624n5204b76eu5e304120155d7f81@mail.gmail.com>


turns out i needed to fully qualify both the server name and the tns entry. it now connects if i use pno_prod..blah.AD.blah.COM. tnsping finds it that way and sqlplus connects OK. however not if i use just pno_prod. any further suggestions?

tnsnames stanza:

PNO_PROD.blau.AD.blah.COM =
  (DESCRIPTION =
    (CONNECT_DATA =
      (Service_Name = PNO_PROD)
    )
    (ADDRESS_LIST =

      (ADDRESS = (PROTOCOL = TCP)(PORT = 1523)(HOST = foo.blah.AD.blah.COM))
      (ADDRESS = (PROTOCOL = TCP)(PORT = 1528)(HOST = foo.blah.AD.blah.COM))
    )
  )

sqlnet.ora:

# SQLNET.ORA Network Configuration File:
D:\oracle\ora81\network\admin\sqlnet.ora
# Generated by Oracle configuration tools.

NAMES.DEFAULT_DOMAIN = blech.ad.blah.com

#SQLNET.AUTHENTICATION_SERVICES= (NTS)
#SQLNET.AUTHENTICATION_SERVICES= (NONE)

#NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
NAMES.DIRECTORY_PATH= (TNSNAMES)

-- 
--
Bill "Shrek" Thater     ORACLE DBA
       shrekdba_at_gmail.com
------------------------------------------------------------------------
"He's one who knows that life is just a leap of faith,
so spread your arms and hold your breath and always trust your cape."
-- "The Cape"
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Nov 09 2007 - 08:24:11 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US