ORA-12516, TNS:listener could not find available handler Weblogic error

Hello,
I have a wierd issue while setting up a datasource in weblogic.
The database am trying to connect to is an Oracle DB and am using a LDAP based URL as the datasource URL in weblogic.
Service name : PSG03900_PEWTER_APPL.WORLD
The LDAP url given was jdbc:oracle:thin:@ldap://oid_ldap_server_ln.csfp.co.uk:1522/PSG03900_PEWTER_APPL.WORLD,cn=OracleContext,dc=uk,dc=csfb,dc=com
driver oracle.jdbc.xa.client.OracleXADataSource
When am trying to setup the datasource and test the connection configuration the test is successful. However when I try to activate the changes I get the following error:
An error occurred during activation of changes, please see the log for details.
weblogic.application.ModuleException:
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: (DESCRIPTION = (SDU = 8192) (TDU = 8192) (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = PSGLOD2008-SCAN.AP.HEDANI.NET)(PORT = 1522)) (LOAD_BALANCE = ON) (FAILOVER = ON ) ) (CONNECT_DATA = (SERVICE_NAME = PSG03900_PEWTER_APPL.WORLD) (FAILOVER_MODE = (TYPE = SESSION) (METHOD = BASIC) (RETRIES = 20) (DELAY = 5))))
The DBAs have confirmed to me that the database setup on their side is correct as they are able to do a tnsping and sqlplus connectivity succeeds.
I have also tried accessing the database through PL/SQL developer and am able to login however the weblogic activation fails for some wierd reason.
Could I request someone to enlighten me what I am missing here? I have been at it for days now.
Many thanks.
Best Regards,
Vinod
Edited by: 984452 on Jan 27, 2013 11:16 PM

Hi Kishore,
Thank you for the response.
The number of processes has been set to 500 and number of sessions set to 792 and currently the utilization has just reached 15% of the limit set.
We are using Weblogic 9.2 and trying to connect to Oracle 11g database, could the Oracle thin client being used in Weblogic have any issues connecting?
Many thanks.
Vinod

