Connection limit - ORA-28547

I created test oracle server 11.2.0.1.0 on virtualbox.
I enable shared_server configuration as per the document.
With the tnsnames entry "(SERVER = SHARED)", I can connect to the server using the service name. The v$session shows the 'server' column as shared. Everything works fine so far.
I have client server application which connects to database server. Itermittently i see error in application log
ORA-28547: connection to server failed, probable Oracle Net admin errorSo i manually tested launching sqlplus connections. I can see 20 shared server connections can be created(V$session.server column). When I launch 21st sqlplus connection it gives ORA-28547.
Parameters are set as below:
sessions is set to 400
shared_server_sessions is set to 300
circuits is default i.e not set (as suggested in the docs to avoid limiting virtual circuits)
I can see the shared server configuration working but unable to figure out why there is a limit of 20 shared server connections. Any tips will be helpful.
Thanks

Listing below the information. Using netca I re-created the listener.ora, tnsnames.ora and sqlnet.ora. Retested - started sqlplus sessions: 20 go though without errors, 21st returned ORA-28547; Checking v$session shows 'SERVER' listed as 'SHARED' for 20 sessions.
1.Is it standard edition or Enterprise Edition, kindly post also select * from v$version.
SQL> select * from v$version
  2  ;
BANNER
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
PL/SQL Release 11.2.0.1.0 - Production
CORE    11.2.0.1.0      Production
TNS for Solaris: Version 11.2.0.1.0 - Production
NLSRTL Version 11.2.0.1.0 - Production2.show parameter shared_servers and MAX_SHARED_SERVERS
SQL> show parameters shared_servers
NAME                                 TYPE        VALUE
max_shared_servers                   integer     20
shared_servers                       integer     13.I asked you :
7.What if you drop and recreate listener and tnsnames.ora with netca utility.
I re-created the listener now as suggested using netca -
oracle@sol01:~$ lsnrctl stop LISTENER_DB01
LSNRCTL for Solaris: Version 11.2.0.1.0 - Production on 10-JUN-2012 19:04:34
Copyright (c) 1991, 2009, Oracle.  All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=sol01)(PORT=1521)))
The command completed successfullyRecreating using netca - the gui pops up, below is the log from actual session where netca was run and followup file check, listener check was done.
oracle@sol01:~$ netca
Oracle Net Services Configuration:
Configuring Listener:LISTENER_DB01
Listener configuration complete.
Oracle Net Listener Startup:
    Running Listener Control:
      /u01/DB01/product/11.2.0/dbhome_1/bin/lsnrctl start LISTENER_DB01
    Listener Control complete.
    Listener started successfully.
Profile configuration complete.
Default local naming configuration complete.
    Created net service name: DB01
Oracle Net Services configuration successful. The exit code is 0
oracle@sol01:~$ ls -ltr $ORACLE_HOME/network/admin
total 15
-rw-r--r--   1 oracle        dba     187 May  8  2007 shrept.lst
drwxr-xr-x   2 oracle        dba       5 Jun  8 19:15 samples
-rw-r--r--   1 oracle        dba     396 Jun  9 12:21 listener.ora.bak
-rw-r--r--   1 oracle        dba     396 Jun  9 12:21 sqlnet.ora.bak
-rw-r--r--   1 oracle        dba     334 Jun  9 12:23 tnsnames.ora.bak
-rw-r--r--   1 oracle        dba     396 Jun 10 19:27 listener.ora
-rw-r--r--   1 oracle        dba     226 Jun 10 19:27 sqlnet.ora
-rw-r--r--   1 oracle        dba     334 Jun 10 19:28 tnsnames.ora
oracle@sol01:~$ cat $ORACLE_HOME/network/admin/listener.ora
# listener.ora Network Configuration File: /u01/DB01/product/11.2.0/dbhome_1/network/admin/listener.ora
# Generated by Oracle configuration tools.
LISTENER_DB01 =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = TCP)(HOST = sol01)(PORT = 1521))
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
ADR_BASE_LISTENER_DB01 = /u01/DB01
oracle@sol01:~$ cat $ORACLE_HOME/network/admin/tnsnames.ora
# tnsnames.ora Network Configuration File: /u01/DB01/product/11.2.0/dbhome_1/network/admin/tnsnames.ora
# Generated by Oracle configuration tools.
DB01 =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = sol01)(PORT = 1521))
    (CONNECT_DATA =
      (SERVICE_NAME = DB01)
oracle@sol01:~$ cat $ORACLE_HOME/network/admin/sqlnet.ora
# sqlnet.ora Network Configuration File: /u01/DB01/product/11.2.0/dbhome_1/network/admin/sqlnet.ora
# Generated by Oracle configuration tools.
NAMES.DIRECTORY_PATH= (TNSNAMES)
ADR_BASE = /u01/DB01
oracle@sol01:~$
oracle@sol01:~$ lsnrctl status LISTENER_DB01
LSNRCTL for Solaris: Version 11.2.0.1.0 - Production on 10-JUN-2012 19:41:37
Copyright (c) 1991, 2009, Oracle.  All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=sol01)(PORT=1521)))
STATUS of the LISTENER
Alias                     LISTENER_DB01
Version                   TNSLSNR for Solaris: Version 11.2.0.1.0 - Production
Start Date                10-JUN-2012 19:27:20
Uptime                    0 days 0 hr. 14 min. 17 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   /u01/DB01/product/11.2.0/dbhome_1/network/admin/listener.ora
Listener Log File         /u01/DB01/diag/tnslsnr/sol01/listener_DB01/alert/log.xml
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=sol01)(PORT=1521)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
Services Summary...
Service "DB01" has 1 instance(s).
  Instance "DB01", status READY, has 2 handler(s) for this service...
The command completed successfully
oracle@sol01:~$

