Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: regular maintenance jobs!!
Hi Dulce,
Some of your daily tasks could be.
1) Check if your instances are up. 2) Check your alert logs. 3) Check the status of your listener process. 4) Check the listener and sqlnet logs. 5) Check the user dump destinations , core dump destinations,background dump destinations.
7) Check for the free space in all tablespaces. 8) Check for fragmentation in tablespaces. 9) Check for various hit ratios(e.g: --database buffer,dictionary,rowcache).
14) If auditing is on check the corresponding tables . Purge regularly 15) Check for contention . (Rollback , latches ) 16) Change DBA passwords regularly . 17) Check your $ORACLE_HOME/rdbms/audit directory . This will containa log file whenever you connect as internal /system (especially during shutdown and startup).
18) Check stagnation of indexes. 19) Keep a track of no of users/sesions connecting to database. 20) Test your backup strategy by doing a dry run recovery at leastonce a week.
P.S: If posible visit technet site to keep a track of happenings .
HTH Received on Wed Oct 18 2000 - 01:15:34 CDT
![]() |
![]() |