- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: What process is this?
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
тАО06-24-2003 05:57 PM
тАО06-24-2003 05:57 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2003 06:11 PM
тАО06-24-2003 06:11 PM
Solution2) smon is the monitor process that is supposed to activate very infrequently. It pretty much makes sure the database is running right nothing more.
If its using lots of CPU you have problems with your database or database networking.
You want to look for issues in your alert logs and use tnsping to test network connectivity.
It would be a good idea to tell us your Oracle Version Number and perhaps upload a copy of init.ora for more detailed help.
There should be one smon process per database instance.
How many instances are you running on this machine?
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2003 06:11 PM
тАО06-24-2003 06:11 PM
Re: What process is this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2003 06:18 PM
тАО06-24-2003 06:18 PM
Re: What process is this?
'SMON' has slighty different responsibilities in parallel server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2003 06:36 PM
тАО06-24-2003 06:36 PM
Re: What process is this?
Here are some summaries what SMON do :
1) instance recovery
2) coalesce free space
3) Deallocate temporary segments
regards
mB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2003 07:50 PM
тАО06-24-2003 07:50 PM
Re: What process is this?
SMON - Temporary Segment Cleanup and Free Space Coalescing in Oracle 7.3 and Higher
Attached a document from metalink that answers all your questions.
hope this helps!
regards
Yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2003 08:14 PM
тАО06-24-2003 08:14 PM
Re: What process is this?
Once you have identified that SMON is using lots of CPU, you need to identify whether it is performing temporary segment (extent) cleanup, or free space coalescing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2003 09:32 PM
тАО06-24-2003 09:32 PM
Re: What process is this?
It seems SMON have to either clean up a large number of temporary extents, or to coalesce
a large number of free extents. This can manifest itself by SMON appearing to
spin, consuming a high percentage of CPU for long periods.
During a SHUTDOWN IMMEDIATE and SHUTDOWN NORMAL, SMON is cleaning up extents
which are no longer needed and marking them as free.
In this case, we either wait for SMON to clean up the free extents in the database as it
shuts down or perform a SHUTDOWN ABORT to shutdown the instance. Eventually we SHUTDOWN ABORT the database, but note that a SHUTDOWN ABORT will not perform a clean shutdown.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2003 09:37 PM
тАО06-24-2003 09:37 PM
Re: What process is this?
I try to SHUTDOWN IMMEDIATE the database but hangs. It seems SMON have to either clean up a large number of temporary extents, or to coalesce a large number of free extents. This can manifest itself by SMON appearing to spin, consuming a high percentage of CPU for long periods.
During a SHUTDOWN IMMEDIATE and SHUTDOWN NORMAL, SMON is cleaning up extents which are no longer needed and marking them as free.
In this case, we either wait for SMON to clean up the free extents in the database as it shuts down or perform a SHUTDOWN ABORT to shutdown the instance. Eventually we SHUTDOWN ABORT the database, but note that a SHUTDOWN ABORT will not perform a clean shutdown.