TNS-03505: Failed to resolve name .. cannot connect using TCPS on 2484

Hello All,
Am fighting for last few hours on this.. cannot tnsping over TCPS using secured port 2484. Need to get the wallet working..
The tnsnames.ora file..
==============
webserver:/vol01/app/oracle/product/10.2.0/network/admin> cat tnsnames.ora
GMACPREPROD =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.59.100.253)(PORT = 1521))
(CONNECT_DATA =
(SID = GWH22)
GMACPP =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCPS)(HOST = 10.59.100.253)(PORT = 2484)))
(CONNECT_DATA = (SID = GWH22))
The sqlnet.ora..
==========
webserver:/vol01/app/oracle/product/10.2.0/network/admin> cat sqlnet.ora
# sqlnet.ora Network Configuration File: /vol01/app/oracle/product/10.2.0/network/admin/sqlnet.ora
# Generated by Oracle configuration tools.
#NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
SQLNET.AUTHENTICATION_SERVICES=(TCPS,NTS)
SSL_CLIENT_AUTHENTICATION = FALSE
WALLET_LOCATION =
(SOURCE =
(METHOD = FILE)
(METHOD_DATA = (DIRECTORY = /usr/local/oracle/client_wallet))
SSL_CIPHER_SUITES= (SSL_RSA_WITH_AES_128_CBC_SHA, SSL_DH_anon_WITH_3DES_EDE_CBC_SHA)
The Tnspings to these two TNS-entries.. as per Tnsnames.ora file..
=========================================
webserver:/vol01/app/oracle/product/10.2.0/network/admin> tnsping GMACPREPROD
TNS Ping Utility for Solaris: Version 10.2.0.4.0 - Production on 08-AUG-2011 12:10:22
Copyright (c) 1997, 2007, Oracle. All rights reserved.
Used parameter files:
/vol01/app/oracle/product/10.2.0/network/admin/sqlnet.ora
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 10.59.100.253)(PORT = 1521))) (CONNECT_DATA = (SID = GWH22)))
OK (10 msec)
webserver:/vol01/app/oracle/product/10.2.0/network/admin> tnsping GMACPP
TNS Ping Utility for Solaris: Version 10.2.0.4.0 - Production on 08-AUG-2011 12:09:58
Copyright (c) 1997, 2007, Oracle. All rights reserved.
Used parameter files:
/vol01/app/oracle/product/10.2.0/network/admin/sqlnet.ora
TNS-03505: Failed to resolve name
Now the directory contents of the wallet..
webserver:/vol01/local/oracle> ls -ltr
total 58
drwxr-xr-x 2 oracle dba 512 Apr 11 16:35 client_wallet
drwxr-xr-x 3 oracle dba 512 Jul 12 06:06 product
-rwxrwxr-x 1 oracle dba 27648 Aug 4 08:16 server_wallet.tar
webserver:/vol01/local/oracle> ls -lrt client_wallet
total 48
-rwxr--r-- 1 oracle dba 422 Apr 6 11:55 server_ca_usplgmacdb001.cert
-rw-r--r-- 1 oracle dba 322 Apr 6 11:56 server_wallet.info
-rw-r--r-- 1 oracle dba 423 Apr 6 16:41 steve_client_ca.cert
-rwxr-xr-x 1 oracle dba 609 Apr 11 16:35 bzbbd3.cert
-rw------- 1 oracle dba 10181 Apr 11 16:37 ewallet.p12
-rw------- 1 oracle dba 10210 Apr 11 16:37 cwallet.sso
Am still groping in the dark.. please help.. am I missing anything?
Best Regards,
Abhijit

