Home Oracle Commands Oracle Data Dictionary
v$ Performance views

DBA_RGROUP

All refresh groups. This view is not a join.

Columns
   ___________________________
 
   IMPLICIT_DESTROY
      Y or N, if Y then destroy the refresh group when its last item is subtracted
   PARALLELISM
      The level of parallelism for transaction propagation
   PURGE_OPTION
      The method for purging the transaction queue after each push
   JOB
      Identifier of job used to automatically refresh the group
   HEAP_SIZE
      The heap size used for transaction propagation
   ROLLBACK_SEG
      Name of the rollback segment to use while refreshing
   NAME
      Name of the refresh group
   OWNER
      Owner of the refresh group
   REFGROUP
      Internal identifier of refresh group
   REFRESH_AFTER_ERRORS
      If Y, proceed with refresh despite error when pushing deferred RPCs
   PUSH_DEFERRED_RPC
      Y or N, if Y then push changes from snapshot to master before refresh

Related Commands:




Back to the Top

Simon Sheppard
SS64.com