Leave a Comment:
22 comments
Thanks Subbu for useful post
Can you please explain little bit internals (which in my opinion can be useful to understand oracle database listener)
1. Why and in what scenarios child listener process is spawned ?
2. What is meaning of setting SUBSCRIBE_FOR_NODE_DOWN_EVENT_=OFF
3. Is there any use as of 10g for database to register with ONS ?
I know even Oracle Notes don’t cover things in such details and knowing such things will really help us in understanding basics.
ReplyThanks Atul,
I understood and will edit the post with the relevant information soon.
Regards,
Subbu
i had same experience with listener sometime ago. I noticed in my system there were a ton of spawned tcp (TIME_WAIT) connections.
My system, however, was non-rac, 10.2.0.3 so such problem may occur even in 10.2.
I had installed 10g grid control/ (app server),and database on same box.
my solution was to rename ons.config file and bounce the listener.
ReplyHi Subbu,
When I was installed Oracle OEM Grid control, I faced similar issue, which is 4 listener process was running. Then I renamed the ons.config file and bounced the listener.
Now I understood better.
good work.
Nirmal.
ReplyHi Subbu, Much appreciated and its made me to think on use of ONS in database (Though in 10g AS ONS is used for interprocess notufication for fault tolerance and part of OPMN)
I’ll gather more information and try to cover ONS use in Database .
Good post specially Why & What questions.
ReplySubbu!!
Highly appreciable for sharing your real time problems in database and providing their fixes.
Rgds
Geetha M
Hi Subbu,
I have same problem in a 10.2.0.2 database..
I might that problem was in SAP (related to own process)..
Thanks a lot for workaround and solution!
(I find this solution before metalink)
Regards,
jose
Dear Subbu
what to do if stop/start and listener accidently deleted in 11i or R12.
Thanks & Best regards,
Ather Hussain
atherhussain9@yahoo.com
Hi Subbu
Its worthable information
Txs alot..
Karthick
knkarthick5@gmail.com
Hi,
I have installed Oracle EBS 11i at machine 1.
I migrated the database to oracle 10g(using imp/exp) which is at machine 2,now i need to reconfigure my database tire with Oracle 10g.
(Oracle Application Manager is running with oracle 9i as database tire ,i need to reconfigure the Oracle Application Manager with oracle 10g)
I have mentioned the scenario below.
Machine 1
OS : HP-ux (64 bit)
Database : Oracle 9i
Machine 2
OS : HP-ux (64 bit)
Database : Oracle 10g
Great work Subbu.It’s really wnderful information.
Thanks,
Sreedhr
sreedhar.sai@gmail.com
This was an outstanding blog which u have shared… really appreciated and looking forward to much more and other issues solutions like this.
ReplyHi All,
Thanks for the inputs. In one of my environments as well we are getting the Listener Spawning issues very frequently.
But unfortunately, the version of Oracle is 9.2.0.8. Hence let me know if anything can be done for the Child listener forking issues in 9I databases as well.
That would be of a great help.
Regards,
Chirdeep
listener hangs or is very slow to shutdown on 11g (11.1.0.7) plus latest pacthset update.
Same issue. Using the details here fixed the problem. (oracle is just full of old bugs that never seem to get pacthed .. and we pay money for such a product)
Hi Pankaj,
Can you please share the OS details…
OS has a major part to play in this.. and even need information about whether database and OS is a 32bit / 64bit.
Regards,
Chirdeep
Kindly share the information of below query as well
SQL> select * from v$version;
SQL> show parameter compatible;
Regards,
Chirdeep
Cause of the ISSUE: High load on the server… This might lead to listener Spawning…
We can confirm this using the TOP command for high utilization PIDs…
Affected Versions: 10.2.0.1& 10.2.0.2… INfact even 9.2.0.8 is prone for these kind of issues.
Resolution: Apply the patch: 4518443 for solution. But its always better to upgrade the database to higer version…
Regards,
Chirdeep