Shareplex : How to check number objects in replication using sql form source.

Shareplex : How to check number objects in replication using sql form source.
===========================================================
run from source database and plz note chekc and change shareplex admin schema name as per ur environment.
===========================================================


select owner, object_name, objid
from SPLEX_ADM.shareplex_objmap s, dba_objects o
where s.objid = o.object_id
order by owner, object_name;



1 comment:

  1. This comment has been removed by a blog administrator.

    ReplyDelete

Common Oracle Clusterware crsctl commands

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