Question: I
am using the Oracle advanced queuing tools to plan the
following test to see the exact tables and index names advanced
queuing (DBMS_AQADM and DBMS_AQ )packages to defines all replicated
tables for
Answer: The
DBMS_AQSDM and
the DBMS advanced queuing tools give your everything you need to
map your replication objects.
Here
is how we create a queue table within in a specified tablespace for
easier reporting and queue management. To enable this
features, all you need to is specify the storage-clause options:
EXECUTE dbms_aqadm.create_queue_table(
queue_table => 'aq.aq_tbsMsg_qtab',
queue_payload_type => 'aq.Message_typ',
storage_clause => 'tablespace aq_tbs');
In a nutshell, the mapping is like any other
table.
at table creation time, a default tablespace is
assigned to a table. You need to ALWAYS specify a real
tablespace
For
large object replication if's always a good idea to take the
tablespaces match one-for-one (not a "pure latch, just a put-of-sync
logical match). In this sense we always have their
"production" tables and the replicated tables:
|
|
|
|
Guarantee your Success!
Oracle is the
world's most complex, robust and flexible database, considered
impossible to master without a mentor.
That's why all BC
Oracle trainers are working professionals, experts in Oracle who
share their tips and secrets. |
|
| |
|
Burleson is the American Team

Note:
This Oracle
documentation was created as a support and Oracle training reference for use by our
DBA performance tuning consulting professionals.
Feel free to ask questions on our
Oracle forum.
Verify
experience!
Anyone
considering using the services of an Oracle support expert should
independently investigate their credentials and experience, and not rely on
advertisements and self-proclaimed expertise. All legitimate Oracle experts
publish
their Oracle
qualifications.
Errata?
Oracle technology is changing and we
strive to update our BC Oracle support information. If you find an error
or have a suggestion for improving our content, we would appreciate your
feedback. Just
e-mail:
and include the URL for the page.
Copyright © 1996 - 2012
All rights reserved.
Oracle ©
is the registered trademark of Oracle Corporation.
|
|