- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Oracle listener using a lot of CPU time?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2002 05:34 AM
тАО11-08-2002 05:34 AM
Oracle listener using a lot of CPU time?
Mott Given
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2002 06:07 AM
тАО11-08-2002 06:07 AM
Re: Oracle listener using a lot of CPU time?
If too big , suggestion is to stop the listener , rename or remove the listener.log file and restart the listener.
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2002 06:42 AM
тАО11-08-2002 06:42 AM
Re: Oracle listener using a lot of CPU time?
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2002 07:15 AM
тАО11-08-2002 07:15 AM
Re: Oracle listener using a lot of CPU time?
-rw-rw-r-- 1 oracle dba 106292780 Nov 8 10:14 /oracle/v817/network/log/listener.log
Its Oracle v8.1.7. I'm not sure how to tell you more specifically what the version/revision # is.
Mott Given
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2002 07:29 AM
тАО11-08-2002 07:29 AM
Re: Oracle listener using a lot of CPU time?
100Mb is BIG.
Could you stop the listener, rename (or remove the listener.log), the re-start the listener.
What is the behaviour now ?
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2002 10:22 AM
тАО11-08-2002 10:22 AM
Re: Oracle listener using a lot of CPU time?
Check what the status is on the dbsnmp process.
Are there any Oracle jobs/events submitted that may be hung?
Check the status and then Stop the Oracle Intelligent Agent - 'lsnrctl dbsnmp_status' then 'lsnrctl dbsnmp_stop'
Hope this helps.
Kim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-11-2002 06:59 AM
тАО11-11-2002 06:59 AM
Re: Oracle listener using a lot of CPU time?
For your listner log to grow like that you either have a problem or tracing turned on.
We have a cron job that runs every night to switch listnerlogs so that they don't get to big. You may want to consider doing the same. Simply set up a script to rename your listener.log to something eles. We generally append the date. Then touch listner.log so that you don't have to bounce the listener and he can have a new log file to write into.
If you have detailed tracing on, you may want to change the logging level for less detail. Otherwise, be attentive to your disk space.
Best of Luck