Similar Messages

  • ORA-28547: connection to server failed, probable Oracle Net admin error

    Hi Gurus
    I can't get the gateway to work? I'm running on AIX. Any suggestions are appreciated.
    listener.ora
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1522))
    # (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1522))
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=dg4msql)
    (ORACLE_HOME=/oracle/rcsr/base/product/11.2.0/gateway)
    (PROGRAM=dg4msql)
    tnsnames.ora
    dg4msql =
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522))
    (CONNECT_DATA=(SID=dg4msql))
    (HS=OK)
    sqlnet.ora
    SQL_AUTHENTICATION_SERVICES = (NONE)
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    ADR_BASE = /oracle/rcsr/base
    initdg4msql.ora
    HS_FDS_CONNECT_INFO=142.178.205.42:1433//komodo
    # alternate connect format is hostname/serverinstance/databasename
    HS_FDS_TRACE_LEVEL=debug
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    $ lsnrctl status
    LSNRCTL for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production on 03-MAY-2013 13:48:01
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1522)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production
    Start Date 03-MAY-2013 13:38:14
    Uptime 0 days 0 hr. 9 min. 47 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP ON
    Listener Parameter File /oracle/rcsr/base/product/11.2.0/gateway/network/admin/listener.ora
    Listener Log File /oracle/rcsr/base/diag/tnslsnr/abe-rcsr-01/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1522)))
    Services Summary...
    Service "dg4msql" has 1 instance(s).
    Instance "dg4msql", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    $ tnsping dg4msql
    TNS Ping Utility for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production on 03-MAY-2013 13:48:53
    Copyright (c) 1997, 2009, Oracle. All rights reserved.
    Used parameter files:
    /oracle/rcsr/base/product/11.2.0/gateway/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522)) (CONNECT_DATA=(SID=dg4msql)) (HS=OK))
    OK (0 msec)
    $ sqlplus aa/aa@dg4msql
    SQL*Plus: Release 11.2.0.1.0 Production on Fri May 3 13:49:52 2013
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    ERROR:
    ORA-28547: connection to server failed, probable Oracle Net admin error

    You can't directly use the gateway - you can only access a gateway using a database link.
    So this won't work:
    $ sqlplus aa/aa@dg4msql
    You need to connect to your Oracle database (for example as sysdba) and create a (public) database link:
    create [public] database link dg4msql connect to "<MS SQl Server username! identified by "<MS SQl Server password>" using 'dg4msql;
    Once you create the database link you can now access the MS SQl Server tables:
    select * from "your MS SQL Server table"@dg4msql;

  • ORA-28547: connection to server failed, probable Net8 admin error

    Hi all. I use Oracle 10G. My listener.ora is below
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.8.26)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = sened)
    (ORACLE_HOME = C:\Oracle\OraHome)
    (PROGRAM = extproc)
    I have database with name sened
    And my tnsnames is below:
    SENED =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.8.26)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = sened)
    When I start Windows, I can enter as sysdba . But when I issue "shutdown immediate", after that I can't connect as sys. And get this error:
    ORA-28547: connection to server failed, probable Net8 admin error
    And I stop my listener the I start it, it gives error:
    SQL> host lsnrctl start
    Service "sened" has 1 instance(s).
    Instance "sened", status UNKNOWN, has 1 handler(s) for this service...
    Why my database's status is UNKNOWN??
    Thanks....

    I get the error
    ORA-28546: connection initialization failed, probable Net8 admin error
    ORA-06512: at line 51
    when I try to run one of my sql scripts. The script tries to make an external procedure call. I am attaching the relevant .ora files.
    1.
    $ cat tnsnames.ora
    2.
    # tnsnames.ora Network Configuration File: /home/oracle/oracle/product/10.2.0/db_2/network/admin/tnsnames.ora
    3.
    # Generated by Oracle configuration tools.
    4.
    5.
    ORCL =
    6.
    (DESCRIPTION =
    7.
    (ADDRESS = (PROTOCOL = TCP)(HOST = accord.novaglobal.com.sg)(PORT = 1521))
    8.
    (CONNECT_DATA =
    9.
    (SERVER = DEDICATED)
    10.
    (SERVICE_NAME = orcl)
    11.
    12.
    13.
    14.
    EXTPROC_CONNECTION_DATA =
    15.
    (DESCRIPTION =
    16.
    (ADDRESS_LIST =
    17.
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    18.
    19.
    (CONNECT_DATA =
    20.
    (SID = orcl)
    21.
    (PRESENTATION = RO)
    22.
    23.
    24.
    25.
    26.
    27.
    28.
    29.
    30.
    31.
    32.
    33.
    34.
    35.
    36.
    cat listener.ora
    37.
    # listener.ora Network Configuration File: /home/oracle/oracle/product/10.2.0/db_2/network/admin/listener.ora
    38.
    # Generated by Oracle configuration tools.
    39.
    40.
    41.
    42.
    SID_LIST_LISTENER =
    43.
    (SID_LIST =
    44.
    (SID_DESC =
    45.
    (SID_NAME = orcl)
    46.
    (ORACLE_HOME = /home/oracle/oracle/product/10.2.0/db_2)
    47.
    (PROGRAM = extproc)
    48.
    (ENVS = "LD_LIBRARY_PATH=/home/oracle/DSAccord/lib,
    49.
    ACCORD_SYSTEM_6=/home/oracle/DSAccord/system/,
    50.
    ACCORD_SETTINGS_6=/home/oracle/DSAccord/accord6.ini,
    51.
    EXTPROC_DLLS=libaccora10.so.6:libaccosk10.so.6")
    52.
    53.
    54.
    55.
    56.
    LISTENER =
    57.
    (DESCRIPTION_LIST =
    58.
    (DESCRIPTION =
    59.
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    60.
    (ADDRESS = (PROTOCOL = TCP)(HOST = accord.novaglobal.com.sg)(PORT = 1521))
    61.
    62.
    63.
    64.
    65.
    66.
    67.
    cat sqlnet.ora
    68.
    # sqlnet.ora Network Configuration File: /home/oracle/oracle/product/10.2.0/db_2/network/admin/sqlnet.ora
    69.
    # Generated by Oracle configuration tools.
    70.
    71.
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)

  • ORA-28547 on connection test

    Hello All,
    Installed 10G rel2 on Windows 2003 32 Bit Server.
    Configured LISTENER.
    Now when I attempt run 'connection test' for service naming I get:
    The test did not succeed.
    ORA-28547: connection to server failed, probable Oracle Net admin error
    Where do I need to start where my problem is?
    Thank you in advance, Sonya

    28547, 0000, "connection to server failed, probable Oracle Net admin error"
    // *Cause:   A failure occurred during initialization of a network connection
    //           from a client process to the Oracle server.  The connection
    //           was completed but a disconnect occurred while trying to
    //           perform protocol-specific initialization, usually due to
    //           use of different network protocols by opposite sides
    //           of the connection.  This usually is caused by incorrect
    //           Oracle Net administrative setup for database links or external
    //           procedure calls.   The most frequent specific causes are:
    //           --  The connection uses a connect string which refers
    //               to a Heterogeneous Services agent instead of
    //               an Oracle server.
    //           --  The connection uses a connect string which includes
    //               an (HS=) specification.
    //           --  Hitting Ctrl+C before connection initialization is
    //               complete.
    //           --  Using DRCP on Windows with SQLNET.AUTHENTICATION_SERVICES
    //               set to NTS.
    //           --  Connection timeout due to SQLNET.INBOUND_CONNECT_TIMEOUT
    //               parameter when all shared servers are busy in
    //               shared server configuration.
    // *Action:  Check Oracle Net administration in the following ways:
    //           --  When using TNSNAMES.ORA or an Oracle Names server, make sure
    //               that the client connection to the Oracle server uses
    //               the correct service name or SID.
    //           --  Check LISTENER.ORA on the connection end point's host machine
    //               to assure that this service name or SID refers
    //               to the correct server.
    //           --  Confirm in TNSNAMES.ORA or the equivalent service definition
    //               that the connect string does not contain (HS=).
    //           --  Set SQLNET.AUTHENTICATION_SERVICES to NONE when using DRCP
    //               on Windows.
    //open Command Window & issue following OS commands
    lsnrctl status
    lsnrctl service
    COPY commands & results then PASTE all back here

  • 10g ORA-28547: connection to server failed, probable Net8 admin error

    Hii All
    I am trying to install oracle10g release 2 client on windows machine but it gives me error ORA-28547
    I have my oracle database resides on Linux machine with IP 192.68.1.202
    My ORACLE_SID is oracle please help me out.
    Please help
    I have tried by setting
    SQL_AUTHENTICATION_SERVICES = (NONE)
    but it doesn't works with my case please help me out,,
    Please its serious problem to me.
    Thanking You

    ORA-28547:     connection to server failed, probable Oracle Net admin error
    Cause:     A failure occurred during initialization of a network connection from a client process to the Oracle server: The connection was completed but a disconnect occurred while trying to perform protocol-specific initialization, usually due to use of different network protocols by opposite sides of the connection. This usually is caused by incorrect Oracle Net administrative setup for database links or external procedure calls. The most frequent specific causes are: -- The connection uses a connect string which refers to a Heterogeneous Services agent instead of an Oracle server. -- The connection uses a connect string which includes an (HS=) specification.
    Action:     Check Oracle Net administration in the following ways: -- When using TNSNAMES.ORA or an Oracle Names server, make sure that the client connection to the ORACLE server uses the correct service name or SID. -- Check LISTENER.ORA on the connection end point's host machine to assure that this service name or SID refers to the correct server. -- Confirm in TNSNAMES.ORA or the equivalent service definition that the connect string does NOT contain (HS=).
    Apart from this, have you made sure that there are no issues with the physical network between server and the client?

  • 11gR2 Gateway got ORA-28547: connection to server failed

    I am seting up a heterogeneous connection between 11gR2 and SQL Server, when i'm trying to connect through gateway, got this:
    sys@FUNNY>conn user/password@dg4odbc
    ERROR:
    ORA-28547: connection to server failed, probable Oracle Net admin error
    then i am trying to create a database link:
    sys@FUNNY>create public database link xyz connect to "user" identified by "password" using 'dg4odbc';
    Database link created.
    sys@FUNNY>select count(*) from dimtime@xyz;
    select count(*) from dimtime@xyz
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    The DSN works fine:
    oracle@vm-sles10:/usr/local/easysoft/unixODBC/bin> ./isql oakdw user password
    Connected!
    SQL> select count(*) from dimtime;
    | 1096 |
    SQLRowCount returns -1
    1 rows fetched
    SQL>
    tnsping seems fine too:
    oracle@vm-sles10:~> tnsping dg4odbc
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION= (ADDRESS= (PROTOCOL=TCP) (HOST=localhost) (PORT=1522)) (CONNECT_DATA= (SID=dg4odbc)) (HS=OK))
    OK (10 msec)
    Here are some config files:
    initdg4odbc.ora:
    HS_FDS_CONNECT_INFO = OAKDW
    HS_FDS_TRACE_LEVEL =1
    HS_FDS_SHAREABLE_NAME = /opt/ConnectforODBC60/lib/ivsqls24.so
    set ODBCINI=/opt/ConnectforODBC60/odbc.ini
    listener.ora:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1522))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1522))
    ADR_BASE_LISTENER = /opt/oracle
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=dg4msql)
    (ORACLE_HOME=/opt/oracle/product/11.2/db_1/)
    (PROGRAM=dg4msql)
    (SID_DESC=
    (SID_NAME=dg4odbc)
    (ORACLE_HOME=/opt/oracle/product/11.2/db_1)
    (PROGRAM=dg4odbc)
    (ENVS=LD_LIBRARY_PATH=/opt/ConnectforODBC60/lib:/opt/oracle/product/11.2/db_1/lib)
    sqlnet.ora:
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    SQLNET.AUTHENTICATION_SERVICES=(NONE)
    ADR_BASE = /opt/oracle
    tnsnames.ora:
    FUNNY =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1522))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = funny)
    LISTENER_FUNNY =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1522))
    dg4odbc=
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=localhost)
    (PORT=1522)
    (CONNECT_DATA=
    (SID=dg4odbc)
    (HS=OK)
    Server OS is SLES 10 sp2, ODBC driver is Datadirect ODBC 6.0
    First time asking for help here, don't know if my description is clear.
    Any clue, guys?
    Edited by: user6299342 on Nov 11, 2009 2:12 PM

    sys@FUNNY>select count(*) from dimtime@xyz;
    select count(*) from dimtime@xyz
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Could you post the complete error stack?
    If I am allowed to guess here, check if yours is the same case as described in MOS note 849051.1

  • Can't Install 11g Db, Error ORA 28547/24324/01041

    hi,
    I was trying to install db 11g and the installation stopped half way through with 3 errors.
    1.ORA 24324: SERVICE HANDLE NOT IDENTIFIED
    2.ORA 01041: INTERNAL ERROR, HOSTDEF EXTERIOR DOES'NT EXIST
    3.ORA 28547: CONNECTION TO SERVER FAILED, PROABLY NET ADMIN ERROR.
    I have just trained on oracle application developper and very new to installing a personal database.
    My machine is a pentium duo core 1.7, 2gb ram and 120 hdd and my OS is XP professional sp2. I connect through this machine
    through my office lan to oracle 9i db in my company server.
    I have tried to set up a 11i DB Personal and 10g developer suite on the same machine.
    I could figured out the 1st error ORA-01041 and understand that the Environment variables have to be changed before I try to
    reinstall 11g.
    As I checked up the variable from System>advanced>environment variables it is showing a very long string which is
    (C:\app\ravid\product\11.1.0\db_1\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program
    Files\Intel\Wireless\Bin\;C:\ORANT\BIN;)
    After looking this up in the c:\oracle folder trace the string only uptil 'bin'.
    I have DEVELOPER 2000 NT with Forms runtime and Graphics runtime already on the machine however i did not see any path in the
    system environment variable for this, or could it be that the string i mentioned above has that included too..one thing i know for
    sure is there was no oracle home before i tried to install the 11g db.
    Could someone also help me out with the 1st and 3rd errors as i don't know what they mean?
    Will really appreciate if you can help me through this.
    Thanks in advance for your time and advice.

    Re: Can't Install 11g Db, Error ORA 28547/24324/01041

  • Two instances running at the same time on one machine - error ORA-28547

    Hi,
    I am running Windows XP (32-bit) and Oracle 10gR2 (10.2.0.3) and would like to run two services at the same time (NE and NE2). Configures my listerner like
    listener.ora
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
          (PROGRAM = extproc)
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
          (PROGRAM = extproc)
        (SID_DESC =
          (SID_NAME = NE)
          (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
          (PROGRAM = extproc)
        (SID_DESC =
          (SID_NAME = NE2)
          (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = dgregor-d630)(PORT = 1521))
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
      )tnsnames.ora
    # tnsnames.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    NE2 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = dgregor-d630)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = NE2)
    NE =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = dgregor-d630)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = NE)
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
      )I am getting error
    ORA-28547: connection to server failed, probable Oracle Net admin error
    In the registry I am aware of the ORACLE_SID entry, but it is reserved only for one value (NE or NE2).
    How should I configure it to run both Oracle services at the same time?
    Thanks!
    D

    Hi,
    Please post your question in the appropriate forum/group.
    Database
    http://forums.oracle.com/forums/category.jspa?categoryID=18
    Thanks,
    Hussein

  • Error (ORA-28547) - PHP. Please help

    I am trying to connect
    With this code:
    <?php
    $tns = '(DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = supertrain)(PORT = 1522))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = train)
    $conn = oci_connect('user', 'pass', $tns);
    echo "<pre>";
    print_r($conn);
    ?>
    +But get an error: Warning: oci_connect() [function.oci-connect]: ORA-28547: connection to server failed, probable Oracle Net admin error in C:\Zend\Apache2\htdocs\odbc\index.php on line 10+
    My configuration:
    Zend Server Community Edition
    Version      5.1.0
    Build      ZendServer-CE-5.1.0_B104-5.3.5-Windows_x86
    PHP
    Version      5.3.5
    PHP Configuration File      C:\Zend\ZendServer\etc\php.ini
    oci8
    OCI8 Support      enabled
    Version      1.4.5
    Revision      $Revision: 305257 $
    Active Persistent Connections      0
    Active Connections      0
    Oracle Instant Client Version      Unknown
    Temporary Lob support      enabled
    Collections support      enabled
    Directive     Local Value     Master Value
    oci8.connection_class     no value     no value
    oci8.default_prefetch     100     100
    oci8.events     Off     Off
    oci8.max_persistent     -1     -1
    oci8.old_oci_close_semantics     Off     Off
    oci8.persistent_timeout     -1     -1
    oci8.ping_interval     60     60
    oci8.privileged_connect     Off     Off
    oci8.statement_cache_size     20     20
    Web Server
    Server Name      localhost
    Server Software      Apache/2.2.16 (Win32) mod_ssl/2.2.16 OpenSSL/0.9.8o
    OS Version      Windows XP
    Oracle
    Client - Oracle - OraClient11g_home1 (11.1.0)
    Server - Oracle 11

    I'd start with the less-error prone (fewer brackets to mismatch) "Easy Connect" connection string.
    See "Oracle Database Name Connection Identifiers" on page 102 of http://www.oracle.com/technetwork/topics/php/underground-php-oracle-manual-098250.html
    In your case the command would be
    $conn = oci_connect('user', 'pass', 'supertrain:1522/train');From googling, there are various configuration file fixes that might help. It's unlikely to be a PHP
    issue, so you might want to follow up in a DB forum, e.g. Database Installation

  • ORA-28547 - Multiple Oracle Homes - Sqlplus

    I have two oracle homes XE and Developer 10g
    When trying to access XE using Sqlplus I receive ORA-28547.
    C:\>sqlplus system@xe
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jun 8 16:29:21 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-28547: connection to server failed, probable Oracle Net admin error
    I use OracleLocatorExpress from DBMotive Tools to set the correct Oracle Home.
    XE TNSnames.ora entry is as follows
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.10.141)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    XE Listener.ora entry is as follows
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.10.141)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    OS is Windows XP SP2
    Access through the web interface works ok.
    Long term want the ability to imp a dmp file into XE.

    So, I would make sure you are just using one home or pointing to one set of tnsnames.ora / sqlnet.ora files. I have a feeling your using Oracle Names. So, what I would do is set your sqlnet.ora file to have the following entry:
    names.directory_path=(tnsnames,onames,hostname)
    This is the default, but will work with your onames setup as it will look local first. Just make sure you have TNS_ADMIN set in your registry for each Oracle Home. Point them to the same configuration, and you should be good to go.
    Good Luck!
    BradW

  • ORA-28547 help needed

    I have a problem with connecting to Oracle database after changing the firewall.
    In my tnsnames and listener.ora I have changed only the host name from aixdb3.sds.ids.com to aixdb3.sdv.idv.com. TNSping works fine. Listener starts with no errors or warnings.
    All entries in the sqlnet.ora file are commented out - I do not use it.
    I also used:
    ALTER DATABASE RENAME GLOBAL_NAME TO ...
    Thanks a lot for any idea on how to solve this.
    mj
    # listener.ora Network Configuration File: /opt/oracle/ora10gr2/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENERORA10GR2 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = aixdb3.sdv.idv.com)(PORT = 1541))
    SID_LIST_LISTENERORA10GR2 =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = ora10gr2)
    (ORACLE_HOME = /opt/oracle/ora10gr2)
    (PROGRAM = extproc)
    TNSNAMES.ora:
    ORA10GR2 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = aixdb3.sdv.idv.com)(PORT = 1541))
    (CONNECT_DATA =
    (SID = ora10gr2)
    ORA10GR2.sdv.idv.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = aixdb3.sdv.idv.com)(PORT = 1541))
    (CONNECT_DATA =
    (SID = ora10gr2)
    SQL> conn system@ora10gr2
    Enter password: *******
    ERROR:
    ORA-28547: connection to server failed, probable Oracle Net admin error
    SQL> conn [email protected]
    Enter password: *******
    ERROR:
    ORA-28547: connection to server failed, probable Oracle Net admin error
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.2.0 - Production on 18-DEC-2007 07:58:58
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    C:\oracle\ora10gr2\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
    (HOST = aixdb3.sdv.idv.com)(PORT = 1541))) (CONNECT_DATA = (SID = ora10gr2)))
    OK (60 msec)

    Thanks a lot.
    I looked at the error, but it did not give me a clue on what is wrong...
    You are right - this is actually a host change.
    Not sure why there's an external proc - probably left over from the installation time - the DBAs usually copy all files for the new isntance and just change the names.
    Here is what the status print:
    oracle@aixdb3:/opt/oracle/ora10gr2/bin$ lsnrctl status LISTENERORA10GR2
    LSNRCTL for IBM/AIX RISC System/6000: Version 10.1.0.4.0 - Production on 18-DEC-2007 08:46:41
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=aixdb3.sdv.idv.com)(PORT=1541)))
    STATUS of the LISTENER
    Alias LISTENERORA10GR2
    Version TNSLSNR for IBM/AIX RISC System/6000: Version 10.2.0.2.0 - Production
    Start Date 18-DEC-2007 07:46:10
    Uptime 0 days 1 hr. 0 min. 31 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /opt/oracle/ora10gr2/network/admin/listener.ora
    Listener Log File /opt/oracle/ora10gr2/network/log/listenerora10gr2.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=aixdb3.sdv.idv.com)(PORT=1541)))
    Services Summary...
    Service "ora10gr2" has 1 instance(s).
    Instance "ora10gr2", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    oracle@aixdb3:/opt/oracle/ora10gr2/bin$
    thanks again,
    mj

  • ORA-28547

    Hi,
    on 10g R2 on unix AIX I can not connect to DB and have ORA-28547 error :
    $(hostname) $(whoami):/appli/oracle/product/10.2.0/db_1/network/admin#tnsping MYDB
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST =localhost)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = MYDB)))
    OK (0 msec)
    $(hostname) $(whoami):/appli/oracle/product/10.2.0/db_1/network/admin#lsnrctl services
    LSNRCTL for IBM/AIX RISC System/6000: Version 10.2.0.4.0 - Production on 05-DEC-2010 03:34:18
    Copyright (c) 1991, 2007, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    Services Summary...
    Service "MYDB" has 1 instance(s).
      Instance "MYDB", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:2 refused:0
             LOCAL SERVER
    The command completed successfully
    $(hostname) $(whoami):/appli/oracle/product/10.2.0/db_1/network/admin#sqlplus sys@MYDB as sysdba
    SQL*Plus: Release 10.2.0.4.0 - Production on Sun Dec 5 03:35:03 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Enter password:
    ERROR:
    ORA-28547: connection to server failed, probable Oracle Net admin errorin sqlnet.ora I have :
    SQLNET.AUTHENTICATION_SERVICES= (NONE)Thanks for help.

    thank you :
    here they are
    $(hostname) $(whoami):/appli/oracle#id
    uid=203(oracle) gid=203(dba) groups=204(psoft)
    $(hostname) $(whoami):/appli/oracle#uname -a
    AIX verano 1 6 00F638534C00
    $(hostname) $(whoami):/appli/oracle#lsnrctl status
    LSNRCTL for IBM/AIX RISC System/6000: Version 10.2.0.4.0 - Production on 05-DEC-2010 07:44:02
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for IBM/AIX RISC System/6000: Version 10.2.0.4.0 - Production
    Start Date 05-DEC-2010 03:26:37
    Uptime 0 days 4 hr. 17 min. 25 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /appli/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File /appli/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=extproc)))
    Services Summary...
    Service "mydb" has 1 instance(s).
    Instance "mydb", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    $(hostname) $(whoami):/appli/oracle#env| sort
    AUTHSTATE=files
    A__z=! LOGNAME
    HOME=/appli/oracle
    LANG=C
    LC__FASTMSG=true
    LOCPATH=/usr/lib/nls/loc
    LOGIN=oracle
    LOGNAME=oracle
    MAIL=/usr/spool/mail/oracle
    MAILMSG=[YOU HAVE NEW MAIL]
    NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
    ODMDIR=/etc/objrepos
    ORACLE_HOME=/appli/oracle/product/10.2.0/db_1/
    ORACLE_PATH=/appli/oracle/product/10.2.0/db_1/bin
    ORATEMP=/var/tmp
    ORATMP=/var/tmp
    PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java5/jre/bin:/usr/java5/bin:/usr/local/bin:/appli/oracle/product/10.2.0/db_1/bin
    PS1=$(hostname) $(whoami):$PWD#
    PWD=/appli/oracle
    SHELL=/usr/bin/ksh
    TEMP=/var/tmp
    TERM=xterm
    TMP=/var/tmp
    TZ=NFT-1DFT,M3.5.0,M10.5.0
    USER=oracle
    _=/usr/bin/env
    $(hostname) $(whoami):/appli/oracle#lsnrctl service
    LSNRCTL for IBM/AIX RISC System/6000: Version 10.2.0.4.0 - Production on 05-DEC-2010 07:45:00
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    Services Summary...
    Service "mydb" has 1 instance(s).
    Instance "mydb", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:6 refused:0
    LOCAL SERVER
    The command completed successfully

  • ORA-28547 : tnsnames, sqlnet & listener dont have any problem

    Hi ,
    I have reinstalled oracle 10g client on my system. I can connect with every running server except one Oracle 10g server which is running on windows 64/2003 server.
    I have checked the tnsname and sqlnet file, didnt find any problem.
    I had reconfigured it through net assistance but still I cant connect to the server.
    The details of error is :
    ORA-28547: connection to server failed, probable Oracle Net admin error
    the tnsnames is :
    ORASRV =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.31.1.250)(PORT = 1521))
    (CONNECT_DATA =
    (SID = ORCL)
    (SERVER = DEDICATED)
    and sqlnet is :
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    I want to know ... Is there any thing else which I need to configure becaz I have configured others servers too & I am able to connect with them with the same configuration.
    I will be grate ful to you if you can guide me on right way to solve it .
    regards

    ORA-28547: connection to server failed, probable Oracle Net admin error
    Cause: A failure occurred during initialization of a network connection from a client process to the Oracle server: The connection was completed but a disconnect occurred while trying to perform protocol-specific initialization, usually due to use of different network protocols by opposite sides of the connection. This usually is caused by incorrect Oracle Net administrative setup for database links or external procedure calls. The most frequent specific causes are: -- The connection uses a connect string which refers to a Heterogeneous Services agent instead of an Oracle server. -- The connection uses a connect string which includes an (HS=) specification.
    Action: Check Oracle Net administration in the following ways: -- When using TNSNAMES.ORA or an Oracle Names server, make sure that the client connection to the ORACLE server uses the correct service name or SID. -- Check LISTENER.ORA on the connection end point's host machine to assure that this service name or SID refers to the correct server. -- Confirm in TNSNAMES.ORA or the equivalent service definition that the connect string does NOT contain (HS=).

  • Networking error (ORA-28547) with 10g on Red Hat Linux

    Hello everybody
    I'm having the following error when trying to set up a 10g database on a Red Hat machine. I can start the listener correctly, but then the Enterprise Manager shows the following error in the 'Agent Connection to Instance' section:
    ORA-28547: connection to server failed, probable Oracle Net admin error (DBD ERROR: OCISessionBegin)
    When I try to access using SQL*Plus, I get the same error. I don't know what can be wrong: the listener starts correctly, tnsping gives OK, both using the server name and the SID, and the config. files seem to be correct. Anyone has a clue?
    Thanks in advance for your answers.
    Just in case, here are (the relevant parts of) mi config. files:
    listener.ora:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (PROGRAM = extproc)
    (SID_NAME = oradb10g)
    (ORACLE_HOME = /opt/app/oracle/)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = oradb10g))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = st03)(PORT = 1521))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    tnsnames.ora:
    ORADB10G =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = st03)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = oradb10g)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(Key = EXTPROC0))
    (CONNECT_DATA =
    (SID = oradb10g)
    (PRESENTATION = RO)
    sqlnet.ora:
    SQLNET.AUTHENTICATION_SERVICES=(NONE)
    Thanks again.

    Sorry for the delay, I've been kind of busy :S
    Here are the requested files' contents
    /etc/hosts:
    192.168.1.19 st00.summatec.net st00
    192.168.1.33 st03.summatec.net st03
    127.0.0.1 localhost.localdomain localhost
    192.168.1.11 st01.summatec.net st01
    /etc/nsswitch.conf:
    passwd: files
    shadow: files
    group: files
    hosts: files dns
    bootparams: nisplus [NOTFOUND=return] files
    ethers: files
    netmasks: files
    networks: files
    protocols: files
    rpc: files
    services: files
    netgroup: files
    publickey: nisplus
    automount: files
    aliases: files nisplus
    $ORACLE_HOME/sysman/config/emd.properties:
    perlBin=/opt/app/oracle/perl/bin
    scriptsDir=/opt/app/oracle/sysman/admin/scripts
    emdRoot=/opt/app/oracle
    agentStateDir=/opt/app/oracle
    chronosRoot=/opt/app/oracle/sysman/emd/chronos
    REPOSITORY_URL=http://st03.summatec.net:4889/em/upload/
    agentSeed=802746336
    agentVersion=10.1.0.4.0
    UploadInterval=5
    UploadFailBackoffPct= 20
    UploadTimeout=1800
    UploadFileSize=2048
    UploadMaxBytesXML=50
    UploadMaxNumberXML=5000
    UploadMaxDiskUsedPct=98
    UploadMaxDiskUsedPctFloor=95
    emdRootCertLoc=/opt/app/oracle/sysman/config/b64LocalCertificate.txt
    internetCertLoc=/opt/app/oracle/sysman/config/b64InternetCertificate.txt
    emdWalletSrcUrl=http://st03.summatec.net:4889/em/wallets/emd
    emdWalletDest=/opt/app/oracle/sysman/config/server
    emd_email_address=
    emd_email_gateway=
    emd_from_email_address=
    EMD_URL=http://st03.summatec.net:/emd/main/
    AgentListenOnAllNICs=TRUE
    NormalThreadStackSize=0
    ouiLoc=/opt/app/oracle/oui
    hostConfigClasspath=/opt/app/oracle/oui/jlib/xmlparserv2.jar:/opt/app/oracle/oui/jlib/OraInstaller.jar:/opt/app/oracle/oui/jlib/srvm.jar:/opt/app/oracle/oui/jlib/share.jar:/opt/app/oracle/sysman/jlib/emd_java.jar:/opt/app/oracle/sysman/jlib/log4j-core.jar
    JAVA_HOME=/opt/app/oracle/jdk/jre
    CLASSPATH=/opt/app/oracle/sysman/jlib/emd_java.jar:/opt/app/oracle/opmn/lib/ons.jar:/opt/app/oracle/lib/xmlparserv2.jar:/opt/app/oracle/sysman/jlib/log4j-core.jar:/opt/app/oracle/oc4j/j2ee/home/lib/http_client.jar:/opt/app/oracle/lib/dms.jar:/opt/app/oracle/lib/dmsEmd.jar:/opt/app/oracle/jlib/share.jar:/opt/app/oracle/jdbc/lib/ojdbc14dms.jar:/opt/app/oracle/jlib/jssl-1_1.jar:/opt/app/oracle/jlib/javax-ssl-1_1.jar:/opt/app/oracle/jlib/ojmisc.jar:/opt/app/oracle/lib/em_test.jar:/opt/app/oracle/jlib/ojmisc.jar:/opt/app/oracle/jlib/repository.jar:/opt/app/oracle/opmn/lib/optic.jar
    agentJavaDefines=-Doracle.dms.refresh.wait.time=1000 -DUrlTiming.UseJSSE=true
    LogFileMaxSize=4096
    LogFileMaxRolls=4
    TrcFileMaxSize=4096
    TrcFileMaxRolls=4
    dynamicPropsComputeTimeout=60
    EMAGENT_PERL_TRACE_LEVEL=ERROR
    tracelevel.main=WARN
    tracelevel.emSDK.xml=WARN
    tracelevel.emSDK.utl=WARN
    tracelevel.ResMonitor=WARN
    tracelevel.Dispatcher=WARN
    tracelevel.ThreadPool=WARN
    tracelevel.pingManager=WARN
    tracelevel.collector=WARN
    tracelevel.http=WARN
    tracelevel.ssl=WARN
    tracelevel.ssl.io=WARN
    tracelevel.blackouts=WARN
    tracelevel.upload=WARN
    tracelevel.command=WARN
    tracelevel.reload=WARN
    tracelevel.scheduler=WARN
    tracelevel.Authentication=WARN
    tracelevel.metadata=WARN
    tracelevel.targets=WARN
    tracelevel.TargetManager=WARN
    tracelevel.engine=WARN
    tracelevel.javaproc=WARN
    tracelevel.vpxoci=WARN
    tracelevel.javavm=WARN
    tracelevel.fetchlets=WARN
    tracelevel.fetchlets.os=WARN
    tracelevel.fetchlets.osline=WARN
    tracelevel.fetchlets.oslinetok=WARN
    tracelevel.fetchlets.UDM=WARN
    tracelevel.fetchlets.sql=WARN
    tracelevel.fetchlets.url=WARN
    tracelevel.fetchlets.urllines=WARN
    tracelevel.fetchlets.urllinetoken=WARN
    tracelevel.fetchlets.URLTiming=WARN
    tracelevel.fetchlets.propEcho=WARN
    tracelevel.fetchlets.readFromFile=WARN
    tracelevel.fetchlets.readMultFromFile=WARN
    tracelevel.fetchlets.throwable=WARN
    tracelevel.fetchlets.resourceGrab=WARN
    tracelevel.fetchlets.emSDK=WARN
    httpTimeoutPrimaryHeader=30
    httpTimeoutSecondaryHeaders=30
    httpTimeoutBody=60
    $ORACLE_HOME/log/st03/client/css.log:
    (the following lines are repeated several times)
    2006-05-02 12:33:35.709: [  OCROSD][3070490304]utgdv:2:ocr loc file cannot be opened
    2006-05-02 12:33:35.710: [  OCROSD][3070490304]utopen:1: Couldnt find ocr,[ocrmirror] location in config file
    2006-05-02 12:33:35.710: [  OCRRAW][3070490304]proprinit: Could not open raw device
    2006-05-02 12:33:35.710: [ default][3070490304]a_init:7!: Backend init unsuccessful : [33]
    2006-05-02 12:33:35.711: [ CSSCLNT][3070490304]clsssinit: error(33 ) in OCR initialization
    $ORACLE_HOME/network/log/listener.log (a representative piece):
    05-MAY-2006 10:46:58 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=oradb10g)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.33)(PORT=52204)) * establish * oradb10g * 0
    05-MAY-2006 10:47:07 * ping * 0
    WARNING: Subscription for node down event still pending
    05-MAY-2006 10:47:07 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=st03.summatec.net)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=st03.summatec.net)(PORT=1521)))(VERSION=169869568)) * status * 0
    05-MAY-2006 10:47:08 * (CONNECT_DATA=(SID=oradb10g)(CID=(PROGRAM=perl)(HOST=st03.summatec.net)(USER=oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.33)(PORT=52208)) * establish * oradb10g * 0
    05-MAY-2006 10:47:28 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=oradb10g)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.33)(PORT=52212)) * establish * oradb10g * 0
    (the last line is repeated several times)
    $ORACLE_HOME/network/log/sqlnet.log :
    Fatal NI connect error 12505, connecting to:
    (DESCRIPTION=(SOURCE_ROUTE=OFF)(ADDRESS=(PROTOCOL=IPC)(Key=EXTPROC0))(CONNECT_DATA=(SID=oradb10g)(SERVER=)(PRESENTATION=RO)(CID=(PROGRAM=java)(HOST=st03.summatec.net)(USER=oracle))))
    VERSION INFORMATION:
    TNS for Linux: Version 10.2.0.1.0 - Production
    Unix Domain Socket IPC NT Protocol Adaptor for Linux: Version 10.2.0.1.0 - Production
    TCP/IP NT Protocol Adapter for Linux: Version 10.2.0.1.0 - Production
    Time: 02-MAY-2006 12:35:22
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12564
    TNS-12564: TNS:connection refused
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Fatal NI connect error 12505, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(Key=EXTPROC0))(CONNECT_DATA=(SID=oradb10g)(PRESENTATION=RO)(CID=(PROGRAM=java)(HOST=st03.summatec.net)(USER=oracle))))
    VERSION INFORMATION:
    TNS for Linux: Version 10.2.0.1.0 - Production
    Unix Domain Socket IPC NT Protocol Adaptor for Linux: Version 10.2.0.1.0 - Production
    TCP/IP NT Protocol Adapter for Linux: Version 10.2.0.1.0 - Production
    Time: 02-MAY-2006 12:38:18
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12564
    TNS-12564: TNS:connection refused
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    I wasn't sure which logs to post, so I included the ones in $ORACLE_HOME/logs and $ORACLE_HOME/network/logs; I hope they are helpful.
    Thanks again, and sorry for the long post.

  • ORA-24324 ORA-24323 ORA-28547 errors when installing dbca on W2K

    I cannot install correctly the Oracle 10g Rel 2 on my Win2K platform because when the database configuration assistant installer starts it stops while copying database files with the following errors :
    ORA-24324 Service Handle not Initialized
    ORA-24323 Value not authorized
    ORA-28547 Connection to Server failed probable Oracle NET ADMIN error
    With DHCP enabled on my box, I workarounded problem with installation guide solution installing the Microsoft Loopback Adapter and instanciating the hosts files.
    The install was succesfully started but it keeps stoping with the above errors and the service seems to be up on port 1521.
    Any clues?
    Thanks in advance

    Hi
    There are zillion programs in the market that I don't know about and that might use 1521 port. Anyways, you may want to delete the registry entries before begining the new install if they are not already deleted.
    goto Start->Run->REGEDIT
    HKEY_LOCAL_MACHINE->SOFTWARE->ORACLE and delete it.
    Also
    HKEY_LOCAL_MACHINE->SYSTEM->CONTROLSETxx->SERVICES and remove any service that has Oracle in it.
    Additionally I would also delete the folder of Oracle_home and wipe out entries from c:\program files\oracle.
    Last but not the least, remove environmental variables with Oracle entries.
    eboot your machine.
    If you are using a firewall or AV then it is possible that this port is being blocked for use. Try to disable the firewall and AV atleast during installation.
    Hope it works for you.
    Rgds
    Adnan
    By the way, did you find any thing from netstat?