Similar Messages

  • How to trap ORA-12520: TNS:listener could not find available handler in OEM

    Hi,
    We are using 11G in Linux. We are often receiving "ORA-12520: TNS:listener could not find available handler for requested type of server" error though listener is working properly. My client would like to trap this error through OEM. Can any one please advise me how to implement this one.
    We are using 11GR1 OEM in our system.
    Thanks in-advance.
    Regards
    DBA.

    Hello,
    You may see system parameters used to start the database via the interface:
    home->administration->about database->parameters
    you may want to modify the PROCESSES parameter to a higher value.
    This parameter also modifies the derived SESSIONS parameter, who specifies the maximum number of sessions possible.
    These parameters are static, so you need to restart the db after changing.
    You can as well see the limit reached by some values querying
    select * from v$resource_limit;
    These parameters are described in detail in the Reference manual.
    HTH,
    Andrea

  • ORA-12516: TNS:listener could not find ... on Windows Server 2003

    We are getting "ORA-12516: TNS:listener could not find available handler" while testing asp.net web application.
    We have following configuration:
    - A 10g database server on Windows Server 2000
    - A Web Server running IIS6 on Windows Server 2003
    - ODP.Net for 10g client installed on Web Server
    we are testing our web app with 75 concurrent users, as far as I can tell we are closing connections in our app and open connection only while retrieving and saving records.
    I saw this error very first time when we upgraded our web server to use 10g client. Before that we were using Oracle 9 client and have tested this app with 100 concurrent users without any error.
    Does anyone can help or point a resource that can help to resolve this error?
    Thanks.

    Hi,
    You'll likely want to take that up with the networking folks as the error seems to be coming from the Listener.
    How many connections does each instance of your app make? If you make the same number of connections via sqlplus for example rather than ODP, do you see the same results? I know creating 60 or sqlplus sessions may not be fun, but it will help determine if this issue is truly somehow related to ODP. It doesnt seem likely it would be, and if ODP can be removed from the picture, it will be that much easier to troubleshoot.
    One thing I'd suggest though, is to make sure your app is cleaning up after itself properly to as to use resources efficiently. If you have access to My Oracle Support, see the following note:
    Note 730678.1 Oracle Data Provider for .Net Best Practices
    Hope it helps,
    Greg

  • TNS:listener could not find available handler with matching protocol stack

    Hi,
    I am getting the following stack trace in b2b.log file:
    2009.01.06 at 14:34:35:869: Thread-108: BusinessLogicLayer - (ERROR) caught error: Error -: AIP-13002: SQL error getting the DataSource
    2009.01.06 at 14:34:35:870: Thread-108: IP - (ERROR) 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:
    (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))(LOAD_BALANCE=yes)(CONNECT_DATA=(SERVICE_NAME=test)))
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:292)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:327)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:429)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:150)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:31)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:608)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:217)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:113)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:76)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:58)
         at oracle.jdbc.pool.OracleConnectionCacheImpl.getNewPoolOrXAConnection(OracleConnectionCacheImpl.java:493)
         at oracle.jdbc.pool.OracleConnectionCacheImpl.getPooledConnection(OracleConnectionCacheImpl.java:368)
         at oracle.jdbc.pool.OracleConnectionCacheImpl.getConnection(OracleConnectionCacheImpl.java:306)
         at oracle.jdbc.pool.OracleConnectionCacheImpl.getConnection(OracleConnectionCacheImpl.java:285)
         at oracle.tip.buslogic.common.DBConnectivity.getConnection(DBConnectivity.java:151)
         at oracle.tip.buslogic.common.ExecutionContextImpl.getService(ExecutionContextImpl.java:379)
         at oracle.tip.buslogic.common.ExecutionContextImpl.setRuntimeActiveandQuiescing(ExecutionContextImpl.java:799)
         at oracle.tip.adapter.b2b.data.B2BExecutionContext.setRuntimeActiveAndQuiescing(B2BExecutionContext.java:130)
         at oracle.tip.adapter.b2b.data.B2BExecutionContext.activate(B2BExecutionContext.java:98)
         at oracle.tip.adapter.b2b.data.DBContext.initialize(DBContext.java:90)
         at oracle.tip.adapter.b2b.data.DataContext.getNewDBContext(DataContext.java:365)
         at oracle.tip.adapter.b2b.data.DataContext.getDBContext(DataContext.java:346)
         at oracle.tip.adapter.b2b.transport.InterfaceListener.onMessage(InterfaceListener.java:232)
         at oracle.tip.transport.basic.FileSourceMonitor.processMessages(FileSourceMonitor.java:858)
         at oracle.tip.transport.basic.FileSourceMonitor.run(FileSourceMonitor.java:302)
    When I ran the enquire script. I am getting the following exception:
    IPEnqueue start...
    Action Name = null
    oracle.jms.AQjmsException: ORA-00600: internal error code, arguments: [kwqbgqc: bad state], [1], [1], [], [], [], [], []
    ORA-06512: at "SYS.DBMS_AQIN", line 454
    ORA-06512: at line 1
    at oracle.jms.AQjmsProducer.enqueue(AQjmsProducer.java:1180)
    at oracle.jms.AQjmsProducer.publish(AQjmsProducer.java:1407)
    at oracle.jms.AQjmsProducer.publish(AQjmsProducer.java:1512)
    at oracle.tip.adapter.b2b.data.IPEnqueue.main(IPEnqueue.java:201)
    [Linked-exception]
    java.sql.SQLException: ORA-00600: internal error code, arguments: [kwqbgqc: bad state], [1], [1], [], [], [], [], []
    ORA-06512: at "SYS.DBMS_AQIN", line 454
    ORA-06512: at line 1
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:124)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:315)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:281)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:638)
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:183)
    at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java:872)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1085)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2983)
    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3025)
    at oracle.jms.AQjmsProducer.enqueue(AQjmsProducer.java:1110)
    at oracle.jms.AQjmsProducer.publish(AQjmsProducer.java:1407)
    at oracle.jms.AQjmsProducer.publish(AQjmsProducer.java:1512)
    at oracle.tip.adapter.b2b.data.IPEnqueue.main(IPEnqueue.java:201)
    Error -: AIP-13121: Connection-related error. Please verify that the database server is running.: java.sql.SQLException: Closed Connection
    at oracle.tip.buslogic.common.SessionDownException.isSessionDown(SessionDownException.java:96)
    at oracle.tip.common.IPException.initIPException(IPException.java:179)
    at oracle.tip.common.IPException.<init>(IPException.java:114)
    at oracle.tip.repos.core.persistency.DCException.<init>(DCException.java:68)
    at oracle.tip.repos.core.driver.CatalogDriver.disconnect(CatalogDriver.java:1666)
    at oracle.tip.repos.core.persistency.PersistencyService.disconnect(PersistencyService.java:578)
    at oracle.tip.buslogic.common.ExecutionContextImpl.disconnectService(ExecutionContextImpl.java:602)
    at oracle.tip.buslogic.common.ExecutionContextManager.cleanContextResources(ExecutionContextManager.java:629)
    at oracle.tip.buslogic.common.ExecutionContextManager.leaveContext(ExecutionContextManager.java:581)
    at oracle.tip.buslogic.common.ExecutionContextManager.leaveContext(ExecutionContextManager.java:720)
    at oracle.tip.adapter.b2b.data.IPEnqueue.main(IPEnqueue.java:245)
    Caused by: java.sql.SQLException: Closed Connection
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:124)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:161)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:226)
    at oracle.jdbc.driver.PhysicalConnection.rollback(PhysicalConnection.java:1041)
    at oracle.jdbc.OracleConnectionWrapper.rollback(OracleConnectionWrapper.java:90)
    at oracle.tip.repos.core.driver.CatalogDriver.disconnect(CatalogDriver.java:1662)
    ... 6 more
    I tested the database and it was up. Any help is appreciated.

    You may be interested in http://www.tek-tips.com/viewthread.cfm?qid=1368266&page=10

  • ORA-12518: TNS:listener could not hand off

    Hi
    we are having oracle11i (11.5.10.2) on windows 2000 Server (service pack 4) database version 10.2.0.3.
    we are getting frequently(Once In a week) Error 'ORA-12518: TNS:listener could not hand off' .What could be the reason for that?
    Thanks
    With Regards
    Umair

    Hi
    i have noticed Below Error in Alert log file
    Wed Apr 08 01:12:03 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:12:03 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:13:04 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:13:04 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:14:05 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:14:05 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:15:06 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:15:06 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:16:07 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:16:07 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:17:08 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:17:08 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:18:09 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:18:09 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:19:10 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:19:10 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:20:11 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:20:11 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:21:12 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:21:12 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:22:13 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:22:13 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:23:14 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:23:14 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:24:15 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:24:15 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:25:16 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:25:16 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:26:17 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:26:17 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:27:18 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:27:18 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:28:19 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:28:19 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:28:51 2009
    Incremental checkpoint up to RBA [0x32.134e1.0], current log tail at RBA [0x32.1362f.0]
    Wed Apr 08 01:29:20 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:29:20 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:30:21 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:30:21 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:31:22 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:31:22 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:32:23 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:32:23 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:33:24 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:33:24 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:34:25 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:34:25 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:35:26 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:35:26 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:36:27 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:36:27 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:37:28 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:37:28 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:38:29 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:38:29 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:39:30 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:39:30 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:40:31 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:40:31 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:41:32 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:41:32 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:42:33 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:42:33 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:43:34 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:43:34 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:44:35 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:44:35 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:45:36 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:45:36 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:46:37 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:46:37 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:47:38 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:47:38 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:48:39 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:48:39 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:48:51 2009
    Incremental checkpoint up to RBA [0x32.137d1.0], current log tail at RBA [0x32.138e9.0]
    Wed Apr 08 01:49:40 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:49:40 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:50:41 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:50:41 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:51:42 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:51:42 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:52:43 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:52:43 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:53:44 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:53:44 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:54:45 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:54:45 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:55:46 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:55:46 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:56:47 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:56:47 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:57:48 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:57:48 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:58:25 2009
    Process q003 died, see its trace file
    Wed Apr 08 01:58:25 2009
    ksvcreate: Process(q003) creation failed
    Wed Apr 08 01:58:49 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:58:49 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 01:59:50 2009
    Process m000 died, see its trace file
    Wed Apr 08 01:59:50 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 02:00:51 2009
    Process m000 died, see its trace file
    Wed Apr 08 02:00:51 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 02:01:52 2009
    Process m000 died, see its trace file
    Wed Apr 08 02:01:52 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 02:02:23 2009
    Process m000 died, see its trace file
    Wed Apr 08 02:02:23 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 02:02:54 2009
    Process m000 died, see its trace file
    Wed Apr 08 02:02:54 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 02:03:55 2009
    Process m000 died, see its trace file
    Wed Apr 08 02:03:55 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 02:04:56 2009
    Process m000 died, see its trace file
    Wed Apr 08 02:04:56 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 02:05:57 2009
    Process m000 died, see its trace file
    Wed Apr 08 02:05:57 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 02:06:58 2009
    Process m000 died, see its trace file
    Wed Apr 08 02:06:58 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 02:07:59 2009
    Process m000 died, see its trace file
    Wed Apr 08 02:07:59 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 02:08:51 2009
    Incremental checkpoint up to RBA [0x32.13aaf.0], current log tail at RBA [0x32.13ba9.0]
    Wed Apr 08 02:09:00 2009
    Process m000 died, see its trace file
    Wed Apr 08 02:09:00 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 02:10:01 2009
    Process m000 died, see its trace file
    Wed Apr 08 02:10:01 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 02:11:02 2009
    Process m000 died, see its trace file
    Wed Apr 08 02:11:02 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 02:12:03 2009
    Process m000 died, see its trace file
    Wed Apr 08 02:12:03 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 02:13:04 2009
    Process m000 died, see its trace file
    Wed Apr 08 02:13:04 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 02:14:05 2009
    Process m000 died, see its trace file
    Wed Apr 08 02:14:05 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 02:15:06 2009
    Process m000 died, see its trace file
    Wed Apr 08 02:15:06 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 02:16:07 2009
    Process m000 died, see its trace file
    Wed Apr 08 02:16:07 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 02:17:08 2009
    Process m000 died, see its trace file
    Wed Apr 08 02:17:08 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 02:18:10 2009
    Process m000 died, see its trace file
    Wed Apr 08 02:18:10 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 02:19:11 2009
    Process m000 died, see its trace file
    Wed Apr 08 02:19:11 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 02:20:12 2009
    Process m000 died, see its trace file
    Wed Apr 08 02:20:12 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 02:21:29 2009
    Process m001 died, see its trace file
    Wed Apr 08 02:21:29 2009
    ksvcreate: Process(m001) creation failed
    Wed Apr 08 02:28:51 2009
    Incremental checkpoint up to RBA [0x32.1477d.0], current log tail at RBA [0x32.14824.0]
    Wed Apr 08 02:32:39 2009
    Beginning log switch checkpoint up to RBA [0x33.2.10], SCN: 8174171492544
    Thread 1 advanced to log sequence 51
    Current log# 2 seq# 51 mem# 0: E:\ORACLE\TESTDATA\LOG02B.DBF
    Current log# 2 seq# 51 mem# 1: E:\ORACLE\TESTDATA\LOG02A.DBF
    Wed Apr 08 02:37:45 2009
    Completed checkpoint up to RBA [0x33.2.10], SCN: 8174171492544
    Wed Apr 08 02:48:53 2009
    Incremental checkpoint up to RBA [0x33.12574.0], current log tail at RBA [0x33.125ef.0]
    Wed Apr 08 03:01:18 2009
    Process m001 died, see its trace file
    Wed Apr 08 03:01:18 2009
    ksvcreate: Process(m001) creation failed
    Wed Apr 08 03:08:53 2009
    Incremental checkpoint up to RBA [0x33.12fd9.0], current log tail at RBA [0x33.13070.0]
    Wed Apr 08 03:28:53 2009
    Incremental checkpoint up to RBA [0x33.132b6.0], current log tail at RBA [0x33.13340.0]
    Wed Apr 08 03:48:53 2009
    Incremental checkpoint up to RBA [0x33.13580.0], current log tail at RBA [0x33.13602.0]
    Wed Apr 08 04:08:53 2009
    Incremental checkpoint up to RBA [0x33.13f0b.0], current log tail at RBA [0x33.13fac.0]
    Wed Apr 08 04:28:53 2009
    Incremental checkpoint up to RBA [0x33.14264.0], current log tail at RBA [0x33.142ee.0]
    Wed Apr 08 04:48:53 2009
    Incremental checkpoint up to RBA [0x33.14533.0], current log tail at RBA [0x33.145ad.0]
    Wed Apr 08 05:00:45 2009
    Process m001 died, see its trace file
    Wed Apr 08 05:00:45 2009
    ksvcreate: Process(m001) creation failed
    Wed Apr 08 05:08:53 2009
    Incremental checkpoint up to RBA [0x33.14ef0.0], current log tail at RBA [0x33.14f75.0]
    Wed Apr 08 05:20:10 2009
    Process q003 died, see its trace file
    Wed Apr 08 05:20:10 2009
    ksvcreate: Process(q003) creation failed
    Wed Apr 08 05:25:40 2009
    Process q003 died, see its trace file
    Wed Apr 08 05:25:40 2009
    ksvcreate: Process(q003) creation failed
    Wed Apr 08 05:28:53 2009
    Incremental checkpoint up to RBA [0x33.1523d.0], current log tail at RBA [0x33.152ad.0]
    Wed Apr 08 05:31:10 2009
    Process q003 died, see its trace file
    Wed Apr 08 05:31:10 2009
    ksvcreate: Process(q003) creation failed
    Wed Apr 08 05:36:41 2009
    Process q003 died, see its trace file
    Wed Apr 08 05:36:41 2009
    ksvcreate: Process(q003) creation failed
    Wed Apr 08 05:47:40 2009
    Process q004 died, see its trace file
    Wed Apr 08 05:47:40 2009
    ksvcreate: Process(q004) creation failed
    Wed Apr 08 05:48:53 2009
    Incremental checkpoint up to RBA [0x33.15504.0], current log tail at RBA [0x33.15571.0]
    Wed Apr 08 05:51:39 2009
    Beginning log switch checkpoint up to RBA [0x34.2.10], SCN: 8174171506953
    Thread 1 advanced to log sequence 52
    Current log# 3 seq# 52 mem# 0: E:\ORACLE\TESTDATA\LOG03B.DBF
    Current log# 3 seq# 52 mem# 1: E:\ORACLE\TESTDATA\LOG03A.DBF
    Wed Apr 08 05:53:10 2009
    Process q004 died, see its trace file
    Wed Apr 08 05:53:10 2009
    ksvcreate: Process(q004) creation failed
    Wed Apr 08 05:56:42 2009
    Completed checkpoint up to RBA [0x34.2.10], SCN: 8174171506953
    Wed Apr 08 05:58:40 2009
    Process q004 died, see its trace file
    Wed Apr 08 05:58:40 2009
    ksvcreate: Process(q004) creation failed
    Wed Apr 08 06:00:16 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:00:16 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:01:17 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:01:17 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:02:18 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:02:18 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:03:19 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:03:19 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:04:21 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:04:21 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:05:22 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:05:22 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:06:23 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:06:23 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:07:24 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:07:24 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:08:25 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:08:25 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:08:55 2009
    Incremental checkpoint up to RBA [0x34.237.0], current log tail at RBA [0x34.2aa.0]
    Wed Apr 08 06:09:26 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:09:26 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:10:27 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:10:27 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:11:28 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:11:28 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:12:29 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:12:29 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:13:30 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:13:30 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:14:31 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:14:31 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:15:32 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:15:32 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:16:33 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:16:33 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:17:34 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:17:34 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:18:35 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:18:35 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:19:36 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:19:36 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:20:37 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:20:37 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:21:38 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:21:38 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:22:39 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:22:39 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:23:40 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:23:40 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:24:41 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:24:41 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:25:42 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:25:42 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:26:43 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:26:43 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:27:44 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:27:44 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:28:45 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:28:45 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:28:55 2009
    Incremental checkpoint up to RBA [0x34.4ef.0], current log tail at RBA [0x34.56b.0]
    Wed Apr 08 06:29:46 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:29:46 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:30:47 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:30:47 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:31:48 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:31:48 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:32:49 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:32:49 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:33:50 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:33:50 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:34:51 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:34:51 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:35:52 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:35:52 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:36:53 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:36:53 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:37:54 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:37:54 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:38:55 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:38:55 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:39:56 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:39:56 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:40:57 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:40:57 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:41:58 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:41:58 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:42:59 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:42:59 2009
    ksvcreate: Process(m000) creation failed
    Process m000 died, see its trace file
    Wed Apr 08 06:43:06 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:44:01 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:44:01 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:45:02 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:45:02 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:46:03 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:46:03 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:47:04 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:47:04 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:48:05 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:48:05 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:48:55 2009
    Incremental checkpoint up to RBA [0x34.75f.0], current log tail at RBA [0x34.840.0]
    Wed Apr 08 06:49:06 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:49:06 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:50:07 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:50:07 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:51:08 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:51:08 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:52:09 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:52:09 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:53:10 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:53:10 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:54:11 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:54:11 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:55:12 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:55:12 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:56:13 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:56:13 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:57:14 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:57:14 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:58:15 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:58:15 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 06:59:16 2009
    Process m000 died, see its trace file
    Wed Apr 08 06:59:16 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 07:00:17 2009
    Process m000 died, see its trace file
    Wed Apr 08 07:00:17 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 07:01:18 2009
    Process m000 died, see its trace file
    Wed Apr 08 07:01:18 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 07:02:19 2009
    Process m000 died, see its trace file
    Wed Apr 08 07:02:19 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 07:03:20 2009
    Process m000 died, see its trace file
    Wed Apr 08 07:03:20 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 07:04:21 2009
    Process m000 died, see its trace file
    Wed Apr 08 07:04:21 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 07:05:22 2009
    Process m000 died, see its trace file
    Wed Apr 08 07:05:22 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 07:06:23 2009
    Process m000 died, see its trace file
    Wed Apr 08 07:06:23 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 07:07:24 2009
    Process m000 died, see its trace file
    Wed Apr 08 07:07:24 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 07:08:25 2009
    Process m000 died, see its trace file
    Wed Apr 08 07:08:25 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 07:08:55 2009
    Incremental checkpoint up to RBA [0x34.9dc.0], current log tail at RBA [0x34.ae6.0]
    Wed Apr 08 07:09:26 2009
    Process m000 died, see its trace file
    Wed Apr 08 07:09:26 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 07:10:27 2009
    Process m000 died, see its trace file
    Wed Apr 08 07:10:27 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 07:11:28 2009
    Process m000 died, see its trace file
    Wed Apr 08 07:11:28 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 07:12:29 2009
    Process m000 died, see its trace file
    Wed Apr 08 07:12:29 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 07:13:30 2009
    Process m000 died, see its trace file
    Wed Apr 08 07:13:30 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 07:14:31 2009
    Process m000 died, see its trace file
    Wed Apr 08 07:14:31 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 07:15:32 2009
    Process m000 died, see its trace file
    Wed Apr 08 07:15:32 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 07:16:49 2009
    Process m001 died, see its trace file
    Wed Apr 08 07:16:49 2009
    ksvcreate: Process(m001) creation failed
    Wed Apr 08 07:28:55 2009
    Incremental checkpoint up to RBA [0x34.1268.0], current log tail at RBA [0x34.1448.0]
    Wed Apr 08 07:48:55 2009
    Incremental checkpoint up to RBA [0x34.16a2.0], current log tail at RBA [0x34.17b8.0]
    Wed Apr 08 08:00:39 2009
    Process m000 died, see its trace file
    Wed Apr 08 08:00:39 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 08:01:40 2009
    Process m000 died, see its trace file
    Wed Apr 08 08:01:40 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 08:02:41 2009
    Process m000 died, see its trace file
    Wed Apr 08 08:02:41 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 08:03:42 2009
    Process m000 died, see its trace file
    Wed Apr 08 08:03:42 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 08:04:12 2009
    Process q004 died, see its trace file
    Wed Apr 08 08:04:12 2009
    ksvcreate: Process(q004) creation failed
    Wed Apr 08 08:04:43 2009
    Process m000 died, see its trace file
    Wed Apr 08 08:04:43 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 08:05:44 2009
    Process m000 died, see its trace file
    Wed Apr 08 08:05:44 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 08:06:45 2009
    Process m000 died, see its trace file
    Wed Apr 08 08:06:45 2009
    ksvcreate: Process(m000) creation failed
    Wed Apr 08 08:08:02 2009
    Process m001 died, see its trace file
    Wed Apr 08 08:08:02 2009
    ksvcreate: Process(m001) creation failed
    Wed Apr 08 08:08:55 2009
    Incremental checkpoint up to RBA [0x34.1955.0], current log tail at RBA [0x34.1fb9.0]
    Wed Apr 08 08:28:55 2009
    Incremental checkpoint up to RBA [0x34.2270.0], current log tail at RBA [0x34.22d1.0]
    Wed Apr 08 08:48:55 2009
    Incremental checkpoint up to RBA [0x34.250c.0], current log tail at RBA [0x34.2576.0]
    Wed Apr 08 09:01:14 2009
    Process m001 died, see its trace file
    Wed Apr 08 09:01:14 2009
    ksvcreate: Process(m001) creation failed
    Wed Apr 08 09:08:55 2009
    Incremental checkpoint up to RBA [0x34.2dd9.0], current log tail at RBA [0x34.2e5f.0]
    Wed Apr 08 09:26:12 2009
    Process q005 died, see its trace file
    Wed Apr 08 09:26:12 2009
    ksvcreate: Process(q005) creation failed
    Wed Apr 08 09:28:56 2009
    Incremental checkpoint up to RBA [0x34.3114.0], current log tail at RBA [0x34.3177.0]
    Dump file e:\oracle\testdb\10.2.0\admin\test_dbsbkp\bdump\alert_test.log
    Wed Apr 08 09:34:28 2009
    ORACLE V10.2.0.3.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows 2000 Version V5.0 Service Pack 4
    CPU : 4 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:959M/3199M, Ph+PgF:2803M/5085M, VA:1938M/2047M
    Wed Apr 08 09:34:28 2009
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as e:\oracle\testdb\10.2.0\RDBMS
    Autotune of undo retention is turned on.
    thanks
    Regards
    Umair

  • ORA-12505: TNS:listener could not resolve SID given in connect descriptor

    Dear experts,
    I restarted server since when i am getting this error while connecting with server.
    ORA-12505: TNS:listener could not resolve SID given in connect descriptor
    what is that?
    and how can i resolve it?

    You are not the first person to ask this question.
    http://forums.oracle.com/forums/search.jspa?objID=f61&q=ORA-12505
    Highly likely you will find your answer in one of the posts.

  • ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect

    Hi Friends,
    I have created 10g database for catalog.
    I kept the tns entry in some other server. Tnsping is working fine.. I can see the result.
    mexn01:$ tnsping rman09na
    TNS Ping Utility for HPUX: Version 9.2.0.5.0 - Production on 28-APR-2008 19:29:07
    Copyright (c) 1997 Oracle Corporation. All rights reserved.
    Used parameter files:
    /apps/app/oracle/local/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = torora60)(PORT = 1522))) (CONNECT_DATA = (SERVICE_NAME = rman09na)))
    OK (0 msec)
    When I am trying to connect to the database I am getting following error..
    mexn01:$ sqlplus ismdba/xxxxx@rman09na
    SQL*Plus: Release 9.2.0.5.0 - Production on Mon Apr 28 19:29:22 2008
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect
    descriptor
    Please help me..
    Thanks in advance.

    Try on the server where it doesn't work:
    sqlplus ismdba/xxxxx@"(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = torora60)(PORT = 1522))) (CONNECT_DATA = (SERVICE_NAME = rman09na)))"
    or
    tnsping "(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = torora60)(PORT = 1522))) (CONNECT_DATA = (SERVICE_NAME = rman09na)))"
    (note the double quotes)
    If that works then your tnsnames.ora is incorrect on that server.

  • 10.1.3 EA1: ORA-12518, TNS:listener could not hand off client connection

    Hi,
    Trying to connect to a remote database which worked in 10.1.3 developer preview gives now:
    Listener refused the connection with the following error:
    ORA-12518, TNS:listener could not hand off client connection
    The Connection descriptor used by the client was:
    From sqlplus I can connect. I don't have access to the remote database server/configuration. I tried the workarounds specified here
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=139775.1
    I deleted
    ojdbc14dms.jar ojdbc14.jar
    from jdeveloper and copied ojdbc14_g.jar from Oracle 10g release1 (renamed it to ojdbc14.jar). Then it worked.

    Hi,
    Can you please check the below link from the forum too.
    ORA-12518 Tns: Listener could not hand off client conenction
    Best regards,
    Rafi.
    http://rafioracledba.blogspot.com

  • ORA-12518: TNS:listener could not hand off client connection

    guys,
    i have a problem here with the connection between a client host and a server database, using a new non-default listener LISTENER_BKP_1. The error showed is:
    ORA-12518: TNS:listener could not hand off client connection
    i had learned about this error here before, and i toke some notes as follows:
    h2. listener.log
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-SEP-2009 01:23:49
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to C:\oracle\product\10.2.0\db_2\network\log\listener_bkp_1.log
    Trace information written to C:\oracle\product\10.2.0\db_2\network\trace\listener_bkp_1.trc
    Trace level is currently 0
    Started with pid=2212
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=WINXP)(PORT=1523)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    25-SEP-2009 01:24:39 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=PAULO))(COMMAND=services)(ARGUMENTS=64)(SERVICE=listener_bkp_1)(VERSION=169869568)) * services * 0
    25-SEP-2009 01:24:49 * (CONNECT_DATA=(SERVICE_NAME=financeira.winxp)(CID=(PROGRAM=C:\ORACLE?instantclient_10_2\sqlplus.exe)(HOST=PAULO_NOTEBOOK)(USER=ORACLE_DBA))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.100)(PORT=51649)) * establish * financeira.winxp * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    25-SEP-2009 01:24:53 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=PAULO))(COMMAND=services)(ARGUMENTS=64)(SERVICE=listener_bkp_1)(VERSION=169869568)) * services * 0
    h2. lsnrctl services
    C:\>lsnrctl services listener_bkp_1
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-SEP-2009 01:33:40
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=WINXP)(PORT=1523)))
    Services Summary...
    Service "FINANCEIRA.WINXP" has 1 instance(s).
    Instance "FINANCEI", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:1
    LOCAL SERVER
    The command completed successfully
    h2. listener.ora file
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = FINANCEIRA.WINXP)
    (SID_NAME = FINANCEI)
    LISTENER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = WINXP)(PORT = 1521))
    SID_LIST_LISTENER_BKP_1 =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = FINANCEIRA.WINXP)
    (SID_NAME = FINANCEI)
    LISTENER_BKP_1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = WINXP)(PORT = 1523))
    h2. v$resource_limit
    RESOURCE_NAME ; CURRENT_UTILIZATION ; MAX_UTILIZATION ; INITIAL_ALLOCATION ; LIMIT_VALUE
    processes ; 26 ; 30 ; 150; 150
    sessions ; 30 ; 35 ; 170 ; 170
    2 rows selected
    this means that it didn't reach the resource limites yet. What i can do to solve the problem ???
    another important information is that connecting by the default listener LISTENER instead of the LISTENER_BKP_1 listener, the connection is completed successfully. There's enough SGA memory space too.
    Tks,

    Paulo_BR wrote:
    i have a problem here with the connection between a client host and a server database, using a new non-default listener LISTENER_BKP_1. The error showed is:
    ORA-12518: TNS:listener could not hand off client connectionDon't do Oracle on Windows, so I'm not sure how the following relates to the Listener dealing with a dedicated server connection request on Linux/Unix.
    On Linux/Unix, a dedicated server request means just that - a dedicated process has to be started to service that client. The Listener does it by using the parameters of the configured listener.ora service to execute +$ORACLE_HOME/bin/oracle+. This process then starts up, and the Listener hands off the client connection for this process for servicing.
    If there is a failure somewhere on this series of steps fail, the Listener throws the ORA-12518 exception. For example, the +$ORACLE_HOME+ has been incorrectly configured in listener.ora and it fails to execute and startup a dedicated server process.
    And this relates to the underlying error you are seeing:
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directoryI think that the Listener on Windows uses the CreateRemoteThread() Win32 call to start up the server process thread. However, it needs a valid process identifier (of the existing Oracle instance) for this call - and thus needs to first identify the Oracle instance process. Could be that this step uses a ORACLE_HOME reference. And if that directory path is not valid, it is unable to identify the process id of the Oracle instance and thus unable to spawn a dedicated thread to service that client.

  • ORA-12518: TNS:listener could not hand off client connection (DBD ERROR: OCIServerAttach)

    Hi again,
    I'm on my enterprise management console and Database Instance and Listener shows the green arrow, but the Agent Connection to Instance shows a red downward arrow and the error:
    Status: Failed
    Details: ORA-12518: TNS:listener could not hand off client connection (DBD ERROR: OCIServerAttach)
    My OraClrAgnt service is up and running (using winxp pro, oracle 11gR2), I'm on my home pc, all my ports are open (my machine's name is "abigail" and it is dmzhost)
    Any suggestions to resolve this error?
    My Tnsnames ora:
    ABIGAIL =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = ABIGAIL)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = orcl.0.0.10)
    LISTENER_ORCL =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = ABIGAIL)(PORT = 1521))
        (CONNECT_DATA =
          (SID = ORCL)
    RMAN =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = ABIGAIL)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = rman.abigail)
    My listener.ora
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = E:\app\abigail\product\11.2.0\dbhome_1)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:E:\app\abigail\product\11.2.0\dbhome_1\bin\oraclr11.dll")  
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = ABIGAIL)(PORT = 1521))
    ADR_BASE_LISTENER = E:\app\abigail
    My SQLNET.ORA
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (EZCONNECT, TNSNAMES, LOCALHOST)
    NAMES.TRACE_LEVEL = ADMIN
    My alert file
    <msg time='2013-10-10T20:47:02.687-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='ABIGAIL'
    host_addr='::1'>
    <txt>10-OCT-2013 20:47:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=SYSTEM))(SERVICE_NAME=orcl.0.0.10)) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=38289)) * establish * orcl.0.0.10 * 12518
    </txt>
    </msg>
    <msg time='2013-10-10T20:47:02.687-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='ABIGAIL'
    host_addr='::1'>
    <txt>TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    </txt>
    </msg>
    My listener status and services
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date                10-OCT-2013 22:47:58
    Uptime                    0 days 0 hr. 2 min. 1 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   E:\app\abigail\product\11.2.0\dbhome_1\network\admin\l
    istener.ora
    Listener Log File         e:\app\abigail\diag\tnslsnr\ABIGAIL\listener\ale
    rt\log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ABIGAIL)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl.0.0.10" has 1 instance(s).
      Instance "orcl", status READY, has 8 handler(s) for this service...
    The command completed successfully
    LSNRCTL> services
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
    Service "orcl.0.0.10" has 1 instance(s).
      Instance "orcl", status READY, has 8 handler(s) for this service...
        Handler(s):
          "D006" established:0 refused:0 current:0 max:800 state:ready
             DISPATCHER <machine: ABIGAIL, pid: 1312>
             (ADDRESS=(PROTOCOL=tcps)(HOST=ABIGAIL)(PORT=1060))
          "D005" established:0 refused:12 current:0 max:800 state:ready
             DISPATCHER <machine: ABIGAIL, pid: 1288>
             (ADDRESS=(PROTOCOL=tcps)(HOST=ABIGAIL)(PORT=1061))
          "D004" established:0 refused:1 current:1 max:16383 state:ready
             DISPATCHER <machine: ABIGAIL, pid: 1260>
             (ADDRESS=(PROTOCOL=tcp)(HOST=ABIGAIL)(PORT=1063))
          "D003" established:0 refused:1 current:1 max:16383 state:ready
             DISPATCHER <machine: ABIGAIL, pid: 1140>
             (ADDRESS=(PROTOCOL=tcp)(HOST=ABIGAIL)(PORT=1062))
          "D002" established:0 refused:1 current:1 max:16383 state:ready
             DISPATCHER <machine: ABIGAIL, pid: 140>
             (ADDRESS=(PROTOCOL=tcp)(HOST=ABIGAIL)(PORT=1059))
          "D001" established:0 refused:1 current:1 max:16383 state:ready
             DISPATCHER <machine: ABIGAIL, pid: 1072>
             (ADDRESS=(PROTOCOL=tcp)(HOST=ABIGAIL)(PORT=1057))
          "D000" established:0 refused:1 current:1 max:16383 state:ready
             DISPATCHER <machine: ABIGAIL, pid: 748>
             (ADDRESS=(PROTOCOL=tcp)(HOST=ABIGAIL)(PORT=1058))
          "DEDICATED" established:0 refused:0 state:ready
             LOCAL SERVER
    The command completed successfully

    I added this on my listener.ora
    DIRECT_HANDOFF_TTC_LISTENER=OFF
    Works now!
    Moral of the story, google is ur friend lol. Thanks for the reply tho!

  • "ORA:12514 TNS: listener could not currently know of service requested in c

    Hi,
    I have just install 10g database, and when am connecting from 'scott' with password 'oracle' it'll get connected but when at the same time am giving the host string 'ORCL' it does not work giving below attached error,
    "ORA:12514 TNS: listener could not currently know of service requested in connect descriptor"
    plz help me to come out to this problem.
    Thanks & Regards,
    Neha

    ORA-12154: TNS:could not resolve the connect identifier specified
    Cause: A connection to a database or other service was requested using a connect identifier, and the connect identifier specified could not be resolved into a connect descriptor using one of the naming methods configured. For example, if the type of connect identifier used was a net service name then the net service name could not be found in a naming method repository, or the repository could not be located or reached.
    Action:
    - If you are using local naming (TNSNAMES.ORA file):
    - Make sure that "TNSNAMES" is listed as one of the values of the NAMES.DIRECTORY_PATH parameter in the Oracle Net profile (SQLNET.ORA)
    - Verify that a TNSNAMES.ORA file exists and is in the proper directory and is accessible.
    - Check that the net service name used as the connect identifier exists in the TNSNAMES.ORA file.
    - Make sure there are no syntax errors anywhere in the TNSNAMES.ORA file. Look for unmatched parentheses or stray characters. Errors in a TNSNAMES.ORA file may make it unusable.
    - If you are using directory naming:
    - Verify that "LDAP" is listed as one of the values of the NAMES.DIRETORY_PATH parameter in the Oracle Net profile (SQLNET.ORA).
    - Verify that the LDAP directory server is up and that it is accessible.
    - Verify that the net service name or database name used as the connect identifier is configured in the directory.
    - Verify that the default context being used is correct by specifying a fully qualified net service name or a full LDAP DN as the connect identifier
    - If you are using easy connect naming:
    - Verify that "EZCONNECT" is listed as one of the values of the NAMES.DIRETORY_PATH parameter in the Oracle Net profile (SQLNET.ORA).
    - Make sure the host, port and service name specified are correct.
    - Try enclosing the connect identifier in quote marks. See the Oracle Net Services Administrators Guide or the Oracle operating system specific guide for more information on naming.

  • ORA-12518 Tns: Listener could not hand off client conenction

    Sometimes I got ORA-12518 Tns: Listener could not hand off client conenction
    adding
    DIRECT_HANDOFF_TTC_LISTENER=OFF
    to listener.ora is suggested.
    Here is my listener.ora.
    Where should I add it?
    like this????????????????
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.2.0\db_2)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = disaster)(PORT = 1521))
    DIRECT_HANDOFF_TTC_LISTENER=OFF
    )

    like this????????????????No, like this
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.2.0\db_2)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = disaster)(PORT = 1521))
    DIRECT_HANDOFF_TTC_LISTENER=OFF

  • Hi...Please help...Getting ORA 12154 TNS Listener could not resolve...

    Hi,
    I have just loaded Oracle 10g Rel 2 in Win 2003 Enterprise Edition.
    But when I try to connect to sqlplus, I am getting ORA -12154 : TNS: Listener could not resolve the connect identified specified.
    I have registered the database, the listener and tnsnames have been set correctly.
    I have also set the Oracle Home environment variable.
    Still getting the error.
    Any help will be highly appreciated.
    Thanks,

    I agree
    ORA-12145: (does not exist in the standard manuals)
    ORA-12154: TNS:could not resolve the connect identifier specified
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    ORA-12541: TNS:no listener
    It is pretty easy to fat-finger these 4 message numbers. As a result, when a person has the actual and complete error message and an error number for a different message, it is usually not a bad idea to use the actual message. (Based on transposing only 3 digits compared to typing over 50 characters correctly.)
    In this case the OP has really bollixed things: Subject implies a true 12154, text in the thread is an actual 12514 but mentions 12154.
    As a result, there are several potentially correct answers, depending on the interpretation of the question.
    - sb92075 gave the correct answer based on the number
    - I gave the correct answer based on the message in the thread
    - Anurag and Ed gave the correct answer based on 'the question is not formed correctly'
    Edited by: Hans Forbrich on Jan 24, 2010 7:13 AM
    (BTW - ORA-12415 and ORA-12451 are the other permutations ... described http://download.oracle.com/docs/cd/B19306_01/server.102/b14219/e12400.htm#sthref3357)

  • ORA-12514: TNS:listener could not resolve SERVICE_NAME

    ORA-12514: TNS:listener could not resolve SERVICE_NAME
    how to resolve this problem ?

    ORA-12514: TNS:listener could not resolve SERVICE_NAME
    $ oerr ora 12514
    12514, 00000, "TNS:listener does not currently know of service requested in connect descriptor"
    // *Cause:  The listener received a request to establish a connection to a
    // database or other service. The connect descriptor received by the listener
    // specified a service name for a service (usually a database service)
    // that either has not yet dynamically registered with the listener or has
    // not been statically configured for the listener.  This may be a temporary
    // condition such as after the listener has started, but before the database
    // instance has registered with the listener.
    // *Action:
    //  - Wait a moment and try to connect a second time.
    //  - Check which services are currently known by the listener by executing:
    //    lsnrctl services <listener name>
    //  - Check that the SERVICE_NAME parameter in the connect descriptor of the
    //    net service name used specifies a service known by the listener.
    //  - If an easy connect naming connect identifier was used, check that
    //    the service name specified is a service known by the listener.
    //  - Check for an event in the listener.log file.
    $

  • ORA-12514: TNS:listener could not resolve SERVICE_NAME given

    Hi
    I have 3 server having oracle 9i database same version
    -one at head office
    -one at ours sister company and
    -one at port
    when i create string from Gui (SQL*NET configuration head office database)
    to connect sister co's database it works well and then i create db
    link by using this string its working fi9.
    but when i create string from head office to port database
    its giving me error when i test string during wizard
    Connecting..
    ORA-12514: TNS:listener could not resolve SERVICE_NAME given
    in connect descriptor
    Although from port databse i can connect to head office database succesfully.
    I am giving correct machine name and sid during creating string from database SQL*NET configuration wizard.
    Why its giving ORA-12514 from Head office to connect port database
    but not from Port to Head office database nor from Head office to
    sister co's Data base?
    Khurram Siddiqui
    [email protected]

    Hi Pal Here is wot u required
    D:\oracle\ora92>lsnrctl services
    LSNRCTL for 32-bit Windows: Version 9.2.0.1.0 - Production on 04-JAN-2006 16:27:
    25
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (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...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "icsyard.com" has 2 instance(s).
    Instance "icsyard", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Instance "icsyard", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:17 refused:0 state:ready
    LOCAL SERVER
    Service "icsyardXDB.com" has 1 instance(s).
    Instance "icsyard", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1002 state:ready
    DISPATCHER <machine: ICSYARD, pid: 360>
    (ADDRESS=(PROTOCOL=tcp)(HOST=icsyard.icsdomain.com)(PORT=1141))
    The command completed successfully
    D:\oracle\ora92>
    Tnsname.Ora For Head Office
    # TNSNAMES.ORA Network Configuration File: D:\oracle\ora92\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    HATAF.GACPAK.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = hataf)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = hataf)
    OEMREP.GACPAK.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = hataf)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = OEMREP.gacpak.com)
    EXTPROC_CONNECTION_DATA.GACPAK.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    INST1_HTTP.GACPAK.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = hataf)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = MODOSE)
    (PRESENTATION = http://HRService)
    KHURRAM.GACPAK.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = YAWAR)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = YAWAR.WORLD)
    Thanks for urs quick response
    Khurram Siddiqui
    [email protected]

Maybe you are looking for

  • AI/AO at different frequency

    Hi, As a newbie, I met a problem when I tried to input and output analog signal at different frequency. I followed PID-control-Multichannel.vi to build a control program, so input/output can be synchronized. However, the project requires that the AI

  • Could not run JSP in eclipse

    Hi, I installed the eclipse and it is running fine with the .java files. I installed the Tomcat4.1 and configured it with eclipse. now iam able to run and stop the Tomcat server from the elcipse. I created a Tomcat project and trying to run Helloworl

  • 10.5.3 broke my bluetooth

    I just updated my 17" powerbook G4 to 10.5.3, and upon booting my bluetooth icon on the menu has a jaggen line through it and the pulldown menu for it says "Bluetooth: Not Available." Under the bluetooth area of the System Profiler, it just says "No

  • ITunes is saying it cannot complete my store request.

    I'm just trying to use the iTunes Radio, though... Anyone else having this problem? I did update iTunes, also.

  • Reinstalling Sample Reports

    I tried adding an all values option for the year parameter in the sample sales analysis file under sales manager. I kept getting an error that the value could not be null even though I didn't click that option and could therefore not click on it anym