Problem positioning: How to find crawl process propagation process application Process View Chart

Source: Internet
Author: User




First, the application process desc dba_apply_error dba_apply
Third, the crawl process
dba_capture

Ii. the process of dissemination
dba_propagation Four,

Check the SCN of applied and how bad the SCN spreads.
SELECT * from V$streams_apply_reader;


V. Already existing queues

You can use query Dba_queues,dba_queue_tables to check:

Sql> Select Owner,queue_table,name from dba_queues where owner= ' strmadmin ';

OWNER queue_table NAME

----------------- ------------------------- ------------------

Strmadmin sources_queue_table Sources_queue

Strmadmin sources_queue_table Aq$_sources_queue_table_e

Sql>select Owner,queue_table,object_type from Dba_queue_tables where owner= ' strmadmin ';

OWNER queue_table object_type

-------------- --------------------- ------------------

Strmadmin sources_queue_table SYS. Anydata


You can use query Dba_queues,dba_queue_tables to check:

Sql> Select Owner,queue_table,name from dba_queues where owner= ' strmadmin ';

OWNER queue_table NAME

------------------ ---------------------  ----------------

Strmadmin target_queue_table Target_queue

Strmadmin target_queue_table Aq$_target_queue_table_e


Ways to delete a queue


exec dbms_aqadm.stop_queue (' source_queue ');

exec dbms_aqadm.drop_queue (' source_queue ');


The way I create the queue and delete the queue, as follows
SQL code?

1 2 3 4 5 6

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.