Maybe you are looking for

  • I need help putting a game on my ipod....

    I feel stupid asking this question since im pretty capable of doing this normally, but for some reason i haven't been able to figure out how to upload my game to my ipod. Ive tried everything i could and nothing seems to work....what do i do?

  • DMS Approval Workflow problem

    Hello Experts, I have created a DMS workdlow following the SAP DMS book however it is not working. It is somehow not starting the trigger. The trace is returning: Start condition returns 'FALSE' for object [BO,DRAW,ZFSZF700000]. My configuration: - O

  • Adobe Air Application Installer on Utilities Folder

    I just got my first mac early this year so I still haven't gotten the hang of the Mac OS. Anyway, I installed Adobe Photoshop CS4 a few days back but I uninstalled it a few days after. I noticed when I opened my utilities folder I saw the following:

  • Orion-web.xml -- web-app-class-loader

    Hi all, I posted this in the jDeveloper section and someone suggested that I ask you guys what the importance of the orion-web.xml file is. Currently my files looks like ... <?xml version = '1.0' encoding = 'windows-1252'?> <!DOCTYPE orion-web-app PU

  • I can't find my project

    I was working on a project in Final Cut Pro 10.1 and my entire system just froze. I waited for about five minutes for the problem to fix itself, but nothing. So I did a hard shutdown. Fine. I open Final Cut back up, and go to my event. And my project