1.

How Do You Monitor Rman Backup Job Status?

Answer»

Use this SQL to CHECK

SQL> SELECT sid totalwork sofar FROM V$session_longops WHERE sid 153;

Here give SID when back START it will show SID

Use this SQL to check

SQL> SELECT sid totalwork sofar FROM v$session_longops WHERE sid 153;

Here give SID when back start it will show SID



Discussion

No Comment Found