Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> How to tell if SMON is doing delayed recovery
Oracle 7.3 lets you start up the database without waiting for a
complete recovery.
Is there a surefire way to tell if SMON is recovering? Is there a way to tell when it's finished?
You can get some hints from the alert_SID.log that recovery has been initiated and you can see in a Unix "ps -f" listing that ora_smon is using more CPU than any other background processes. But these methods don't tell you 10 minutes after you've started the instance if the recovery is HAPPENING AT THIS MOMENT.
Oracle support didn't think there was any V$ views or any other method to find this out. Maybe there's a SMON trace I can enable that would show me. Received on Mon Jul 13 1998 - 04:33:57 CDT
![]() |
![]() |