TNS-12518 and patch application (merged) [message #381330] |
Fri, 16 January 2009 06:43 |
srini_thiru
Messages: 133 Registered: May 2008
|
Senior Member |
|
|
Hi guys,
Recently we have upgraded one of our production database from 9.2.0.5 to 10.2.0.4 version and we have been continuously facing ORA-12518. Listener couldnot handoff client connection.
I gone through the metalink Doc. 371983.1 that there is a bug and this is fixex in windows 10.2.0.3 Patch 1 Patch 5731535.
Whether the above patch is applicable for my database which is in 10.2.0.4 version.
Please advice.
Thanks & Regards,
Seenu.
|
|
|
|
|
|
|
|
Re: 10.2.0.3 patch applicable for 10.2.0.4 database [message #381368 is a reply to message #381330] |
Fri, 16 January 2009 08:26 |
srini_thiru
Messages: 133 Registered: May 2008
|
Senior Member |
|
|
Hi Michel,
I have applied the patch in my test database and got the below response.
===========
Invoking OPatch 10.2.0.4.2
Oracle Interim Patch Installer version 10.2.0.4.2
Copyright (c) 2007, Oracle Corporation. All rights reserved.
Oracle Home : F:\Oracle\product\10.2.0\db_1
Central Inventory : C:\Program Files\Oracle\Inventory
from : n/a
OPatch version : 10.2.0.4.2
OUI version : 10.2.0.4.0
OUI location : F:\Oracle\product\10.2.0\db_1\oui
Log file location : F:\Oracle\product\10.2.0\db_1\cfgtoollogs\opatch\opatch2009-01-16_19-41-20PM.log
ApplySession applying interim patch '5731535' to OH 'F:\Oracle\product\10.2.0\db_1'
Running prerequisite checks...
Patch 5731535: Optional component(s) missing : [ oracle.rdbms, 10.2.0.3.0, higher version 10.2.0.4.0 found. ]
, [ oracle.network.rsf, 10.2.0.3.0, higher version 10.2.0.4.0 found. ] , [ oracle.odbc.ic, 10.2.0.3.0, higher
version 10.2.0.4.0 found. ] , [ oracle.has.rsf, 10.2.0.3.0, higher version 10.2.0.4.0 found. ] , [ oracle.xdk.
rsf, 10.2.0.3.0, higher version 10.2.0.4.0 found. ] , [ oracle.oracore.rsf, 10.2.0.3.0, higher version 10.2.0.
4.0 found. ] , [ oracle.ctx, 10.2.0.3.0, higher version 10.2.0.4.0 found. ]
Prerequisite check "CheckApplicable" failed.
The details are:
Patch 5731535: Required component(s) missing : [ oracle.rdbms.rsf, 10.2.0.3.0, higher version 10.2.0.4.0 found
. ]
ApplySession failed during prerequisite checks: Prerequisite check "CheckApplicable" failed.
system intact, OPatch will not attempt to restore the system
OPatch failed with error code = 74
============
This patch is not applicable for 10.2.0.4 database.
My problem is,
ORA-12518. Listener couldnot handoff client connection.
Is there any workaround to fix the above error ORA-12518.
Please advice.
Thanks & Regards,
Seenu
|
|
|
TNS-12518 [message #381380 is a reply to message #381330] |
Fri, 16 January 2009 09:18 |
srini_thiru
Messages: 133 Registered: May 2008
|
Senior Member |
|
|
Hi Guys,
Recently we have migrated one of our production database from 9.2.0.5 to 10.2.0.4.0. After this we have been getting TNS-12518. Listener couldnot handoff client connection error regularly.
I have to restart the database for this and after some one or two hour the error occurs.
Is there any solution to fix this error.
Thanks & Regards,
Seenu.
|
|
|
|
|
Re: TNS-12518 [message #381401 is a reply to message #381380] |
Fri, 16 January 2009 11:50 |
srini_thiru
Messages: 133 Registered: May 2008
|
Senior Member |
|
|
Hi Mahesh,
I have restared the listener. But this works good upto 1 or 2 hours. then the error comes again.
Here is the contents of listener.ora
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = E:\oracle\product\10.2.0\db_1)
(PROGRAM = extproc)
)
(SID_DESC =
(GLOBAL_DBNAME = PROD)
(ORACLE_HOME = E:\oracle\product\10.2.0\db_1)
(SID_NAME = PROD)
)
)
LISTENER =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.21.25)(PORT = 1521))
)
TRACE_LEVEL_LISTENER = USER
DIRECT_HANDOFF_TTC_LISTENER=OFF
INBOUND_CONNECT_TIMEOUT_LISTENER=110
=========================
Output of TNSPING
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
(HOST = DB_PROD)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = PROD)))
OK (1050 msec.
==============
Our database is in dedicated server mode.
Thanks & Regards,
Seenu.
|
|
|
|
Re: TNS-12518 [message #381423 is a reply to message #381380] |
Fri, 16 January 2009 19:29 |
srini_thiru
Messages: 133 Registered: May 2008
|
Senior Member |
|
|
I have gone through the document and it is advised to apply Windows 10.2.0.3 patch 1 Patch 5731535.
The above patch is applicable only to 10.2.0.3 version database.
Our database is in 10.2.0.4.
Please advice.
Thanks & Regards,
Seenu.
|
|
|
|
Re: TNS-12518 [message #381452 is a reply to message #381423] |
Sat, 17 January 2009 01:17 |
|
Michel Cadot
Messages: 68716 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
srini_thiru wrote on Sat, 17 January 2009 02:29 |
I have gone through the document and it is advised to apply Windows 10.2.0.3 patch 1 Patch 5731535.
The above patch is applicable only to 10.2.0.3 version database.
Our database is in 10.2.0.4.
Please advice.
Thanks & Regards,
Seenu.
|
And you had your answer in the topic I now merged with this one.
Regards
Michel
|
|
|