Hi,
Thanks for your reply..
Nope.. just had set earlier $ORACLE_HOME and added the $ORACLE_HOME/bin into the $PATH. So I will set up TNS_ADMIN in the oracle user environment.. is that all I need to do?
Dont have any access to the server environment as I have to work through a shared desktop(taking control) :(
Regards,
Abhijit

Similar Messages

  • TNS-03505:Failed to resolve name in oracle 11g.

    i install oracle 11g client in my pc.i want to connect to the server i also used and install Toad Tools. i have server ip address.192.168.1.162 and userid and password and port number-1521
    when i connect to the toad and its make error like that
    ORA-12541TNS- no listener.
    and this is my tnsnames.ora file ,
    # tnsnames.ora Network Configuration File: E:\app\IT\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ERP =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = IT-PC)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = erp)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST =IT-PC)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    mlmdb =
         (DESCRIPTION =
         (ADDRESS_LIST =
         (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.8.162)(PORT = 1521))
         (CONNECT_DATA =
         (SERVICE_NAME = mlmdb)
    and i want to connect mlmdb from server.
    and this is my listner.ora file
    # listener.ora Network Configuration File: E:\app\IT\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = E:\app\IT\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:E:\app\IT\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST =IT-PC)(PORT = 1521))
    ADR_BASE_LISTENER = E:\app\IT
    and this is my sqlnet.ora file
    # sqlnet.ora Network Configuration File: E:\app\IT\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
    when i connect form the run--cmd--tnsping mlmdb
    its make error likes this
    TNS-03505 : failed to resolve name ,
    can anyone help me how can i find this solution
    thanks in advance.

    904803 wrote:
    i install oracle 11g client in my pc.i want to connect to the server i also used and install Toad Tools. i have server ip address.192.168.1.162 and userid and password and port number-1521
    when i connect to the toad and its make error like that
    ORA-12541TNS- no listener.
    and this is my tnsnames.ora file ,
    # tnsnames.ora Network Configuration File: E:\app\IT\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ERP =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = IT-PC)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = erp)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST =IT-PC)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    mlmdb =
         (DESCRIPTION =
         (ADDRESS_LIST =
         (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.8.162)(PORT = 1521))
         (CONNECT_DATA =
         (SERVICE_NAME = mlmdb)
    and i want to connect mlmdb from server.
    and this is my listner.ora file
    # listener.ora Network Configuration File: E:\app\IT\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = E:\app\IT\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:E:\app\IT\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST =IT-PC)(PORT = 1521))
    ADR_BASE_LISTENER = E:\app\IT
    and this is my sqlnet.ora file
    # sqlnet.ora Network Configuration File: E:\app\IT\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
    when i connect form the run--cmd--tnsping mlmdb
    its make error likes this
    TNS-03505 : failed to resolve name ,
    can anyone help me how can i find this solution
    thanks in advance.looks like listener is not running on the database server you are trying to connect to *(ORA-12541TNS- no listener)*. even though you have configured both tnsnames and lisnterner.ora files, you have to start listener for clients to make connections to db. hope this helps. set your oracle home and then type as below. these commands are very simple and I don't think I need to explain them.
    cmd> lsnrctl status
    cmd> lsnrctl start
    cmd> lsnrctl stop

  • TNS-03505: Failed to resolve name

    I am able to connect through oracle enterprise manager(sys@mydb) however not with sqlplus
    I have installed oracle 10.2 in my own laptop(vista)
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.3.0 -
    010 09:22:46
    Copyright (c) 1997, 2006, Oracle. All rights reserved.
    Used parameter files:
    C:\oracle\product\10.2.0\db_1\network\admin\sqlnet.ora
    TNS-03505: Failed to resolve name
    # tnsnames.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.
    MYDB =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = myPC)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = mydb)
    # sqlnet.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\sqlnet.ora
    # Generated by Oracle configuration tools.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    NAMES.DEFAULT_DOMAIN = world.com
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = myPC)(PORT = 1521))
    )

    Thanks for the suggestion.
    Changed accordingly but still not able connect sqlplus.
    Request for help.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.152.228)(PORT = 1521))
    # sqlnet.ora Network Configuration File: C:\oracle\product\10.2.0\db_2\NETWORK\ADMIN\sqlnet.ora
    # Generated by Oracle configuration tools.
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    # tnsnames.ora Network Configuration File: C:\oracle\product\10.2.0\db_2\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.
    MYDB =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.152.228)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = mydb)
    C:\>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.3.0 - Production on 10-JUL-2010 13
    :14
    Copyright (c) 1991, 2006, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.3.0 - Pr
    ction
    Start Date 10-JUL-2010 12:41:16
    Uptime 0 days 0 hr. 50 min. 57 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\oracle\product\10.2.0\db_2\network\admin\listene
    ra
    Listener Log File C:\oracle\product\10.2.0\db_2\network\log\listener.
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.16.152.228)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "mydb" has 1 instance(s).
    Instance "mydb", status READY, has 1 handler(s) for this service...
    Service "mydbXDB" has 1 instance(s).
    Instance "mydb", status READY, has 1 handler(s) for this service...
    Service "mydb_XPT" has 1 instance(s).
    Instance "mydb", status READY, has 1 handler(s) for this service...
    The command completed successfully
    C:\>tnsping mydb
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.3.0 - Production on 10-JUL-2
    010 13:30:03
    Copyright (c) 1997, 2006, Oracle. All rights reserved.
    Used parameter files:
    C:\oracle\product\10.2.0\db_2\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
    (HOST = 172.16.152.228)(PORT = 1521))) (CONNECT_DATA = (SERVER = DEDICATED) (SER
    VICE_NAME = mydb)))
    OK (20 msec)

  • Tnsping Errror - TNS-03505: Failed to resolve name

    Morning Everyone,
    Minute ago i was trying to check connectivity of my default instance using 'tnsping' OS command but it failed to resolve the instance name:
    Before i provide you the error codes below is the number of instances running:
    ================================================
    [root@localhost ~]# ps -ef | grep smon
    oracle 2561 1 0 09:29 ? 00:00:01 ora_smon_orcl
    oracle   13888     1  0 12:18 ?        00:00:00 ora_smon_doom /* Trying to ping this instance named 'Doom' */
    root 21039 21006 0 14:15 pts/1 00:00:00 grep smon
    ================================================
    Exact error messsage:
    =====================================================
    [oracle@localhost root]$ echo $ORACLE_SID
    orcl
    [oracle@localhost root]$ export ORACLE_SID=doom
    [oracle@localhost root]$ echo $ORACLE_SID
    doom
    [oracle@localhost root]$ sqlplus "/ as sysdba"
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Apr 21 14:19:12 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select name, open_mode from v$database;
    NAME OPEN_MODE
    DOOM READ WRITE
    SQL> !tnsping doom_ /* Error in spite of 'Doom' instance is already running and open' */
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 21-APR-2012 14:19:21
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    /u01/app/oracle/product/10.2.0/db_1/network/admin/sqlnet.ora
    TNS-03505: Failed to resolve name
    SQL> !tnsping orcl
    SQL> !tnsping orcl /* No error when tried to ping even when 'orcl' instance is not running*/
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 21-APR-2012 14:19:40
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    /u01/app/oracle/product/10.2.0/db_1/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl)))
    OK (0 msec)
    SQL>
    =================================================================================
    Thanks
    - Prashant Dixit

    Below are the new contents of tnsnames.ora file -
    ======
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/10.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    TEST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = test)
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    DOOM =
    *(DESCRIPTION =*
    *(ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))*
    *(CONNECT_DATA =*
    *(SERVER = DEDICATED)*
    *(SERVICE_NAME = doom)*
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ==========================================
    Thanks
    Prashant Dixit

  • TNS-03505: Failed to resolve name while do TNSPING "SERVICE-NAME"

    Dear All,
    I am unable to connect to DB on Windows thru SQLPLUS DB/PWD
    Also, when doing tnsping, it thru below error message- please help
    Used parameter files:
    D:\app\Administrator\product\11.2.0\client_1\network\admin\sqlnet.ora
    TNS-03505: Failed to resolve name
    Regards,
    Anand

    ORA-12154 ALWAYS only occurs on SQL Client & no SQL*Net packets ever leave client system
    ORA-12154 NEVER involves the listener, the database itself or anything on the DB Server.
    ORA-12154 occurs when client requests a connection to some DB server system using some connection string.
    TNS-03505 is thrown by tnsping & is same error as ORA-12154 thrown by sqlplus or others.
    The lookup operation fails because the name provided can NOT be resolved to any remote DB.
    The analogous operation would be when you wanted to call somebody, but could not find their name in any phonebook.
    The most frequent cause for the ORA-12154 error is when the connection alias can not be found in tnsnames.ora.
    The lookup operation of the alias can be impacted by the contents of the sqlnet.ora file; specifically DOMAIN entry.
    TROUBLESHOOTING GUIDE: ORA-12154 & TNS-12154 TNS:could not resolve service name [ID 114085.1]
    http://edstevensdba.wordpress.com/2011/02/26/ora-12154tns-03505/

  • Tnsping error - TNS-03505: Failed to resolve name

    folks,
    getting a strange problem - i have installed oracle 9i server in a WinXP machine and have installed a database UIIVS1.WORLD - this is the global_database_name.
    but when i am trying to access it from a client, i am unable to do so.
    doing a tnsping gives me the error -
    C:\>tnsping uiivs1.world
    TNS Ping Utility for 32-bit Windows: Version 9.2.0.1.0 - Production on 28-OCT-20
    04 16:19:03
    Copyright (c) 1997 Oracle Corporation. All rights reserved.
    Used parameter files:
    D:\oracle\ora92\network\admin\sqlnet.ora
    TNS-03505: Failed to resolve name
    thanks and regards,
    Prasenjit

    Check that uiivs1.world is present in the Client TNSNAMES.ORA file, in D:\oracle\ora92\network\admin.

  • TNS-03505 Failed to Resolve Hostname

    Guys I am having trouble with a NW2004s installation.  I am getting the following error when I do a TNSPING of my listener (LISTENER_DC1)
    TNS Ping Utility for IBM/AIX RISC System/6000: Version 10.2.0.2.0 - Production o
    n 03-SEP-2008 08:35:19
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    /oracle/DC1/102_64/network/admin/sqlnet.ora
    TNS-03505: Failed to resolve name
    p15913dtp220:oradc1> ^C
    p15913dtp220:oradc1> ^C
    p15913dtp220:oradc1>
    Here is my sqlnet.ora file
    p15913dtp220:oradc1> cat sqlnet.ora
    Filename......: sqlnet.ora
    Created.......: created by SAP AG, R/3 Rel. >= 6.10
    Name..........:
    Date..........:
    @(#) $Id: //bc/700-1_REL/src/ins/SAPINST/impl/tpls/ora/ind/SQLNET.ORA#4 $
    AUTOMATIC_IPC = ON
    TRACE_LEVEL_CLIENT = OFF
    NAMES.DEFAULT_DOMAIN = WORLD
    05.01.06 unsorported parameter now
    #NAME.DEFAULT_ZONE = WORLD
    05.01.06 set the default to 10
    SQLNET.EXPIRE_TIME = 10
    05.01.06 set to default
    #TCP.NODELAY=YES
    05.01.06 set to 32768
    DEFAULT_SDU_SIZE=32768
    This is my TNSNAMES.ORA file
    Filename......: tnsnames.ora
    Created.......: created by SAP AG, R/3 Rel. >= 6.10
    Name..........:
    Date..........:
    @(#) $Id: //bc/700-1_REL/src/ins/SAPINST/impl/tpls/ora/ind/TNSNAMES.ORA#4 $
    DC1.WORLD =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS =
            (COMMUNITY = SAP.WORLD)
            (PROTOCOL = TCP)
            (HOST = sapdbdc1-sv)
            (PORT = 1539)
        (CONNECT_DATA =
          (SID = DC1)
          (GLOBAL_NAME = DC1.WORLD)
    This is my Listener.ora file
    Filename......: listener.ora
    Created.......: created by SAP AG, R/3 Rel. >= 6.10
    Name..........:
    Date..........:
    @(#) $Id: //bc/700-1_REL/src/ins/SAPINST/impl/tpls/ora/ind/LISTENER.ORA#4
    ADMIN_RESTRICTIONS_LISTENER_DC1 = on
    LISTENER_DC1 =
      (ADDRESS_LIST =
            (ADDRESS =
              (PROTOCOL = IPC)
              (KEY = DC1.WORLD)
            (ADDRESS=
              (PROTOCOL = IPC)
              (KEY = DC1)
            (ADDRESS =
              (COMMUNITY = SAP.WORLD)
              (PROTOCOL = TCP)
              (HOST = sapdbdc1-sv)
              (PORT = 1539)
    STARTUP_WAIT_TIME_LISTENER_DC1 = 0
    CONNECT_TIMEOUT_LISTENER_DC1 = 10
    TRACE_LEVEL_LISTENER_DC1 = OFF
    SID_LIST_LISTENER_DC1 =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = DC1)
          (ORACLE_HOME = /oracle/DC1/102_64)
        (SID_DESC =
          (SID_NAME = DC1)
          (ORACLE_HOME = /oracle/DC1/102_64)
    Any help much appreciated !!
    Thanks

    Cheers I am getting a bit further .....
    Fisrst I can start the database using SQLPLUS
    p15913dtp220:oradc1> sqlplus "/as sysdba"
    SQL*Plus: Release 10.2.0.2.0 - Production on Wed Sep 3 16:27:23 2008
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 4714397696 bytes
    Fixed Size                  2083728 bytes
    Variable Size            2365588592 bytes
    Database Buffers         2332033024 bytes
    Redo Buffers               14692352 bytes
    Database mounted.
    Database opened.
    SQL>
    Now as oradc1 I can start the listener
    LSNRCTL> START LISTENER_DC1
    Starting /oracle/DC1/102_64/bin/tnslsnr: please wait...
    TNSLSNR for IBM/AIX RISC System/6000: Version 10.2.0.2.0 - Production
    System parameter file is /oracle/DC1/102_64/network/admin/listener.ora
    Log messages written to /oracle/DC1/102_64/network/log/listener_dc1.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=DC1.WORLD)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=DC1)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.127.158.138)(PORT=153
    9)))
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=DC1.WORLD))
    STATUS of the LISTENER
    Alias                     LISTENER_DC1
    Version                   TNSLSNR for IBM/AIX RISC System/6000: Version 10.2.0.2
    .0 - Production
    Start Date                03-SEP-2008 16:36:20
    Uptime                    0 days 0 hr. 0 min. 0 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      ON
    Listener Parameter File   /oracle/DC1/102_64/network/admin/listener.ora
    Listener Log File         /oracle/DC1/102_64/network/log/listener_dc1.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=DC1.WORLD)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=DC1)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.127.158.138)(PORT=1539)))
    Services Summary...
    Service "DC1" has 1 instance(s).
      Instance "DC1", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    And R3trans u2013d works
    p15913dtp220:dc1adm> R3trans -d
    This is R3trans version 6.14 (release 700 - 18.09.06 - 09:35:00).
    unicode enabled version
    R3trans finished (0000).
    BUT when I run startdb  u2026
    It just crashes u2026
    p15913dtp220:dc1adm> startdb
    Trying to start DC1 database ...
    Log file: /home/dc1adm/startdb.log
    /usr/sap/DC1/SYS/exe/run/startdb: Terminating with error code 16
    p15913dtp220:dc1adm> more startdb.log
    Wed Sep 3 16:39:14 BST 2008
    LOGFILE FOR STARTING ORACLE
    Trying to start DC1 database ...
    Wed Sep 3 16:39:14 BST 2008
    checking required environment variables
    ORACLE_HOME  is >/oracle/DC1/102_64<
    ORACLE_SID   is >DC1<
    Wed Sep 3 16:39:14 BST 2008
    check initora
    /usr/sap/DC1/SYS/exe/run/startdb: Terminating with error code 16
    p15913dtp220:dc1adm>

  • TNSPing and Designer Failed to resolve name

    Hi:
    I don't know whether this problem is belong to this group, anyway, I put it here and hope someone can help me.
    After I installed Designer R6 on my Windows NT, I configured SQL*Net for the Database Connection. I did it with SQL Net Easy Configuration. Then I tested the configuration with TNSPing utilities of version 2.3.4.0.0, 8.0.5.0.0 and 8.1.6.0.0. And all of them returned me the correct message:
    TNS Ping Utility for 32-bit Windows: Version 2.3.4.0.0 - Production on 03-JUL-00 09:23:34
    Copyright (c) Oracle Corporation 1995. All rights reserved.
    Attempting to contact (ADDRESS=(COMMUNITY=tcp.world)(PROTOCOL=TCP)(Host=WangSvr)(Port=1521))
    OK (40 msec)
    TNS Ping Utility for 32-bit Windows: Version 8.0.5.0.0 - Production on 03-JUL-00 09:23:41
    (c) Copyright 1997 Oracle Corporation. All rights reserved.
    Attempting to contact (ADDRESS=(COMMUNITY=tcp.world)(PROTOCOL=TCP)(Host=WangSvr)(Port=1521))
    OK (40 msec)
    TNS Ping Utility for 32-bit Windows: Version 8.1.6.0.0 - Production on 03-JUL-2000 09:23:45
    (c) Copyright 1997 Oracle Corporation. All rights reserved.
    Attempting to contact (ADDRESS=(PROTOCOL=TCP)(HOST=wangsvr)(PORT=1521))
    OK (40 msec)
    I did the tests from the directory where the TNSNames.ora file exists. My problem is, if I do the test from any other directory where the TNSNames.ora file does not exist, then TNSPing 8.0.5.0.0 cannot return the correct result. It said
    TNS Ping Utility for 32-bit Windows: Version 8.0.5.0.0 - Production on 03-JUL-00 09:31:13
    (c) Copyright 1997 Oracle Corporation. All rights reserved.
    TNS-03505: Failed to resolve name
    But if I copy the TNSNames.ora file to the directory where I invoke TNSPing, again the TNSPing return the correct result.
    The TNSPing 2.3.4.0.0 and 8.1.6.0.0 can work correctly from anywhere.
    The same problem is that the Designer can only be invoked from the directory where the TNSNames.ora file exists, otherwise it will not let me login and showed the message:
    "ORA-12154: TNS:could not resolve service name"
    How to resolve this problem?
    Thanks in advance
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Phil Haigh ([email protected]):
    Originally posted by One:[b]After I installed Designer R6 on my Windows NT, I configured SQL*Net for the Database Connection.
    [QOUTE]
    Which version(s) of SQL Net is (are) installed? Which version of SQL Net Easy Config did you use?
    With Net8, the config file is in a different location to that for 2.3. You have to configure both if you've installed both.
    My guess is that you've configured 2.3 and not 8. Run Net 8 config and try again.<HR></BLOCKQUOTE>
    Hi:
    Thank you very much. Your few words helped me a lot. I solved the problem just by copying tnsnames.ora from d:\des6.0\network\admin to d:\des6.0\net80\admin.
    null

  • Java application fails to resolve name

    Hi Experts,
    I have a problem with a Java based application on Solaris 10. The application works fine and suddenly fails to resolve names (NS lookup order is files then dns) and hence disconnects users. We have to then touch the /etc/hosts so it updates the time stamp and the application starts working OK.
    I don't have a clue of what's going on...Any one ?
    Any help will be very much appreciated...

    I have you got a recent patch level on your Solaris 10 system. You shouldn't have to update /etc/hosts to get it to reread the file.

  • Clients cannot connect using afp running lion 10.7.1, worked ok before upgrade from 10.7 to 10.7.1

    I am running a macminiserver on ahome newtwork.  Original running snow leopard and then upgraded to 10.7 lion on all machine and everything was working fine.  Clients coul connected to shared drives on the server using afp.  However, after upgrading to 10.7.1 on the server and client machines, they can no lnger connect to the drives using afp, however you can connect using smb.
    I ahve tried stopping and starting the afp server, rebuilding permissions on the server - still cannot connect using afp.
    Any ideas?

    Be sure the correct Lion afp port is open on your router, even if you are using an Airport (port 548 tcp). Just do a search on "Mac OS X Lion ports".
    Also, if this is outside of the network, use the full server name in the Finder's Connect to Server, afp://server.com; when it prompts for a username, enter your first name and last name (not your short name) and then you also need to enter your password. If you don't have a fqdn, then you can use the static ip for "server.com"
    It should work, working for me inside and outside of the network. Admittedly, I don't think you need the port on the router for internal use, but you can test both ways.
    When working outside of the network a vpn is not required.

  • HT201320 I m trying to add my gmail acoount to mail app but when i click on next button it is showing following message, cannot connect using ssl, what to do???

    I m trying to add my gmail acoount to mail app but when i click on next button it is showing following message, cannot connect using ssl, what to do???

    Some of the following may help:
    How to enable imap: https://support.google.com/mail/troubleshooter/1668960?rd=1
    For your username, did you enter the full name including "@gmail.com"
    Do you have gMail 2-step verification turned on? If so, you need to use an application-specifc password instead of your normal password if using a mail app: https://support.google.com/mail/answer/1173270?hl=en

  • HT201320 having problems setting up email for a tiscali email address - after trying to verify ipda comes up saying cannot connect using SSL

    trying to set up my tiscali email address on an ipad mini, after trying to verify, message comes up stating "cannot connect using SSL"

    Not sure what the shortcut is. I'm just going, Settings > Mail > Add Account > Gmail
    That is the GMail shortcut. That should work. Just for testing, use the "Other" shortcut.
    Settings / Mail / Add Account / Other
    Name: <put your name>
    Email [email protected]
    Incoming server: pop.gmail.com
    Login: [email protected]
    Password: yourpassword
    Outgoing server: smtp.gmail.com
    Login: [email protected]
    Password: yourpassword
    Hit SAVE.
    It should set itself up correctly without you having to specify anything else. Try that.

  • Defs.h:a typedef name cannot be used in an elaborated type specifier

    Hi,
    I recently migrated from Workshop C++ 4.2 (Solaris 2.6) to C++5.0
    When I recompiled all my programs, I get these errors in the header files :
    "/opt/SUNWspro/SC5.0/include/CCios/stdiostream.h", line 29: Error: streamoff is
    not defined.
    "/opt/SUNWspro/SC5.0/include/CC/rw7/rw/defs.h", line 316: Error: A typedef name
    cannot be used in an elaborated type specifier..
    "/opt/SUNWspro/SC5.0/include/CC/rw7/rw/defs.h", line 317: Error: A typedef name
    cannot be used in an elaborated type specifier..
    "/opt/SUNWspro/SC5.0/include/CC/rw7/rw/defs.h", line 318: Error: A typedef name
    cannot be used in an elaborated type specifier..
    "/opt/SUNWspro/SC5.0/include/CC/rw7/rw/stringid.h", line 50: Error: A typedef na
    me cannot be used in an elaborated type specifier..
    "/opt/SUNWspro/SC5.0/include/CC/rw7/rw/stringid.h", line 51: Error: A typedef na
    me cannot be used in an elaborated type specifier..
    I've installed the following patches (107311-19, 107390-19, 107357-11) and compiled with the -library=rwtools7,iostream options.
    It still doesn't work and I can't figure out why...
    Any help would be appreciated.
    Thanks
    Annie

    Workshop 5.0 is EOLed. Please try the current version 'Sun One Studio 7, Compiler Collection'(http://wwws.sun.com/software/sundev/suncc/index.html) or 'Sun One Studio 7, Enterprise Edition'(http://wwws.sun.com/software/sundev/solde/index.html)
    - Rose

  • HT201320 when trying to set up my email account, i enter add account tap in my details for my virgin media email account, after going through the veryfying, it comes back with cannot connect using ssl.

    when trying to set up my personal email account, following the on screen instructions, it comes back with CANNOT CONNECT USING SSL, do you want to try setting up the account without ssl? Yes or No

    Since Thunderbird does not run on iPads, what does this have to do with Thunderbird?

  • When I try to set up my Optimum account email I get a message saying Cannot Connect Using SSL.

    When I try to set up my Optimum email account I get an error message saying Cannot Connect Using SSL. 

    What mail provider is it?
    Have you Googled for: setup XXX email on iPhone
    where xxx is the provider
    You can try going to Mail>the accounts>Advanced and turn Use SSL on or off, the opposite of what it is now.

Maybe you are looking for