Re-registering a listener with an instance

What are the options for registering a listener with an instance? Obviously you can restart the instance, but what options do you have if you want to reregister w/o restarting the instance?

as SYSDBA, execute
ALTER SYSTEM REGISTER;
Minor correction in your terminilogy ... the instance is registered with the listener, not the other way around. By registering the instance's availability to the listener, the listener then knows it should be listening on behalf of the instance (or service).

Similar Messages

  • Register new listener for newDB(with new Home) in existing 10.2.0.2 cluster

    Dear Friends,
    UAT Instance:
    i have installed 10g cluster (10.2.0.2) and i have cretaed new 10g home and cretaed listener (with port ) and cretaed UAT database
    No issues on the above
    DEV Instance:
    Now we have another database DEV and for this i have differnt oracle home (not same as UAT) and i created databases and converted to RAC but i want this database to be registered in the 10g existing cluster and the listener also i want to have new one with different port (not same as UAT)
    so when we try to cretae new listener from new DB home it's throwing error.
    "CRS-0215: could not start resource"
    so please let me know how to
    creating new listener with different port for new database having new DB home
    and register it with the existing 10g cluster
    Regards,
    DB

    Hi,
    Is the database part of the cluster or not?
    srvctl config database -d ... to find out if not add it to cluster
    srvctl add database -d and then the instances
    srvctl add instance -d dbname -i instance name
    have a look in here for information related to listener/port
    Changing Default Listener Port Number [ID 359277.1]
    How to Create Multiple Oracle Listeners and Multiple Listener Addresses [ID 232010.1]

  • Listen oracle 8i instances with a 10g listener

    Hi,
    Does someone try to listen oracle 8i instances (8.1.7.4) with 10g listener (10.2.0.3)
    thanks a lot.
    David

    Hi, humhum
    I created my listener on 10g and it doesnt see the 8i instances. So, I added manually an entry in listener.ora for 8i instance.
    Have a look :
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = F:\10g\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = LEGAL)
    (ORACLE_HOME = F:\8i\oracle\ora81)
    (PROGRAM = LEGAL)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = frcdgorcld1.eur.galderma.com)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    But from a client connection, I receive the following error message :
    ERROR - ORA-12518: TNS:listener could not hand off client connection
    Thanks for your help

  • Listener service and instance of my database

    Hello
    I installed ORACLE DATABASE 11G on RHEL 5.5 and all it's ok
    When I run the LSNRCTL (to check the status of my listener) with database db11g not mounted it's give me :
      Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=db.server.com)(PORT=1521           )))
    STATUS of the LISTENER
    Alias                     LISTENER_DB11G
    Version                TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date            09-JAN-2011 06:36:39
    Uptime                0 days 0 hr. 0 min. 0 sec
    Trace Level          off
    Security               ON: Local OS Authentication
    SNMP                  OFF
    Listener Parameter File   /database/u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /database/u01/app/oracle/diag/tnslsnr/db/listener_db11g/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=db.server.com)(PORT=1521)))
    The listener supports no services
    The command completed successfullyBut When I run the LSNRCTL (to check the status of my listener) with database db11g mounted and opened it's give me :
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=db.server.com)(PORT=1521)))
    STATUS of the LISTENER
    Alias                     LISTENER_DB11G
    Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date                09-JAN-2011 06:36:39
    Uptime                    0 days 0 hr. 20 min. 38 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /database/u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /database/u01/app/oracle/diag/tnslsnr/db/listener_db11g/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=db.server.com)(PORT=1521)))
    Services Summary...
    Service "db11g.server.com" has 1 instance(s).
      Instance "db11g", status READY, has 1 handler(s) for this service...
    Service "db11gXDB.server.com" has 1 instance(s).
      Instance "db11g", status READY, has 1 handler(s) for this service...
    The command completed successfullyCould someone explain me why the services are show on only when the database are mounted and opened? is it a new feature of database 11G ?
    Here is my lisneter.ora and tnsnames.ora
    # listener.ora Network Configuration File: /database/u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER_DB11G =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = db.server.com )(PORT = 1521))
    # tnsnames.ora Network Configuration File: /database/u01/app/oracle/product/11.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    DB11G =
      (DESCRIPTION =
       (ADDRESS_LIST=
        (ADDRESS = (PROTOCOL = TCP)(HOST = db.server.com )(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SID_NAME=db11g)
      )

    salmi_oraDev wrote:
    Hello
    I installed ORACLE DATABASE 11G on RHEL 5.5 and all it's ok
    When I run the LSNRCTL (to check the status of my listener) with database db11g not mounted it's give me :
    <snip>
    is it a new feature of database 11G ?
    <snip>If it is behaving exactly as you describe, it is new to 11g. But I doubt it is exactly as you describe.
    Start with an idle instance
    [oracle@vmlnx01 ~]$ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.4.0 - Production on Sun Jan 9 14:08:04 2011
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to an idle instance.Check the listener
    SQL> !s lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.4.0 - Production on 09-JAN-2011 14:08:10
    Copyright (c) 1991, 2007, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=vmlnx01.vmdomain)(PORT=1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.4.0 - Production
    Start Date                09-JAN-2011 13:34:32
    Uptime                    0 days 0 hr. 33 min. 38 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /ora00/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File         /ora00/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vmlnx01.vmdomain)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC0)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfullyso far the listener doesn't know of my database.
    Start the database --- NOMOUNT!!!!!!
    SQL> startup nomount;
    ORACLE instance started.
    Total System Global Area  285212672 bytes
    Fixed Size    1267068 bytes
    Variable Size   96471684 bytes
    Database Buffers  184549376 bytes
    Redo Buffers    2924544 bytesNow check the listener again
    SQL> !lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.4.0 - Production on 09-JAN-2011 14:08:25
    Copyright (c) 1991, 2007, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=vmlnx01.vmdomain)(PORT=1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.4.0 - Production
    Start Date                09-JAN-2011 13:34:32
    Uptime                    0 days 0 hr. 33 min. 53 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /ora00/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File         /ora00/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vmlnx01.vmdomain)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC0)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "vlnxora1" has 1 instance(s).
      Instance "vlnxora1", status BLOCKED, has 1 handler(s) for this service...
    Service "vlnxora1_XPT" has 1 instance(s).
      Instance "vlnxora1", status BLOCKED, has 1 handler(s) for this service...
    The command completed successfully
    SQL> And we see that with the instance started but not mounted, it has already registered itself with the listener.

  • Registering A Database With Active Directory (10.2.0.2.0)

    Hi
    I've been working through various tutorials on integrating an Oracle Database with Active Directory.
    The AD is running on Windows 2003 Server Standard Edition.
    I've created the schema in AD and (as far as I know set the permissions correctly) and also the LDAP file.
    However, when dbca tries to register the database I get "Unable to create database entry in the directory service. TNS-04405 : General Error'.
    The database is running on XP Pro machine.
    This is the log file output from dbca:
    [Thread-13] [13:44:44:421] [StepContext$ModeRunner.run:2458] ---- Progress Needed:=true
    [Thread-13] [13:44:44:703] [BasicStep.execute:202] Executing Step : PRE_DB_CONFIGURE
    [Thread-13] [13:44:44:703] [BasicStep.configureSettings:304] messageHandler being set=null
    [Thread-13] [13:44:45:109] [PreDBConfigureStep.executeImpl:180] Memory Params to be updated : 0
    [Thread-13] [13:44:45:125] [BasicStep.execute:202] Executing Step : DIR_SERVICE
    [Thread-13] [13:44:45:125] [BasicStep.configureSettings:304] messageHandler being set=null
    [Thread-13] [13:44:45:125] [NetworkUtils.getDefaultDirectoryAuthentication:3359] oracle.net.config.DirectoryService.throwException(Unknown Source)
    oracle.net.config.DirectoryService.query(Unknown Source)
    oracle.net.config.DirectoryService.query(Unknown Source)
    oracle.net.config.DatabaseService.getDefaultDirectoryAuthentication(Unknown Source)
    oracle.sysman.assistants.util.NetworkUtils.getDefaultDirectoryAuthentication(NetworkUtils.java:3354)
    oracle.sysman.assistants.util.step.network.DirServiceStep.executeImpl(DirServiceStep.java:198)
    oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
    oracle.sysman.assistants.util.step.BasicStep.callStep(BasicStep.java:251)
    oracle.sysman.assistants.dbca.backend.PreDBConfigureStep.executeImpl(PreDBConfigureStep.java:195)
    oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
    oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2468)
    Can anyone out there help me...
    Regards.
    Adrian

    "Listener.log"
    TNSLSNR for 32-bit Windows: Version 10.2.0.2.0 - Production on 13-JUN-2007 15:50:16
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\ORANT10G\network\admin\listener.ora
    Log messages written to C:\ORANT10G\network\log\listener.log
    Trace information written to C:\ORANT10G\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=1892
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xppro)(PORT=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    13-JUN-2007 15:50:20 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=Administrator))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869824)) * status * 0
    TNSLSNR for 32-bit Windows: Version 10.2.0.2.0 - Production on 13-JUN-2007 16:12:27
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\ORANT10G\network\admin\listener.ora
    Log messages written to C:\ORANT10G\network\log\listener.log
    Trace information written to C:\ORANT10G\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=1544
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xppro)(PORT=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    TNSLSNR for 32-bit Windows: Version 10.2.0.2.0 - Production on 14-JUN-2007 08:22:01
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\ORANT10G\network\admin\listener.ora
    Log messages written to C:\ORANT10G\network\log\listener.log
    Trace information written to C:\ORANT10G\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=1528
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xppro)(PORT=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    TNSLSNR for 32-bit Windows: Version 10.2.0.2.0 - Production on 14-JUN-2007 08:46:33
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\ORANT10G\network\admin\listener.ora
    Log messages written to C:\ORANT10G\network\log\listener.log
    Trace information written to C:\ORANT10G\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=1528
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xppro)(PORT=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    14-JUN-2007 09:43:23 * service_register * ilog * 0
    14-JUN-2007 09:44:16 * service_died * ilog * 12537
    14-JUN-2007 09:44:19 * service_register * ilog * 0
    14-JUN-2007 09:44:22 * service_update * ilog * 0
    14-JUN-2007 09:44:22 * service_update * ilog * 0
    14-JUN-2007 09:44:31 * service_update * ilog * 0
    14-JUN-2007 09:44:37 * service_update * ilog * 0
    14-JUN-2007 09:45:01 * service_update * ilog * 0
    14-JUN-2007 09:45:07 * service_update * ilog * 0
    14-JUN-2007 09:45:12 * service_update * ilog * 0
    14-JUN-2007 09:45:42 * service_update * ilog * 0
    14-JUN-2007 09:46:15 * service_update * ilog * 0
    14-JUN-2007 09:46:48 * service_update * ilog * 0
    14-JUN-2007 09:46:50 * service_update * ilog * 0
    14-JUN-2007 09:46:59 * service_died * ilog * 12537
    14-JUN-2007 09:48:43 * service_register * ilog * 0
    14-JUN-2007 09:49:40 * service_died * ilog * 12537
    14-JUN-2007 09:49:42 * service_register * ilog * 0
    14-JUN-2007 09:49:45 * service_update * ilog * 0
    14-JUN-2007 09:49:45 * service_update * ilog * 0
    14-JUN-2007 09:49:54 * service_update * ilog * 0
    14-JUN-2007 09:49:58 * service_update * ilog * 0
    14-JUN-2007 09:50:19 * service_update * ilog * 0
    14-JUN-2007 09:50:22 * service_update * ilog * 0
    14-JUN-2007 09:50:28 * service_update * ilog * 0
    14-JUN-2007 09:51:01 * service_update * ilog * 0
    14-JUN-2007 09:54:40 * service_update * ilog * 0
    14-JUN-2007 09:54:41 * service_update * ilog * 0
    14-JUN-2007 09:54:46 * service_update * ilog * 0
    14-JUN-2007 09:54:48 * service_died * ilog * 12537
    14-JUN-2007 09:54:51 * service_register * ilog * 0
    14-JUN-2007 09:54:56 * service_update * ilog * 0
    14-JUN-2007 09:54:59 * service_update * ilog * 0
    14-JUN-2007 09:55:02 * service_update * ilog * 0
    14-JUN-2007 09:55:05 * service_update * ilog * 0
    14-JUN-2007 09:55:14 * service_update * ilog * 0
    14-JUN-2007 09:55:23 * service_update * ilog * 0
    14-JUN-2007 09:55:32 * service_update * ilog * 0
    14-JUN-2007 09:55:55 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1216)) * establish * ilog * 0
    14-JUN-2007 09:55:56 * service_update * ilog * 0
    14-JUN-2007 09:56:00 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1217)) * establish * ilog * 0
    14-JUN-2007 09:56:00 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1218)) * establish * ilog * 0
    14-JUN-2007 09:56:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1219)) * establish * ilog * 0
    14-JUN-2007 09:56:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1220)) * establish * ilog * 0
    14-JUN-2007 09:56:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1221)) * establish * ilog * 0
    14-JUN-2007 09:56:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1222)) * establish * ilog * 0
    14-JUN-2007 09:56:02 * service_update * ilog * 0
    14-JUN-2007 09:56:05 * service_update * ilog * 0
    14-JUN-2007 09:56:38 * service_update * ilog * 0
    14-JUN-2007 09:57:09 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1228)) * establish * ilog * 0
    14-JUN-2007 09:57:11 * service_update * ilog * 0
    14-JUN-2007 09:57:13 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1229)) * establish * ilog * 0
    14-JUN-2007 09:57:17 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1231)) * establish * ilog * 0
    14-JUN-2007 09:57:24 * ping * 0
    14-JUN-2007 09:57:26 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 09:57:30 * log_status * 0
    14-JUN-2007 09:57:31 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1239)) * establish * ilog * 0
    14-JUN-2007 09:57:34 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869824)) * status * 0
    14-JUN-2007 09:57:44 * service_update * ilog * 0
    14-JUN-2007 09:57:56 * service_update * ilog * 0
    14-JUN-2007 09:57:58 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1247)) * establish * ilog * 0
    14-JUN-2007 09:58:17 * service_update * ilog * 0
    14-JUN-2007 09:58:50 * service_update * ilog * 0
    14-JUN-2007 09:59:23 * service_update * ilog * 0
    14-JUN-2007 09:59:56 * service_update * ilog * 0
    14-JUN-2007 10:01:02 * service_update * ilog * 0
    14-JUN-2007 10:01:36 * service_update * ilog * 0
    14-JUN-2007 10:01:37 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1307)) * establish * ilog * 0
    14-JUN-2007 10:01:39 * service_update * ilog * 0
    14-JUN-2007 10:01:39 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1312)) * establish * ilog * 0
    14-JUN-2007 10:01:40 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1313)) * establish * ilog * 0
    14-JUN-2007 10:01:40 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1314)) * establish * ilog * 0
    14-JUN-2007 10:01:40 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1315)) * establish * ilog * 0
    14-JUN-2007 10:01:42 * service_update * ilog * 0
    14-JUN-2007 10:01:42 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1320)) * establish * ilog * 0
    14-JUN-2007 10:01:44 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1322)) * establish * ilog * 0
    14-JUN-2007 10:01:45 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1323)) * establish * ilog * 0
    14-JUN-2007 10:02:09 * service_update * ilog * 0
    14-JUN-2007 10:02:19 * ping * 0
    14-JUN-2007 10:02:20 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 10:02:30 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1328)) * establish * ilog * 0
    14-JUN-2007 10:02:42 * service_update * ilog * 0
    14-JUN-2007 10:03:48 * service_update * ilog * 0
    14-JUN-2007 10:03:54 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1346)) * establish * ilog * 0
    14-JUN-2007 10:04:14 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1348)) * establish * ilog * 0
    14-JUN-2007 10:04:21 * service_update * ilog * 0
    14-JUN-2007 10:04:54 * service_update * ilog * 0
    14-JUN-2007 10:06:39 * service_update * ilog * 0
    14-JUN-2007 10:07:20 * ping * 0
    14-JUN-2007 10:07:20 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 10:07:31 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1370)) * establish * ilog * 0
    14-JUN-2007 10:07:39 * service_update * ilog * 0
    14-JUN-2007 10:08:12 * service_update * ilog * 0
    14-JUN-2007 10:09:04 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=services)(ARGUMENTS=64)(SERVICE=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521))))(VERSION=169869824)) * services * 0
    14-JUN-2007 10:09:05 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 10:09:18 * service_update * ilog * 0
    14-JUN-2007 10:09:51 * service_update * ilog * 0
    14-JUN-2007 10:11:00 * service_update * ilog * 0
    14-JUN-2007 10:11:33 * service_update * ilog * 0
    14-JUN-2007 10:11:36 * service_update * ilog * 0
    14-JUN-2007 10:11:58 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1424)) * establish * ilog * 0
    14-JUN-2007 10:12:01 * service_update * ilog * 0
    14-JUN-2007 10:12:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1425)) * establish * ilog * 0
    14-JUN-2007 10:12:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1426)) * establish * ilog * 0
    14-JUN-2007 10:12:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1427)) * establish * ilog * 0
    14-JUN-2007 10:12:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1428)) * establish * ilog * 0
    14-JUN-2007 10:12:02 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1429)) * establish * ilog * 0
    14-JUN-2007 10:12:02 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1430)) * establish * ilog * 0
    14-JUN-2007 10:12:02 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1431)) * establish * ilog * 0
    14-JUN-2007 10:12:04 * service_update * ilog * 0
    14-JUN-2007 10:12:07 * service_update * ilog * 0
    14-JUN-2007 10:12:19 * ping * 0
    14-JUN-2007 10:12:19 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 10:12:30 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1442)) * establish * ilog * 0
    14-JUN-2007 10:12:40 * service_update * ilog * 0
    14-JUN-2007 10:13:46 * service_update * ilog * 0
    14-JUN-2007 10:14:19 * service_update * ilog * 0
    14-JUN-2007 10:14:52 * service_update * ilog * 0
    14-JUN-2007 10:15:19 * service_update * ilog * 0
    14-JUN-2007 10:15:25 * service_update * ilog * 0
    14-JUN-2007 10:15:58 * service_update * ilog * 0
    14-JUN-2007 10:16:58 * service_update * ilog * 0
    14-JUN-2007 10:17:04 * service_update * ilog * 0
    14-JUN-2007 10:17:19 * ping * 0
    14-JUN-2007 10:17:20 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 10:17:30 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1497)) * establish * ilog * 0
    14-JUN-2007 10:17:37 * service_update * ilog * 0
    14-JUN-2007 10:18:53 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1505)) * establish * ilog * 0
    14-JUN-2007 10:19:35 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1509)) * establish * ilog * 0
    14-JUN-2007 10:19:37 * service_update * ilog * 0
    14-JUN-2007 10:21:10 * service_update * ilog * 0
    14-JUN-2007 10:21:28 * service_update * ilog * 0
    14-JUN-2007 10:21:44 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1547)) * establish * ilog * 0
    14-JUN-2007 10:21:46 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1548)) * establish * ilog * 0
    14-JUN-2007 10:21:46 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1549)) * establish * ilog * 0
    14-JUN-2007 10:21:46 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1550)) * establish * ilog * 0
    14-JUN-2007 10:21:46 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1551)) * establish * ilog * 0
    14-JUN-2007 10:21:46 * service_update * ilog * 0
    14-JUN-2007 10:21:49 * service_update * ilog * 0
    14-JUN-2007 10:22:01 * service_update * ilog * 0
    14-JUN-2007 10:22:19 * ping * 0
    14-JUN-2007 10:22:19 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 10:22:30 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1555)) * establish * ilog * 0
    14-JUN-2007 10:22:35 * service_update * ilog * 0
    14-JUN-2007 10:24:04 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=services)(ARGUMENTS=64)(SERVICE=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521))))(VERSION=169869824)) * services * 0
    14-JUN-2007 10:24:05 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 10:24:47 * service_update * ilog * 0
    14-JUN-2007 10:25:20 * service_update * ilog * 0
    14-JUN-2007 10:26:44 * service_update * ilog * 0
    14-JUN-2007 10:27:19 * ping * 0
    14-JUN-2007 10:27:19 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 10:27:30 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1597)) * establish * ilog * 0
    14-JUN-2007 10:27:32 * service_update * ilog * 0
    14-JUN-2007 10:28:05 * service_update * ilog * 0
    14-JUN-2007 10:28:14 * service_update * ilog * 0
    14-JUN-2007 10:29:11 * service_update * ilog * 0
    14-JUN-2007 10:29:45 * service_update * ilog * 0
    14-JUN-2007 10:30:18 * service_update * ilog * 0
    14-JUN-2007 10:38:21 * service_update * ilog * 0
    14-JUN-2007 10:47:21 * service_update * ilog * 0
    14-JUN-2007 10:51:12 * service_update * ilog * 0
    14-JUN-2007 10:52:51 * service_update * ilog * 0
    14-JUN-2007 10:53:24 * service_update * ilog * 0
    14-JUN-2007 10:54:30 * service_update * ilog * 0
    14-JUN-2007 10:54:57 * service_update * ilog * 0
    14-JUN-2007 10:55:03 * service_update * ilog * 0
    14-JUN-2007 10:55:36 * service_update * ilog * 0
    14-JUN-2007 10:56:09 * service_update * ilog * 0
    14-JUN-2007 10:57:16 * service_update * ilog * 0
    14-JUN-2007 10:57:49 * service_update * ilog * 0
    14-JUN-2007 10:59:40 * service_update * ilog * 0
    14-JUN-2007 11:00:01 * service_update * ilog * 0
    14-JUN-2007 11:01:04 * service_update * ilog * 0
    14-JUN-2007 11:01:07 * service_update * ilog * 0
    14-JUN-2007 11:02:13 * service_update * ilog * 0
    14-JUN-2007 11:03:19 * service_update * ilog * 0
    14-JUN-2007 11:04:26 * service_update * ilog * 0
    14-JUN-2007 11:04:59 * service_update * ilog * 0
    14-JUN-2007 11:05:32 * service_update * ilog * 0
    14-JUN-2007 11:12:20 * service_update * ilog * 0
    14-JUN-2007 11:14:20 * service_update * ilog * 0
    14-JUN-2007 11:14:53 * service_update * ilog * 0
    14-JUN-2007 11:19:17 * service_update * ilog * 0
    14-JUN-2007 11:19:50 * service_update * ilog * 0
    14-JUN-2007 11:20:23 * service_update * ilog * 0
    14-JUN-2007 11:21:20 * service_update * ilog * 0
    14-JUN-2007 11:29:44 * service_update * ilog * 0
    14-JUN-2007 11:30:22 * service_update * ilog * 0
    14-JUN-2007 11:30:55 * service_update * ilog * 0
    14-JUN-2007 11:31:19 * service_update * ilog * 0
    14-JUN-2007 11:32:01 * service_update * ilog * 0
    14-JUN-2007 11:34:13 * service_update * ilog * 0
    14-JUN-2007 11:34:46 * service_update * ilog * 0
    14-JUN-2007 11:41:19 * service_update * ilog * 0
    14-JUN-2007 11:49:19 * service_update * ilog * 0
    14-JUN-2007 11:50:43 * service_update * ilog * 0
    14-JUN-2007 11:51:16 * service_update * ilog * 0
    14-JUN-2007 11:51:49 * service_update * ilog * 0
    14-JUN-2007 11:52:22 * service_update * ilog * 0
    14-JUN-2007 11:53:28 * service_update * ilog * 0
    14-JUN-2007 11:54:01 * service_update * ilog * 0
    14-JUN-2007 11:54:34 * service_update * ilog * 0
    14-JUN-2007 11:55:07 * service_update * ilog * 0
    14-JUN-2007 12:02:19 * service_update * ilog * 0
    14-JUN-2007 12:12:19 * service_update * ilog * 0
    14-JUN-2007 12:22:19 * service_update * ilog * 0
    14-JUN-2007 12:31:59 * service_update * ilog * 0
    14-JUN-2007 12:32:20 * service_update * ilog * 0
    14-JUN-2007 12:32:32 * service_update * ilog * 0
    14-JUN-2007 12:33:05 * service_update * ilog * 0
    14-JUN-2007 12:33:38 * service_update * ilog * 0
    14-JUN-2007 12:34:11 * service_update * ilog * 0
    14-JUN-2007 12:35:17 * service_update * ilog * 0
    14-JUN-2007 12:35:50 * service_update * ilog * 0
    14-JUN-2007 12:36:23 * service_update * ilog * 0
    14-JUN-2007 12:36:56 * service_update * ilog * 0
    14-JUN-2007 12:37:14 * service_update * ilog * 0
    14-JUN-2007 12:37:29 * service_update * ilog * 0
    14-JUN-2007 12:38:02 * service_update * ilog * 0
    14-JUN-2007 13:36:18 * service_update * ilog * 0
    14-JUN-2007 13:36:21 * service_update * ilog * 0
    14-JUN-2007 13:36:54 * service_update * ilog * 0
    14-JUN-2007 13:40:54 * service_update * ilog * 0
    14-JUN-2007 13:42:24 * service_update * ilog * 0
    14-JUN-2007 13:43:31 * service_update * ilog * 0
    14-JUN-2007 13:44:04 * service_update * ilog * 0
    14-JUN-2007 13:44:37 * service_update * ilog * 0
    14-JUN-2007 13:45:10 * service_update * ilog * 0
    14-JUN-2007 13:45:43 * service_update * ilog * 0
    14-JUN-2007 13:53:25 * service_update * ilog * 0
    14-JUN-2007 13:54:01 * service_update * ilog * 0
    14-JUN-2007 13:55:18 * service_died * ilog * 12537
    14-JUN-2007 13:55:30 * service_register * ilog * 0
    14-JUN-2007 13:55:58 * service_died * ilog * 12537
    14-JUN-2007 14:10:32 * service_register * ilog * 0
    14-JUN-2007 14:10:38 * service_update * ilog * 0
    14-JUN-2007 14:10:41 * service_update * ilog * 0
    14-JUN-2007 14:10:44 * service_update * ilog * 0
    14-JUN-2007 14:11:16 * service_update * ilog * 0
    14-JUN-2007 14:11:22 * service_died * ilog * 12537
    14-JUN-2007 14:12:48 * service_register * ilog * 0
    14-JUN-2007 14:12:53 * service_update * ilog * 0
    14-JUN-2007 14:12:55 * service_update * ilog * 0
    14-JUN-2007 14:12:58 * service_update * ilog * 0
    14-JUN-2007 14:14:01 * service_update * ilog * 0
    14-JUN-2007 14:14:34 * service_update * ilog * 0
    14-JUN-2007 14:15:07 * service_update * ilog * 0
    14-JUN-2007 14:15:40 * service_update * ilog * 0
    14-JUN-2007 14:16:14 * service_update * ilog * 0
    14-JUN-2007 14:16:47 * service_update * ilog * 0
    14-JUN-2007 14:18:26 * service_update * ilog * 0
    14-JUN-2007 14:18:59 * service_update * ilog * 0
    14-JUN-2007 14:19:32 * service_update * ilog * 0
    14-JUN-2007 14:20:05 * service_update * ilog * 0
    14-JUN-2007 14:20:38 * service_update * ilog * 0
    14-JUN-2007 14:21:44 * service_update * ilog * 0
    14-JUN-2007 14:22:17 * service_update * ilog * 0
    14-JUN-2007 14:23:24 * service_update * ilog * 0
    14-JUN-2007 14:23:57 * service_update * ilog * 0
    14-JUN-2007 14:25:04 * service_update * ilog * 0
    14-JUN-2007 14:25:37 * service_update * ilog * 0
    14-JUN-2007 14:26:10 * service_update * ilog * 0
    14-JUN-2007 14:26:40 * service_update * ilog * 0
    14-JUN-2007 14:26:43 * service_update * ilog * 0
    14-JUN-2007 14:27:49 * service_died * ilog * 12547
    TNS-12547: TNS:lost contact
    TNSLSNR for 32-bit Windows: Version 10.2.0.2.0 - Production on 14-JUN-2007 14:35:00
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\ORANT10G\network\admin\listener.ora
    Log messages written to C:\ORANT10G\network\log\listener.log
    Trace information written to C:\ORANT10G\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=1928
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xppro)(PORT=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    14-JUN-2007 14:37:22 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1078)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:38 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1080)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:39 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1081)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:39 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1082)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:39 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1083)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:39 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1084)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:41 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1086)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:41 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1087)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:41 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1088)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:42 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1090)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:43 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1092)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:43 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1093)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:45 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1095)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:47 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1097)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:47 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1098)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:52 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1100)) * establish * ilog * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    14-JUN-2007 14:37:52 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1101)) * establish * ilog * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    14-JUN-2007 14:37:52 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1102)) * establish * ilog * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    14-JUN-2007 14:37:53 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1103)) * establish * ilog * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    14-JUN-2007 14:37:53 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1104)) * establish * ilog * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    14-JUN-2007 14:37:53 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1105)) * establish * ilog * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    14-JUN-2007 14:37:53 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1106)) * establish * ilog * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    14-JUN-2007 14:37:53 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1107)) * establish * ilog * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    14-JUN-2007 14:37:53 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1108)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:54 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1109)) * establish * ilog * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    14-JUN-2007 14:37:54 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1110)) * establish * ilog * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    14-JUN-2007 14:37:56 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1112)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:56 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1113)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:59 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1115)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:59 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1116)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:59 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1118)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:59 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1119)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:00 * ping * 0
    14-JUN-2007 14:38:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 14:38:01 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1122)) * establish * ilog * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    14-JUN-2007 14:38:02 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1124)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:04 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1126)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:09 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1130)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:12 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1132)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:12 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1133)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:15 * log_status * 0
    14-JUN-2007 14:38:19 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869824)) * status * 0
    14-JUN-2007 14:38:29 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1137)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:29 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1138)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:29 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1140)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:29 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1141)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:36 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1143)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:41 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1145)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:45 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1147)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:45 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1148)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:39:00 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1150)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:39:00 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1151)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:39:00 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1153)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:39:00 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1154)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:39:08 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1156)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:39:30 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1160)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:39:30 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1161)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:39:30 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1163)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:39:30 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1164)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:39:38 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1166)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:39:43 * service_register * ilog * 0
    14-JUN-2007 14:39:45 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1170)) * establish * ilog * 12528
    TNS-12528: TNS:listener: all appropriate instances are blocking new connections
    14-JUN-2007 14:39:49 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1172)) * establish * ilog * 12528
    TNS-12528: TNS:listener: all appropriate instances are blocking new connections
    14-JUN-2007 14:39:49 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1173)) * establish * ilog * 12528
    TNS-12528: TNS:listener: all appropriate instances are blocking new connections
    14-JUN-2007 14:39:52 * service_update * ilog * 0
    14-JUN-2007 14:39:58 * service_update * ilog * 0
    14-JUN-2007 14:40:00 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1175)) * establish * ilog * 0
    14-JUN-2007 14:40:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1176)) * establish * ilog * 0
    14-JUN-2007 14:40:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1177)) * establish * ilog * 0
    14-JUN-2007 14:40:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1178)) * establish * ilog * 0
    14-JUN-2007 14:40:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1180)) * establish * ilog * 0
    14-JUN-2007 14:40:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1181)) * establish * ilog * 0
    14-JUN-2007 14:40:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1182)) * establish * ilog * 0
    14-JUN-2007 14:40:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1183)) * establish * ilog * 0
    14-JUN-2007 14:40:01 * service_update * ilog * 0
    14-JUN-2007 14:40:04 * service_update * ilog * 0
    14-JUN-2007 14:40:10 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1185)) * establish * ilog * 0
    14-JUN-2007 14:40:10 * service_update * ilog * 0
    14-JUN-2007 14:40:31 * service_update * ilog * 0
    14-JUN-2007 14:40:46 * service_update * ilog * 0
    14-JUN-2007 14:41:04 * service_update * ilog * 0
    14-JUN-2007 14:41:37 * service_update * ilog * 0
    14-JUN-2007 14:42:11 * service_update * ilog * 0
    14-JUN-2007 14:42:27 * service_update * ilog * 0
    14-JUN-2007 14:42:34 * service_died * ilog * 12537
    14-JUN-2007 15:30:19 * service_register * ilog * 0
    14-JUN-2007 15:31:04 * service_update * ilog * 0
    14-JUN-2007 15:31:05 * service_update * ilog * 0
    14-JUN-2007 15:31:06 * service_died * ilog * 12537
    14-JUN-2007 15:31:10 * service_register * ilog * 0
    14-JUN-2007 15:31:13 * service_update * ilog * 0
    14-JUN-2007 15:31:19 * service_update * ilog * 0
    14-JUN-2007 15:31:22 * service_update * ilog * 0
    14-JUN-2007 15:31:46 * service_update * ilog * 0
    14-JUN-2007 15:31:52 * service_update * ilog * 0
    14-JUN-2007 15:32:25 * service_update * ilog * 0
    14-JUN-2007 15:32:58 * service_update * ilog * 0
    14-JUN-2007 15:36:16 * service_update * ilog * 0
    14-JUN-2007 15:36:17 * service_update * ilog * 0
    14-JUN-2007 15:36:22 * service_update * ilog * 0
    14-JUN-2007 15:36:23 * service_died * ilog * 12537
    14-JUN-2007 15:36:26 * service_register * ilog * 0
    14-JUN-2007 15:36:32 * service_update * ilog * 0
    14-JUN-2007 15:36:35 * service_update * ilog * 0
    14-JUN-2007 15:36:38 * service_update * ilog * 0
    14-JUN-2007 15:36:41 * service_update * ilog * 0
    14-JUN-2007 15:36:47 * service_update * ilog * 0
    14-JUN-2007 15:36:50 * service_update * ilog * 0
    14-JUN-2007 15:36:59 * service_update * ilog * 0
    14-JUN-2007 15:37:08 * service_update * ilog * 0
    14-JUN-2007 15:37:20 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1262)) * establish * ilog * 0
    14-JUN-2007 15:37:20 * service_update * ilog * 0
    14-JUN-2007 15:37:22 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1263)) * establish * ilog * 0
    14-JUN-2007 15:37:22 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1264)) * establish * ilog * 0
    14-JUN-2007 15:37:22 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1265)) * establish * ilog * 0
    14-JUN-2007 15:37:22 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1266)) * establish * ilog * 0
    14-JUN-2007 15:37:22 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1267)) * establish * ilog * 0
    14-JUN-2007 15:37:22 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1268)) * establish * ilog * 0
    14-JUN-2007 15:37:23 * service_update * ilog * 0
    14-JUN-2007 15:37:41 * service_update * ilog * 0
    14-JUN-2007 15:38:14 * service_update * ilog * 0
    14-JUN-2007 15:38:42 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1274)) * establish * ilog * 0
    14-JUN-2007 15:38:44 * service_update * ilog * 0
    14-JUN-2007 15:38:45 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1275)) * establish * ilog * 0
    14-JUN-2007 15:38:47 * service_update * ilog * 0
    14-JUN-2007 15:38:48 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1276)) * establish * ilog * 0
    14-JUN-2007 15:38:50 * ping * 0
    14-JUN-2007 15:38:52 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 15:39:01 * log_status * 0
    14-JUN-2007 15:39:02 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1285)) * establish * ilog * 0
    14-JUN-2007 15:39:04 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869824)) * status * 0
    14-JUN-2007 15:39:17 * service_update * ilog * 0
    14-JUN-2007 15:39:20 * service_update * ilog * 0
    14-JUN-2007 15:39:29 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1293)) * establish * ilog * 0
    14-JUN-2007 15:39:53 * service_update * ilog * 0
    14-JUN-2007 15:40:26 * service_update * ilog * 0
    14-JUN-2007 15:40:59 * service_update * ilog * 0
    14-JUN-2007 15:41:32 * service_update * ilog * 0
    14-JUN-2007 15:42:05 * service_update * ilog * 0
    14-JUN-2007 15:42:53 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1328)) * establish * ilog * 0
    14-JUN-2007 15:42:55 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1329)) * establish * ilog * 0
    14-JUN-2007 15:42:56 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1330)) * establish * ilog * 0
    14-JUN-2007 15:43:11 * service_update * ilog * 0
    14-JUN-2007 15:43:44 * service_update * ilog * 0
    14-JUN-2007 15:43:50 * ping * 0
    14-JUN-2007 15:43:51 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 15:44:01 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1340)) * establish * ilog * 0
    14-JUN-2007 15:44:17 * service_update * ilog * 0
    14-JUN-2007 15:45:23 * service_update * ilog * 0
    14-JUN-2007 15:45:25 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1347)) * establish * ilog * 0
    14-JUN-2007 15:45:44 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1351)) * establish * ilog * 0
    14-JUN-2007 15:45:56 * service_update * ilog * 0
    14-JUN-2007 15:46:29 * service_update * ilog * 0
    14-JUN-2007 15:47:20 * service_update * ilog * 0
    14-JUN-2007 15:48:50 * ping * 0
    14-JUN-2007 15:48:50 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 15:49:01 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1372)) * establish * ilog * 0
    14-JUN-2007 15:50:35 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=services)(ARGUMENTS=64)(SERVICE=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521))))(VERSION=169869824)) * services * 0
    14-JUN-2007 15:50:37 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 15:53:51 * ping * 0
    14-JUN-2007 15:53:51 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 15:54:02 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1408)) * establish * ilog * 0
    14-JUN-2007 15:54:50 * service_update * ilog * 0
    14-JUN-2007 15:58:45 * service_update * ilog * 0
    14-JUN-2007 15:58:51 * ping * 0
    14-JUN-2007 15:58:51 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 15:59:02 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1436)) * establish * ilog * 0
    14-JUN-2007 16:00:24 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1442)) * establish * ilog * 0
    14-JUN-2007 16:01:06 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1448)) * establish * ilog * 0
    14-JUN-2007 16:03:09 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1460)) * establish * ilog * 0
    14-JUN-2007 16:03:12 * service_update * ilog * 0
    14-JUN-2007 16:03:50 * ping * 0
    14-JUN-2007 16:03:50 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:04:01 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1466)) * establish * ilog * 0
    14-JUN-2007 16:05:36 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=services)(ARGUMENTS=64)(SERVICE=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521))))(VERSION=169869824)) * services * 0
    14-JUN-2007 16:05:36 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:08:50 * ping * 0
    14-JUN-2007 16:08:51 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:09:01 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1498)) * establish * ilog * 0
    14-JUN-2007 16:10:51 * service_update * ilog * 0
    14-JUN-2007 16:13:45 * service_update * ilog * 0
    14-JUN-2007 16:13:50 * ping * 0
    14-JUN-2007 16:13:51 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:14:02 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1527)) * establish * ilog * 0
    14-JUN-2007 16:15:25 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1533)) * establish * ilog * 0
    14-JUN-2007 16:18:51 * ping * 0
    14-JUN-2007 16:18:51 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:19:02 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1558)) * establish * ilog * 0
    14-JUN-2007 16:19:51 * service_update * ilog * 0
    14-JUN-2007 16:20:36 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=services)(ARGUMENTS=64)(SERVICE=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521))))(VERSION=169869824)) * services * 0
    14-JUN-2007 16:20:37 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:23:50 * ping * 0
    14-JUN-2007 16:23:50 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:24:01 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1588)) * establish * ilog * 0
    14-JUN-2007 16:27:51 * service_update * ilog * 0
    14-JUN-2007 16:28:50 * ping * 0
    14-JUN-2007 16:28:50 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:29:01 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1616)) * establish * ilog * 0
    14-JUN-2007 16:30:24 * service_update * ilog * 0
    14-JUN-2007 16:30:24 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1626)) * establish * ilog * 0
    14-JUN-2007 16:30:27 * service_update * ilog * 0
    14-JUN-2007 16:30:30 * service_update * ilog * 0
    14-JUN-2007 16:31:04 * service_update * ilog * 0
    14-JUN-2007 16:31:07 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1655)) * establish * ilog * 0
    14-JUN-2007 16:31:37 * service_update * ilog * 0
    14-JUN-2007 16:32:41 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1680)) * establish * ilog * 0
    14-JUN-2007 16:32:43 * service_update * ilog * 0
    14-JUN-2007 16:32:44 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1681)) * establish * ilog * 0
    14-JUN-2007 16:32:44 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1682)) * establish * ilog * 0
    14-JUN-2007 16:32:44 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1683)) * establish * ilog * 0
    14-JUN-2007 16:32:46 * service_update * ilog * 0
    14-JUN-2007 16:33:16 * service_update * ilog * 0
    14-JUN-2007 16:33:49 * service_update * ilog * 0
    14-JUN-2007 16:33:50 * ping * 0
    14-JUN-2007 16:33:51 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:35:08 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1702)) * establish * ilog * 0
    14-JUN-2007 16:35:29 * service_update * ilog * 0
    14-JUN-2007 16:35:35 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=services)(ARGUMENTS=64)(SERVICE=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521))))(VERSION=169869824)) * services * 0
    14-JUN-2007 16:35:36 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:36:02 * service_update * ilog * 0
    14-JUN-2007 16:36:23 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1712)) * establish * ilog * 0
    14-JUN-2007 16:36:26 * service_update * ilog * 0
    14-JUN-2007 16:38:11 * service_update * ilog * 0
    14-JUN-2007 16:38:14 * service_update * ilog * 0
    14-JUN-2007 16:38:47 * service_update * ilog * 0
    14-JUN-2007 16:38:50 * ping * 0
    14-JUN-2007 16:38:50 * service_update * ilog * 0
    14-JUN-2007 16:38:50 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:39:01 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1740)) * establish * ilog * 0
    14-JUN-2007 16:39:29 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1744)) * establish * ilog * 0
    14-JUN-2007 16:39:53 * service_update * ilog * 0
    14-JUN-2007 16:43:50 * ping * 0
    14-JUN-2007 16:43:50 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:44:01 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1770)) * establish * ilog * 0
    14-JUN-2007 16:45:11 * service_update * ilog * 0
    14-JUN-2007 16:45:24 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1777)) * establish * ilog * 0
    14-JUN-2007 16:46:26 * service_update * ilog * 0
    14-JUN-2007 16:48:50 * ping * 0
    14-JUN-2007 16:48:50 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:49:01 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1797)) * establish * ilog * 0
    14-JUN-2007 16:50:35 * service_update * ilog * 0
    14-JUN-2007 16:50:35 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=services)(ARGUMENTS=64)(SERVICE=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521))))(VERSION=169869824)) * services * 0
    14-JUN-2007 16:50:37 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:50:54 * service_update * ilog * 0
    14-JUN-2007 16:50:54 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1817)) * establish * ilog * 0
    14-JUN-2007 16:50:57 * service_update * ilog * 0
    14-JUN-2007 16:50:57 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1833)) * establish * ilog * 0
    14-JUN-2007 16:50:58 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1836)) * establish * ilog * 0
    14-JUN-2007 16:50:58 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1837)) * establish * ilog * 0
    14-JUN-2007 16:51:00 * service_update * ilog * 0
    14

  • Please help me creating a new listener with different port#.

    I have two instances in a server. both have different homes. I want to create a seperate listener for the second one i created.
    But that is not happening.
    here i tried to give name from LISTENER TO LISTENER1 & Port# from 1521 to 1524.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /apps2/oracle)
    (PROGRAM = extproc)
    LISTENER1 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = aixth53)(PORT = 1524))
    When I check lsnrctl status with LISTENER1 , it still shows the other instance home with port#: 1521
    Please help me creating a new listener with different port#.
    Thanks,

    marist89 wrote:
    sb92075 wrote:
    marist89 wrote:
    sybrand_b wrote:
    The listener is a broker only and doesn't play any role in normal communications.
    It just forks a process or a thread, and that's it.And the listener is a single point of failure. Listener goes down, you can't connect to the db. That's why you need two listeners.If listener one goes down, then listener two goes down for exact same reason since it is a single executable file.I'm not playing tit-for-tat with you. Fact is, there are situations where people who are not you might want to use more than one listener.Some folks might want to jab a sharp pencil into their eye, too.
    Just because you can do something, it does not necessarily mean it should be done.

  • Info on tape channel when connected with remote instance

    Hello,
    I'm trying to debug a problem with Backup Exec to do recovery of an instance against a server different from the original one, using command line
    and so I'm doing some tests isolating some components to keep the problem general...
    Suppose I have a server server_one with Oracle instance TEST and a running listener
    Suppose I have another server server_two with tnsnames.ora configured to reach TEST instance.
    On server_two I have a dummy instance in nomount, called again TEST and where I set ORACLE_SID=TEST
    I run:
    $ rman
    RMAN> connect target sys@TEST <--- remote
    target database Password:
    connected to target database: TEST (DBID=1165152943)
    RMAN> connect auxiliary / <--- local
    connected to auxiliary database: TEST (not mounted)
    RMAN> run {
    2> ALLOCATE CHANNEL ch0 TYPE 'SBT_TAPE';
    3> RELEASE CHANNEL ch0;
    4> }
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27211: Failed to load Media Management Library
    Additional information: 2
    The question is about my "allocate" channel above:
    Who drives there, the target and so it tries to go remote with the tape in some way or local so it should work, if the local instance/user/oracle installation is configured for tape access?
    Thanks,
    Gianluca

    Ok, stupid me I had to use AUXILIARY in channel specification
    ALLOCATE AUXILIARY CHANNEL ch0 TYPE 'SBT_TAPE';
    With that, now I correctly get:
    allocated channel: ch0
    channel ch0: SID=135 device type=SBT_TAPE
    channel ch0: Symantec/BackupExec/1.1.0
    Thanks anyway...

  • Cannot register Analytic Services with Shared Services

    Hello,
    I have installed the following products of System 9.3:
    - License server and Shared services (everything went OK, I can connect to User Management Console using admin/password );
    - Analytic Services;
    Using Configuration Utlity I activated Analytic Services.
    But when I try to Register Analytic Services with Shared Services I get the following error "Incorrect username and password".
    I don't know why I get this error because I can connect to User Management Console with admin/password.
    The log of the config utiliy shows the following:
    (Sep 15, 2007 6:19:56 PM), Install.product.install, com.hyperion.cis.config.Configurator, dbg, Hyperion Home: C:\Hyperion
    (Sep 15, 2007 6:19:56 PM), Install.product.install, com.hyperion.cis.config.Configurator, msg1, Loading product descriptor from file C:\Hyperion\common\config\product\biplus\9.3.0.2\biplus_1.xml...
    (Sep 15, 2007 6:19:56 PM), Install.product.install, com.hyperion.cis.config.Configurator, msg1, Loaded product "biplus", version 9.3.0.2, build 350.
    (Sep 15, 2007 6:19:56 PM), Install.product.install, com.hyperion.cis.config.Configurator, msg1, Loading product descriptor from file C:\Hyperion\common\config\product\essbase\9.3.0.0.0\essbase_1.xml...
    (Sep 15, 2007 6:19:56 PM), Install.product.install, com.hyperion.cis.config.Configurator, msg1, Loaded product "Essbase", version 9.3.0.0.0, build 100.
    (Sep 15, 2007 6:19:56 PM), Install.product.install, com.hyperion.cis.config.Configurator, msg1, Loading product descriptor from file C:\Hyperion\common\config\product\hub\9.3.0.0.0\hub_1.xml...
    (Sep 15, 2007 6:19:56 PM), Install.product.install, com.hyperion.cis.config.Configurator, msg1, Loaded product "Hub", version 9.3.0.0.0, build 42.
    (Sep 15, 2007 6:19:56 PM), Install.product.install, com.hyperion.cis.config.Configurator, msg1, in loadClasses
    (Sep 15, 2007 6:19:57 PM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, target platform: name="Windows XP" version="5.1" arch="x86"
    (Sep 15, 2007 6:19:57 PM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, condition platform: name="Linux" version="." arch="."
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, queryEnter method is entered
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, Checking OS type/version/architecture against system requirements...
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, os.name:Windows XP
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, os.version:5.1
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, os.arch:x86
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, major os version #:5; minor os version #: 1
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.essbase.config.EssbaseAgentTaskProcessor, dbg, Initialized EssbaseAgentTaskProcessor
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.hub.MailServerTaskProcessor, dbg, Initialized MailServerTaskProcessor
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.essbase.config.EssbaseAgentTaskProcessor, dbg, Entered EssbaseAgentTaskProcessor.getDisplayName()
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.essbase.config.EssbaseAgentTaskProcessor, dbg, Display name returned : Register Analytic Services Server as Windows Service
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.hub.MailServerTaskProcessor, dbg, Entered MailServerTaskProcessor.getDisplayName()
    (Sep 15, 2007 6:20:00 PM), Install.product.install, com.hyperion.hub.MailServerTaskProcessor, dbg, Display name returned : Configure Mail Server
    (Sep 15, 2007 6:20:38 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, ctask: RegisterEssbaseAsMultipleAgent
    (Sep 15, 2007 6:20:38 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, ctask: hubRegistration
    (Sep 15, 2007 6:20:38 PM), Install.product.install, com.hyperion.cis.config.wizard.PanelEventDispatcher, dbg, constructor
    (Sep 15, 2007 6:20:38 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Task hsfCustomHubConfig not selected, skipping panel hsfCustomHubConfig
    (Sep 15, 2007 6:20:38 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Task relationalStorageConfiguration not selected, skipping panel hpsu8XSelectionManager
    (Sep 15, 2007 6:20:38 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Task applicationServerDeployment not selected, skipping panel avalancheAnalyzerDBSetupStub
    (Sep 15, 2007 6:20:38 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Product hmb not selected, skipping panel hmbServerHostPorts
    (Sep 15, 2007 6:20:38 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Product hmb not selected, skipping panel hmbWorkspaceInfo
    (Sep 15, 2007 6:20:38 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, dbg, managerClassName: com.hyperion.essbase.config.EssbaseAgentUserPanelManager
    (Sep 15, 2007 6:20:57 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, dbg, managerClassName: com.hyperion.essbase.config.EssbaseAgentPortPanelManager
    (Sep 15, 2007 6:21:10 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, dbg, Getting CSS instance
    (Sep 15, 2007 6:21:10 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, dbg, URL for CSS.xml = https://localhost:58080/interop/framework/getCSSConfigFile
    (Sep 15, 2007 6:22:11 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, err, com.hyperion.css.common.configuration.CSSConfigurationException: Cannot configure the system. Please check the configuration.     Error Code: 9
    NestedException:
    java.io.IOException: Property data cannot be loaded from the cache.
    (Sep 15, 2007 6:22:11 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, err, Failed to initialize CSS API
    (Sep 15, 2007 6:22:11 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, err, Failed to authenticate user = admin
    (Sep 15, 2007 6:22:28 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, dbg, managerClassName: com.hyperion.essbase.config.EssbaseAgentPortPanelManager
    (Sep 15, 2007 6:22:29 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, dbg, managerClassName: com.hyperion.essbase.config.EssbaseAgentUserPanelManager
    (Sep 15, 2007 6:22:29 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, queryEnter method is entered
    (Sep 15, 2007 6:22:29 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, Checking OS type/version/architecture against system requirements...
    (Sep 15, 2007 6:22:29 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, os.name:Windows XP
    (Sep 15, 2007 6:22:29 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, os.version:5.1
    (Sep 15, 2007 6:22:29 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, os.arch:x86
    (Sep 15, 2007 6:22:29 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, major os version #:5; minor os version #: 1
    (Sep 15, 2007 6:22:40 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, dbg, ctask: hubRegistration
    (Sep 15, 2007 6:22:40 PM), Install.product.install, com.hyperion.cis.config.wizard.PanelEventDispatcher, dbg, constructor
    (Sep 15, 2007 6:22:40 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Task hsfCustomHubConfig not selected, skipping panel hsfCustomHubConfig
    (Sep 15, 2007 6:22:40 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Task relationalStorageConfiguration not selected, skipping panel hpsu8XSelectionManager
    (Sep 15, 2007 6:22:40 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Task applicationServerDeployment not selected, skipping panel avalancheAnalyzerDBSetupStub
    (Sep 15, 2007 6:22:40 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Product hmb not selected, skipping panel hmbServerHostPorts
    (Sep 15, 2007 6:22:40 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Product hmb not selected, skipping panel hmbWorkspaceInfo
    (Sep 15, 2007 6:22:40 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Task RegisterEssbaseAsMultipleAgent not selected, skipping panel essbase1
    (Sep 15, 2007 6:22:40 PM), Install.product.install, com.hyperion.cis.config.wizard.ProductCustomInputPanel, msg1, Task RegisterEssbaseAsMultipleAgent not selected, skipping panel essbase2
    (Sep 15, 2007 6:22:51 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, dbg, Getting CSS instance
    (Sep 15, 2007 6:22:51 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, dbg, URL for CSS.xml = https://localhost:58080/interop/framework/getCSSConfigFile
    (Sep 15, 2007 6:23:52 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, err, com.hyperion.css.common.configuration.CSSConfigurationException: Cannot configure the system. Please check the configuration.     Error Code: 9
    NestedException:
    java.io.IOException: Property data cannot be loaded from the cache.
    (Sep 15, 2007 6:23:52 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, err, Failed to initialize CSS API
    (Sep 15, 2007 6:23:52 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, err, Failed to authenticate user = admin
    I see this error: Failed to inizialize CSS API and Failed to authenticate user = admin
    What does this mean?
    Any help will be appreciated!
    Thank you
    Daniela

    Hi Tom,
    I created the user demo/demo with admin privileges in Shared Services. I can connect to User Management Console, but when trying to register Analytic Services with Shared Services I still get "Incorrect username or password".
    I see in the configtool log the following lines:
    (Sep 16, 2007 1:34:13 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, dbg, Getting CSS instance
    (Sep 16, 2007 1:34:13 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, dbg, URL for CSS.xml = https://localhost:58080/interop/framework/getCSSConfigFile
    (Sep 16, 2007 1:35:14 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, err, com.hyperion.css.common.configuration.CSSConfigurationException: Cannot configure the system. Please check the configuration.     Error Code: 9
    NestedException:
    java.io.IOException: Property data cannot be loaded from the cache.
    (Sep 16, 2007 1:35:14 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, err, Failed to initialize CSS API
    (Sep 16, 2007 1:35:14 PM), Install.product.install, com.hyperion.cis.config.CmsRegistrationUtil, err, Failed to authenticate user = demo
    It seems it can't inizialize this CSS API. Why? What do I have to do?
    thanks
    daniela

  • Configuring HFM 11.1.2 with sql2008 with multiple instances.

    Hello All,
    I have installed and configured HFM against an SQL 2008 server that has more than one DB instance. So, in order for me to successfully connect to the DB instance (say for example in a UDL), I first have to put the server name and the a “\instancename”. Unfortunately, it seems that the “\instancename” doesn’t seem to be saved in the conifg utility. If I rerun the config, only the server name shows in the config. I believe that this is causing me to not be able to register the HFM cluster with Shared Services. I look in the log files (specifically the HsvEventLog.log file) and I can see in there errors that state “SQL Server does not exist or access denied”. I know that I am a DBO on this DB and that this error is exactly the same error that I get in a UDL that does not have the “\instance” when I try to connect. When I go into Shared Services deployment artifacts for HFM, I can see that it is also not saving the “\instance” name in their either. I try to export/import with the “\instance” name added in and it fails upon import stating that the servername\instance host is unreachable or does not exist. So, all of this to ask is if there is a simple fix out there that already exist on how to configure HFM if the DB has multiple instances. Thank you in advance for any help or information that you are able to provide.

    I think you would need to file a support call for us to take a look. Something is amiss here. You have 2 OHS running. Are they on 2 different boxes using the same shared service? How are these 2 OHS controlled? Do you have a load balancer in front of it?
    Run the epmsys_registry.bat and look at the output. Search for CALC_LWA (LOGICAL_WEB_APP). Look at the children of that. How many CALC_WEBAPP do you see?
    Based on that I can tell if it is a problem with the configuration.
    In the meantime,
    If you can get to the exploded directory of CALC manager, (On my Windows box it is C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\CalcMgr0\tmp\servers\CalcMgr0\tmp\_WL_user\CALC_11.1.2.0\qxf61x\war), edit CalcMgrConfig.properties under WEB-INF\conf
    Add the following line to the end:
    DATABASE_CACHE_CLUSTER=true
    Now save the file and REPEAT the same for the other instances of CALC manager.
    Now restart all CALC servers and see if the issue is resolved (just a temporary check to see if it working without any issues)
    -Sree Menon

  • Will Nodeapps register the listener service of RAC database?

    Hi Friends,
    In 10g RAC will Nodeapps register the listener service of RAC database?
    because if i bring down nodeapps the listenener is also going down
    ora....C1.lsnr application OFFLINE OFFLINE
    ora.rac1.gsd application OFFLINE OFFLINE
    ora.rac1.ons application OFFLINE OFFLINE
    ora.rac1.vip application OFFLINE OFFLINE
    Regards,
    DB

    Hi,
    This is expected behavior. The default listener (listener_nodename) could be starte and stopped with nodeapps.
    srvctl listener is mainly for specific listeners that are other than default.
    http://docs.oracle.com/cd/B19306_01/rac.102/b14197/whatsnew.htm#sthref6
    If you create additional Listeners with non-default names, in other words, with names other than the name listener_nodename where nodename is the name of the node on which the Listener resides, then you must start and stop these Listeners with SRVCTL commands.
    http://docs.oracle.com/cd/B19306_01/rac.102/b14197/srvctladmin.htm#i1009606
    http://docs.oracle.com/cd/B19306_01/rac.102/b14197/srvctladmin.htm#CDCEIDFH

  • Oracle service with two instances

    I have for some reason (maybe related to my experimenting with rman?) found myself with two instances running from the same service. I cannot conect now, as I get the ORA- 12560 TNS protocol adapter error.
    I checked lsnrctl and see this:
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "dan.doad" has 2 instance(s).
    Instance "dan", status UNKNOWN, has 1 handler(s) for this service...
    Instance "dan", status READY, has 1 handler(s) for this service...
    Service "danXDB.doral" has 1 instance(s).
    Instance "dan", status READY, has 1 handler(s) for this service...
    IS this a reason why I am getting the error?
    I am 9.2. I have checked tnsnames.ora, I have stopped and restarted services.
    Thanks.

    Dan, the first list of the listener status is fine.
    Does the target db have a password file configured? If not, you cannot connect as using sysdba remotely.
    The first connect is just a normal connection as user system who normally has the DBA role and is different from signing on like sqlplus "system as sysdba"
    HTH -- Mark D Powell --

  • Registering OWB jobs with OEM

    We are facing the problem of OWB job registration in OEM. The error message that we are getting is
    " Failed to register the jobs with OEM: OEM Registration Failed. Please make sure you have OEM client Installed locally, thee Oracle Management Server is running, and you have entered correct connection information and OEM information under 'Preferences'.
    Error in initializing the service. Please enter correct OMS domain name in the configuration parameter and make sure that the OMS is running.
    Oracle.sysman.emSDK.client.omsclientVersionMismatchException: Unable to connect to the Management server ind-spz7w2s0055.com. The management server version 9.2.0.1.0 Production is incompatible with this client 9.0
    Job object failed to create, check to see if user has credentials."
    The above mentioned paragraph is a single error message that we are getting.
    We have referred to following documents at Metalink site:
    Doc ID : Note 1081184.6
    Doc ID : Note 124011.1
    Doc ID : Note 169922.1
    . We have also installed the patch 9.0.2.66.0. but problem continues.
    Please help.

    Lucas,
    Your first issue is regarding the control file not being passed. In order to fix that you have to specify the control file in the mapping configuration. Beware that this control file is being read through utl_file, i.e. you will have to set the utl_file_dir in the init parameters of your database to the correct directory in order for the database to be able to read it. Basically, the control file is being read in order to fill the audit tables with the correct data.
    Your second issue is regarding the type of job. As you may know OWB 'integrates' with Oracle Workflow (OWF) as well. The OWF solution also relies on the use of OEM for job execution. All of that is currently managed by Workflow Queue Listener. In order for Workflow Queue listener to be able to correctly handle the OEM jobs (defined as external functions in OWF) the job has to be defined as is. Besides, with the current way of registering the jobs all jobs (PL/SQL, ABAP or SQL Loader) are registered in the same way and directed by parameters.
    Hope this helps,
    Mark.

  • Problem in integration of listener with EBS

    When i run this *"java -Dapex.home=/apex -Dapex.images=<LOCATION_OF_Image>/image -Dapex.port=<port_no> -Dapex.erase -jar apex.war"*
    Its working fine and I get a apex login page .
    But the problem is that when I close the terminal all connection are lost and given error "The requested URL could not be retrieved"
    How can i integrate listener with EBS .
    I am using
    APEX 4.1
    Database 11.1.0.7
    Application 12.1.3
    I want to configure listener with EBS .When I start instance automatic start apex listener
    Edited by: king on Apr 17, 2012 2:59 AM

    Hello,
    But the problem is that when I close the terminal all connection are lost and given error "The requested URL could not be retrieved" That's not very surprising, as APEX Listener is running in Standalone Mode in your current scenario. If you close the terminal session that the JVM is running in you kill the JVM and hence APEX Listener.
    You could use a tool like "nohup" to detach the process you start from your terminal session. But using the Standalone Mode for a (long running) production scenario is not recommended anyway, and...
    I want to configure listener with EBS .When I start instance automatic start apex listener... obviously not your actual aim.
    So, EBS shall be your target. Shoudn't be a huge problem, as EBS comes with an OC4J Container and OC4J is one of the Containers officially supported by APEX Listener. I'm not sure if your EBS already ships with the JDK version needed, but as soon as it runs at least 1.6.0_20 it should work.
    As I've already replied to your question in {thread:id=1118604} there is a working approach described in {message:id=10069317}.
    Did you try that one? If so and it didn't work out, could you please describe the problems you've encountered?
    Thanks,
    Udo

  • TNS: listener: all appropriate instances are blocking new connections.

    Hello,
    when I start up my freshly installed developerday VB appliance, and try to connect to the database, following the tutorial in "Hands-on lab" - "SQL developer", as well as with any other attempt, the connection would not establish. I always get a message ORA-12528: TNS: listener: all appropriate instances are blocking new connections.
    I cannot find any Readme or Tutorial which explains this appearance.
    Weird, that obviously nobody else runs into this problem, otherwise this forum would be full of it. But isn't the VB appliance byte-for-byte the same for anybody?
    Any ideas?
    Edited by: pestw2000 on 23.12.2010 01:06

    Hi Marco, thanks for replying. You can read the OS version from the lsnctl output. The OS of the host system of the Virtual Box is Windows7 64-bit. Hmm... "HOST=0.0.0.0" looks suspicious, doesn't it?
    Wolfgang
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date                24-DEC-2010 01:31:40
    Uptime                    0 days 0 hr. 1 min. 45 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /home/oracle/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File         /home/oracle/app/oracle/diag/tnslsnr/localhost/listener/alert/log.xml
    Listening Endpoints Summary...
    +(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=0.0.0.0)(PORT=1521)))+
    +(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=0.0.0.0)(PORT=80))(PROTOCOL_STACK=(PRESENTATION=HTTP)(SESSION=RAW)))+
    +(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=0.0.0.0)(PORT=21))(PROTOCOL_STACK=(PRESENTATION=FTP)(SESSION=RAW)))+
    Services Summary...
    Service "orcl" has 1 instance(s).
    Instance "orcl", status BLOCKED, has 1 handler(s) for this service...
    The command completed successfully

  • ORA-12528: TNS:listener: all appropriate instances are blocking new connections

    I'm working with OBIEE 11.1.1.5, with Ora DB 11.2.
    Suddenly, the OBIEE is not accessible.
    The logs showed that the issue is DB connectivity.
    When I try to enter directly to the DB via sqlplus I get the error:
    /opt/oracle/product/11.2.0/dbhome_1/bin/sqlplus sys@UBI as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Nov 20 13:18:23 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    ERROR:
    ORA-12528: TNS:listener: all appropriate instances are blocking new connections
    I tried restarting server, DB, listener, but nothing helped.
    I've Googled and saw that I need to unregister some old connections, which were not closed correctly, i.e. entering DB and delete some records,
    but I cannot login to the sqlplus.
    I failed login as sys, system, scott - on the same error.
    How can I solve this issue?

    ls $ORACLE_HOME/dbs
    dbs         httpFileTransfer.py  init.ora     lkUBI     peerapp_catalog  qoe_network_offset.template  subscriberUpdate.py
    hc_ubi.dat  index.html.1         initUBI.ora  orapwubi  profile.sql      spfileubi.ora
    padmin@rprt:~> /opt/oracle/product/11.2.0/dbhome_1/bin/sqlplus "/as sysdba"
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Nov 20 18:09:04 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORA-48108: invalid value given for the diagnostic_dest init.ora parameter
    ORA-48140: the specified ADR Base directory does not exist [/opt/oracle/product/11.2.0/dbhome_1/dbs/<ORACLE_BASE>]
    ORA-48187: specified directory does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 1
    SQL>

Maybe you are looking for

  • How do I update preloaded software?

    Just recently purchased a new Macbook Pro, and opted to have iWork preloaded on it. That's all fine and dandy, and it works great, but since the iWork programs don't show as installed or purchased in the App Store, how do I get updates for them? Is t

  • Web Service to just do .setProperty() and .store()

    I am working on a Portal Component in the PDK for .NET which will take values selected from a CheckBoxGroup, concatenate it to a string and write that to a single Personalization preference. However, the PDK for .NET does not support writing Personal

  • Header size, header field size etc.

    Hello, All! Please, answer me: how I can change default setting for the HTTP headers (=4 Kb as default), for a single HTTP header field (=3 Kb as default) and for the HTTP response body (=32Kb as default). Please help me. Thank's. Juri

  • How to convert scripts from CS3 to CS5 ?

    I made several scripts while using CS3. Now that I have got the CS5 version, how can I convert those previous scripts ? Thanks for your help.

  • Event Driven Quantity Assignment with Backorder Process

    Hi, I have Configured EDQA for Activity Change Stock Data. This Activity will "trigger" Backorder Process. I have defined sales order characteristics that shoulb be used in a filter. I'd like to include in Workflow for EDQA (see SWU3 and SWETYPV tran