Oracle RMAN Question:
How to see information about backups in RMAN?
Answer:
Use this SQL to checkSQL> SELECT sid,totalwork,sofar FROM v$session_longops
WHERE sid=153;
Here give SID when back start it will show SID
WHERE sid=153;
Here give SID when back start it will show SID
Previous Question | Next Question |
How to install the RMAN recovery catalog? | What are the various tape backup solutions available in the market? |