|
Oracle DBA Checklist - -Verify DBSNMP is running - Daily Procedures
Oracle DBA Checklist
(Continued from previous question...)
Oracle DBA Checklist - -Verify DBSNMP is running - Daily Procedures
Log on to each managed machine to check for the 'dbsnmp' process.
For Unix: at the command line, type ps -ef | grep dbsnmp. There should be two dbsnmp processes running. If not, restart DBSNMP. (Some sites have this disabled on purpose; if this is the case, remove this item from your list, or change it to "verify that DBSNMP is NOT running".)
(Continued on next question...)
Other Interview Questions
|