摘要:
查询CDC信息select apply_name, status from dba_apply;select capture_name, state, total_messages_captured from v$streams_capture; select group#, thread#, sequence#, archived, status from v$standby_log; select app.apply_name, q.name, app.status, qt.queue_table from dba_apply app, dba_queues q, dba_queue_t. 阅读全文
posted @ 2012-04-01 17:20 徐正柱- 阅读(338) 评论(0) 推荐(0)