Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> How to query for pending deferred transactions at MASTER site?
Hi,
In a master-snapshot site configuration, how do I find out the number of pending transactions at the MASTER site waiting to be applied(REFRESHED) at snapshot site?
select count(1) from deftran at master site doesn't reflect correct figure. Is there any other view for this?
BTW are these transactions at master site queued as deferred transactions at all!?
Thanks, Received on Tue Jan 09 2001 - 00:49:51 CST