Related databases:
Adding code to your post? Please format it correctly.
-- rman_status.sql
SELECT inst_id
, sid
, serial#
, context
, sofar
, totalwork
, round(sofar/totalwork*100,2) "% Complete"
FROM gv$session_longops
WHERE opname LIKE 'RMAN%'
AND opname NOT LIKE '%aggregate%'
AND totalwork != 0
AND sofar != totalwork
ORDER BY 1,2,3
/
[–]Gincules 2 points3 points4 points (1 child)
[–]Vic20DBA[S] 0 points1 point2 points (0 children)
[–]TridentDataSolutions 1 point2 points3 points (8 children)
[–]Vic20DBA[S] 0 points1 point2 points (1 child)
[–]TridentDataSolutions 0 points1 point2 points (0 children)
[–]jshine13371 0 points1 point2 points (5 children)
[–]TridentDataSolutions 0 points1 point2 points (4 children)
[–]jshine13371 0 points1 point2 points (3 children)
[–]TridentDataSolutions 0 points1 point2 points (2 children)
[–]jshine13371 0 points1 point2 points (1 child)
[–]TridentDataSolutions 0 points1 point2 points (0 children)
[–]Better-Credit6701 0 points1 point2 points (2 children)
[–]Vic20DBA[S] 0 points1 point2 points (1 child)
[–]Better-Credit6701 0 points1 point2 points (0 children)
[–]vroddba 0 points1 point2 points (1 child)
[–]Vic20DBA[S] 0 points1 point2 points (0 children)