10g Release 1 (10.1) Part Number B10 733-01 |
|
|
View PDF |
Oracle Database Adva nced Replication Management API Reference contains information that describes the features and functionality of the replication management API. Specifically, the Oracle Database Advanced Replication Management API Reference contains refe rence information for the packages in the replication management API, as well as examples of their use.
In addition, Oracle Database Advanced Replication Management API Reference contains reference inf ormation about the replication catalog and other data dictionary views that are important for replication.
This preface contains these topics:
Oracle Database Advanced Replication Manageme nt API Reference is intended for database administrators and application developers who develop and maintain replication environ ments. These administrators and application developers perform one or more of the following tasks:
To use this document, you need to be familiar with relational database concepts, distributed database administrat ion, PL/SQL (if using procedural replication), and the operating system under which you run an Advanced Replication environment.
This document contains:
Includes instr uctions on using the replication management API to set up both multimaster replication and materialized view replication. This part a lso contains instructions for configuring conflict resolution methods and instructions for managing your replication environment usin g the replication management API.
Provides an overview of the process for building a replication environment with the replication management API. This chapter a lso contains some prerequisites for building a replication environment.
Describes in detail the process of setting up both a master and materialized view site. Co nsult this chapter when building a new replication environment and when adding either a new master or materialized view site to an es tablished replication environment.
Describes how to build a master group for use with multimaster replication or as a master for a materialized view site. Chapt er 3 builds a master group that replicates data between the three master sites that were set up in Chapter 2.
a>Describes how to build a materialized view envir onment with deployment templates, which are the most effective method of distributing a materialized view environment to any number o f materialized view sites.
Describes how to build a materialized view environment with materialized view groups. If deployment templates do not meet your requirements, then Chapter 5 describes in detail how to build a materialized view environment at the materialized view site.
Describes the conflict resol ution methods that can help your data converge at all sites when a data conflict arises.
Includes instructions on managing a replication environment using the replicat ion management API.
Describes many of the management tasks that you may need to perform to manage a multimaster replication environment. Topics include adding new master sites, master group management, and more.
Describes many of the management tasks that you may need to perfo rm to manage a materialized view replication environment. Topics include using a group owner, managing materialized view logs, offlin e instantiation, and more.
Describes many of the management tasks that you may need to perform to manage your replication environment. Topics in clude altering replicated objects, managing the deferred transactions queue, managing the error queue, and more.
Describes many of the queries you c an run to monitor your replication environment.
Includes reference information about the replication management API, including: the procedures and functions in each package, the parameters for each packaged procedure and function, and exceptions that each procedure or function can raise.
Introduces t he replication management API and includes examples for its use.
Desc
ribes the procedures in the DBMS_DEFER package.
De
scribes the procedures and functions in the DBMS_DEFER_QUERY package.
Describes the procedures and functions in the DBMS_DEFER_SYS package.
Describes the procedures in the DBMS_OFFLINE_OG package.
Describes the procedures in the DBMS_RECTIFIER_DIFF package.
Describes the procedures in the DBMS_REFRESH package.
Describes the procedures and functions in the DBMS_REPCAT package.<
/p>
Describes the procedures in the DBMS_REPCAT_ADMIN
package.
Describes the procedures and functions in the
DBMS_REPCAT_INSTANTIATE package.
Describes the proc
edures and functions in the DBMS_REPCAT_RGT package.
D
escribes the procedures and functions in the DBMS_REPUTIL package.
Describes data dictionary views that provide information about your replication environment.
Describes the replication catalog , which contains data dictionary views that are used by master and materialized view sites to determine such information as what obje cts are being replicated, where they are being replicated, and if any errors have occurred during replication.
< /a>Describes the dynamic performance views that are used by master and materialized view sites to determine such information as which materialized views are being refreshed currently and statistics ab out the deferred transaction queue.
Describes the dat a dictionary views that contain information about deferred transactions. These views provide information about each deferred transact ion, such as the transaction destinations, the deferred calls that make up the transactions, and any errors encountered during attemp ted execution of the transaction.
Desc ribes data dictionary views that provide information about materialized views and materialized view refresh groups.
Includes the following appendixes:
Describes setting up security for multimaster and materialized view replication using the repli cation management API.
For more information, see these Oracle resources:
You may find more information about a particular topic in the other documents in the Oracle documentation set. p>
Oracle error message documentation is only available in HTML. If you only have access to the Oracle Documentation CD, you can browse the error messages by range. Once you find the specific range, use your browser's "find in pa ge" feature to locate the specific message. When connected to the Internet, you can search for a specific error message using the err or message search feature of the Oracle online documentation.
Many of the examples in this b ook use the sample schemas of the seed database, which is installed by default when you install Oracle. Refer to < a class="olinkSRC COMSC" href="../../server$101/b10771/toc.htm">Oracle Database Sample Schemas for information on how these schemas were created and how you can use them yourself.
Printed documentation is available f or sale in the Oracle Store at
http://oraclestore.o racle.com/
To download free release notes, installation documen tation, white papers, or other collateral, please visit the Oracle Technology Network (OTN). You must register online before using OT N; registration is free and can be done at
http: //otn.oracle.com/membership/
If you already have a username and password for OTN, then you can go directly to the documentation section of the OTN Web site at
http://otn.oracle.com/documentation/
This section describes the conventions used in the text and code examples of this documentation set. It describes:
We use various conventions in text to help y ou more quickly identify special terms. The following table describes those conventions and provides examples of their use.
Code examples illustrate SQL, PL/SQL, SQL*Plus, or other command-line statements. They ar e displayed in a monospace (fixed-width) font and separated from normal text as shown in this example:
SELECT username FROM dba_users WHERE username = 'MIGRATE';
The following table describes typographic conventions used in code examples and provides examples of their use.
| Convention | Meaning | Example font> |
|---|---|---|
[ ] |
Brackets enclose one or more optional items. Do not enter the brackets. |
DECIMAL (digits [ , precision ]) |
{ } |
Braces enclose two or more it ems, one of which is required. Do not enter the braces. |
{ENABLE | DISABLE} |
| |
A vertical bar represents a choice of two or more options within brackets or braces. Enter one of the options. Do not enter the vertical bar. |
{ENABLE | DISABLE} [COMPRESS | NOCOMPRESS] |
... |
Horizontal ellipsis points indicate either: |
CREATE TABLE ... AS subquery; SELECT col1, col2, ... , coln FROM employees; |
. . < /a> . |
Vertical ellipsis points indicate that we have omitted se veral lines of code not directly related to the example. |
SQL> SELECT NAME FROM V$DATAFILE; NAME ------------------------------------ a>/fsl/dbs/tbs_01.dbf /fs1/dbs/tbs_02.dbf . . . < a name="970338">/fsl/dbs/tbs_09.dbf 9 rows selected. |
|
Other notation |
You must enter symbols other than brackets, braces, vertical bars, and ellipsis points as shown. |
acctbal NUMBER(11,2); acct CONSTANT NUMBER(4) := 3; |
Italics |
Italicized text indicates placeholders or va riables for which you must supply particular values. |
CONNECT SYS TEM/system_password DB_NAME = database_name |
UPPERCASE |
Uppercase typeface indicates elements supplied by the system. We show these ter ms in uppercase in order to distinguish them from terms you define. Unless terms appear in brackets, enter them in the order and with the spelling shown. However, because these terms are not case sensitive, you can enter them in lowercase. |
SELECT last_name, employee_id FROM employees; SELECT * FROM USER_TAB LES; DROP TABLE hr.employees; |
lowercase |
Lowercas e typeface indicates programmatic elements that you supply. For example, lowercase indicates names of tables, columns, or files. Note: Some programmatic elements use a mixture of UPPERCASE and low ercase. Enter these elements as shown. |
SELECT last_name, employe e_id FROM employees; sqlplus hr/hr CREATE USER mjones IDENTIFIED BY ty3MU9; |
tr>
Our goal is to make Oracle products, services, and supporting documentation accessible, wi th good usability, to the disabled community. To that end, our documentation includes features that make information available to use rs of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Standards will continue to evolve over time, and Oracle is actively engaged with other market-leading technology vendors t o address technical obstacles so that our documentation can be accessible to all of our customers. For additional information, visit the Oracle Accessibility Program Web site at
http://www.oracle.com/accessibility/
JAWS, a Windows sc reen reader, may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, JAWS may not always read a line of text that consists solely of a bracket o r brace.
This documentation may contain links to Web sites of other co mpanies or organizations that Oracle does not own or control. Oracle neither evaluates nor makes any representations regarding the ac cessibility of these Web sites.