The content includes guides, troubleshooting tips, and best practices for managing database environments, with an emphasis on Oracle and PostgreSQL systems. You can read the full analysis at Anuroop Challa's DBA Blog.
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