DBA Hub

📋Steps in this guide1/1

Monitor standby background process

SELECT PROCESS, STATUS, THREAD#, SEQUENCE#, BLOCK#, BLOCKS FROM V$MANAGED_STANDBY ;

oracle configurationintermediate
by OracleDba
14 views
1

Monitor standby background process

Code/Command (click line numbers to comment):

1
SELECT PROCESS, STATUS, THREAD#, SEQUENCE#, BLOCK#, BLOCKS FROM V$MANAGED_STANDBY ;

Comments (0)

Please to add comments

No comments yet. Be the first to comment!