Download PLATOThe free tool for auditing and tuning your database Version 53 now available Sep 27, 2012(recommended update: build 1358)
The DBA-Village forum
as RSS feed
Site Statistics| Ever registered | 45822 | | Total active users | 28788 | | Act. users last 24h | 13 | | Act. users last hour | 0 | | Hits last week | 3213 | | Hits last month | 13710 |
|
Go up
service_update in Listener.log
| Message |
Score |
Author |
Date |
Hi Gurus,
Can anyone please explain me what is th...... |
|
Manju Varghese |
Apr 19, 2006 |
Hi Manju,
It means that TEST database service w...... |
|
Shailandra Vaish |
Apr 19, 2006 |
Hi Manju,
Meaning of service_update is ...
The ...... |
|
Aditi Roshan |
Apr 19, 2006 |
Hi Shailandra Vaish, Aditi Chatterji,
Thanks for ...... |
|
Manju Varghese |
Apr 20, 2006 |
Hi,
caused by an LOCAL_LISTENER entry in your i...... |
     |
Alexander Lavecchia |
Apr 20, 2006 |
| Subject: |
service_update in Listener.log |
| Author: |
Manju Varghese, India |
| Date: |
Apr 19, 2006, 2593 days ago |
| Os info: |
Sun Solaris |
| Oracle info: |
8.1.7.4 |
| Error info: |
28-MAR-2006 21:08:06 * service_update * TEST * 0 |
| Message: |
Hi Gurus,
Can anyone please explain me what is the * service_update *<SID> * 0 in the Listner.log file.
28-MAR-2006 21:08:06 * service_update * TEST * 0
Regards
Manju
|
| Goto: |
Reply - Top of page |
If you think this item violates copyrights, please click here
| Subject: |
Re: service_update in Listener.log |
| Author: |
Shailandra Vaish, United States |
| Date: |
Apr 19, 2006, 2593 days ago |
| Message: |
Hi Manju,
It means that TEST database service was updated successfully with the listener. There are two ways you let listener recognize your database. One by listing your database in SID_LIST_$LISTENER_NAME in the listener.ora file or secondly by let listener discover the database service (this usually takes some time may be couple of minutes ater the database has been started).
Regards |
| Your rating?: |
This reply is Good Excellent |
| Goto: |
Reply - Top of page |
If you think this item violates copyrights, please click here
| Subject: |
Re: service_update in Listener.log |
| Author: |
Aditi Roshan, United Arab Emirates |
| Date: |
Apr 19, 2006, 2593 days ago |
| Message: |
Hi Manju,
Meaning of service_update is ...
The listener received updated registration information for a particular instance, such as dispatcher or instance load information.
http://www.cs.uvm.edu/oracle9doc/network.901/a90154/troubles.htm and search for service_update.
-Aditi
|
| Your rating?: |
This reply is Good Excellent |
| Goto: |
Reply - Top of page |
If you think this item violates copyrights, please click here
| Subject: |
Re: service_update in Listener.log |
| Author: |
Manju Varghese, India |
| Date: |
Apr 20, 2006, 2592 days ago |
| Message: |
Hi Shailandra Vaish, Aditi Chatterji,
Thanks for the rapid reply; I have one more doubt to. When a client connect to DB how the service is updating because I didn’t make any changes in the listener setting but this message is keep on coming in the log file. Will it have any impact inf performance
As per my current set up client are using the oracle 6i to connect using Net 8.
Regards
Manju
|
| Your rating?: |
This reply is Good Excellent |
| Goto: |
Reply - Top of page |
If you think this item violates copyrights, please click here
| Subject: |
Re: service_update in Listener.log |
| Author: |
Alexander Lavecchia, Germany |
| Date: |
Apr 20, 2006, 2592 days ago |
| Score: |
       |
| Message: |
Hi,
caused by an LOCAL_LISTENER entry in your init.ora file PMON attempts every minute a registration of the instance to the listener defined, if you do not have a local_listener entry it looks for listener running on port 1521 (default port) to register.
If listener is up and you start your instance, registering will take place immediately, if instance is up and you start your listener, it can take up to one minute til it is registered.
You will not suffer from bad performance due to this service updates.
Here you'll get some more informations:
Metalink Note:235562.1, Issues affecting Automatic Service Registration
Kind Regards
Alex |
| Your rating?: |
This reply is Good Excellent |
| Goto: |
Reply - Top of page |
If you think this item violates copyrights, please click here
|