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;
===========================================================
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;
This comment has been removed by a blog administrator.
ReplyDelete