Shareplex : script to check number of sachems under replication


Shareplex : script to check number of sachems under replication(run from source db)
=====================================================


select distinct owner
from SPLEX_ADM.shareplex_objmap s, dba_objects o
where s.objid = o.object_id ;

No comments:

Post a Comment

Common Oracle Clusterware crsctl commands

  Oracle Clusterware crsctl commands: # Check cluster status crsctl check crs crsctl check cluster # Cluster resources crsctl status reso...