DBAsupport.com Forums - Powered by vBulletin
Results 1 to 10 of 10

Thread: Monitoring database

  1. #1
    Join Date
    Jan 2000
    Posts
    387

    Monitoring database

    Hi

    I would like to check the monitor the following information in the database and I need some help on how to query them.

    1. Objects getting close to their max extents?
    2. Tablespaces running low on free space?
    3. User and process limits reached?

    I would also like the information to be email or sms to me whenever the limit set has been met. I know that email can be sent thru utl_smtp package, but can sms be sent thru the database directly? I do not plan to use ias wireless for the sms. Please kindly advice... Thanks!

  2. #2
    Join Date
    Jan 2000
    Posts
    387
    Hi

    I am using Oracle 9.2.0.4 database. Thanks...

  3. #3
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    Quote Originally Posted by mooks
    Hi

    I am using Oracle 9.2.0.4 database. Thanks...
    there are many many tools that can do it, google for them

    OEM for one, Grid Control, Spotlight the list goes on

  4. #4
    Join Date
    Jan 2000
    Posts
    387
    Thanks ... besides using tools, are there any ways to script the SQL and send thru sms from the database?

  5. #5
    Join Date
    Jul 2002
    Posts
    335
    Yes of course, write some procedures, that email when you want to be alerted and then just schedule them via dbms_job.

    Bazza

  6. #6
    Join Date
    Jan 2000
    Posts
    387
    What about alert thru sms? Is it possible to send sms from the database directly? Any external applications can help in sending the sms from database besides oracle wireless?

  7. #7
    Join Date
    Nov 2005
    Location
    USA
    Posts
    32
    The easiest way of sending sms thru database is email via sms. You need to check with your mobile service provider regarding this option and usually SMSemail address will be @ but, it might be chargeable..

  8. #8
    Join Date
    Jan 2000
    Posts
    387
    Hi! I have checked with my service provider, there is a charge for sending sms thru email and they only support a limited email providers like yahoo only. Is there a security problem to use smtp from the database server?

    Please kindly give me some of your valuable suggestions and advices on how I can receive alerts if there is a problem with the database... Thank you!

  9. #9
    Join Date
    Jan 2000
    Posts
    387
    Hi

    Which are the standard parameters or areas that I should monitor for Oracle DB? Example : Buffer cache ratio?

  10. #10
    Join Date
    Oct 2005
    Location
    Indianapolis
    Posts
    100
    Buffer cache ratio is not a useful stat. Usually meaningless.

    Alot depends on your app, as to what might be useful. I monitor alot of app issues like: temp space filling up, long transactions/queries, blocking locks, free undo space.

    Have you tried using OEM?
    "False data can act only as a distraction. Therefore. I shall refuse to perceive you." - Bomb #20

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width