Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Perl DBA Tools
Can I have these scripts if possible. Please post it on the list or e-mail it to netahillman_at_hotmail.com
Alex hillman
-----Original Message-----
Sent: Wednesday, April 25, 2001 10:49 AM
To: Multiple recipients of list ORACLE-L
Hi Jared,
A few things we use Perl for:
This thing monitors db related file systems and alerts (via our NOC) if thresholds are exceeded. Thresholds managed in dynamic config file.
A one off that helped us w/a vendor. Takes trace output files for a
database
(ie: entire db in trace mode), scans through em', figures out who's
executing
what (uid) and lists the SQL statements by user.
Daemon checking database services
Tool used by our Unix gang in outages when they restart nodes and need to
verify
database services.
Performance tool that works on deltas (ie: run it once to capture beginning
stats
and again for end stats. Similar in concept to utlestat/bstat). Nitty
gritty
detail down to waits, latches, buffer pools, blah blah. Output is in html
w/a
table of contents. Very handy. Delta info stored into a repository
instance.
Takes capacity stats captured by a ksh script (using dbms_space) and creates
html
tables showing growth for objects and at tablespace level.
ksh is cool and we have tons of structured scripts for all else we need -
but
Perl is just so much more fun.
HTH, Casey ...
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Casey Dyke INET: cdyke_at_excitehome.com.au Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Hillman, Alex INET: Alex.Hillman_at_usmint.treas.gov Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Apr 25 2001 - 13:24:11 CDT
![]() |
![]() |