Listener refused  while login

Hi,
While login into my application i am getting following application
org.apache.commons.dbcp.DbcpException: java.sql.SQLException: Listener refused the connection with the following error:
ORA-12519, TNS:no appropriate service handler found
For that every time i am restarting the DB.Then it works fine but after some time again the same error and restart the DB.
Can any body please suggest me the solution.
I am using TomCat 5.
and Oracle DB.

Try with re-installing your Oracle DB.Re configure it again may be some error came during installation process.

Similar Messages

  • Listener refused the connection with the following error: ORA-12500

    Hi,
    We had had some difficulties with our portal lately. All of a sudden portlets failed and started givin error messages all over our webpages.
    I tried to login to EM Console to try and restart Portal OC4J and got this error
    An error was encountered while loading page. An error occurred when attempting to connect to the Database.
    Resolution:
    Make sure that the database and listener are up.
    If the database is up, make sure that the OracleAS Repository API files ias.properties and iasschema.xml are correctly configured.
    If necessary, use the EM Console to reconfigure the host, user name and password associated with the database
    Base Exception:
    java.sql.SQLException
    Listener refused the connection with the following error:
    ORA-12500, TNS:listener failed to start a dedicated server process
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=PORTAL.MSS.EDUS.SI)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=ASDB.MSS.EDUS.SI)))
    . Listener refused the connection with the following error:
    ORA-12500, TNS:listener failed to start a dedicated server process
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=PORTAL.MSS.EDUS.SI)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=ASDB.MSS.EDUS.SI)))
    In ..INF/network/sqlnet.log
    Fatal NI connect error 12500, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=portal.mss.edus.si)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=asdb.mss.edus.si)(CID=(PROGRAM=I:\Oracle\INF\Apache\Apache\Apache.exe)(HOST=CLUSTER1)(USER=SYSTEM))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 10.1.0.4.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 10.1.0.4.0 - Production
    Time: 11-JUN-2007 13:00:24
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12564
    TNS-12564: TNS:connection refused
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    After restart everything works as normal. Any ideas what went wrong, or where to look for some additional answers?

    Ora12500 means your OS has run out of resources, so you cannot start a process on the Server Side. Post the complete error stack, the last lines show further information to troubleshoot this error.

  • Error while login to UCM console.

    Hi,
    I am getting below error while login with 'weblogic' in UCM 11g console "http://server IP: 16200/cs"
    "Content Server Request Failed
    Unable to load the user information. Possible database connection failure encountered. Error message: (!csDbUnableToCreateResultSet,Quser(SELECT * FROM Users WHERE LOWER(dName) = LOWER('weblogic'))!$Closed Connection). java.sql.SQLException: Closed Connection. "
    Because of this we are not getting any content on our custom application pages, that we have integrated through placeholder (using site studio for external application).
    Please help!!
    Regards,
    Kundan
    Edited by: Kundan on Jan 24, 2011 1:00 PM

    Hi
    As Yannick mentioned it looks like that the DB is shutdown or the listener is not up and running .
    Check and verify that all is fine with DB end and then see if the issue still persists . Better would be do a full restart for DB to kill and clean all the existing connections for UCM from DB .
    Thanks
    Srinath

  • Help me urgently please, impossible to open my Mac book air, sometimes he refuse my login, sometimes he goes further but the screen is never uploaded completely, he goes off before, and he take hours for all that, till than he have been perfect...

    I'm having problems to open my Mac, sometimes he refuse my login several times, when I insist he start, very slowly but he never gets to the final, he doesn't upload the screen completely, can you help me? thank you

    BTW (speaking as a Dad of 3 daughters in Grad school) if you don't already have and use a DropBox account, or some other similar online "cloud" based backup of your school documents, you should start doing so immediately. By keeping all of your important documents in the Dropbox folder on your computer, you have instant access to them from any other computer (or iPad), should you be w/o your computer while in for repairs (or if, God forbid, it is stolen). It's free for 2 GB of online storage, which is more than enough for a few years worth of Word documents, etc. (If you get other people to sign up via your email "invitation", then Dropbox gives you even more free storage space.) Every time you close a document, it is updated on the Dropbox servers (encrypted), if it is in the Dropbox folder (assuming you give it a few seconds to update before turning off your computer). Do a google search of "Cloud based storage comparisons" to compare the amount of free space each of the competing services give you.

  • Java.sql.SQLException: Listener refused the connection

    hi everybody!
    i'm new in oracle and java and have a problem working in Oracle 11g ExpressEdition.
    i have the next error when i'm trying to start java project using oracle:
    incorrect login or password
    and the next:
    java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descript
    or
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:412)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:
    +531)+
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:221)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtensio
    n.java:32)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:503)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at tools.db.ConnectionFactory.getOracleConnection(ConnectionFactory.java
    +:30)+
    at tools.db.DatabaseTools.checkAuthorizationInfo(DatabaseTools.java:24)
    at mainforms.LoginForm.jButton1ActionPerformed(LoginForm.java:112)
    at mainforms.LoginForm.access$000(LoginForm.java:16)
    at mainforms.LoginForm$1.actionPerformed(LoginForm.java:52)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
    ce)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$000(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
    ce)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
    ce)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
    ce)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: oracle.net.ns.NetException: Listener refused the connection with the
    following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descript
    or
    at oracle.net.ns.NSProtocol.connect(NSProtocol.java:385)
    at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1042)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:301)
    +... 47 more+
    my listener.ora file content:
    SID_LIST_LISTENER =
    +(SID_LIST =+
    +(SID_DESC =+
    +(SID_NAME = PLSExtProc)+
    +(ORACLE_HOME = D:\oraclexe\app\oracle\product\11.2.0\server)+
    +(PROGRAM = extproc)+
    +)+
    +(SID_DESC =+
    +(SID_NAME = CLRExtProc)+
    +(ORACLE_HOME = D:\oraclexe\app\oracle\product\11.2.0\server)+
    +(PROGRAM = extproc)+
    +)+
    +)+
    LISTENER =
    +(DESCRIPTION_LIST =+
    +(DESCRIPTION =+
    +(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))+
    +(ADDRESS = (PROTOCOL = TCP)(HOST = Home)(PORT = 1521))+
    +)+
    +)+
    DEFAULT_SERVICE_LISTENER = (XE)
    and tnsnames.ora file content:
    XE =
    +(DESCRIPTION =+
    +(ADDRESS = (PROTOCOL = TCP)(HOST = Home)(PORT = 1521))+
    +(CONNECT_DATA =+
    +(SERVER = DEDICATED)+
    +(SERVICE_NAME = XE)+
    +)+
    +)+
    EXTPROC_CONNECTION_DATA =
    +(DESCRIPTION =+
    +(ADDRESS_LIST =+
    +(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))+
    +)+
    +(CONNECT_DATA =+
    +(SID = PLSExtProc)+
    +(PRESENTATION = RO)+
    +)+
    +)+
    ORACLR_CONNECTION_DATA =
    +(DESCRIPTION =+
    +(ADDRESS_LIST =+
    +(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))+
    +)+
    +(CONNECT_DATA =+
    +(SID = CLRExtProc)+
    +(PRESENTATION = RO)+
    +)+
    +)+
    and results of commands:
    C:\Users\Admin>lsnrctl service
    LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 06-╠└╔-2012
    +:13+
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 3 handler(s) for this service.
    Handler(s):
    +"DEDICATED" established:0 refused:0+
    LOCAL SERVER
    +"ORACLE SERVER" established:0 refused:0 current:0 max:25 state:ready+
    CLRExtProc
    +(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\NTN_C54_1CECCED2_7DC8.OR+
    +"ORACLE SERVER" established:0 refused:0 current:0 max:25 state:ready+
    CLRExtProc
    +(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\NTN_C54_1CECCED2_B57B.OR+
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service.
    Handler(s):
    +"DEDICATED" established:0 refused:0+
    LOCAL SERVER
    Service "XEXDB" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    Handler(s):
    +"D000" established:0 refused:0 current:0 max:1022 state:ready+
    DISPATCHER <machine: HOME, pid: 3280>
    +(ADDRESS=(PROTOCOL=tcp)(HOST=Home)(PORT=56207))+
    Service "xe" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    Handler(s):
    +"DEDICATED" established:1 refused:0 state:ready+
    LOCAL SERVER
    The command completed successfully
    and
    C:\Users\Admin>tnsping XE
    TNS Ping Utility for 32-bit Windows: Version 11.2.0.2.0 - Production on 06-╠└╔-2
    +012 13:22:40+
    Copyright (c) 1997, 2010, Oracle. All rights reserved.
    Used parameter files:
    D:\oraclexe\app\oracle\product\11.2.0\server\network\ADMIN\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = Home)(PO
    RT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE)))
    OK (10 msec)
    dont understand what the reason of problem. read many forums and try this and that but can't resolve it (haven't enough knowledges :( ).
    will be very thankful for a help everybody.

    <msg time='2012-05-06T16:58:11.735+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 16:58:11 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T16:58:44.738+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 16:58:44 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:00:02.856+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:00:02 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:00:14.900+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:00:14 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:00:45.008+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:00:45 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:00:48.018+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:00:48 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:02:18.460+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>System parameter file is D:\oraclexe\app\oracle\product\11.2.0\server\network\ADMIN\listener.ora
    </txt>
    </msg>
    <msg time='2012-05-06T17:02:18.819+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>Log messages written to D:\oraclexe\app\oracle\diag\tnslsnr\Home\listener\alert\log.xml
    </txt>
    </msg>
    <msg time='2012-05-06T17:02:18.819+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>Trace information written to D:\oraclexe\app\oracle\diag\tnslsnr\Home\listener\trace\ora_108_424.trc
    </txt>
    </msg>
    <msg time='2012-05-06T17:02:18.819+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>Trace level is currently 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:02:18.819+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>
    </txt>
    </msg>
    <msg time='2012-05-06T17:02:18.835+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>Started with pid=108
    </txt>
    </msg>
    <msg time='2012-05-06T17:02:18.928+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    </txt>
    </msg>
    <msg time='2012-05-06T17:02:18.944+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Home)(PORT=1521)))
    </txt>
    </msg>
    <msg time='2012-05-06T17:02:20.582+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>Listener completed notification to CRS on start
    </txt>
    </msg>
    <msg time='2012-05-06T17:02:20.629+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    </txt>
    </msg>
    <msg time='2012-05-06T17:02:48.865+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>Dynamic address is already listened on (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Home)(PORT=1521)))
    </txt>
    </msg>
    <msg time='2012-05-06T17:02:48.880+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:02:48 * service_register * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:02:51.876+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:02:51 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:03:02.062+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:03:02 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:03:16.508+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:03:16 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:03:22.545+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Home)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    </txt>
    </msg>
    <msg time='2012-05-06T17:03:22.545+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:03:22 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:03:25.541+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:03:25 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:03:49.620+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:03:49 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:03:58.590+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:03:58 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:04:01.616+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:04:01 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:04:19.656+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:04:19 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:07:14.278+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:07:14 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:09:59.872+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:09:59 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:10:32.991+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:10:32 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:12:45.466+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:12:45 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:13:24.607+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:13:24 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:16:37.298+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:16:37 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:21:38.379+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:21:38 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:23:26.768+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:23:26 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:25:03.114+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:25:03 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:25:33.222+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:25:33 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:30:01.183+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:30:01 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:30:25.270+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:30:25 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:30:34.302+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:30:34 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:30:58.389+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:30:58 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:33:28.929+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:33:28 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:34:17.102+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:34:17 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:37:35.815+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:37:35 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:38:42.053+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:38:42 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:40:33.452+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:40:33 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:43:31.090+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:43:31 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:45:31.522+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:45:31 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:50:32.603+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:50:32 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:53:33.251+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:53:33 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T17:58:31.321+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 17:58:31 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:00:01.645+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:00:01 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:00:31.753+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:00:31 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:00:46.807+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:00:46 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:03:35.412+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:03:35 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:05:32.833+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:05:32 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:10:33.914+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:10:33 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:12:55.531+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:12:55 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:13:04.554+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:13:04 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:13:37.674+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:13:37 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:14:44.029+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:14:44 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:15:18.183+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:15:18 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:15:36.949+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:15:36 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:15:51.962+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:15:51 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:16:25.322+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:16:25 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:17:32.063+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:17:32 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:18:05.088+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:18:05 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:18:35.113+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:18:35 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:22:56.145+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:22:56 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:28:05.164+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:28:05 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:32:56.183+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:32:56 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:40:32.214+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:40:32 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:42:56.223+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:42:56 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:50:32.253+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:50:32 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:52:56.264+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:52:56 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:55:32.367+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:55:32 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T18:59:11.545+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 18:59:11 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:00:29.688+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:00:29 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:00:44.689+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:00:44 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:01:23.703+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:01:23 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:02:56.736+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:02:56 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:03:47.752+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:03:47 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:04:53.767+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:04:53 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:05:59.798+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:05:59 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:07:39.042+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:07:39 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:08:15.113+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:08:15 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:09:54.206+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:09:54 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:11:36.299+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:11:36 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:12:00.312+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:11:59 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=SQL Developer)(HOST=__jdbc__)(USER=Admin))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=50478)) * establish * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:12:57.354+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:12:57 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:13:51.913+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:13:51 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:14:24.936+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:14:24 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:14:51.721+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:14:51 * (CONNECT_DATA=(SID=LogistDB)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=Admin))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=50621)) * establish * LogistDB * 12505
    </txt>
    </msg>
    <msg time='2012-05-06T19:14:51.750+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    </txt>
    </msg>
    <msg time='2012-05-06T19:15:15.587+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:15:15 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=Admin))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=186647040)) * status * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:17:10.428+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:17:10 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:18:22.597+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:18:22 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:19:09.605+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:19:09 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=Admin))(COMMAND=services)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=186647040)) * services * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:20:31.674+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:20:31 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:21:40.732+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:21:40 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:22:13.988+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:22:13 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:22:46.995+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:22:46 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:22:58.999+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:22:58 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:25:32.370+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:25:32 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:26:44.417+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:26:44 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:27:50.575+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:27:50 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:28:11.590+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:28:11 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:31:12.568+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:31:12 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:31:48.599+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:31:48 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:33:00.647+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:33:00 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:35:30.764+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:35:30 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:38:15.875+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:38:15 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:42:55.204+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:42:55 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:43:01.206+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:43:01 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:43:28.485+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:43:28 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:44:35.170+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:44:35 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:45:08.144+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:45:08 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:45:32.165+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:45:32 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:45:41.176+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:45:41 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:46:14.280+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:46:14 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:46:47.320+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:46:47 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:47:20.333+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:47:20 * service_update * xe * 0
    </txt>
    </msg>
    <msg time='2012-05-06T19:53:02.663+04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='HOME'
    host_addr='fe80::cd1d:33c3:f2cc:7ca0%17'>
    <txt>06-МАЙ-2012 19:53:02 * service_update * xe * 0
    </txt>
    </msg>

  • TNS Listener refused the connection with the -OracleXE Struts

    I m using OracleXE as my back end. My Applicaiton Server is on Local Machine, while Database is on another machine. many a time
    Caused by: java.sql.SQLException: Listener refused the connection with the following error: ORA-12516, TNS:listener could not find available handler with matching protocol stack
    The Connection descriptor used by the client was:
    192.168.1.8:1521
    I m using the following datasource in struts.config.xml file:\
    <data-source type="org.apache.commons.dbcp.BasicDataSource" key="msgds">
    and I m using a DatasourcePlugin class which implements Plugin :
    In this I m writing like this:
    public void init(ActionServlet actionServlet, ApplicationConfig config) throws ServletException {
    ServletContext context = actionServlet.getServletContext();
    DataSource datasource = actionServlet.findDataSource("msgds");
    ontext.setAttribute("ds", datasource);
    And in each Action i m using like this:
    ServletContext context = getServlet().getServletContext();
    DataSource ds= (DataSource) context.getAttribute("ds");
    Connection con = ds.getConnection();
    and in finally i m closing the connection. Now Can somebody tell what could be the possible error. How can I use Connection Pooling Using JNDI, Commons dbcp.
    If Somebody have the code snippet, plz send it,
    Thanks in Advance...

    Hello,
    OC4J is the core component of the OracleAS, the J2EE/WebService container where you deploy your J2EE applications
    So you are using OC4J when deploying your application.
    Do you know what release and the type pf topology that you are using when deploying your application? (stand alone OC4J -run from java command- or a managed OracleAS run from an opmnctl command...)
    Regards
    Tugdual Grall

  • Listener refuse connection with the following error ORA-12505

    Hi Everyone, Am really new to oracle database, am working on my school project work and am stuck in a middle of this error (Listener refuse connection with the following error ORA-12505).
    I have started the listener serveral time and it's saying that "No service surpported by the LISTENER", I can't access the database via sqldeveloper which trows out the same error (Listener refuse connection with the following error ORA-12505, TNS:Listener does not currently know of SID given in connect descriptor.) Moreover my em show red down arrow for the listener. Here are my hard & software details.
    Oracle 11.1.0
    Os: Red Hat Enterprise Linux 4 ( Running the OS via Vmware workstation)
    TNSNAME.ORA
         LISTENER2=
         (DESCRIPTION_LIST=
         (DESCRIPTION=
         ((ADDRESS = (PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1522))
         LISTENER1=
         (DESCRIPTION_LIST=
         (DESCRIPTION=
         (ADDRESS = (PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1523))
         LISTENER=
         (DESCRIPTION_LIST=
         (DESCRIPTION=
         (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521))
         (ADDRESS = (PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521))
    Listner,ora
         LISTNER_ORCL
         (ADDRESS_LIST=
         (ADDRESS = (PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1523))
         (ADDRESS = (PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521))
         IMT_ADMI=
         (DESRIPTION=
         (PORT=1522))
         (ADDRESS = (PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1522))
         (ADDRESS = (PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1523))
         (ADDRESS = (PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521))
         (CONNECT_DATA=
         (SERVER=DEDICATED)
         (SERVICE_NAME=imt_admin
         LISTENER_IMTADMIN=
         (ADDRESS_LIST=
         (ADDRESS = (PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1522))
         (ADDRESS = (PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1523))
         (ADDRESS = (PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521))
         ORCL=
         (DESCRIPTION=
         (ADDRESS = (PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1523))
         (ADDRESS = (PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521))
         (CONNECT_DATA=
         (SERVER=DEDICATED)
         (SERVICE_NAME=orcl)
    I read from some forums that I need to edit somethings of which am not really sure cos i don't wanna mess with the database, I need help on what to.
    Thanks for help in advance.

    Use a single listener. There is no need for multiple listeners 99.9999% of the time.
    Have the listener bind the hostname as listening end-point - and not localhost.
    Localhost only allows local processes to connect via TCP. Which is questionable in most environments. Typically you would run clients on other h/w platforms (or VMs) - and this will use the database server's public IPs.
    Type hostname in the console to get the hostname of the server. If the network on that server is suspect (was not manually setup properly by someone knowing network basics), do not bother using the hostname. Use IP address +0.0.0.0+ instead.
    Update the listener.ora file. The LISTENER entry should look something as follows:
    LISTENER =
            (DESCRIPTION_LIST =
                    (DESCRIPTION =
                            (ADDRESS_LIST =(ADDRESS = (PROTOCOL = IPC)(KEY = EXTERNAL)))
                            (ADDRESS_LIST =(ADDRESS = (PROTOCOL = TCP)(HOST = <hostname-goes-here>)(PORT = 1521)))
            )You can also simply (and safely) remove/rename the listener.ora file - and start the listener with sane defaults.
    Next, use sqlplus (via the oracle o/s user) to logon as SYSDBA to the database. The database parameter of interest is LOCAL_LISTENER. It should be null (view it using the SQL*Plus command <i>show parameter</i>). If your listener port is 1521, then not a problem.
    If it is not, you need to update/set this parameter with the appropriate port number via the ALTER SYSTEM command.
    Once set/checked, manually instruct the database to register its services with the local listener, via the alter system register command in sqlplus.
    Check and confirm that the listener has received and successfully serviced that registration request by typing lsnrctl services in the oracle o/s console.
    PS. The reason for the error I think is that your are forcing the listener on localhost only - while the default/null local_listener parameter of the database instructs it to contact the listener on the default public IP address of that server. Which does not happen to be localhost IP 127.0.0.1.
    Edited by: Billy Verreynne on Jan 11, 2013 1:06 PM

  • Error 500--Internal Server Error  while login to OIM11gr2 admin console

    could you help me how to resolve this error
    I have installed and configured OIAM 11gr2(11.1.2.0.0)->SOA 11.1.1.6.0 on oracle linux 6.4
    every thing goes good but got a problem while login to admin console(Admin console:: \\localhost:14000\sysadmin)
    it throws the error << Error 500--Internal Server Error_
    *javax.servlet.ServletException: oracle.iam.identity.exception.UserManagerException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException*
    Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    >>>>
    many thanks
    Jagdish.

    am able to login
    http://192.168.75.140:7001/console/login/LoginForm.jsp
    from this environment-> servers-> all servers(adminserver,soa_server1, oim_server1, oam_server1) status is running,and health is ok.
    I have started these servers from command line <base_domain/bin/sh startManagedWebLogic.sh oim_server1
    result is <server started in running mode>
    now I shutdown the oam_server1 and oim_server1
    again I started the oim_server1 as above
    command line result is < <May 30, 2013 7:54:47 PM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    but in (http://localhost:7001/console) window oim_server1 status is unknown...

  • BO 4.1 WEBI reports are not refreshing and FWB 00032 error while login

    Hello All, First, We are not able to refresh our WEBI reports its hanging in between and throwing errors sometimes. Second, while login its giving below error. Account information not recognized: Invalid confidential channel. (FWB 00032) found relevant note : 1737852, but the pre-requisite is met. Issue is intermittent but its resolved now BO application restart. but we need to find out what could be the reason for this. Anyone has got this kind of situation. Regards Munish

    Any Idea frnds.

  • Run time error while login to RTF Template

    Hi,
    I am trying to create a sample report in BI Publisher. but while login into RTF Template I am getting below error.
    Please rectify this problem?
    Run time error '429'
    Active x component can't ceate object
    help me out

    Runtime Errors         DYNPRO_FIELD_CONVERSION
    Date and Time          07.05.2010 08:49:15
    ShrtText
         A conversion error occurred.
    What happened?
         The current screen processing was terminated, since a situation
         occurred from which it could not continue processing.
         This is probably due to an error in the current screen of the ABAP
         program.
    What can you do?
         Make a note of the actions and input which caused the error.
         To resolve the problem, contact your SAP system administrator.
         You can use transaction ST22 (ABAP Dump Analysis) to view and administe
         termination messages, especially those beyond their normal deletion
         date.
    Error analysis
         The program flow was interrupted and could not be resumed.
         Program "SAPMJ1IFN" tried to display fields on screen 1210. However, an
         error occurred while this data was being converted.

  • Error in Ultra Search in portal. listener refused the connection

    hi
    I implement a portal.I wanted to use ultra search(portlet) in my pages. so I defined an user and graned access to him. I created a provider for ultra saerch and schedule too. then add ultrasearch in page. it worked currectly but now give an errr such this :
    oracle.ultrasearch.query.SearchException: WKG17005: connection failure: Listener refused the connection with the following error: ORA-12514, TNS:listener does not currently know of service requested in connect descriptor The Connection descriptor used by the client was: //IP Server:1521/ORCL
    How can I solve this problem?
    please help me

    Went to the control panel administrative tool and services
    After I did that I got this error Failure Io exception The Network Adapter could not establish the connection
    Also, I got this in the command prompt
    lsnrctl service
    LSNRCTL for 32-bit Windows: Version 11.1.0.6.0 - Production on 07-JUL-2012 15:35
    :19
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=co-67349b991dc4)(PORT=15
    21)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    lsnrctl start
    LSNRCTL for 32-bit Windows: Version 11.1.0.6.0 - Production on 07-JUL-2012 15:37
    :41
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    Failed to start service, error 1053.
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    lsnrctl status
    LSNRCTL for 32-bit Windows: Version 11.1.0.6.0 - Production on 07-JUL-2012 15:40
    :27
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=co-67349b991dc4)(PORT=15
    21)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error

  • Java.sql.SQLException: Listener refused the connection with the following error: ORA-12514, TNS:listener does not currently know of service requested in connect descriptor

    Good Day,
    I'm encountering this problem
         java.sql.SQLException: Listener refused the connection with the following error:
         ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    here's the java code
    Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
    String url = "jdbc:oracle:thin:@//10.143.85.21/UCSL";
    String userName = "mssoriano";
    String passWord = "mssoriano_4319";
    conn = DriverManager.getConnection(url, userName, passWord);
    and here's my tnsnames.ora
    UCSL =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.143.85.21)(PORT = 1521))
        (CONNECT_DATA =
          (SID = psusldb11)
    Please do let me know if what may the cause of the problem and how to solve this. Thank you and God bless.

    Hi,
    see this example
    Connect to Oracle DB via JDBC driver
    Frank

  • After system restore ,we are not able to activate the windows,while login to systems getting an error 0x800700B7

    after system restore ,we are not able to activate the windows, while login to systems getting an error 0x800700B7
    Cont-8096688758

    hi Jain,
    you may need to check the transfer structures,
    right click infosource and 'change', click 'comm.structure'/expand,
    click 'transfer', move the 0BASE_UOM from left to right side,
    or if you wont use the comm structure anymore, you can right click infosource and 'delete comm structure'
    hope this helps.

  • Database: Listener refused the connection -please help

    middlegen:
    [middlegen] Database URL:jdbc:oracle:thin:@localhost:1521:PUSSDB
    BUILD FAILED
    C:\cvs-1-11-17\middlegen\samples\build.xml:232: middlegen.MiddlegenException: Couldn't connect to database: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:PUSSDB
    Total time: 8 seconds
    C:\cvs-1-11-17\middlegen\samples>

    Did you try a tnsping to see if it can provide name resolution? Can you connect to the database using the connect string service name such as sys@pussdb? These would indicate whether the database has been properly defined in your databse names resolution method (e.g. tnsnames).

  • Error setting cookie while login process

    Dear forum users,
    i am getting this error while login into my own application.
    Content-type: text/html; charset=ISO-8859-1 Set-Cookie: DHW_COOKIE=EEDD257F53989F57; path=/; Location: f?p=100:1000:155225166267009
    I am using a process on submit after computation. This process is before the login process.
    10: set Cookie
    20: login
    This source would setting the cookie before login:
    declare
    p_text_raw RAW(128);
    p_key RAW(128) := utl_raw.cast_to_raw('Key88888');
    p_crypto_typ NUMBER := dbms_crypto.des_cbc_pkcs5;
    p_encrypted_raw RAW(2048);
    p_decrypted_raw RAW(2048);
    begin
    -- Benutzername und damit den Cookie-Inhalt verschlüsseln
    p_text_raw := UTL_I18N.STRING_TO_RAW (lower(:P100_USERNAME), 'AL32UTF8');
    p_encrypted_raw := dbms_crypto.encrypt(
    src=> p_text_raw,
    typ => p_crypto_typ,
    key => p_key);
    -- Verschlüsseltes Cookie senden
    owa_util.mime_header('text/html', FALSE);
    owa_cookie.send(
    name=>'DHW_COOKIE',
    value=>p_encrypted_raw);
    owa_util.http_header_close;
    exception
    when others then null;
    end;
    Any ideas for this error ?
    regards
    Frank
    Hello community,
    any comments ?
    Edited by: handwerk.net on Dec 16, 2009 7:31 PM

    Here's one more reason why this error occurs in Toad. It is when you have more than one Oracle Client installed on your machine. Even when you select the correct Oracle Home in "Connect Using" field of Toad, you still get this error "Can't initialize OCI. Error -1". So, to solve that you need to go to the installation folder of that Oracle Home (e.g. C:\Oracle\ora92\), then go to the BIN folder. Open Oracle.Key in Notepad and confirm that it is showing Registry entry/path to the correct Oracle Home (e.g. HOME0 or HOME1 or whatever).
    I hope this helps.

Maybe you are looking for

  • How to edit multiple text boxes (not linked/chained) in story editor?

    I don't have a book with running text, but lots of pages (70) with separate text boxes on each page plus some captions. It is a design for exhibition panels. It is really painful to proof read. And taking a print for all these pages to proof read is

  • Netcfg v2.5.2 - note: change in auto wireless config

    This release brings a completely new auto wireless/wired configuration. The old net-auto is deprecated and no longer included. There are also some very minor configuration changes that may affect a few people. Move to new auto-wireless/wired The new

  • Execution date in Excel export from a query

    Dear all, I am wondering if it is possible to have the query execution date in an exported excel. Case: When working in a query it should be possible to export the query to excel. However I am missing the execution date of the query and the last succ

  • TS LabVIEW OI

    I am running a sequence file that calls VIs and I have the LabVIEW adapter set to LabVIEW Runtime Engine. Everything runs fine using the Sequence Editor and the User Interfaces(both modes) of all the languages except for the LabVIEW one. The problem

  • Sliced and imported photoshop layout into dreamweaver

    First, I am a newbie to all of this web design stuff and coding and dreamweaver. I wanted to create my first website so here I am. I went through 2 different tutorials (youtube and on lynda.com) I created a layout in photoshop and I also sliced it. I