PK y$Aoa,mimetypeapplication/epub+zipPKy$AiTunesMetadata.plistc artistName Oracle Corporation book-info cover-image-hash 268825339 cover-image-path OEBPS/dcommon/oracle-logo.jpg package-file-hash 160843680 publisher-unique-id E10707-04 unique-id 834941750 genre Oracle Documentation itemName Oracle® Database Advanced Replication Management API Reference, 11g Release 2 (11.2) releaseDate 2010-10-14T07:07:52Z year 2010 PKhcPKy$AMETA-INF/container.xml PKYuPKy$AOEBPS/rarrcatviews.htm Replication Catalog Views

23 Replication Catalog Views

When you install replication capabilities at a site, Oracle installs the replication catalog, which consists of tables and views, at that site.

This chapter contains this topic:


Caution:

Do not modify the replication catalog tables directly. Instead, use the procedures provided in the DBMS_REPCAT package.


Summary of Replication Catalog Views

Many data dictionary tables have three corresponding views:

The columns of the ALL_, DBA_, and USER_ views corresponding to a single data dictionary table are usually nearly identical. Therefore, these views are described in full only once in this chapter (for the ALL_ view). The views are listed without the full description for DBA_ and USER_ views, but differences are noted.

As shown in Figure 23-1, the replication catalog views are used by master sites and materialized view sites to determine such information as what objects are being replicated, where they are being replicated, and if any errors have occurred during replication. Table 23-1 lists all of the replication catalog views.

Figure 23-1 Replication Catalog Views and Replicated Objects

Description of Figure 23-1 follows
Description of "Figure 23-1 Replication Catalog Views and Replicated Objects"

Table 23-1 Replication Catalog Views

ALL_ ViewsDBA_ ViewsUSER_ Views

N/A

DBA_REGISTERED_MVIEW_GROUPS


N/A

ALL_REPCAT_REFRESH_TEMPLATES


DBA_REPCAT_REFRESH_TEMPLATES


USER_REPCAT_REFRESH_TEMPLATES


ALL_REPCAT_TEMPLATE_OBJECTS


DBA_REPCAT_TEMPLATE_OBJECTS


USER_REPCAT_TEMPLATE_OBJECTS


ALL_REPCAT_TEMPLATE_PARMS


DBA_REPCAT_TEMPLATE_PARMS


USER_REPCAT_TEMPLATE_PARMS


ALL_REPCAT_TEMPLATE_SITES


DBA_REPCAT_TEMPLATE_SITES


USER_REPCAT_TEMPLATE_SITES


ALL_REPCAT_USER_AUTHORIZATIONS


DBA_REPCAT_USER_AUTHORIZATIONS


USER_REPCAT_USER_AUTHORIZATION


ALL_REPCAT_USER_PARM_VALUES


DBA_REPCAT_USER_PARM_VALUES


USER_REPCAT_USER_PARM_VALUES


ALL_REPCATLOG


DBA_REPCATLOG


USER_REPCATLOG


ALL_REPCOLUMN


DBA_REPCOLUMN


USER_REPCOLUMN


ALL_REPCOLUMN_GROUP


DBA_REPCOLUMN_GROUP


USER_REPCOLUMN_GROUP


ALL_REPCONFLICT


DBA_REPCONFLICT


USER_REPCONFLICT


ALL_REPDDL


DBA_REPDDL


USER_REPDDL


N/A

DBA_REPEXTENSIONS


N/A

ALL_REPGENOBJECTS


DBA_REPGENOBJECTS


USER_REPGENOBJECTS


ALL_REPGROUP


DBA_REPGROUP


USER_REPGROUP


ALL_REPGROUP_PRIVILEGES


DBA_REPGROUP_PRIVILEGES


USER_REPGROUP_PRIVILEGES


ALL_REPGROUPED_COLUMN


DBA_REPGROUPED_COLUMN


USER_REPGROUPED_COLUMN


ALL_REPKEY_COLUMNS


DBA_REPKEY_COLUMNS


USER_REPKEY_COLUMNS


ALL_REPOBJECT


DBA_REPOBJECT


USER_REPOBJECT


ALL_REPPARAMETER_COLUMN


DBA_REPPARAMETER_COLUMN


USER_REPPARAMETER_COLUMN


ALL_REPPRIORITY


DBA_REPPRIORITY


USER_REPPRIORITY


ALL_REPPRIORITY_GROUP


DBA_REPPRIORITY_GROUP


USER_REPPRIORITY_GROUP


ALL_REPPROP


DBA_REPPROP


USER_REPPROP


ALL_REPRESOL_STATS_CONTROL


DBA_REPRESOL_STATS_CONTROL


USER_REPRESOL_STATS_CONTROL


ALL_REPRESOLUTION


DBA_REPRESOLUTION


USER_REPRESOLUTION


ALL_REPRESOLUTION_METHOD


DBA_REPRESOLUTION_METHOD


USER_REPRESOLUTION_METHOD


ALL_REPRESOLUTION_STATISTICS


DBA_REPRESOLUTION_STATISTICS


USER_REPRESOLUTION_STATISTICS


ALL_REPSITES


DBA_REPSITES


USER_REPSITES


N/A

DBA_REPSITES_NEW


N/A



DBA_REGISTERED_MVIEW_GROUPS

DBA_REGISTERED_MVIEW_GROUPS lists all the registered materialized view groups at the master site or master materialized view site.

ColumnData TypeNULLDescription
NAMEVARCHAR2(30)-Name of the materialized view replication group
MVIEW_SITEVARCHAR2(128)-Site of the materialized view replication group
GROUP_COMMENTVARCHAR2(80)-Description of the materialized view replication group
VERSIONVARCHAR2(8)-Oracle version of the materialized view replication group

Note: Oracle9i Database or later materialized view groups show Oracle8.

FNAMEVARCHAR2(30)-Name of the flavor of the materialized view group
OWNERVARCHAR2(30)-Owner of the materialized view replication group


ALL_REPCAT_REFRESH_TEMPLATES

Contains global information about each deployment template accessible to the current user, such as the template name, template owner, what refresh group the template objects belong to, and the type of template (private or public).

When the DBA adds materialized view definitions to the template container, the DBA references the appropriate REFRESH_TEMPLATE_NAME. Any materialized views added to a specific template are added to the refresh group specified in REFRESH_GROUP_NAME.

Furthermore, deployment templates created as public are available to all users who can connect to the master site. Deployment templates created as private are limited to those users listed in the ALL_REPCAT_USER_AUTHORIZATIONS view.

Related Views:

ColumnData TypeNULLDescription
REFRESH_TEMPLATE_NAMEVARCHAR2(30)-Name of the deployment template.
OWNERVARCHAR2(30)-Owner of the deployment template.
REFRESH_GROUP_NAMEVARCHAR2(30)-Name of the refresh group to which the template objects are added during the instantiation process.
TEMPLATE_COMMENTVARCHAR2(2000)-User supplied comment.
PUBLIC_TEMPLATEVARCHAR2(1)-If Y then the deployment template is public.

If N then the deployment template is private.



ALL_REPCAT_TEMPLATE_OBJECTS

Contains the individual object definitions that are contained in each deployment template accessible to the current user. Individual objects are added to a template by specifying the target template in REFRESH_TEMPLATE_NAME.

DDL_TEXT can contain variables to create parameterized templates. Variables are created by placing a colon (:) at the beginning of the variable name (for example, :region). Templates that use parameters allow for greater flexibility during the template instantiation process (that is, in defining data sets specific for a materialized view site).

When the object is added to the template, the specified DDL is examined and if any parameters have been defined, Oracle automatically adds the parameter to the ALL_REPCAT_TEMPLATE_PARMS view.

Related Views:

ColumnData TypeNULLDescription
REFRESH_TEMPLATE_NAMEVARCHAR2(30)NOT NULLThe name of the deployment template.
OBJECT_NAMEVARCHAR2(30)NOT NULLThe name of the deployment template object.
OBJECT_TYPEVARCHAR2(17)-The object type of the deployment template object:
FUNCTION           MATERIALIZED VIEW
INDEX              SYNONYM
INDEXTYPE          TABLE
OPERATOR           TRIGGER
PACKAGE            TYPE
PACKAGE BODY       TYPE BODY
PROCEDURE          VIEW 
DDL_NUMNUMBERNOT NULLIndicates the order in which to execute the DDL statements stored in the DDL_TEXT column when multiple DDL statements are used to create the object.
DDL_TEXTCLOB(4000)-The DDL that is executed to create the deployment template object.
MASTER_ROLLBACK_SEGMENTVARCHAR2(30)-The name of the rollback segment that is used during the instantiation of the deployment template object.
DERIVED_FROM_SNAMEVARCHAR2(30)-If applicable, displays the schema that contains the object from which the template object was created.
DERIVED_FROM_ONAMEVARCHAR2(30)-If applicable, displays the name of the object from which the template object was created.
FLAVOR_IDNUMBER-The flavor ID of the deployment template object.

Because the DDL_TEXT column is defined as a CLOB, you receive an error if you simply try to perform a SELECT on the ALL_REPCAT_TEMPLATE_OBJECTS view. If you do not need to see the object DDL, then use the following select statement (be sure to exclude the DDL_TEXT parameter):

SELECT REFRESH_TEMPLATE_NAME, OBJECT_NAME, OBJECT_TYPE, MASTER_ROLLBACK_SEG, 
FLAVOR_ID FROM DBA_REPCAT_TEMPLATE_OBJECTS;

The following script uses cursors and the DBMS_LOB package to view the entire contents of the ALL_REPCAT_TEMPLATE_OBJECTS view. Use this script to view the entire contents of the ALL_REPCAT_TEMPLATE_OBJECTS view, including the DDL_TEXT column:

SET SERVEROUTPUT ON

DECLARE
  CURSOR mycursor IS
        SELECT REFRESH_TEMPLATE_NAME, OBJECT_NAME, OBJECT_TYPE, DDL_TEXT,
          MASTER_ROLLBACK_SEG, FLAVOR_ID
          FROM DBA_REPCAT_TEMPLATE_OBJECTS;
  tempstring VARCHAR2(1000);
  len NUMBER;
BEGIN
  FOR myrec IN mycursor LOOP
        len := DBMS_LOB.GETLENGTH(myrec.ddl_text);
        DBMS_LOB.READ(myrec.ddl_text, len, 1, tempstring);
        DBMS_OUTPUT.PUT_LINE(myrec.refresh_template_name||' '||
          myrec.object_name||' '||myrec.object_type||' '||tempstring||' '||
          myrec.master_rollback_seg||' '||myrec.flavor_id);
  END LOOP;
END;
/

See Also:

Oracle Database Advanced Application Developer's Guide for more information about using cursors. Also, see Oracle Database SecureFiles and Large Objects Developer's Guide for more information about using the DBMS_LOB package and LOBs in general.


ALL_REPCAT_TEMPLATE_PARMS

Contains parameters defined in the object DDL for all templates accessible to the current user. When an object is added to a template, the DDL is examined for variables. Any found parameters are automatically added to this view.

You can also define default parameter values and a prompt string in this view. These can make the templates easier to use during the instantiation process.

Related Views:

ColumnData TypeNULLDescription
REFRESH_TEMPLATE_NAMEVARCHAR2(30)NOT NULLThe name of the deployment template.
OWNERVARCHAR2(30)NOT NULLThe owner of the deployment template.
REFRESH_GROUP_NAMEVARCHAR2(30)NOT NULLName of the refresh group to which the template objects are added to during the instantiation process.
TEMPLATE_COMMENTSVARCHAR2(2000)-User specified comments.
PUBLIC_TEMPLATEVARCHAR2(1)-If Y then the deployment template is public.

If N then the deployment template is private.

PARAMETER_NAMEVARCHAR2(30)NOT NULLThe name of the parameter.
DEFAULT_PARM_VALUECLOB(4000)-The default parameter value.
PROMPT_STRINGVARCHAR2(2000)-The prompt string for the parameter.
USER_OVERRIDEVARCHAR2(1)-If Y then the user can override the default parameter value.

If N then the user cannot override the default parameter value.


Because the DEFAULT_PARM_VALUE column is defined as a CLOB, you receive an error if you simply try to perform a SELECT on the ALL_REPCAT_TEMPLATE_PARMS view. If you do not need to see the default parameter value, then use the following select statement (be sure to exclude DEFAULT_PARM_VALUE):

SELECT REFRESH_TEMPLATE_NAME, OWNER, REFRESH_GROUP_NAME, TEMPLATE_COMMENT,  
  PUBLIC_TEMPLATE, PARAMETER_NAME, PROMPT_STRING, USER_OVERRIDE 
  FROM DBA_REPCAT_TEMPLATE_PARMS;

The following script uses cursors and the DBMS_LOB package to view the entire contents of the ALL_REPCAT_TEMPLATE_PARMS view. Use this script to view the entire contents of the ALL_REPCAT_TEMPLATE_PARMS view, including the DEFAULT_PARM_VALUE column:

SET SERVEROUTPUT ON

DECLARE
  CURSOR mycursor IS
        SELECT REFRESH_TEMPLATE_NAME, OWNER, REFRESH_GROUP_NAME,
          TEMPLATE_COMMENT, PUBLIC_TEMPLATE, PARAMETER_NAME, DEFAULT_PARM_VALUE,
          PROMPT_STRING, USER_OVERRIDE
          FROM DBA_REPCAT_TEMPLATE_PARMS;
  tempstring VARCHAR2(1000);
  len NUMBER;
BEGIN
  FOR myrec IN mycursor LOOP
        len := DBMS_LOB.GETLENGTH(myrec.default_parm_value);
        DBMS_LOB.READ(myrec.default_parm_value, len, 1, tempstring);
        DBMS_OUTPUT.PUT_LINE(myrec.refresh_template_name||' '||
          myrec.owner||' '||myrec.refresh_group_name||' '||
          myrec.template_comment||' '||myrec.public_template||' '||
          myrec.parameter_name||' '||tempstring||' '||myrec.prompt_string||' '||
          myrec.user_override);
  END LOOP;
END;
/

See Also:

Oracle Database Advanced Application Developer's Guide for more information about using cursors. Also, see Oracle Database SecureFiles and Large Objects Developer's Guide for more information about using the DBMS_LOB package and LOBs in general.


ALL_REPCAT_TEMPLATE_SITES

Contains information about the current status of template instantiation among the sites of an enterprise network. This view contains information about instantiation sites for deployment templates that are accessible to the current user. Specifically, the DBA can monitor the installation and deletion of templates at specific sites.

Related Views:

ColumnData TypeNULLDescription
REFRESH_TEMPLATE_NAMEVARCHAR2(30)NOT NULLName of the deployment template.
REFRESH_GROUP_NAMEVARCHAR2(30)-Name of the refresh group to which template objects are added during the instantiation process.
TEMPLATE_OWNERVARCHAR2(30)-Name of the user who is considered the owner of the deployment template.
USER_NAMEVARCHAR2(30)NOT NULLThe name of the user who instantiated the deployment template.
SITE_NAMEVARCHAR2(128)-Target materialized view site of the deployment template.
REPAPI_SITE_NAMEVARCHAR2(128)-This column is intended for use in a future release of Oracle.
STATUSVARCHAR2(10)-Displays the status of the deployment template at the target materialized view site:

0 = Not Installed

1 = Installed

-1 = Installed with errors

INSTANTIATION_DATEDATE-Displays when the template was instantiated. Is NULL if the template has not yet been instantiated.


ALL_REPCAT_USER_AUTHORIZATIONS

Lists the authorized users for private deployment templates accessible to the current user. Users listed in this view have the ability to instantiate the specified template. Users not listed in this view cannot instantiate the deployment template.

Related Views:

ColumnData TypeNULLDescription
REFRESH_TEMPLATE_NAMEVARCHAR2(30)NOT NULLName of the deployment template that a user has been authorized to instantiate.
OWNERVARCHAR2(30)NOT NULLName of the owner of the deployment template.
REFRESH_GROUP_NAMEVARCHAR2(30)NOT NULLName of the refresh group to which template objects are added during the instantiation process.
TEMPLATE_COMMENTVARCHAR2(2000)-User specified comment.
PUBLIC_TEMPLATEVARCHAR2(1)-If Y then the deployment template is public.

If N then the deployment template is private.

USER_NAMEVARCHAR2(30)NOT NULLName of the user who has been authorized to instantiate the deployment template.


ALL_REPCAT_USER_PARM_VALUES

This view describes the template parameters for all deployment templates accessible to the current user. The DBA has the option of building a table of user parameters before distributing the template for instantiation. When a template is instantiated by a specified user, the values stored in the ALL_REPCAT_USER_PARM_VALUES view for the specified user are used automatically.

Related Views:

ColumnData TypeNULLDescription
REFRESH_TEMPLATE_NAMEVARCHAR2(30)NOT NULLThe name of the deployment template for which a user parameter value has been defined.
OWNERVARCHAR2(30)NOT NULLThe name of the owner of the deployment template.
REFRESH_GROUP_NAMEVARCHAR2(30)NOT NULLName of the refresh group to which the template objects are added to during the instantiation process.
TEMPATE_COMMENTVARCHAR2(2000)-User specified comment.
PUBLIC_TEMPLATEVARCHAR2(1)-If Y then the deployment template is public.

If N then the deployment template is private.

PARAMETER_NAMEVARCHAR2(30)NOT NULLThe name of the parameter for which a user parameter value has been defined.
DEFAULT_PARM_VALUECLOB(4000)-The default value for the parameter.
PROMPT_STRINGVARCHAR2(2000)-The prompt string for the parameter.
PARM_VALUECLOB(4000)-The parameter value that has been defined for the specified user.
USER_NAMEVARCHAR2(30)NOT NULLThe user name of the user for whom the specified parameter value has been defined.

Because DEFAULT_PARM_VALUE and PARM_VALUE columns are defined as CLOB data types, you receive an error if you simply try to perform a SELECT on the ALL_REPCAT_USER_PARM_VALUES view. If you do not need to see the default or user parameter values, then use the following select statement (be sure to exclude DEFAULT_PARM_VALUE and PARM_VALUE):

SELECT REFRESH_TEMPLATE_NAME, OWNER, REFRESH_GROUP_NAME, TEMPLATE_COMMENT, 
  PUBLIC_TEMPLATE, PARAMETER_NAME, PROMPT_STRING, USER_NAME 
  FROM DBA_REPCAT_USER_PARM_VALUES;

The following script uses cursors and the DBMS_LOB package to view the entire contents of the ALL_REPCAT_USER_PARM_VALUES view. Use this script to view the entire contents of the ALL_REPCAT_TEMPLATE_PARMS view, including the DEFAULT_PARM_VALUE and PARM_VALUE columns:

SET SERVEROUTPUT ON

DECLARE
  CURSOR mycursor IS
        SELECT REFRESH_TEMPLATE_NAME, OWNER, REFRESH_GROUP_NAME,
          TEMPLATE_COMMENT, PUBLIC_TEMPLATE, PARAMETER_NAME, DEFAULT_PARM_VALUE,
          PROMPT_STRING, PARM_VALUE, USER_NAME
          FROM DBA_REPCAT_USER_PARM_VALUES;
  tempstring VARCHAR2(1000);
  tempstring2 varchar2(1000);
  len NUMBER;
BEGIN
  FOR myrec IN mycursor LOOP
        len := DBMS_LOB.GETLENGTH(myrec.default_parm_value);
        DBMS_LOB.READ(myrec.default_parm_value, len, 1, tempstring);
        DBMS_OUTPUT.PUT_LINE(myrec.refresh_template_name||' '||
          myrec.owner||' '||myrec.refresh_group_name||' '||
          myrec.template_comment||' '||myrec.public_template||' '||
          myrec.parameter_name||' '||tempstring||' '||myrec.prompt_string||' '||
          tempstring2||' '||myrec.user_name);
  END LOOP;
END;
/

See Also:

Oracle Database Advanced Application Developer's Guide for more information about using cursors. Also, see Oracle Database SecureFiles and Large Objects Developer's Guide for more information about using the DBMS_LOB package and LOBs in general.


ALL_REPCATLOG

Contains the interim status of any asynchronous administrative requests and any error messages generated at each master site. All messages encountered while executing a request are eventually transferred to the ALL_REPCATLOG view at the master site that originated the request. If an administrative request completes without error, then ultimately all traces of this request are removed from the ALL_REPCATLOG view. This view contains administrative requests and error messages that are accessible to the current user.

Related Views:

ColumnData TypeNULLDescription
IDNUMBER-A sequence number. Together, the ID and SOURCE columns identify all log records at all master sites that pertain to a single administrative request.
SOURCEVARCHAR2(128)-Location where the request originated.
USERIDVARCHAR2(30)-Name of the user making the request.
TIMESTAMPDATE-When the request was made.
ROLEVARCHAR2(9)-Indicates if site is the master definition site (masterdef) or a master site (master).
MASTERVARCHAR2(128)-If the role is 'masterdef' and the task is remote, then indicates which master site is performing the task.
SNAMEVARCHAR2(30)-The name of the schema for the replicated object, if applicable.
REQUESTVARCHAR2(29)-The name of the DBMS_REPCAT administrative procedure that was run.
ONAMEVARCHAR2(30)-The name of the replicated object, if applicable.
TYPEVARCHAR2(12)-The type of replicated object:
FUNCTION           MATERIALIZED VIEW
INDEX              SYNONYM
INDEXTYPE          TABLE
OPERATOR           TRIGGER
PACKAGE            TYPE
PACKAGE BODY       TYPE BODY
PROCEDURE          VIEW
STATUSVARCHAR2(14)-The status of the administrative request: READY, DO_CALLBACK, AWAIT_CALLBACK, or ERROR.
MESSAGEVARCHAR2(200)-Any error message that has been returned.
ERRNUMNUMBER-The Oracle error number for the message.
GNAMEVARCHAR2(30)-The name of the replication group.


ALL_REPCOLUMN

Lists the replicated columns for the tables accessible to the current user.

If the table contains a column object, then this view displays a placeholder for the type and one row for each type attribute. If the table contains a nested table, then this view displays the storage table for the nested table as an independent table. If a table is an object table, then this view displays the hidden object identifier column.

Related Views:

ColumnData TypeNULLDescription
SNAMEVARCHAR2(30)NOT NULLThe name of the object owner.
ONAMEVARCHAR2(30)NOT NULLThe name of the object.
TYPEVARCHAR2(8)-The type of the object, either MATERIALIZED VIEW or TABLE.
CNAMEVARCHAR2(4000)-The name of the replicated column.
IDNUMBER-The ID number of the replicated column.
POSNUMBER-The ordering of the replicated column.
COMPARE_OLD_ON_DELETEVARCHAR2(1)-Indicates whether Oracle compares the old value of the column in replicated deletes.
COMPARE_OLD_ON_UPDATEVARCHAR2(1)-Indicates whether Oracle compares the old value of the column in replicated updates.
SEND_OLD_ON_DELETEVARCHAR2(1)-Indicates whether Oracle sends the old value of the column in replicated deletes.
SEND_OLD_ON_UPDATEVARCHAR2(1)-Indicates whether Oracle sends the old value of the column in replicated updates.
CTYPEVARCHAR2(30)-Displays the column type. For user-defined types, displays the user-defined type name.
CTYPE_TOIDRAW(16)-If user-defined type, displays the object identifier (OID) of the type. Otherwise, this field is NULL.
CTYPE_OWNERVARCHAR2(30)-If user-defined type, displays the owner of a user-defined type. Otherwise, this field is NULL.
CTYPE_HASHCODEVARCHAR2(34)-If user-defined type, displays the type's hashcode. Otherwise, this field is NULL.
CTYPE_MODVARCHAR2(3)-Displays REF for REF columns. Otherwise, this field is NULL.
DATA_LENGTHVARCHAR2(40)-Displays the length of the column in bytes.
DATA_PRECISIONVARCHAR2(40)-Displays the column precision in terms of decimal digits for NUMBER columns or binary digits for FLOAT columns.
DATA_SCALEVARCHAR2(40)-Displays the digits to right of decimal point in a number.
NULLABLEVARCHAR2(1)-Indicates if the column allow NULL values.
CHARACTER_SET_NAMEVARCHAR2(44)-If applicable, displays the name of character set for the column.
TOPVARCHAR2(30)-Displays the top column for an attribute in a column object. For example, in the oe.customers table, cust_address is a column object and street_address is one of its attributes. For the street_address attribute, cust_address is the TOP column.

For built-in data types, this field is NULL

CHAR_LENGTHNUMBER-Displays the length of the column in characters. This value only applies to the following data types:
  • CHAR

  • VARCHAR2

  • NCHAR

  • NVARCHAR2

CHAR_USEDVARCHAR2(1)-B indicates that the column uses BYTE length semantics. C indicates that the column uses CHAR length semantics. NULL indicates that the data type is not any of the following:
  • CHAR

  • VARCHAR2

  • NCHAR

  • NVARCHAR2



ALL_REPCOLUMN_GROUP

Describes the column groups for each replicated table accessible to the current user.

Related Views:

ColumnData TypeNULLDescription
SNAMEVARCHAR2(30)NOT NULLThe name of the schema containing the replicated table.
ONAMEVARCHAR2(30)NOT NULLThe name of the replicated table.
GROUP_NAMEVARCHAR2(30)NOT NULLThe column group name.
GROUP_COMMENTVARCHAR2(80)-Any user-supplied comments.


Note:

The SNAME column is not present in the USER_REPCOLUMN_GROUP view.


ALL_REPCONFLICT

Contains the name of each table accessible to the current user for which a conflict resolution method has been defined and the type of conflict that the method is used to resolve.

Related Views:

ColumnData TypeNULLDescription
SNAMEVARCHAR2(30)NOT NULLThe name of the schema containing the replicated table.
ONAMEVARCHAR2(30)NOT NULLThe name of the table for which a conflict resolution method has been defined.
CONFLICT_TYPEVARCHAR2(10)-The type of conflict that the conflict resolution method is used to resolve: delete, uniqueness, or update.
REFERENCE_NAMEVARCHAR2(30)NOT NULLThe object to which the method applies. For delete conflicts, this is the table name. For uniqueness conflicts, this is the constraint name. For update conflicts, this is the column group name.


Note:

The SNAME column is not present in the USER_REPCONFLICT view.


ALL_REPDDL

Contains the DDL for each replication object accessible to the current user.

Related Views:

ColumnData TypeNULLDescription
LOG_IDNUMBER-Identifying number of the ALL_REPCATLOG record.
SOURCEVARCHAR2(128)-Name of the database at which the request originated.
ROLEVARCHAR2(1)-If Y then this database is the master definition site (masterdef) for the request.

If N then this database is a master site.

MASTERVARCHAR2(128)-Name of the database that processes this request.
LINENUMBER(38)-Ordering of records within a single request.
TEXTVARCHAR2(2000)-Portion of an argument or DDL text.
DDL_NUMNUMBER(38)-Indicates the order in which to execute the DDL statements stored in the TEXT column when multiple DDL statements are used.


ALL_REPGENOBJECTS

Describes each object accessible to the current user that was generated to support replication.

Related Views:


ColumnData TypeNULLDescription
SNAMEVARCHAR2(30)-The name of the replicated schema.
ONAMEVARCHAR2(30)-The name of the generated object.
TYPEVARCHAR2(12)-The type of the generated object, either PACKAGE, PACKAGE BODY, TRIGGER, or INTERNAL PACKAGE.
BASE_SNAMEVARCHAR2(30)-The base object's owner.
BASE_ONAMEVARCHAR2(30)-The object for which this object was generated.
BASE_TYPEVARCHAR2(12)-The type of the base object.
PACKAGE_PREFIXVARCHAR2(30)-The prefix for the package wrapper.
PROCEDURE_PREFIXVARCHAR2(30)-The procedure prefix for the package wrapper.
DISTRIBUTEDVARCHAR2(1)-This column is obsolete.
REASONVARCHAR2(30)-The reason the object was generated.


ALL_REPGROUP

Describes all of the replication groups that are accessible to the current user. The members of each replication group are listed in a different view: ALL_REPOBJECT.

Related Views:

ColumnData TypeNULLDescription
SNAMEVARCHAR2(30)NOT NULLThe name of the replicated schema. This column is obsolete.
MASTERVARCHAR2(1)-Y indicates that the current site is a master site.

N indicates the current site is a materialized view site.

STATUSVARCHAR2(9)-Used at master sites only. Status can be: normal, quiescing, or quiesced.
SCHEMA_COMMENTVARCHAR2(80)-Any user-supplied comments.
GNAMEVARCHAR2(30)NOT NULLThe name of the replication group.
FNAMEVARCHAR2(30)-Flavor name.
RPC_PROCESSING_DISABLEDVARCHAR2(1)-N indicates that this site can receive and apply deferred remote procedure calls (RPCs).

Y indicates that this site cannot receive and apply deferred remote procedure calls (RPCs).

OWNERVARCHAR2(30)NOT NULLOwner of the replication group.


ALL_REPGROUP_PRIVILEGES

Contains information about the users who are registered for privileges in replication groups. Shows only those replication groups accessible to the current user.

Related Views:

ColumnData TypeNULLDescription
USERNAMEVARCHAR2(30)NOT NULLDisplays the name of the user.
GNAMEVARCHAR2(30)-Displays the name of the replication group.
CREATEDDATENOT NULLDisplays the date that the replication group was registered.
RECEIVERVARCHAR2(1)-Indicates whether the user has receiver privileges.
PROXY_SNAPADMINVARCHAR2(1)-Indicates whether the user has proxy_snapadmin privileges.
OWNERVARCHAR2(30)-Owner of the replication group.


ALL_REPGROUPED_COLUMN

Describes all of the columns that comprise the column groups for each table accessible to the current user.

Related Views:

ColumnData TypeNULLDescription
SNAMEVARCHAR2(30)NOT NULLThe name of the schema containing the replicated table.
ONAMEVARCHAR2(30)NOT NULLThe name of the replicated table.
GROUP_NAMEVARCHAR2(30)NOT NULLThe name of the column group.
COLUMN_NAMEVARCHAR2(30)NOT NULLThe name of the column in the column group.


Note:

The SNAME column is not present in the USER_REPGROUPED_COLUMN version of the view.


ALL_REPKEY_COLUMNS

Describes the replication key column(s) accessible to the current user in each table.

The replication key column(s) is an alternate column or group of columns, instead of the primary key, used to determine which columns of a table to compare when using row-level replication. You can set the replication key columns using the SET_COLUMNS procedure in the DBMS_REPCAT package.

The following types of columns cannot be replication key columns:

Related Views:

ColumnData TypeNULLDescription
SNAMEVARCHAR2(30)NOT NULLOwner of the replicated table.
ONAMEVARCHAR2(30)NOT NULLName of the replicated table.
COLVARCHAR2(4000)-Replication key column(s) in the table.


ALL_REPOBJECT

Contains information about the objects in each replication group accessible to the current user. An object can belong to only one replication group. A replication group can span multiple schemas.

Related Views:

ColumnData TypeNULLDescription
SNAMEVARCHAR2(30)-The name of the schema containing the replicated object.
ONAMEVARCHAR2(30)-The name of the replicated object.
TYPEVARCHAR2(16)-The type of replicated object:
FUNCTION           MATERIALIZED VIEW
INDEX              SYNONYM
INDEXTYPE          TABLE
OPERATOR           TRIGGER
PACKAGE            TYPE
PACKAGE BODY       TYPE BODY
PROCEDURE          VIEW
STATUSVARCHAR2(10)-CREATE indicates that Oracle is applying user supplied or Oracle-generated DDL to the local database in an attempt to create the object locally. When a local replica exists, Oracle COMPAREs the replica with the master definition to ensure that they are consistent. When creation or comparison complete successfully, Oracle updates the status to VALID. Otherwise, it updates the status to ERROR. If you drop an object, then Oracle updates its status to DROPPED before deleting the row from the ALL_REPOBJECT view.
GENERATION_STATUSVARCHAR2(9)-Specifies whether the object must generate replication packages.
IDNUMBER-The identifier of the local database object, if one exists.
OBJECT_COMMENTVARCHAR2(80)-Any user supplied comments.
GNAMEVARCHAR2(30)-The name of the replication group to which the object belongs.
MIN_COMMUNICATIONVARCHAR2(1)-If Y then use minimum communication for an update.

If N then send all old and all new values for an update.

REPLICATION_TRIGGER_EXISTSVARCHAR2(1)-If Y then internal replication trigger exists.

If N then internal replication trigger does not exist.

INTERNAL_PACKAGE_EXISTSVARCHAR2(1)-If Y then internal package exists.

If N then internal package does not exist.

GROUP_OWNERVARCHAR2(30)-Owner of the replication group.
NESTED_TABLEVARCHAR2(1)-If Y then the replicated object is the storage table of a nested table.

If N then the replicated object is not a storage table.



ALL_REPPARAMETER_COLUMN

In addition to the information contained in the ALL_REPRESOLUTION view, the ALL_REPPARAMETER_COLUMN view contains information about the columns that are used to resolve conflicts for each replicated table accessible to the current user. These are the column values that are passed as the list_of_column_names argument to the ADD_conflicttype_RESOLUTION procedures in the DBMS_REPCAT package.

Related Views:

ColumnData TypeNULLDescription
SNAMEVARCHAR2(30)NOT NULLThe name of the schema containing the replicated table.
ONAMEVARCHAR2(30)NOT NULLThe name of the replicated table.
CONFLICT_TYPEVARCHAR2(10)-The type of conflict that the method is used to resolve: delete, uniqueness, or update.
REFERENCE_NAMEVARCHAR2(30)NOT NULLThe object to which the method applies. For delete conflicts, this is the table name. For uniqueness conflicts, this is the constraint name. For update conflicts, this is the column group name.
SEQUENCE_NONUMBERNOT NULLThe order in which resolution methods are applied, with 1 applied first.
METHOD_NAMEVARCHAR2(80)NOT NULLThe name of an Oracle-supplied conflict resolution method. For user-supplied methods, this value is 'user function'.
FUNCTION_NAMEVARCHAR2(92)NOT NULLFor methods of type 'user function', the name of the user-supplied conflict resolution method.
PRIORITY_GROUPVARCHAR2(30)-For methods of name 'priority group', the name of the priority group.
PARAMETER_TABLE_NAMEVARCHAR2(30)NOT NULLDisplays the name of the table to which the parameter column belongs.
PARAMETER_COLUMN_NAMEVARCHAR2(4000)-The name of the column used as the IN parameter for the conflict resolution method.
PARAMETER_SEQUENCE_NONUMBERNOT NULLOrdering of column used as IN parameter.


Note:

The SNAME column is not present in the USER_REPPARAMETER_COLUMN view.


ALL_REPPRIORITY

Contains the value and priority level of each priority group member in each priority group accessible to the current user. Priority group names must be unique within a replication group. Priority levels and values must each be unique within a given priority group.

Related Views:

ColumnData TypeNULLDescription
SNAMEVARCHAR2(30)NOT NULLThe name of the replicated schema. This column is obsolete.
PRIORITY_GROUPVARCHAR2(30)NOT NULLThe name of the priority group or site priority group.
PRIORITYNUMBERNOT NULLThe priority level of the member. The highest number has the highest priority.
DATA_TYPEVARCHAR2(9)-The data type of the values in the priority group.
FIXED_DATA_LENGTHNUMBER(38)-The maximum length of values of data type CHAR.
CHAR_VALUECHAR(255)-The value of the priority group member, if DATA_TYPE is CHAR.
VARCHAR2_VALUEVARCHAR2(4000)-The value of the priority group member, if DATA_TYPE is VARCHAR2.
NUMBER_VALUENUMBER-The value of the priority group member, if DATA_TYPE is NUMBER.
DATE_VALUEDATE-The value of the priority group member, if DATA_TYPE is DATE.
RAW_VALUERAW(2000)-The value of the priority group member, if DATA_TYPE is RAW.
GNAMEVARCHAR2(30)NOT NULLThe name of the replication group.
NCHAR_VALUENCHAR(500)-The value of the priority group member, if DATA_TYPE is NCHAR.
NVARCHAR2_VALUEVARCHAR2(1000)-The value of the priority group member, if DATA_TYPE is NVARCHAR2.
LARGE_CHAR_VALUECHAR(2000)-The value of the priority group member, for blank-padded character strings over 255 characters.


Note:

The SNAME and GNAME columns are not present in the USER_REPPRIORITY view.


ALL_REPPRIORITY_GROUP

Describes the priority group or site priority group defined for each replication group accessible to the current user.

Related Views:

ColumnData TypeNULLDescription
SNAMEVARCHAR2(30)NOT NULLThe name of the replicated schema. This column is obsolete.
PRIORITY_GROUPVARCHAR2(30)NOT NULLThe name of the priority group or site priority group.
DATA_TYPEVARCHAR2(9)-The data type of each value in the priority group.
FIXED_DATA_LENGTHNUMBER(38)-The maximum length for values of data type CHAR.
PRIORITY_COMMENTVARCHAR2(80)-Any user-supplied comments.
GNAMEVARCHAR2(30)NOT NULLThe name of the replication group.


Note:

The SNAME and GNAME columns are not present in the USER_REPPRIORITY view.


ALL_REPPROP

Indicates the technique used to propagate operations on each replicated object to the same object at another master site. These operations might have resulted from a call to a stored procedure or procedure wrapper, or might have been issued against a table directly. This view shows objects accessible to the current user.

Related Views:

ColumnData TypeNULLDescription
SNAMEVARCHAR2(30)NOT NULLThe name of the schema containing the replicated object.
ONAMEVARCHAR2(30)NOT NULLThe name of the replicated object.
TYPEVARCHAR2(16)-The type of object being replicated:
FUNCTION           PROCEDURE
INDEXTYPE          MATERIALIZED VIEW
OPERATOR           TABLE
PACKAGE            TYPE
PACKAGE BODY       TYPE BODY
DBLINKVARCHAR2(128)NOT NULLThe fully qualified database name of the master site to which changes are being propagated.
HOWVARCHAR2(13)-How propagation is performed. Values recognized are 'none' for the local master site, and 'synchronous' or 'asynchronous' for all others.
PROPAGATE_COMMENTVARCHAR2(80)-Any user-supplied comments.


ALL_REPRESOL_STATS_CONTROL

Describes statistics collection for conflict resolutions for all replicated tables accessible to the current user.

Related Views:

ColumnData TypeNULLDescription
SNAMEVARCHAR2(30)NOT NULLOwner of the table.
ONAMEVARCHAR2(30)NOT NULLTable name.
CREATEDDATENOT NULLTimestamp for when statistics collection was first started.
STATUSVARCHAR2(9)-Status of statistics collection: ACTIVE or CANCELLED.
STATUS_UPDATE_DATEDATENOT NULLTimestamp for when the status was last updated.
PURGED_DATEDATE-Timestamp for the last purge of statistics data.
LAST_PURGE_START_DATEDATE-The last start date of the statistics purging date range.
LAST_PURGE_END_DATEDATE-The last end date of the statistics purging date range.


Note:

The SNAME column is not present in the USER_REPRESOL_STATS_CONTROL view.


ALL_REPRESOLUTION

Indicates the methods used to resolve update, uniqueness, or delete conflicts for each table accessible to the current user that is replicated using row-level replication for a given schema.

Related Views:

ColumnData TypeNULLDescription
SNAMEVARCHAR2(30)NOT NULLThe name of the replicated schema.
ONAMEVARCHAR2(30)NOT NULLThe name of the replicated table.
CONFLICT_TYPEVARCHAR2(10)-The type of conflict that the method is used to resolve: delete, uniqueness, or update.
REFERENCE_NAMEVARCHAR2(30)NOT NULLThe object to which the method applies. For delete conflicts, this is the table name. For uniqueness conflicts, this is the constraint name. For update conflicts, this is the column group name.
SEQUENCE_NONUMBERNOT NULLThe order that resolution methods are applied, with 1 applied first.
METHOD_NAMEVARCHAR2(80)NOT NULLThe name of an Oracle-supplied conflict resolution method. For user-supplied methods, this value is 'user function'.
FUNCTION_NAMEVARCHAR2(92)NOT NULLFor methods of type 'user function', the name of the user-supplied conflict resolution method.
PRIORITY_GROUPVARCHAR2(30)-For methods of type 'priority group', the name of the priority group.
RESOLUTION_COMMENTVARCHAR2(80)-Any user-supplied comments.


Note:

The SNAME column is not present in the USER_REPRESOLUTION view.


ALL_REPRESOLUTION_METHOD

Lists all of the conflict resolution methods available in the database. Initially, this view lists the standard methods provided with Advanced Replication. As you create new user functions and add them as conflict resolution methods for an object in the database, these functions are added to this view.

Related Views:

ColumnData TypeNULLDescription
CONFLICT_TYPEVARCHAR2(10)-The type of conflict that the resolution method is designed to resolve: update, uniqueness, or delete.
METHOD_NAMEVARCHAR2(80)NOT NULLThe name of the Oracle-supplied method, or the name of the user-supplied method.


ALL_REPRESOLUTION_STATISTICS

Lists information about successfully resolved update, uniqueness, and delete conflicts for all replicated tables accessible to the current user. These statistics are gathered for a table only if you have called the DBMS_REPCAT.REGISTER_STATISTICS procedure.

Related Views:

ColumnData TypeNULLDescription
SNAMEVARCHAR2(30)NOT NULLThe name of the replicated schema.
ONAMEVARCHAR2(30)NOT NULLThe name of the replicated table.
CONFLICT_TYPEVARCHAR2(10)-The type of conflict that was successfully resolved: delete, uniqueness, or update.
REFERENCE_NAMEVARCHAR2(30)NOT NULLThe object to which the conflict resolution method applies. For delete conflicts, this is the table name. For uniqueness conflicts, this is the constraint name. For update conflicts, this is the column group name.
METHOD_NAMEVARCHAR2(80)NOT NULLThe name of an Oracle-supplied conflict resolution method. For user-supplied methods, this value is 'user function'.
FUNCTION_NAMEVARCHAR2(92)-For methods of type 'user function', the name of the user supplied conflict resolution method.
PRIORITY_GROUPVARCHAR2(30)-For methods of type 'priority group', the name of the priority group.
RESOLVED_DATEDATENOT NULLDate on which the conflict for this row was resolved.
PRIMARY_KEY_VALUEVARCHAR2(2000)NOT NULLA concatenated representation of the row's primary key.


Note:

The SNAME column is not present in the USER_REPRESOLUTION_STATISTICS view.


ALL_REPSITES

Lists the members of each replication group accessible to the current user.

Related Views:

ColumnData TypeNULLDescription
GNAMEVARCHAR2(30)NOT NULLThe name of the replication group.
DBLINKVARCHAR2(128)NOT NULLThe database link to a master site for this replication group.
MASTERDEFVARCHAR2(1)-Indicates which of the DBLINKs is the master definition site.
SNAPMASTERVARCHAR2(1)-Used by materialized view sites to indicate which of the DBLINKs to use when refreshing.
MASTER_COMMENTVARCHAR2(80)-User-supplied comments.
MASTERVARCHAR2(1)-If Y then the site is a master site for the replicated group.

If N then the site is not a master site for the replicated group.

GROUP_OWNERVARCHAR2(30)NOT NULLOwner of the replication group.

The DBA_REPSITES view has the following additional columns:

ColumnData TypeNULLDescription
PROP_UPDATESNUMBER-Encoding of propagating technique for master site.
MY_DBLINKVARCHAR2(1)-Used to detect problems after import. If Y then the DBLINK is the global name.


DBA_REPCAT_REFRESH_TEMPLATES

This view contains global information about each deployment template in the database, such as the template name, template owner, what refresh group the template objects belong to, and the type of template (private or public).

Its columns are the same as those in ALL_REPCAT_REFRESH_TEMPLATES. For detailed information about this view and its columns, see ALL_REPCAT_REFRESH_TEMPLATES.


DBA_REPCAT_TEMPLATE_OBJECTS

The DBA_REPCAT_TEMPLATE_OBJECTS view contains the individual object definitions that are contained in all deployment templates in the database. Individual objects are added to a template by specifying the target template in REFRESH_TEMPLATE_NAME.

Its columns are the same as those in ALL_REPCAT_TEMPLATE_OBJECTS. For detailed information about this view and its columns, see ALL_REPCAT_TEMPLATE_OBJECTS.


DBA_REPCAT_TEMPLATE_PARMS

Parameters defined in the object DDL for all templates in the database are stored in the DBA_REPCAT_TEMPLATE_PARMS table. When an object is added to a template, the DDL is examined for variables. Any found parameters are automatically added to this view.

Its columns are the same as those in ALL_REPCAT_TEMPLATE_PARMS. For detailed information about this view and its columns, see ALL_REPCAT_TEMPLATE_PARMS.


DBA_REPCAT_TEMPLATE_SITES

The DBA_REPCAT_TEMPLATE_SITES view provides the DBA with information about the current status of template instantiation for all the sites of a enterprise network. This view contains information about instantiation sites for all deployment templates in the database. Specifically, the DBA can monitor the installation and deletion of templates at specific sites. Its columns are the same as those in ALL_REPCAT_TEMPLATE_SITES.


DBA_REPCAT_USER_AUTHORIZATIONS

The DBA_REPCAT_USER_AUTHORIZATIONS view lists the authorized users for all templates in the database specified for private use. Users listed in this view have the ability to instantiate the specified template. Users not contained in this view cannot instantiate the template. Its columns are the same as those in ALL_REPCAT_USER_AUTHORIZATIONS.


DBA_REPCAT_USER_PARM_VALUES

The DBA_REPCAT_USER_PARM_VALUES view describes the template parameters for all deployment templates in the database. The DBA has the option of building a table of user parameters before distributing the template for instantiation. When a template is instantiated by a specified user, the values stored in the DBA_REPCAT_USER_PARM_VALUES table for the specified user are used automatically.

Its columns are the same as those in ALL_REPCAT_USER_PARM_VALUES. For detailed information about this view and its columns, see ALL_REPCAT_USER_PARM_VALUES.


DBA_REPCATLOG

The DBA_REPCATLOG view at each master site contains the interim status of any asynchronous administrative requests and any error messages generated. All messages encountered while executing a request are eventually transferred to the DBA_REPCATLOG view at the master site that originated the request. If an administrative request completes without error, then ultimately all traces of this request are removed from the DBA_REPCATLOG view. Its columns are the same as those in ALL_REPCATLOG.


DBA_REPCOLUMN

The DBA_REPCOLUMN view lists the replicated columns for all the tables in the database. Its columns are the same as those in ALL_REPCOLUMN.


DBA_REPCOLUMN_GROUP

The DBA_REPCOLUMN_GROUP view lists all the column groups each replicated table in the database. Its columns are the same as those in ALL_REPCOLUMN_GROUP.


DBA_REPCONFLICT

The DBA_REPCONFLICT view displays the name of each table in the database on which a conflict resolution method has been defined and the type of conflict that the method is used to resolve. Its columns are the same as those in ALL_REPCONFLICT.


DBA_REPDDL

The DBA_REPDDL contains the DDL for each replication object in the database. Its columns are the same as those in ALL_REPDDL.


DBA_REPEXTENSIONS

The DBA_REPEXTENSIONS view contains information about current operations that are adding new master sites to a master group without quiescing the master group.


See Also:

"Adding New Master Sites without Quiescing the Master Group" for information about the procedure that adds new master sites to a replication environment

ColumnData TypeNULLDescription
EXTENSION_IDRAW(16)NOT NULLThe identifier for a current pending request to add master databases to a master group without quiesce.
REQUESTVARCHAR2(15)-Extension request type. Currently, the only possible value is ADD_NEW_MASTERS, which indicates a request to add new master sites to a master group without quiescing.
MASTERDEFVARCHAR2(128)-The global name of the master definition site of the master groups to which new master sites are being added.
EXPORT_REQUIREDVARCHAR2(3)-YES indicates that one or more new master sites will be added using export/import of either the entire database or at the table level.

NO indicates that all new master sites will be added using change-based recovery.

REPCATLOG_IDNUMBER-Identifier of replication catalog records related to a replication extension, on which the master definition site is waiting. This value is only meaningful at the master definition site.
EXTENSION_STATUSVARCHAR2(13)-Status of each replication extension. This value is only meaningful at the master definition site.

The possible values are:

READY: The extension request has been created and is ready.

STOPPING: The new master sites have been added to the master group and the master definition site is attempting to stop propagation from existing masters to new master sites and to the master definition site.

EXPORTING: The propagation of deferred transactions has been stopped from existing master sites to new master sites and to the master definition site. The master definition site is waiting for the export to finish.

INSTANTIATING: The DBMS_REPCAT.RESUME_PROPAGATION_TO_MDEF procedure has been invoked (if export was used), and the master definition site is waiting for the new masters to instantiate.

ERROR: An error occurred during the execution of this extension request.

FLASHBACK_SCNNUMBER-The system change number (SCN) that must be used during export or change-based recovery when the new master sites are added. The new master sites must be consistent with the SCN listed.
BREAK_TRANS_TO_MASTERDEFVARCHAR2(3)-This value is meaningful only if EXPORT_REQUIRED is TRUE.

If BREAK_TRANS_TO_MASTERDEF is TRUE, then existing masters can continue to propagate their deferred transactions to the master definition site for replication groups that are not adding master sites. Deferred transactions for replication groups that are adding master sites cannot be propagated until the export completes.

If BREAK_TRANS_TO_MASTERDEF is FALSE, then existing masters cannot propagate any deferred transactions to the master definition site.

BREAK_TRANS_TO_NEW_MASTERSVARCHAR2(3)-If BREAK_TRANS_TO_NEW_MASTERS is TRUE, then existing master sites can continue to propagate deferred transactions to the new master sites for replication groups that are not adding master sites.

If BREAK_TRANS_TO_NEW_MASTERS is FALSE, then propagation of deferred transaction queues to the new masters is disabled.

PERCENTAGE_FOR_CATCHUP_MDEFNUMBER-This value is meaningful only if BREAK_TRANS_TO_MASTERDEF is TRUE.

The percentage of propagation resources to use for catching up propagation to the master definition site.

CYCLE_SECONDS_MDEFNUMBER-This value is meaningful when PERCENTAGE_FOR_CATCHUP_MDEF is both meaningful and is a value between 10 and 90, inclusive. In this case, propagation to the master definition site alternates between replication groups that are not being extended and replication groups that are being extended, with one push to each during each cycle. This value indicates the length of the cycle in seconds.
PERCENTAGE_FOR_CATCHUP_NEWNUMBER-This value is meaningful only if BREAK_TRANS_TO_NEW_MASTERS is TRUE.

The percentage of propagation resources to use for catching up propagation to new master sites.

CYCLE_SECONDS_NEWNUMBER-This value is meaningful when PERCENTAGE_FOR_CATCHUP_NEW is both meaningful and is a value between 10 and 90, inclusive. In this case, propagation to a new master alternates between replication groups that are not being extended and replication groups that are being extended, with one push to each during each cycle. This value indicates the length of the cycle in seconds.


DBA_REPGENOBJECTS

The DBA_REPGENOBJECTS view describes each object in the database that was generated to support replication. Its columns are the same as those in ALL_REPGENOBJECTS.


DBA_REPGROUP

The DBA_REPGROUP view describes all of the replication groups in the database. The members of each replication group are listed in a different view, DBA_REPOBJECT. The DBA_REPGROUP view's columns are the same as those in ALL_REPGROUP.


DBA_REPGROUP_PRIVILEGES

The DBA_REPGROUP_PRIVILEGES view contains information about the users who are registered for privileges in replication groups. Shows all replication groups in the database. Its columns are the same as those in ALL_REPGROUP_PRIVILEGES.


DBA_REPGROUPED_COLUMN

The DBA_REPGROUPED_COLUMN view lists all of the columns that comprise the column groups for each table in the database. Its columns are the same as those in ALL_REPGROUPED_COLUMN.


DBA_REPKEY_COLUMNS

The DBA_REPKEY_COLUMNS view describes the replication key column(s) in each table in the database. Its columns are the same as those in ALL_REPKEY_COLUMNS.


DBA_REPOBJECT

The DBA_REPOBJECT view contains information about the objects in each replication group in the database. An object can belong to only one replication group. A replication group can span multiple schemas. Its columns are the same as those in ALL_REPOBJECT.


DBA_REPPARAMETER_COLUMN

In addition to the information contained in the DBA_REPRESOLUTION view, the DBA_REPPARAMETER_COLUMN view contains information about the columns that are used to resolve conflicts for each replicated table in the database. These are the column values that are passed as the list_of_column_names argument to the ADD_conflicttype_RESOLUTION procedures in the DBMS_REPCAT package. Its columns are the same as those in ALL_REPPARAMETER_COLUMN.


DBA_REPPRIORITY

The DBA_REPPRIORITY view contains the value and priority level of each priority group member in each priority group in the database. Priority group names must be unique within a replication group. Priority levels and values must each be unique within a given priority group. Its columns are the same as those in ALL_REPPRIORITY.


DBA_REPPRIORITY_GROUP

The DBA_REPPRIORITY_GROUP view describes the priority group or site priority group defined for each replication group in the database. Its columns are the same as those in ALL_REPPRIORITY_GROUP.


DBA_REPPROP

The DBA_REPPROP view indicates the technique used to propagate operations on each replicated object to the same object at another master site. These operations might have resulted from a call to a stored procedure or procedure wrapper, or might have been issued against a table directly. This view shows all objects in the database. Its columns are the same as those in ALL_REPPROP.


DBA_REPRESOL_STATS_CONTROL

The DBA_REPRESOL_STATS_CONTROL view describes statistics collection for conflict resolutions for all replicated tables in the database. Its columns are the same as those in ALL_REPRESOL_STATS_CONTROL.


DBA_REPRESOLUTION

The DBA_REPRESOLUTION view indicates the methods used to resolve update, uniqueness, or delete conflicts for each table in the database that is replicated using row-level replication for a given schema. Its columns are the same as those in ALL_REPRESOLUTION.


DBA_REPRESOLUTION_METHOD

The DBA_REPRESOLUTION_METHOD view lists all of the conflict resolution methods available in the database. Initially, this view lists the standard methods provided with the advanced replication facility. As you create new user functions and add them as conflict resolution methods for an object in the database, these functions are added to this view. Its columns are the same as those in ALL_REPRESOLUTION_METHOD.


DBA_REPRESOLUTION_STATISTICS

The DBA_REPRESOLUTION_STATISTICS view lists information about successfully resolved update, uniqueness, and delete conflicts for all replicated tables in the database. These statistics are only gathered for a table if you have called the DBMS_REPCAT.REGISTER_STATISTICS procedure. The DBA_REPRESOLUTION_STATISTICS view's columns are the same as those in ALL_REPRESOLUTION_STATISTICS.


DBA_REPSITES

The DBA_REPSITES view lists the members of each replication group in the database.

This view has the following additional columns that are not included in the ALL_REPSITES and USER_REPSITES views:

ColumnData TypeNULLDescription
PROP_UPDATESNUMBER-Encoding of propagating technique for master site.
MY_DBLINKVARCHAR2(1)-Used to detect problem after import. If Y then the dblink is the global name.

Except for these additional columns, its columns are the same as those in ALL_REPSITES.


DBA_REPSITES_NEW

The DBA_REPSITES_NEW view lists the new replication sites that you plan to add to your replication environment.


See Also:

"Adding New Master Sites without Quiescing the Master Group" for information about the procedure that adds new master sites to a replication environment

ColumnData TypeNULLDescription
EXTENSION_IDRAW(16)NOT NULLThe identifier for a current pending request to add master databases to a master group without quiesce.
GOWNERVARCHAR2(30)NOT NULLThe name of the user who owns the master group.
GNAMEVARCHAR2(30)NOT NULLThe name of the master group.
DBLINKVARCHAR2(128)NOT NULLThe database link for a new master site.
FULL_INSTANTIATIONVARCHAR2(1)-Y indicates that the new database in DBLINK is to be added using full database export/import or change-based recovery.

N indicates that the new database in DBLINK is to be added using object-level export/import.

MASTER_STATUSVARCHAR2(13)-The instantiation status of a new master site. This value is only meaningful at the master definition site.

The possible values are:

READY: The new master site is ready.

INSTANTIATING: The new master site is in the process of being instantiated.

INSTANTIATED: The new master has been instantiated and is being prepared for replication activity. That is, the DBMS_REPCAT.PREPARE_INSTANTIATED_MASTER procedure has been run.

PREPARED: The propagation of deferred transactions is enabled from the new master site to other prepared masters, to existing masters, and to the master definition site. The new master is now prepared to participate in the replication environment.



USER_REPCAT_REFRESH_TEMPLATES

This view contains global information about each deployment template owned by the current user, such as the template name, template owner, what refresh group the template objects belong to, and the type of template (private or public).

Its columns are the same as those in ALL_REPCAT_REFRESH_TEMPLATES. For detailed information about this view and its columns, see ALL_REPCAT_REFRESH_TEMPLATES.


USER_REPCAT_TEMPLATE_OBJECTS

The USER_REPCAT_TEMPLATE_OBJECTS view contains the individual object definitions that are contained in each deployment template owned by the current user. Individual objects are added to a template by specifying the target template in REFRESH_TEMPLATE_NAME.

Its columns are the same as those in ALL_REPCAT_TEMPLATE_OBJECTS. For detailed information about this view and its columns, see ALL_REPCAT_TEMPLATE_OBJECTS.


USER_REPCAT_TEMPLATE_PARMS

Parameters defined in the object DDL for all templates owned by the current user are stored in the USER_REPCAT_TEMPLATE_PARMS table. When an object is added to a template, the DDL is examined for variables; any found parameters are automatically added to this view.

Its columns are the same as those in ALL_REPCAT_TEMPLATE_PARMS. For detailed information about this view and its columns, see ALL_REPCAT_TEMPLATE_PARMS.


USER_REPCAT_TEMPLATE_SITES

The USER_REPCAT_TEMPLATE_SITES view provides the user with information about the current status of template instantiation among the sites of a enterprise network. This view contains information about instantiation sites for deployment templates that are owned by the current user. Specifically, the user can monitor the installation and deletion of templates at specific sites. Its columns are the same as those in ALL_REPCAT_TEMPLATE_SITES.


USER_REPCAT_USER_AUTHORIZATION

The USER_REPCAT_USER_AUTHORIZATION view lists the authorized users for all of the templates that are owned by the current user and specified for private use. Users listed in this view have the ability to instantiate the specified template. Users not contained in this view cannot instantiate the template. Its columns are the same as those in ALL_REPCAT_USER_AUTHORIZATIONS.


USER_REPCAT_USER_PARM_VALUES

The USER_REPCAT_USER_PARM_VALUES view describes the template parameters for all deployment templates owned by the current user. The DBA has the option of building a table of user parameters before distributing the template for instantiation. When a template is instantiated by a specified user, the values stored in the USER_REPCAT_USER_PARM_VALUES view for the specified user are used automatically.

Its columns are the same as those in ALL_REPCAT_USER_PARM_VALUES. For detailed information about this view and its columns, see ALL_REPCAT_USER_PARM_VALUES.


USER_REPCATLOG

The USER_REPCATLOG view at each master site contains the interim status of any asynchronous administrative requests and any error messages generated. All messages encountered while executing a request are eventually transferred to the USER_REPCATLOG view at the master site that originated the request. If an administrative request completes without error, then ultimately all traces of this request are removed from the USER_REPCATLOG view.

This view contains asynchronous administrative requests and error messages that are owned by the current user. Its columns are the same as those in ALL_REPCATLOG.


USER_REPCOLUMN

The USER_REPCOLUMN view lists the replicated columns for all the tables owned by the current user. Its columns are the same as those in ALL_REPCOLUMN.


USER_REPCOLUMN_GROUP

The USER_REPCOLUMN_GROUP view lists the column groups for each replicated table owned by the current user. Its columns are the same as those in ALL_REPCOLUMN_GROUP.


Note:

The SNAME column is not present in the USER_REPCOLUMN_GROUP view. This column is available in the ALL_REPCOLUMN_GROUP and DBA_REPCOLUMN_GROUP views.


USER_REPCONFLICT

The USER_REPCONFLICT view displays the name of each table owned by the current user on which a conflict resolution method has been defined and the type of conflict that the method is used to resolve. Its columns are the same as those in ALL_REPCONFLICT.


Note:

The SNAME column is not present in the USER_REPCONFLICT view. This column is available in the ALL_REPCONFLICT and DBA_REPCONFLICT views.


USER_REPDDL

The USER_REPDDL contains the DDL for each replication object owned by the current user. Its columns are the same as those in ALL_REPDDL.


USER_REPGENOBJECTS

The USER_REPGENOBJECTS view describes each object owned by the current user that was generated to support replication. Its columns are the same as those in ALL_REPGENOBJECTS.


USER_REPGROUP

The USER_REPGROUP view describes all of the replication groups owned by the current user. The members of each replication group are listed in a different view, USER_REPOBJECT. The USER_REPGROUP view's columns are the same as those in ALL_REPGROUP.


USER_REPGROUP_PRIVILEGES

The USER_REPGROUP_PRIVILEGES view contains information about the users who are registered for privileges in replication groups. Shows only those replication groups owned by the current user. Its columns are the same as those in ALL_REPGROUP_PRIVILEGES.


USER_REPGROUPED_COLUMN

The USER_REPGROUPED_COLUMN view lists all of the columns that comprise the column groups for each table. Its columns are the same as those in ALL_REPGROUPED_COLUMN.


Note:

The SNAME column is not present in the USER_REPGROUPED_COLUMN view. This column is available in the ALL_REPGROUPED_COLUMN and DBA_REPGROUPED_COLUMN views.


USER_REPKEY_COLUMNS

The USER_REPKEY_COLUMNS view describes the replication key column(s) in each table owned by the current user. Its columns are the same as those in ALL_REPKEY_COLUMNS.


USER_REPOBJECT

The USER_REPOBJECT view contains information about the objects owned by the current user in each replication group. An object can belong to only one replication group. A replication group can span multiple schemas. Its columns are the same as those in ALL_REPOBJECT.


USER_REPPARAMETER_COLUMN

In addition to the information contained in the USER_REPRESOLUTION view, the USER_REPPARAMETER_COLUMN view contains information about the columns that are used to resolve conflicts for each replicated table owned by the current user. These are the column values that are passed as the list_of_column_names argument to the ADD_conflicttype_RESOLUTION procedures in the DBMS_REPCAT package. Its columns are the same as those in ALL_REPPARAMETER_COLUMN.


Note:

The SNAME column is not present in the USER_REPPARAMETER_COLUMN view. This column is available in the ALL_REPPARAMETER_COLUMN and DBA_REPPARAMETER_COLUMN views.


USER_REPPRIORITY

The USER_REPPRIORITY view contains the value and priority level of each priority group member in each priority group owned by the current user. Priority group names must be unique within a replication group. Priority levels and values must each be unique within a given priority group. Its columns are the same as those in ALL_REPPRIORITY.


Note:

The SNAME column is not present in the USER_REPPRIORITY view. This column is available in the ALL_REPPRIORITY and DBA_REPPRIORITY views.


USER_REPPRIORITY_GROUP

The USER_REPPRIORITY_GROUP view describes the priority group or site priority group defined for each replication group owned by the current user. Its columns are the same as those in ALL_REPPRIORITY_GROUP.


USER_REPPROP

The USER_REPPROP view indicates the technique used to propagate operations on each replicated object to the same object at another master site. These operations might have resulted from a call to a stored procedure or procedure wrapper, or might have been issued against a table directly. This view shows objects owned by the current user. Its columns are the same as those in ALL_REPPROP.


USER_REPRESOL_STATS_CONTROL

The USER_REPRESOL_STATS_CONTROL view describes statistics collection for conflict resolutions for all replicated tables owned by the current user. Its columns are the same as those in ALL_REPRESOL_STATS_CONTROL.


Note:

The SNAME column is not present in the USER_REPRESOL_STATS_CONTROL view. This column is available in the ALL_REPRESOL_STATS_CONTROL and DBA_REPRESOL_STATS_CONTROL views.


USER_REPRESOLUTION

The USER_REPRESOLUTION view indicates the methods used to resolve update, uniqueness, or delete conflicts for each table owned by the current user that is replicated using row-level replication for a given schema. Its columns are the same as those in ALL_REPRESOLUTION.


Note:

The SNAME column is not present in the USER_REPREPRESOLUTION view. This column is available in the ALL_REPREPRESOLUTION and DBA_REPREPRESOLUTION views.


USER_REPRESOLUTION_METHOD

The USER_REPRESOLUTION_METHOD view lists all of thae conflict resolution methods available in the database. Initially, this view lists the standard methods provided with the advanced replication facility. As you create new user functions and add them as conflict resolution methods for an object in the database, these functions are added to this view. Its columns are the same as those in ALL_REPRESOLUTION_METHOD.


USER_REPRESOLUTION_STATISTICS

The USER_REPRESOLUTION_STATISTICS view lists information about successfully resolved update, uniqueness, and delete conflicts for all replicated tables owned by the current user. These statistics are only gathered for a table if you have called the DBMS_REPCAT.REGISTER_STATISTICS procedure. The USER_REPRESOLUTION_STATISTICS view's columns are the same as those in ALL_REPRESOLUTION_STATISTICS.


Note:

The SNAME column is not present in the USER_REPRESOLUTION_STATISTICS view. This column is available in the ALL_REPRESOLUTION_STATISTICS and DBA_REPRESOLUTION_STATISTICS views.


USER_REPSITES

The USER_REPSITES view lists the members of each replication group owned by the current user. Its columns are the same as those in ALL_REPSITES.

PKƇPKy$AOEBPS/rarapi.htm#o Introduction to the Replication Management API Reference

11 Introduction to the Replication Management API Reference

All installations of Advanced Replication include the replication management application programming interface (API). This replication management API is a collection of PL/SQL packages that administrators use to configure and manage replication features at each site. The Advanced Replication interface in Oracle Enterprise Manager also uses the procedures and functions of each site's replication management API to perform work.

This chapter contains these topics:


Note:

Some PL/SQL procedures and functions described in the chapters in this part are overloaded. That is, two or more procedures or functions have the same name in a single package, but their formal parameters differ in number, order, or data type family. When a procedure or function is overloaded, it is noted in the description. See the Oracle Database PL/SQL Language Reference for more information about overloading and for more information about PL/SQL in general.

Examples of Using Oracle's Replication Management API

To use Oracle's replication management API, you issue procedure or function calls using a query tool such as SQL*Plus. For example, the following call to the DBMS_REPCAT.CREATE_MASTER_REPOBJECT procedure creates a new replicated table hr.employees in the hr_repg replication group:

BEGIN
   DBMS_REPCAT.CREATE_MASTER_REPOBJECT (
      gname => 'hr_repg',
      type => 'TABLE',
      oname => 'employees',
      sname => 'hr',
      use_existing_object => TRUE,
      copy_rows => FALSE);
END;
/

To call a replication management API function, you must provide an environment to receive the return value of the function. For example, the following anonymous PL/SQL block calls the DBMS_DEFER_SYS.DISABLED function in an IF statement.

BEGIN
 IF DBMS_DEFER_SYS.DISABLED ('inst2') THEN
   DBMS_OUTPUT.PUT_LINE('Propagation to INST2 is disabled.');
 ELSE
   DBMS_OUTPUT.PUT_LINE('Propagation to INST2 is enabled.');
 END IF;
END;
/

Issues to Consider When Using the Replication Management API

For many procedures and functions in the replication management API, there are important issues to consider. For example:

The Advanced Replication Interface and the Replication Management API

The Advanced Replication interface in Oracle Enterprise Manager uses the replication management API to perform most of its functions. Using the Advanced Replication interface is much more convenient than issuing replication management API calls individually because the utility:

Abbreviations for Datetime and Interval Data Types

Many of the datetime and interval data types have names that are too long to be used with the procedures and functions in the replication management API. Therefore, you must use abbreviations for these data types instead of the full names. The following table lists each data type and its abbreviation. No abbreviation is necessary for the DATE and TIMESTAMP data types.

Data TypeAbbreviation
TIMESTAMP WITH TIME ZONETSTZ
TIMESTAMP LOCAL TIME ZONETSLTZ
INTERVAL YEAR TO MONTHIYM
INTERVAL DAY TO SECONDIDS

For example, to use the DBMS_DEFER_QUERY.GET_datatype_ARG function to determine the value of a TIMESTAMP LOCAL TIME ZONE argument in a deferred call, substitute TSLTZ for datatype. Therefore, you run the DBMS_DEFER_QUERY.GET_TSLTZ_ARG function.

PK0&11##PKy$AOEBPS/cover.htmO Cover

Oracle Corporation

PK[pTOPKy$AOEBPS/raroverview.htmf Overview of Advanced Replication

1 Overview of Advanced Replication

This chapter reviews the process of building a replication environment with the replication management API.

This chapter contains these topics:

Overview of Creating a Replication Environment

Figure 1-1 illustrates the basic steps required to build a replication environment. Regardless of the type of replication site or sites that you are building, you begin by setting up the replicated site.

After you have set up your replication sites, you are ready to begin building your master groups and materialized view groups. After you have built your replication environment, ensure that you review Chapter 6 and the chapters in Part II, "Managing and Monitoring Your Replication Environment", to learn about conflict resolution and managing your replication environment.

Figure 1-1 Create Replication Environment Process

Description of Figure 1-1 follows
Description of "Figure 1-1 Create Replication Environment Process"

Before You Start

Before you begin setting up your replication site, ensure that you plan your replication environment so that it meets your needs. Planning considerations include:


See Also:

Oracle Database Advanced Replication for more information planning your replication environment

PK{PKy$AOEBPS/rarmanmaster.htm Managing a Master Replication Environment

7 Managing a Master Replication Environment

As your data delivery needs change due to growth, shrinkage, or emergencies, you are undoubtedly going to need to change the configuration of your replication environment. This chapter discusses managing the master sites of your replication environment. Specifically, this section describes altering and reconfiguring your master sites.

This chapter contains these topics:

Changing the Master Definition Site

Many replication administrative tasks can be performed only from the master definition site. Use the RELOCATE_MASTERDEF procedure in the DBMS_REPCAT package to move the master definition site to another master site. This API is especially useful when the master definition site becomes unavailable and you must specify a new master definition site (see "Option 2: The Old Master Definition Site Is Not Available").

Option 1: All Master Sites Are Available

Perform the actions in this section to change the master definition site if all master sites are available. Meet the following requirements to complete these actions:

Executed As: Replication Administrator

Executed At: Any Master Site

Replication Status: Running Normally (Not Quiesced)

Complete the following steps:

Step 1   In SQL*Plus, connect to a master site as the replication administrator.

See Oracle Database Administrator's Guide for information about connecting to a database in SQL*Plus.

Step 2   Relocate the master definition site.
BEGIN
   DBMS_REPCAT.RELOCATE_MASTERDEF (
      gname => 'hr_repg',
      old_masterdef => 'orc1.example.com',
      new_masterdef => 'orc2.example.com',
      notify_masters => TRUE,
      include_old_masterdef => TRUE);
END;
/

Option 2: The Old Master Definition Site Is Not Available

Perform the actions in this section to change the master definition site if the old master definition site is not available. Meet the following requirements to complete these actions:

Executed As: Replication Administrator

Executed At: Any Master Site

Replication Status: Normal

Complete the following steps:

Step 1   In SQL*Plus, connect to a master site as the replication administrator.

See Oracle Database Administrator's Guide for information about connecting to a database in SQL*Plus.

Step 2   Relocate the master definition site.
BEGIN
   DBMS_REPCAT.RELOCATE_MASTERDEF (
      gname => 'hr_repg',
      old_masterdef => 'orc1.example.com',
      new_masterdef => 'orc2.example.com',
      notify_masters => TRUE,
      include_old_masterdef => FALSE);
END;
/

Adding New Master Sites

As your replication environment expands, you might need to add new master sites to a master group. You can either add new master sites to a master group that is running normally or to a master group that is quiesced. If the master group is not quiesced, then users can perform data manipulation language (DML) operations on the data while the new master sites are being added. However, more administrative actions are required when adding new master sites if the master group is not quiesced.


Note:

When adding a master site to a master group that contains tables with circular dependencies or a table that contains a self-referential constraint, you must precreate the table definitions and manually load the data at the new master site. The following is an example of a circular dependency: Table A has a foreign key constraint on table B, and table B has a foreign key constraint on table A.

Follow the instructions in the appropriate section to add new master sites to a master group:

Adding New Master Sites without Quiescing the Master Group

This section contains procedures for adding new master sites to an existing master group that is not quiesced. These new sites might or might not already be replication sites (master sites or materialized view sites) in other replication groups.

You can use one of the following methods when you are adding a new master site without quiescing the master group:

Use full database export/import and change-based recovery to add all of the replication groups at the master definition site to the new master sites. When you use this method, the following conditions apply:

  • The new master sites cannot have any existing replication groups.

  • The master definition site cannot have any materialized view groups.

  • The master definition site must be the same for all of the master groups. If one or more of these master groups have a different master definition site, then do not use full database export/import or change-based recovery. Use object-level export/import instead.

  • The new master site must include all of the replication groups in the master definition site when the extension process is complete. That is, you cannot add a subset of the master groups at the master definition site to the new master site. All of the groups must be added.

If your environment does not meet all of these conditions, then you must use object-level export/import to add the new master sites. Figure 7-1 summarizes these conditions.


Note:

To use change-based recovery, the existing master site and the new master site must be running under the same operating system, although the release of the operating system can differ. This condition does not apply to full database export/import.

Figure 7-1 Determining Which Method to Use When Adding Master Sites

Description of Figure 7-1 follows
Description of "Figure 7-1 Determining Which Method to Use When Adding Master Sites"

Use object-level export/import to add a master group to master sites that already have other replication groups or to add a master group to master sites that do not currently have any replication groups. This method can add one or more master groups to new master sites at a time, and you can choose a subset of the master groups at the master definition site to add to the new master sites during the operation.

If you use object-level export/import and there are integrity constraints that span multiple master groups, then you must temporarily disable these integrity constraints on the table being added to a new master site, if the other tables to which these constraints refer exist at the new master site. Initially, there are two rows in the DEFSCHEDULE data dictionary view that refer to the new master sites. When propagation is caught up, there is one row in this view, and when propagation from all the master sites to the new master site is caught up, you can reenable the integrity constraints you disabled.

Again, the two methods for adding new master sites without quiescing the master groups are the following:

  • Full database export/import or change-based recovery

  • Object-level export/import

When you use either method, propagation of deferred transactions to the new master site is partially or completely disabled while the new master sites are being added. Therefore, ensure that each existing master site has enough free space to store the largest unpropagated deferred transaction queue that you might encounter.

In addition, the following restrictions apply to both methods:

  • All affected master groups must be using asynchronous replication. Synchronous replication is not allowed.

  • All scheduled links must use parallel propagation with parallelism set to 1 or higher.

  • Either the database links of all affected master groups must have no connection qualifier or they must all have the same connection qualifier.

  • After you begin the process of adding new master sites to one or more master groups, you must wait until these new master sites are added before you begin to add another set of master sites to any of the affected master groups. If there is information about an affected master group in the DBA_NEW_REPSITES data dictionary view at the master definition site, then the process is started and is not yet complete for that master group.

  • After you begin the process of adding new master sites to one or more master groups, you cannot relocate the master definition site for these master groups until the new master sites are added. If there is information about an affected master group in the DBA_NEW_REPSITES data dictionary view, then the process is started and is not yet complete for that master group.

  • Only one add master site request at a time is allowed at a master site. For example, if hq1.example.com is the master definition site for mgroup1 and hq2.example.com is the master definition site for mgroup2, then you cannot add hq1.example.com to mgroup2 and hq2.example.com to mgroup1 at the same time.

  • If you are using object-level or full database export/import, then ensure that there is enough space in your rollback segments or undo tablespace for the export.

Also, before adding new master sites with either method, ensure that you properly set up your new master sites for multimaster replication.


Note:

If progress appears to stop during one of the procedures described in the following sections, then check your trace files and the alert log for messages.


See Also:


Using Full Database Export/Import or Change-Based Recovery

Figure 7-2 shows the major steps for using full database export/import or change-based recovery to add new master sites to a master group without quiescing. The following example script adds the new master sites orc4.example.com and orc5.example.com to the hr_repg master group. In this example, orc4.example.com is added using full database export/import and orc5.example.com is added using change-based recovery.

Figure 7-2 Using Full Database Export/Import or Change-Based Recovery

Description of Figure 7-2 follows
Description of "Figure 7-2 Using Full Database Export/Import or Change-Based Recovery"

Meet the following requirements to complete these actions:

Executed As: Replication Administrator, unless specified otherwise

Executed At:

  • Step 1 at Each New Master Site

  • Steps 2 - 5 at Master Definition Site

  • Step 6 at the Master Definition Site and at Each New Master Site

  • Step 7 requires an export at the Master Definition site and a file transfer between sites.

  • Steps 8 - 10 at Each New Master Site

Replication Status: Running Normally (Not Quiesced)

Complete the following steps to use full database export/import or change-based recovery to add sites to a master group.


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************* BEGINNING OF SCRIPT ******************************
Step 1   If you are using full database export/import, then create the databases that you want to add to the master group.

This step is not required if you are using change-based recovery.


See Also:

Oracle Database Administrator's Guide for information about creating a database

*/

SET ECHO ON

SPOOL add_masters_full.out

PAUSE Press <RETURN> when the databases for the new master sites are created.

/*
Step 2   Set up each new master site as a replication site.

Remember that you must configure the following:

*/

PAUSE Press <RETURN> to continue the new master sites have been setup and the 
required scheduled links have been created.

/*
  • The replication administrator at each new master site

  • A scheduled link from each existing master site to each new master site

  • A scheduled link from each new master site to each existing master site

  • A schedule purge job at each new master site

Step 3   Connect as the replication administrator to the master definition site.
*/
CONNECT repadmin@orc1.example.com

/*
Step 4   Specify new master sites for each master group.

Before you begin, create the required scheduled links between existing master sites and each new master site if they do not exist.


See Also:


*/

BEGIN
   DBMS_REPCAT.SPECIFY_NEW_MASTERS (
      gname => 'HR_REPG',
      master_list => 'orc4.example.com,orc5.example.com');
END;
/

/*

You can begin to track the extension process by querying the following data dictionary views in another SQL*Plus session:

  • DBA_REPSITES_NEW

  • DBA_REPEXTENSIONS

*/

PAUSE Press <RETURN> when you have completed the these steps.

/*
Step 5   Add the new master sites.

Before running the following procedure, ensure that there are an adequate number of background jobs running at each new master site. If you are using full database export/import, then ensure that there is enough space in your rollback segments or undo tablespace for the export before you run this procedure.


See Also:


*/
 
VARIABLE masterdef_flashback_scn NUMBER;
VARIABLE extension_id VARCHAR2(32);
BEGIN
   DBMS_REPCAT.ADD_NEW_MASTERS (
      export_required => TRUE,
      available_master_list => NULL, 
      masterdef_flashback_scn => :masterdef_flashback_scn, 
      extension_id => :extension_id,
      break_trans_to_masterdef => FALSE,    
      break_trans_to_new_masters => FALSE,    
      percentage_for_catchup_mdef => 80,    
      cycle_seconds_mdef => 60,    
      percentage_for_catchup_new => 80,    
      cycle_seconds_new => 60);
END;
/

/*

The values for masterdef_flashback_scn and extension_id are saved into variables to be used later in the process. To see these values, you can query the DBA_REPSITES_NEW and DBA_REPEXTENSIONS data dictionary views.

*/

PAUSE Press <RETURN> when you have completed the these steps.

/*

If you must undo the changes made to a particular master site by the SPECIFY_NEW_MASTERS and ADD_NEW_MASTERS procedures, then use the DBMS_REPCAT.UNDO_ADD_NEW_MASTERS_REQUEST procedure.

For the export_required parameter, TRUE is specified because orc4.example.com is being added using full database export/import. Although orc5.example.com is using change-based recovery, the TRUE setting is correct because at least one new master site is added using export/import.

After successfully executing this procedure, monitor its progress by querying the DBA_REPCATLOG data dictionary view in another SQL*Plus session. Do not proceed to Step 7 until there is no remaining information in this view about adding the new master sites. Assuming no extraneous information exists in DBA_REPCATLOG from other operations, you can enter the following statement:

SELECT COUNT(*) FROM DBA_REPCATLOG;

All of the processing is complete when this statement returns zero (0).

*/

PAUSE Press <RETURN> to continue when DBA_REPCATLOG is empty.

/*
Step 6   If you are using full database export/import, then create a directory object at each database.

For master sites being added using change-based recovery, this step is not required and you can proceed to Step 8.

Each database involved in this operation must have a directory object to hold the Data Pump dump file, and the user who will perform the export or import must have READ and WRITE privileges on this directory object. In this example, a Data Pump export is performed at the master definition site, and a Data Pump import is performed at each new master site.

If you are using full database export/import, then, while connected in SQL*Plus to the a database as an administrative user who can create directory objects using the SQL statement CREATE DIRECTORY, create a directory object to hold the Data Pump dump file and log files. For example:

*/

CONNECT system@orc1.example.com

CREATE DIRECTORY DPUMP_DIR AS '/usr/dpump_dir';

CONNECT system@orc4.example.com

CREATE DIRECTORY DPUMP_DIR AS '/usr/dpump_dir';

CONNECT system@orc5.example.com

CREATE DIRECTORY DPUMP_DIR AS '/usr/dpump_dir';

/*

In this example, SYSTEM user performs all exports and imports. If a user other than the user who created the directory object will perform the export or import, then grant this user READ and WRITE privileges on the directory object.

Ensure that you complete these actions at each database involved in the operation.

Step 7   Perform the following substeps for the master sites being added using full database export/import.

For master sites being added using change-based recovery, these substeps are not required and you can proceed to Step 8.

Perform full database export of the master definition database. Use the system change number (SCN) returned by the masterdef_flashback_scn parameter in Step 5 for the FLASHBACK_SCN export parameter.

You can query the DBA_REPEXTENSIONS data dictionary view for the FLASHBACK_SCN value:

SELECT FLASHBACK_SCN FROM DBA_REPEXTENSIONS; 

In this example, assume that the value returned by this query is 124723.

In this example, orc4.example.com is using full database export/import. Therefore, perform the full database export of the master definition database so that it can be imported into orc4.example.com during a later step. However, the orc5.example.com database is using change-based recovery. Therefore, the export would not be required if you were adding only orc5.example.com.

On a command line, perform the export. This example connects as the SYSTEM user. The following is an example Data Pump export command:

expdp system FULL=y DIRECTORY=DPUMP_DIR DUMPFILE=fulldb_orc1.dmp FLASHBACK_SCN=124723

Consider the following when you run the Export utility:

  • Only users with the DBA role or the EXP_FULL_DATABASE role can export in full database mode.

  • Ensure that the UNDO_RETENTION initialization parameter is set correctly before performing the export.


    See Also:


*/

PAUSE Press <RETURN> to continue when the export is complete.

/*

Resume propagation to the master definition site.

Running the following procedure indicates that export is effectively finished and propagation can be enabled for both extended and unaffected master groups at the master sites.

*/

BEGIN
   DBMS_REPCAT.RESUME_PROPAGATION_TO_MDEF (
      extension_id => :extension_id);
END;
/

/*

You can find the extension_id by querying the DBA_REPSITES_NEW data dictionary view.

Transfer the export dump file to the new master sites.

Using the DBMS_FILE_TRANSFER package, FTP, or some other method, transfer the export dump file to the other new master sites that are being added with full database export/import. You will need this export dump file at each new site to perform the import described in the next step.

*/

PAUSE Press <RETURN> to continue after transferring the dump file. 

/*

Set the JOB_QUEUE_PROCESSES initialization parameter to zero for each new master site.

*/

PAUSE Press <RETURN> to continue after JOB_QUEUE_PROCESSES is set to zero at each new master site.

/*
Step 8   Perform import or change-based recovery at each new master site.

If you are using full database export/import, then complete the full database import of the database you exported in Step 7 at each new master site that is being added with full database export/import.

Perform the import. This example connects as the SYSTEM user to perform the import at orc4.example.com. The following is an example import command:

impdp system FULL=y DIRECTORY=DPUMP_DIR DUMPFILE=fulldb_orc1.dmp

Only users with the DBA role or the IMP_FULL_DATABASE role can import in full database mode.


See Also:

Oracle Database Utilities for information about performing a Data Pump import

*/

PAUSE Press <RETURN> to continue when the import is complete.

/*

If you are using change-based recovery, then perform change-based recovery using the system change number (SCN) returned by the masterdef_flashback_scn parameter in Step 5. You can query the DBA_REPEXTENSIONS data dictionary view for the masterdef_flashback_scn value.

You can perform a change-based recovery in one of the following ways:

Connect to the site where you will perform the change-based recovery:

*/

CONNECT repadmin@orc5.example.com

PAUSE Press <RETURN> to continue when the change-based recovery is complete. You
can use a separate terminal window to perform the change-based recovery.

/*
Step 9   Configure the new sites for multimaster replication by completing the following steps:
  1. Ensure that the database structures, such as the data files, exist for the replicated schemas at each new master site. In this example, the replicated schema is hr.

  2. Set the global name for each new master site. The global name for each new master site must match the global names specified in the SPECIFY_NEW_MASTERS procedure that you ran in Step 4. You can query the DBLINK column in the DBA_REPSITES_NEW data dictionary view to see the global name for each new master site.

    You can set the global name using the ALTER DATABASE statement, as in the following example:

    ALTER DATABASE RENAME GLOBAL_NAME TO orc4.example.com;
    
  3. Create the appropriate scheduled links between the new master sites and the existing master sites, including the master definition site.

*/

PAUSE Press <RETURN> when you have completed the these steps.

/*
Step 10   Allow new masters to receive deferred transactions.

The following procedure enables the propagation of deferred transactions from other prepared new master sites and existing master sites to the invocation master site. This procedure also enables the propagation of deferred transactions from the invocation master site to the other new master sites and existing master sites.


Caution:

Do not invoke this procedure until instantiation (export/import or change-based recovery) of the new master site is complete.

Do not allow any data manipulation language (DML) statements directly on the objects in the extended master group in the new master site until execution of this procedure returns successfully, because these DML statements might not be replicated.


*/

CONNECT repadmin@orc4.example.com

BEGIN
   DBMS_REPCAT.PREPARE_INSTANTIATED_MASTER (
      extension_id  => :extension_id);
END;
/

CONNECT repadmin@orc5.example.com

BEGIN
   DBMS_REPCAT.PREPARE_INSTANTIATED_MASTER (
      extension_id  => :extension_id);
END;
/

SET ECHO OFF

SPOOL OFF

/*

Note:

You can find the extension_id by querying the DBA_REPSITES_NEW data dictionary view.

************************** END OF SCRIPT **********************************/

Using Object-Level Export/Import

Figure 7-3 shows the major steps for using object-level export/import to add new master sites to a master group without quiescing. The following example procedure adds the new master sites orc4.example.com and orc5.example.com to the hr_repg master group. An object-level export/import involves exporting and importing the tables in a master group. When you export and import the tables, other dependent database objects, such as indexes, are exported and imported as well.

If you have an integrity constraint that spans two master groups, then you have a child table in one master group (the child master group) and a parent table in a different master group (the parent master group). In this case, Oracle recommends that you add new master sites to both master groups at the same time. However, if you cannot do this, then you must quiesce the child master group before adding new master sites to it. Here, the child table includes a foreign key, which makes it dependent on the values in the parent table. If you do not quiesce the child master group, then conflicts might result when you add master sites to it. You can still add master sites to the parent master group without quiescing it.

Figure 7-3 Using Object-Level Export/Import

Description of Figure 7-3 follows
Description of "Figure 7-3 Using Object-Level Export/Import"

Meet the following requirements to complete these actions:

Executed As: Replication Administrator, unless specified otherwise

Executed At:

  • Steps 1 - 6 at Master Definition Site

  • Step 7 at the Master Definition Site and at Each New Master Site

  • Steps 8 - 9 at Master Definition Site

  • Step 10 requires a file transfer between sites.

  • Steps 11 - 12 at Each New Master Site

Replication Status: Running Normally (Not Quiesced)

Complete the following steps to use object-level export/import to add sites to a master group.


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************* BEGINNING OF SCRIPT ******************************
Step 1   If the users for the replicated schemas do not exist at the new master sites, then create them now.

In this example, the replicated schema is hr. This schema probably exists at the new master sites because it is a sample schema that is installed when you install Oracle.


See Also:

Oracle Database Sample Schemas for general information about the sample schemas and for information about installing them

*/

SET ECHO ON

SPOOL add_masters_object.out

PAUSE Press <RETURN> to continue when the users are created at the new master sites.

/*
Step 2   If any of the tables in the master group have circular dependencies, then precreate these tables at the new master sites.

Failure to precreate these tables will result in errors later in the procedure. If there are no circular dependencies, then this step is not required, and you can proceed to Step 3.

Some tables in the hr schema contain circular dependencies. Therefore, in this example, the tables in the hr schema must be precreated at each new master site. Again, the hr schema tables are typically created during Oracle installation and so might exist at the new master sites.

If you must precreate tables, then disable referential integrity constraints for these tables at the new master sites before the import. Referential integrity constraints can cause errors when you import data into existing tables. This example disables the referential integrity constraints for the precreated tables in the hr schema at the new master sites.

Further, the precreated tables at the new master sites should not contain any data. This example truncates the tables in the hr schema at the new master sites to ensure that they do not contain any data.


See Also:


*/

PAUSE Press <RETURN> to continue when the tables are precreated at the new 
master sites, if table precreation is required. After the tables are 
precreated, the following statements disable the referential integrity 
constraints related to the hr schema and truncate the tables in the hr schema 
at the new site.

CONNECT oe@orc4.example.com

ALTER TABLE oe.warehouses 
  DISABLE CONSTRAINT warehouses_location_fk;

ALTER TABLE oe.customers 
  DISABLE CONSTRAINT customers_account_manager_fk;

ALTER TABLE oe.orders 
  DISABLE CONSTRAINT orders_sales_rep_fk;

CONNECT hr@orc4.example.com

ALTER TABLE hr.countries 
  DISABLE CONSTRAINT countr_reg_fk;

ALTER TABLE hr.departments 
  DISABLE CONSTRAINT dept_mgr_fk
  DISABLE CONSTRAINT dept_loc_fk;

ALTER TABLE hr.employees
  DISABLE CONSTRAINT emp_dept_fk
  DISABLE CONSTRAINT emp_job_fk
  DISABLE CONSTRAINT emp_manager_fk;

ALTER TABLE hr.job_history
  DISABLE CONSTRAINT jhist_job_fk
  DISABLE CONSTRAINT jhist_emp_fk
  DISABLE CONSTRAINT jhist_dept_fk;

ALTER TABLE hr.locations 
  DISABLE CONSTRAINT loc_c_id_fk;

TRUNCATE TABLE hr.countries;
TRUNCATE TABLE hr.departments;
TRUNCATE TABLE hr.employees;
TRUNCATE TABLE hr.jobs;
TRUNCATE TABLE hr.job_history;
TRUNCATE TABLE hr.locations;
TRUNCATE TABLE hr.regions;

CONNECT oe@orc5.example.com

ALTER TABLE oe.warehouses 
  DISABLE CONSTRAINT warehouses_location_fk;

ALTER TABLE oe.customers 
  DISABLE CONSTRAINT customers_account_manager_fk;

ALTER TABLE oe.orders 
  DISABLE CONSTRAINT orders_sales_rep_fk;

CONNECT hr@orc5.example.com

ALTER TABLE hr.countries 
  DISABLE CONSTRAINT countr_reg_fk;

ALTER TABLE hr.departments 
  DISABLE CONSTRAINT dept_mgr_fk
  DISABLE CONSTRAINT dept_loc_fk;

ALTER TABLE hr.employees
  DISABLE CONSTRAINT emp_dept_fk
  DISABLE CONSTRAINT emp_job_fk
  DISABLE CONSTRAINT emp_manager_fk;

ALTER TABLE hr.job_history
  DISABLE CONSTRAINT jhist_job_fk
  DISABLE CONSTRAINT jhist_emp_fk
  DISABLE CONSTRAINT jhist_dept_fk;

ALTER TABLE hr.locations 
  DISABLE CONSTRAINT loc_c_id_fk;

TRUNCATE TABLE hr.countries;
TRUNCATE TABLE hr.departments;
TRUNCATE TABLE hr.employees;
TRUNCATE TABLE hr.jobs;
TRUNCATE TABLE hr.job_history;
TRUNCATE TABLE hr.locations;
TRUNCATE TABLE hr.regions;

/*
Step 3   Set up each new master site as a replication site.

Remember that you must configure the following:

  • The replication administrator at each new master site

  • A scheduled link from each existing master site to each new master site

  • A scheduled link from each new master site to each existing master site

  • A schedule purge job at each new master site

*/

PAUSE Press <RETURN> to continue the new master sites have been setup and the 
required scheduled links have been created.

/*
Step 4   Connect to the master definition site as the replication administrator.
*/
CONNECT repadmin@orc1.example.com

/*
Step 5   Specify new master sites for each master group.
*/
BEGIN
   DBMS_REPCAT.SPECIFY_NEW_MASTERS (
      gname => 'hr_repg',
      master_list => 'orc4.example.com,orc5.example.com');
END;
/

/*

You can begin to track the extension process by querying the following data dictionary views in another SQL*Plus session:

  • DBA_REPSITES_NEW

  • DBA_REPEXTENSIONS

Step 6   Add the new master sites.

Before running the following procedure, ensure that there are an adequate number of background jobs running at each new master site. Also, ensure that there is enough space in your rollback segments or undo tablespace for the export before you run this procedure.


See Also:


*/

VARIABLE masterdef_flashback_scn NUMBER;
VARIABLE extension_id VARCHAR2(32);
BEGIN
   DBMS_REPCAT.ADD_NEW_MASTERS (
      export_required => TRUE,
      available_master_list => 'orc4.example.com,orc5.example.com', 
      masterdef_flashback_scn => :masterdef_flashback_scn, 
      extension_id => :extension_id,
      break_trans_to_masterdef => FALSE,    
      break_trans_to_new_masters => FALSE,    
      percentage_for_catchup_mdef => 80,    
      cycle_seconds_mdef => 60,    
      percentage_for_catchup_new => 80,    
      cycle_seconds_new => 60);
END;
/

/*

The sites specified for the available_master_list parameter must be same as the sites specified in the SPECIFY_NEW_MASTERS procedure in Step 5.

The values for masterdef_flashback_scn and extension_id are saved into variables to be used later in the process. To see these values, you can also query the DBA_REPSITES_NEW and DBA_REPEXTENSIONS data dictionary views.

If you must undo the changes made to a particular master site by the SPECIFY_NEW_MASTERS and ADD_NEW_MASTERS procedures, then use the UNDO_ADD_NEW_MASTERS_REQUEST procedure.

After successfully executing this procedure, monitor its progress by querying the DBA_REPCATLOG data dictionary view in another SQL*Plus session. Do not proceed to Step 8 until there is no remaining information in this view about adding the new master sites. Assuming there is no extraneous information in DBA_REPCATLOG from other operations, you can enter the following statement:

SELECT COUNT(*) FROM DBA_REPCATLOG;

All of the processing is complete when this statement returns zero (0).

*/

PAUSE Press <RETURN> to continue when DBA_REPCATLOG is empty.

/*
Step 7   Create a directory object at each database.

Each database involved in this operation must have a directory object to hold the Data Pump dump file, and the user who will perform the export or import must have READ and WRITE privileges on this directory object. In this example, a Data Pump export is performed at the master definition site, and a Data Pump import is performed at each new master site.

While connected in SQL*Plus to the a database as an administrative user who can create directory objects using the SQL statement CREATE DIRECTORY, create a directory object to hold the Data Pump dump file and log files. For example:

*/

CONNECT system@orc1.example.com

CREATE DIRECTORY DPUMP_DIR AS '/usr/dpump_dir';

CONNECT system@orc4.example.com

CREATE DIRECTORY DPUMP_DIR AS '/usr/dpump_dir';

CONNECT system@orc5.example.com

CREATE DIRECTORY DPUMP_DIR AS '/usr/dpump_dir';

/*

In this example, SYSTEM user performs all exports and imports. If a user other than the user who created the directory object will perform the export or import, then grant this user READ and WRITE privileges on the directory object.

Ensure that you complete these actions at each database involved in the operation.

Step 8   Perform object-level export of tables at master definition database.

At the master definition database, perform an object-level export for each master table in the master groups that will be created at the new master sites. An object-level export includes exports performed in table mode, user mode, or tablespace mode.

Use the system change number (SCN) returned by the masterdef_flashback_scn parameter in Step 6 for the FLASHBACK_SCN export parameter. You can query the DBA_REPEXTENSIONS data dictionary view for the FLASHBACK_SCN value:

SELECT FLASHBACK_SCN FROM DBA_REPEXTENSIONS; 

In this example, assume that the SCN value is 3456871.

On a command line, perform the export. This example connects as the SYSTEM user. The following is an example Data Pump export command:

expdp system TABLES=HR.COUNTRIES,HR.DEPARTMENTS,HR.EMPLOYEES,
HR.JOB_HISTORY,HR.JOBS,HR.LOCATIONS,HR.REGIONS DIRECTORY=DPUMP_DIR 
DUMPFILE=hr_tables.dmp CONTENT=data_only FLASHBACK_SCN=3456871

The CONTENT parameter is used in this example because the tables exist at the import sites. You might not need to specify this parameter.

Ensure that the UNDO_RETENTION initialization parameter is set correctly before performing the export.


See Also:


*/

PAUSE Press <RETURN> to continue when the export is complete.

/*
Step 9   Resume propagation to the master definition site.

Running the following procedure indicates that export is effectively finished and propagation can be enabled for both extended and unaffected master groups at the master sites.

*/

CONNECT repadmin@orc1.example.com

BEGIN
   DBMS_REPCAT.RESUME_PROPAGATION_TO_MDEF (
      extension_id => :extension_id);
END;
/

/*

You can find the extension_id by querying the DBA_REPSITES_NEW data dictionary view.

Step 10   Transfer the export dump files to the new master sites.

Using the DBMS_FILE_TRANSFER package, FTP, or some other method, transfer the export dump files to the other new master sites that are being added with object-level export/import. You will need these export dump files at each new site to perform the import described in the next step.

*/

PAUSE Press <RETURN> to continue when the export dump files have been
transfered to the new master sites that are being added with object-level
export/import.

/*
Step 11   Perform object-level imports at each new master site of each object you exported in Step 8.

On a command line, perform the import. This example connects as the SYSTEM user. The following is an example import command:

impdp system TABLES=HR.COUNTRIES,HR.DEPARTMENTS,HR.EMPLOYEES,
HR.JOB_HISTORY,HR.JOBS,HR.LOCATIONS,HR.REGIONS DIRECTORY=DPUMP_DIR 
DUMPFILE=hr_tables.dmp CONTENT=data_only TABLE_EXISTS_ACTION=append

Other objects, such as the indexes based on the tables, are imported automatically. The CONTENT and TABLE_EXISTS_ACTION parameters are used in this example because the tables exist at the import sites. You might not need to specify these parameters.


See Also:

Oracle Database Utilities for information about performing a Data Pump import

Perform the object-level imports at each site:

*/

PAUSE Press <RETURN> to continue when the imports are complete at each site. You
can use a separate terminal window to perform the object-level imports.

/*
Step 12   Allow new masters to receive deferred transactions.

The following procedure enables the propagation of deferred transactions from other prepared new master sites and existing master sites to the invocation master site. This procedure also enables the propagation of deferred transactions from the invocation master site to the other new master sites and existing master sites.


Caution:

Do not invoke this procedure until object-level export/import for the new master site is complete.

Do not allow any data manipulation language (DML) statements directly on the objects in the extended master group in the new master site until execution of this procedure returns successfully, because these DML statements might not be replicated.


*/

CONNECT repadmin@orc4.example.com

BEGIN
   DBMS_REPCAT.PREPARE_INSTANTIATED_MASTER (
      extension_id  => :extension_id);
END;
/

CONNECT repadmin@orc5.example.com

BEGIN
   DBMS_REPCAT.PREPARE_INSTANTIATED_MASTER (
      extension_id  => :extension_id);
END;
/

SET ECHO OFF

SPOOL OFF

/*

Note:

You can find the extension_id by querying the DBA_REPSITES_NEW data dictionary view.

************************** END OF SCRIPT **********************************/

Adding New Master Sites to a Quiesced Master Group

You can add new master sites to a quiesced master group in one of the following ways:

Typically, you should only use the ADD_MASTER_DATABASE procedure if you have a relatively small master group or if you plan to precreate the replication tables and load the data into them at the new master sites. If this is not the case, the ADD_MASTER_DATABASE procedure might not be a good option because the entire master group is copied over the network. For larger master groups, either precreate the objects in the master group at the new master sites or use offline instantiation.

Adding New Master Sites Using the ADD_MASTER_DATABASE Procedure

You can use the ADD_MASTER_DATABASE procedure to add additional master sites to an existing master group that is quiesced. Executing this procedure replicates existing master objects to the new site.

Meet the following requirements to complete these actions:

Executed As: Replication Administrator

Executed At: Master Definition Site

Replication Status: Quiesced

Complete the following steps to use the ADD_MASTER_DATABASE procedure to add sites to a master group.


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************* BEGINNING OF SCRIPT ******************************
Step 1   Set up the new master site.

Ensure that the appropriate schema and database links have been created before adding your new master site. Be sure to create the database links from the new master site to each of the existing masters sites. Also, create a database link from each of the existing master sites to the new master site. After the database links have been created, ensure that you also define the scheduled links for each of the new database links.

*/

SET ECHO ON

SPOOL add_masters_quiesced.out

PAUSE Press <RETURN> to the new master site has been set up.

/*
Step 2   Connect to the master definition site as the replication administrator.
*/
CONNECT repadmin@orc1.example.com

/*
Step 3   If the replication status is normal, then change the status to quiesced.
*/
BEGIN
   DBMS_REPCAT.SUSPEND_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

/*
Step 4   Add the new master sites.

This example assumes that the replicated objects do not exist at the new master site. Therefore, the copy_rows parameter is set to TRUE to copy the rows in the replicated objects at the master definition site to the new master site, and the use_existing_objects parameter is set to FALSE so that Advanced Replication creates the replicated objects at the new site. If the replicated objects exist at the new site but do not contain any data, then set use_existing_objects to TRUE.

*/

BEGIN
   DBMS_REPCAT.ADD_MASTER_DATABASE (
      gname => 'hr_repg',
      master => 'orc4.example.com',
      use_existing_objects => FALSE,
      copy_rows => TRUE,
      propagation_mode => 'ASYNCHRONOUS');
END;
/

/*

You should wait until the DBA_REPCATLOG view is empty. This view has temporary information that is cleared after successful execution. Execute the following SELECT statement in another SQL*Plus session to monitor the DBA_REPCATLOG view:

SELECT COUNT(*) FROM DBA_REPCATLOG WHERE GNAME = 'HR_REPG';

All of the processing is complete when this statement returns zero (0).

*/

PAUSE Press <RETURN> to continue when DBA_REPCATLOG is empty.

/*
Step 5   Resume replication activity.
*/
BEGIN
   DBMS_REPCAT.RESUME_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

SET ECHO OFF

SPOOL OFF

/************************* END OF SCRIPT **********************************/

Adding New Master Sites with Offline Instantiation Using Export/Import

Expanding established replication environments can cause network traffic when you add a new master site to your replication environment using the ADD_MASTER_DATABASE procedure. This is caused by propagating the entire contents of the table or materialized view through the network to the new replicated site.

To minimize such network traffic, you can expand your replication environment by using the offline instantiation procedure. Offline instantiation takes advantage of Oracle's Export and Import utilities, which allow you to create an export file and transfer the data to the new site through another storage medium, such as CD-ROM, tape, and so on.

The following script is an example of how to perform an offline instantiation of a master site. This script can potentially eliminate large amounts of network traffic caused by the other method of adding a new master site to an existing quiesced master group. The script assumes that the hr schema does not exist at the new master site and instantiates this schema at the new master site. The hr schema is created automatically when Oracle is installed. You can choose to drop the hr schema at the new master site before you start this example.

Meet the following requirements to complete these actions:

Executed As: Replication Administrator, unless specified otherwise

Executed At: Master Definition Site and New Master Site

Replication Status: Quiesced and Partial

Complete the following steps to use offline instantiation to add sites to a master group.


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************* BEGINNING OF SCRIPT ******************************
Step 1   Set up the new master site.

Ensure that the appropriate schema and database links have been created before performing the offline instantiation of your new master site. Be sure to create the database links from the new master site to each of the existing masters sites. Also, create a database link from each of the existing master sites to the new master site. After the database links have been created, ensure that you also define the scheduled links for each of the new database links.

*/

SET ECHO ON

SPOOL add_masters_instant.out

PAUSE Press <RETURN> to the new master site has been set up.

/*
Step 2   Connect to the master definition site as the replication administrator.
*/
CONNECT repadmin@orc1.example.com

/*
Step 3   Suspend master activity.

You must suspend master activity for the existing master sites before exporting your master data and beginning the offline instantiation process.

*/

BEGIN
   DBMS_REPCAT.SUSPEND_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

/*
Step 4   Verify that there are no pending transactions in a separate SQL*Plus session.

This includes pushing any outstanding deferred transactions, resolving any error transactions, and pushing any administrative transactions. This step must be performed at each of the existing master sites.

Check the error transaction queue.

SELECT * FROM DEFERROR;

If any deferred transactions have been entered into the error queue, then you must resolve the error situation and then manually reexecute the deferred transaction. The following is an example:

BEGIN
   DBMS_DEFER_SYS.EXECUTE_ERROR (
      deferred_tran_id => '128323',
      destination => 'orc1.example.com');
END;
/

Check for outstanding administrative requests.

SELECT * FROM DBA_REPCATLOG;

If any administrative requests remain, then you can manually execute these requests or wait for them to be executed automatically. You might need to execute the DBMS_REPCAT.DO_DEFERRED_REPCAT_ADMIN procedure several times, because some administrative operations have multiple steps. The following is an example:

BEGIN
   DBMS_REPCAT.DO_DEFERRED_REPCAT_ADMIN (
      gname => 'hr_repg',
      all_sites => TRUE);
END;
/

*/

PAUSE Press <RETURN> to continue when you have verified that there are no pending requests.

/*
Step 5   Begin offline instantiation procedure.
*/
BEGIN
   DBMS_OFFLINE_OG.BEGIN_INSTANTIATION (
      gname => 'hr_repg',
      new_site => 'orc4.example.com');
END;
/

/*

You should wait until the DBA_REPCATLOG view is empty. This view has temporary information that is cleared after successful execution. Execute the following SELECT statement in another SQL*Plus session to monitor the DBA_REPCATLOG view:

SELECT * FROM DBA_REPCATLOG WHERE GNAME = 'HR_REPG';

*/

PAUSE Press <RETURN> to continue when DBA_REPCATLOG is empty.

/*
Step 6   Create a directory object at each database.

Each database involved in this operation must have a directory object to hold the Data Pump dump file, and the user who will perform the export or import must have READ and WRITE privileges on this directory object. In this example, a Data Pump export is performed at the master definition site, and a Data Pump import is performed at the new master site.

While connected in SQL*Plus to a database as an administrative user who can create directory objects using the SQL statement CREATE DIRECTORY, create a directory object to hold the Data Pump dump file and log files. For example:

*/

CONNECT system@orc1.example.com

CREATE DIRECTORY DPUMP_DIR AS '/usr/dpump_dir';

CONNECT system@orc4.example.com

CREATE DIRECTORY DPUMP_DIR AS '/usr/dpump_dir';

/*

Ensure that you complete these actions at both databases involved in the operation. In this example, SYSTEM user creates the directory objects and performs all exports and imports. If a user who does not own the directory object will perform the export or import, then grant the user READ and WRITE privileges on the directory object.

Step 7   In a separate terminal window, perform the export.

On a command line, perform the export. This example connects as the SYSTEM user. The following is an example Data Pump export command:

expdp system SCHEMAS=hr DIRECTORY=DPUMP_DIR DUMPFILE=hr_schema.dmp

When you export tables, their indexes are exported automatically.


See Also:

Oracle Database Utilities for information about performing a Data Pump export

*/

PAUSE Press <RETURN> to continue when the export is complete.

/*
Step 8   Resume partial replication activity.

Because it might take some time to complete the offline instantiation process, you can resume replication activity for the remaining master sites (excluding the new master site) by executing the RESUME_SUBSET_OF_MASTERS procedure in the DBMS_OFFLINE_OG package after the export is complete. In the following example, replication activity is resumed at all master sites except the new master site -- orc4.example.com.

*/

CONNECT repadmin@orc1.example.com

BEGIN
   DBMS_OFFLINE_OG.RESUME_SUBSET_OF_MASTERS (
      gname => 'hr_repg',
      new_site => 'orc4.example.com');
END;
/

/*
Step 9   Transfer the export dump files to the new master site.

Using the DBMS_FILE_TRANSFER package, FTP, or some other method, transfer the export dump file to the new master site. You will need this export dump file at the new site to perform the import described in the next step.

*/

PAUSE Press <RETURN> to continue when the export dump file has been
transfered to the new master site.

/*
Step 10   Connect to the new master site as the replication administrator.
*/
CONNECT repadmin@orc4.example.com

/*
Step 11   Prepare the new master site.

You must prepare the new site to import the data in your export file. Ensure that you execute the following procedure at the new master site.

*/

BEGIN
   DBMS_OFFLINE_OG.BEGIN_LOAD (
      gname => 'hr_repg',
      new_site => 'orc4.example.com');
END;
/

/*
Step 12   In a separate terminal window, import data from export dump file.

On a command line, perform the import. This example connects as the SYSTEM user. The following is an example import command:

impdp system SCHEMAS=hr DIRECTORY=DPUMP_DIR DUMPFILE=hr_schema.dmp

Other objects, such as the indexes based on the tables, are imported automatically.


See Also:

Oracle Database Utilities for information about performing a Data Pump import

*/

PAUSE Press <RETURN> to continue when the import is complete.

/*
Step 13   Complete the load process at new master site.

After importing the export file, you are ready to complete the offline instantiation process at the new master site. Executing the DBMS_OFFLINE_OG.END_LOAD procedure prepares the new site for normal replication activity.

*/

BEGIN
   DBMS_OFFLINE_OG.END_LOAD (
      gname => 'hr_repg',
      new_site => 'orc4.example.com');
END;
/

/*
Step 14   Connect to the master definition site as the replication administrator.
*/
CONNECT repadmin@orc1.example.com

/*
Step 15   Complete instantiation process.

After completing the steps at the new master site, you are ready to complete the offline instantiation process. Executing the END_INSTANTIATION procedure in the DBMS_OFFLINE_OG package completes the process and resumes normal replication activity at all master sites. Ensure that you execute the following procedure at the master definition site.

*/

BEGIN
   DBMS_OFFLINE_OG.END_INSTANTIATION (
      gname => 'hr_repg',
      new_site => 'orc4.example.com');
END;
/

SET ECHO OFF

SPOOL OFF

/************************* END OF SCRIPT **********************************/

Removing a Master Site from a Master Group

When it becomes necessary to remove a master site from a master group, use the REMOVE_MASTER_DATABASES procedure to drop one or more master sites.

Meet the following requirements to complete these actions:

Executed As: Replication Administrator

Executed At: Master Definition Site

Replication Status: Quiesced

Complete the following steps to remove a master site.


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************* BEGINNING OF SCRIPT ******************************
Step 1   Connect to the master definition site as the replication administrator.
*/
SET ECHO ON

SPOOL remove_masters.out

CONNECT repadmin@orc1.example.com

/*
Step 2   If the replication status is normal for the master group, then change the status to quiesced.
*/
BEGIN
   DBMS_REPCAT.SUSPEND_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

/*
Step 3   Remove the master site.
*/
BEGIN
   DBMS_REPCAT.REMOVE_MASTER_DATABASES (
      gname => 'hr_repg',
      master_list => 'orc4.example.com');
END;
/

/*

You should wait until the DBA_REPCATLOG view is empty. Execute the following SELECT statement in another SQL*Plus session to monitor the DBA_REPCATLOG view:

SELECT * FROM DBA_REPCATLOG WHERE GNAME = 'HR_REPG';

*/

PAUSE Press <RETURN> to continue when DBA_REPCATLOG is empty for the master group.

/*
Step 4   Resume master activity for the master group.
*/
BEGIN
   DBMS_REPCAT.RESUME_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

SET ECHO OFF

SPOOL OFF

/************************* END OF SCRIPT **********************************/

Removing an Unavailable Master Site

The sites being removed from a master group do not have to be accessible. When a master site will not be available for an extended period of time due to a system or network failure, you might decide to drop the master site from the master group.

However, because the site is unavailable, you most likely cannot suspend replication activity for the master group. You can use the REMOVE_MASTER_DATABASES procedure in the DBMS_REPCAT package to remove master sites from a master group, even if the master group is not quiesced.

If this is the case, you are responsible for:

  • Cleaning the deferred transaction queue

  • Removing any data inconsistencies

Specifically, the next time that you suspend replication activity for a master group, you must complete the following steps as soon as possible after the unavailable master sites are removed:

Step 1   Suspend replication activity for the master group.

See "SUSPEND_MASTER_ACTIVITY Procedure" for information.

Step 2   Delete all deferred transactions from each master site where the destination for the transaction is a removed master site.

See "DELETE_TRAN Procedure" for information.

Step 3   Remove all deferred transactions from removed master sites.

See "DELETE_TRAN Procedure" for information.

Step 4   Reexecute or delete all error transactions at each remaining master site.

See "Managing the Error Queue" for information about reexecuting error transactions, and see "DELETE_TRAN Procedure" for information about removing error transactions.

Step 5   Ensure that no deferred or error transactions exist at each remaining master.

If you cannot remove one or more deferred transactions from a remaining master, execute the DBMS_DEFER_SYS.DELETE_TRAN procedure at the master site.

Step 6   Ensure that all replicated data is consistent.

See Chapter 16, "DBMS_RECTIFIER_DIFF" for information about determining and correcting differences.

Step 7   Resume replication activity for the master group.

See "RESUME_MASTER_ACTIVITY Procedure" for information.


Note:

After dropping an unavailable master site from a master group, you should also remove the master group from the dropped site to finish the cleanup.

Updating the Comments Fields in Data Dictionary Views

Several procedures in the DBMS_REPCAT package enable you to update the comment information in the various data dictionary views associated with replication. Table 7-1 lists the appropriate procedure to call for each view.

Table 7-1 Updating Comments in Advanced Replication Views

ViewDBMS_REPCAT ProcedureSee for Parameter Information
DBA_REPGROUP
COMMENT_ON_REPGROUP(
 gname            IN VARCHAR2,
 comment          IN VARCHAR2)

"COMMENT_ON_REPGROUP Procedure".

DBA_REPOBJECT
COMMENT_ON_REPOBJECT(
 sname            IN VARCHAR2, 
 oname            IN VARCHAR2, 
 type             IN VARCHAR2, 
 comment          IN VARCHAR2)

"COMMENT_ON_REPOBJECT Procedure".

DBA_REPSITES
COMMENT_ON_REPSITES(
 gname            IN VARCHAR2, 
 master           IN VARCHAR, 
 comment          IN VARCHAR2)

"COMMENT_ON_REPSITES Procedure".

DBA_REPCOLUMN_GROUP
COMMENT_ON_COLUMN_GROUP(
 sname            IN VARCHAR2, 
 oname            IN VARCHAR2, 
 column_group     IN VARCHAR2, 
 comment          IN VARCHAR2)

"COMMENT_ON_COLUMN_GROUP Procedure".

DBA_REPPRIORITY_GROUP
COMMENT_ON_PRIORITY_GROUP(
 gname            IN VARCHAR2, 
 pgroup           IN VARCHAR2)
 comment          IN VARCHAR2)

"COMMENT_ON_PRIORITY_GROUP Procedures".

DBA_REPPRIORITY_GROUP (site priority group)
COMMENT_ON_SITE_PRIORITY(
 gname            IN VARCHAR2, 
 name             IN VARCHAR2, 
 comment          IN VARCHAR2)

"COMMENT_ON_PRIORITY_GROUP Procedures".

DBA_REPRESOLUTION (uniqueness conflicts)
COMMENT_ON_UNIQUE_RESOLUTION(
 sname            IN VARCHAR2,
 oname            IN VARCHAR2,
 constraint_name  IN VARCHAR2,
 sequence_no      IN NUMBER, 
 comment          IN VARCHAR2)

The parameters for the COMMENT_ON_UNIQUE_RESOLUTION procedures are described in "COMMENT_ON_conflicttype_RESOLUTION Procedure".

DBA_REPRESOLUTION (update conflicts)
COMMENT_ON_UPDATE_RESOLUTION(
 sname            IN VARCHAR2,
 oname            IN VARCHAR2,
 column_group     IN VARCHAR2,
 sequence_no      IN NUMBER, 
 comment          IN VARCHAR2)

The parameters for the COMMENT_ON_UNIQUE_RESOLUTION procedures are described in "COMMENT_ON_conflicttype_RESOLUTION Procedure".

DBA_REPRESOLUTION (delete conflicts)
COMMENT_ON_DELETE_RESOLUTION(
 sname            IN VARCHAR2,
 oname            IN VARCHAR2,
 sequence_no      IN NUMBER, 
 comment          IN VARCHAR2)

The parameters for the COMMENT_ON_UNIQUE_RESOLUTION procedures are described in "COMMENT_ON_conflicttype_RESOLUTION Procedure".


Using Procedural Replication

Procedural replication can offer performance advantages for large batch-oriented operations operating on large numbers of rows that can be run serially within a replication environment.

A good example of an appropriate application is a purge operation, also referred to as an archive operation, that you run infrequently (for example, once in each quarter) during off hours to remove old data, or data that was "logically" deleted from the online database. An example using procedural replication to purge deleted rows is described in the "Avoiding Delete Conflicts" section in Chapter 5, "Conflict Resolution Concepts and Architecture", of Oracle Database Advanced Replication.

Restrictions on Procedural Replication

All parameters for a replicated procedure must be IN parameters; OUT and IN/OUT modes are not supported. The following data types are supported for these parameters:

  • VARCHAR2

  • NVARCHAR2

  • NUMBER

  • DATE

  • TIMESTAMP

  • TIMESTAMP WITH TIME ZONE

  • TIMESTAMP LOCAL TIME ZONE

  • INTERVAL YEAR TO MONTH

  • INTERVAL DAY TO SECOND

  • RAW

  • ROWID

  • CHAR

  • NCHAR

  • CLOB with BASICFILE storage

  • NCLOB with BASICFILE storage

  • BLOB with BASICFILE storage

  • XMLType stored as CLOB

  • User-defined types that do not use type inheritance or type evolution

  • Oracle-supplied types that do not use type inheritance or type evolution

The following data types are not supported for these parameters:

  • FLOAT

  • BINARY_FLOAT

  • BINARY_DOUBLE

  • LONG

  • LONG RAW

  • CLOB with SECUREFILE storage

  • NCLOB with SECUREFILE storage

  • BLOB with SECUREFILE storage

  • BFILE

  • XMLType stored object relationally or as binary XML

  • Expression type

  • User-defined types that use type inheritance or type evolution

  • Oracle-supplied types that use type inheritance or type evolution

Oracle cannot detect update conflicts produced by replicated procedures. Replicated procedures must detect and resolve conflicts themselves. Because of the difficulties involved in writing your own conflict resolution routines, it is best to simply avoid the possibility of conflicts altogether.

Adhering to the following guidelines helps you ensure that your tables remain consistent at all sites when you plan to use procedural replication:

  • You must disable row-level replication within the body of the deferred procedure. See "Updating the Comments Fields in Data Dictionary Views".

  • Run only one replicated procedure at a time, as described in "Serializing Transactions".

  • Propagate deferred transactions serially. For more information about guidelines for scheduled links, see Oracle Database Advanced Replication.

  • The replicated procedure must be packaged and the package cannot contain any functions. Standalone deferred procedures and standalone or packaged deferred functions are not currently supported.

  • The deferred procedures must reference only locally owned data.

  • The procedures should not use locally generated fields, values, or environmentally dependent SQL functions. For example, the procedure should not call SYSDATE.

  • Your data ownership should be statically partitioned. That is, ownership of a row should not change between sites.

  • If you have multiple master groups at a master site, and one or more master groups are quiesced, then you cannot perform procedural replication on any master group at the master site. This restriction is enforced because a procedure in one master group can update objects in another master group. You can only perform procedural replication when all of the master groups on a master site are replicating data normally (that is, when none of the master groups is quiesced).

    For example, if you have a procedure named sal_raise in master group A on master site db1, then you cannot run the sal_raise procedure if master group B on master site db1 is quiesced, even if master group A is replicating normally.

  • When using procedural replication, a procedure call is only propagated to master replication sites. The procedure call is not propagated to materialized view sites. However, procedural replication can be initiated at a materialized view site. In this case, the procedure call is propagated to all of the master sites in the replication environment, but the procedure call is not propagated to any other materialized view sites. Other materialized view sites must pull changes made at the master site by performing a materialized view refresh.

    For example, suppose a replication environment includes two master sites named msite1 and msite2 and two materialized view sites named mview1 and mview2. If procedural replication is initiated at mview1, then the procedure is run at mview1 and the procedure call is propagated to the two master sites, msite1 and msite2, where the procedure is also run. However, the procedure call is not propagated to mview2. Therefore, during the next refresh, mview2 pulls down all of the changes made by the procedure at its master site.

User-Defined Types and Procedural Replication

When using procedural replication, the user-defined types and the objects referenced in the procedure must meet the following conditions:

  • For an object type, all replication sites must agree about the order of attributes in the object type. You establish the attribute order when you create the object type. Consider the following object type:

    CREATE TYPE cust_address_typ AS OBJECT
         (street_address     VARCHAR2(40), 
          postal_code        VARCHAR2(10), 
          city               VARCHAR2(30), 
          state_province     VARCHAR2(10), 
          country_id         CHAR(2));
    /
    

    At all replication sites, street_address must be the first attribute, postal_code must be the second attribute, city must be the third attribute, and so on.

  • For an Oracle object, all replication sites must have the same object identifier (OID), schema owner, and type name for each replicated object type.

    You can meet these conditions by always using distributed schema management to create or modify any replicated object, including object types, tables with column objects, and object tables. If you do not use distributed schema management to create and modify object types, then replication errors can result.


See Also:

Oracle Database Advanced Replication for more information about type agreement at replication sites

Serializing Transactions

Serial execution ensures that your data remains consistent. The replication facility propagates and executes replicated transactions one at a time. For example, assume that you have two procedures, A and B, that perform updates on local data. Now assume that you perform the following actions, in order:

  1. Execute A and B locally.

  2. Queue requests to execute other replicas of A and B on other nodes.

  3. Commit.

The replicas of A and B on the other nodes are executed completely serially, in the same order that they were committed at the originating site. If A and B execute concurrently at the originating site, however, then they can produce different results locally than they do remotely. Executing A and B serially at the originating site ensures that all sites have identical results. Propagating the transaction serially ensures that A and B are executing in serial order at the target site in all cases.

Alternatively, you could write the procedures carefully, to ensure serialization. For example, you could use SELECT... FOR UPDATE for queries to ensure serialization at the originating site and at the target site if you are using parallel propagation.

Generating Support for Replicated Procedures

You must disable row-level replication support at the start of your procedure, and then reenable support at the end. This operation ensures that any updates that occur because of executing the procedure are not propagated to other sites. Row-level replication is enabled and disabled by calling the following procedures, respectively:

  • DBMS_REPUTIL.REPLICATION_ON

  • DBMS_REPUTIL.REPLICATION_OFF

When you generate replication support for your replicated package, Oracle creates a wrapper package in the schema of the replication propagator.


Note:

Unregistering the current propagator drops all existing generated wrappers in the propagator's schema. Replication support for wrapped stored procedures must be regenerated after you register a new propagator.

The wrapper package has the same name as the original package, but its name is prefixed with the string you supply when you generate replication support for the procedure. If you do not supply a prefix, then Oracle uses the default prefix, defer_. The wrapper procedure has the same parameters as the original, along with two additional parameters: call_local and call_remote. These two CHAR parameters determine where the procedure is executed. When call_local is 'Y', the procedure is executed locally. When call_remote is 'Y', the procedure will ultimately be executed at all other master sites in the replication environment.

The remote procedures are called directly if you are propagating changes synchronously, or calls to these procedures are added to the deferred transaction queue if you are propagating changes asynchronously. By default, call_local is 'N', and call_remote is 'Y'.

Oracle generates replication support for a package in two phases. The first phase creates the package specification at all sites. Phase two generates the package body at all sites. These two phases are necessary to support synchronous replication.

For example, suppose you create the package emp_mgmt containing the procedure new_dept, which takes one argument, email. To replicate this package to all master sites in your system, you can use the Advanced Replication interface in Oracle Enterprise Manager to add the package to a master group and then generate replication support for the object. After completing these steps, an application can call procedure in the replicated package as follows:

BEGIN
defer_emp_mgmt.new_dept( email        => 'jones',
                         call_local   => 'Y',
                         call_remote  => 'Y');
END;
/

See Also:

The Advanced Replication interface's online Help for more information about managing master groups and replicated objects using the Advanced Replication interface in Oracle Enterprise Manager

As shown in Figure 7-4, the logic of the wrapper procedure ensures that the procedure is called at the local site and subsequently at all remote sites. The logic of the wrapper procedure also ensures that when the replicated procedure is called at the remote sites, call_remote is FALSE, ensuring that the procedure is not further propagated.

If you are operating in a mixed replication environment with static partitioning of data ownership (that is, if you are not preventing row-level replication), then Advanced Replication preserves the order of operations at the remote node, because both row-level and procedural replication use the same asynchronous queue.

Figure 7-4 Asynchronous Procedural Replication

Description of Figure 7-4 follows
Description of "Figure 7-4 Asynchronous Procedural Replication"

PK+d:&PKy$AOEBPS/title.htm| Oracle Database Advanced Replication Management API Reference, 11g Release 2 (11.2)

Oracle® Database

Advanced Replication Management API Reference

11g Release 2 (11.2)

E10707-04

October 2010


Oracle Database Advanced Replication Management API Reference, 11g Release 2 (11.2)

E10707-04

Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.

Primary Author:  Randy Urbano

Contributors:  N. Arora, S. Balaraman, Y. Chan, A. Downing, C. Elsbernd, Y. Feng, J. Galagali, D. Goddard, L. Kaplan, V. Krishnamurthy, A. Lakshminath, P. Lane, J. Liu, E. Lu, P. McElroy, V. Moore, M. Pratt, A. Rajaram, N. Shodhan, W. Smith, J. Stamos, J. Stern, M. Subramaniam, L. Wong, D. Zhang

This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.

The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.

If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:

U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.

This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.

PK|PKy$AOEBPS/rarrcatadminpac.htm{ DBMS_REPCAT_ADMIN

20 DBMS_REPCAT_ADMIN

DBMS_REPCAT_ADMIN enables you to create users with the privileges needed by the symmetric replication facility.

This chapter contains this topic:


Summary of DBMS_REPCAT_ADMIN Subprograms

Table 20-1 DBMS_REPCAT_ADMIN Package Subprograms

SubprogramDescription

"GRANT_ADMIN_ANY_SCHEMA Procedure"


Grants the necessary privileges to the replication administrator to administer any replication group at the current site.

"GRANT_ADMIN_SCHEMA Procedure"


Grants the necessary privileges to the replication administrator to administer a schema at the current site.

"REGISTER_USER_REPGROUP Procedure"


Assigns proxy materialized view administrator or receiver privileges at the master site or master materialized view site for use with remote sites.

"REVOKE_ADMIN_ANY_SCHEMA Procedure"


Revokes the privileges and roles from the replication administrator that were granted by GRANT_ADMIN_ANY_SCHEMA.

"REVOKE_ADMIN_SCHEMA Procedure"


Revokes the privileges and roles from the replication administrator that were granted by GRANT_ADMIN_SCHEMA.

"UNREGISTER_USER_REPGROUP Procedure"


Revokes the privileges and roles from the proxy materialized view administrator or receiver that were granted by the REGISTER_USER_REPGROUP procedure.



GRANT_ADMIN_ANY_SCHEMA Procedure

This procedure grants the necessary privileges to the replication administrator to administer any replication groups at the current site.

Syntax

DBMS_REPCAT_ADMIN.GRANT_ADMIN_ANY_SCHEMA (
   username  IN   VARCHAR2);

Parameters

Table 20-2 GRANT_ADMIN_ANY_SCHEMA Procedure Parameters

ParameterDescription
username

Name of the replication administrator to whom you want to grant the necessary privileges and roles to administer any replication groups at the current site.


Exceptions

Table 20-3 GRANT_ADMIN_ANY_SCHEMA Procedure Exceptions

ExceptionDescription
ORA-01917

User does not exist.



GRANT_ADMIN_SCHEMA Procedure

This procedure grants the necessary privileges to the replication administrator to administer a schema at the current site. This procedure is most useful if your replication group does not span schemas.

The privileges granted by this procedure are more limited than the privileges granted by GRANT_ADMIN_ANY_SCHEMA. However, a replication administrator who is granted privileges with GRANT_ADMIN_SCHEMA still can perform certain administrative activities on replication groups owned by other replication administrators. For example, a replication administrator who is granted privileges with GRANT_ADMIN_SCHEMA can drop replication groups and replication objects owned by other replication administrators.


Note:

To restrict different users to different replicated groups, you can write a wrapper package on top of the DBMS_REPCAT package and grant EXECUTE privilege on the new package, but not on the DBMS_REPCAT package, to each user. The new package performs security checks. For example, the new package can dictate that hr can administer the hr_rg replication group, but no other replication group, and that hr only can administer objects in the hr schema. If the security checks are passed, then the new package calls a subprogram in the DBMS_REPCAT package. If the security checks are not passed, then the new package could log the failure, commit, and raise an exception.

Syntax

DBMS_REPCAT_ADMIN.GRANT_ADMIN_SCHEMA (
   username IN VARCHAR2);

Parameters

Table 20-4 GRANT_ADMIN_SCHEMA Procedure Parameters

ParameterDescription
username

Name of the replication administrator. This user is then granted the necessary privileges and roles to administer the schema of the same name within a replication group at the current site.


Exceptions

Table 20-5 GRANT_ADMIN_SCHEMA Procedure Exceptions

ExceptionDescription
ORA-01917

User does not exist.



REGISTER_USER_REPGROUP Procedure

This procedure assigns proxy materialized view administrator or receiver privileges at the master site or master materialized view site for use with remote sites. This procedure grants only the necessary privileges to the proxy materialized view administrator or receiver. It does not grant the powerful privileges granted by the GRANT_ADMIN_SCHEMA or GRANT_ADMIN_ANY_SCHEMA procedures.


See Also:

Appendix A, "Security Options" for more information about trusted versus untrusted security models

Syntax

DBMS_REPCAT_ADMIN.REGISTER_USER_REPGROUP (
   username         IN   VARCHAR2,
   privilege_type   IN   VARCHAR2,
   {list_of_gnames  IN   VARCHAR2 |
   table_of_gnames  IN   DBMS_UTILITY.NAME_ARRAY)};

Note:

This procedure is overloaded. The list_of_gnames and table_of_gnames parameters are mutually exclusive.

Parameters

Table 20-6 REGISTER_USER_REPGROUP Procedure Parameters

ParameterDescription
username

Name of the user to whom you are giving either proxy materialized view administrator or receiver privileges.

privilege_type

Specifies the privilege type you are assigning. Use the following values for to define your privilege_type:

  • receiver for receiver privileges

  • proxy_snapadmin for proxy materialized view administration privileges

list_of_gnames

Comma-delimited list of replication groups you want a user registered for receiver privileges. There must be no spaces between entries in the list. If you set list_of_gnames to NULL, then the user is registered for all replication groups, even replication groups that are not yet known when this procedure is called. You must use named notation to set list_of_gnames to NULL. An invalid replication group in the list causes registration to fail for the entire list.

table_of_gnames

PL/SQL associative array of replication groups you want a user registered for receiver privileges. The PL/SQL associative array must be of type DBMS_UTILITY.NAME_ARRAY. This table is 1-based (the positions start at 1 and increment by 1). Use the single value NULL to register the user for all replication groups. An invalid replication group in the table causes registration to fail for the entire table.


Exceptions

Table 20-7 REGISTER_USER_REPGROUP Procedure Exceptions

ExceptionDescription
nonmaster

Specified replication group does not exist or the invocation database is not a master site or master materialized view site.

ORA-01917

User does not exist.

typefailure

Incorrect privilege type was specified.



REVOKE_ADMIN_ANY_SCHEMA Procedure

This procedure revokes the privileges and roles from the replication administrator that were granted by GRANT_ADMIN_ANY_SCHEMA.


Note:

Identical privileges and roles that were granted independently of GRANT_ADMIN_ANY_SCHEMA are also revoked.

Syntax

DBMS_REPCAT_ADMIN.REVOKE_ADMIN_ANY_SCHEMA (
   username IN VARCHAR2);

Parameters

Table 20-8 REVOKE_ADMIN_ANY_SCHEMA Procedure Parameters

ParameterDescription
username

Name of the replication administrator whose privileges you want to revoke.


Exceptions

Table 20-9 REVOKE_ADMIN_ANY_SCHEMA Procedure Exceptions

ExceptionDescription
ORA-01917

User does not exist.



REVOKE_ADMIN_SCHEMA Procedure

This procedure revokes the privileges and roles from the replication administrator that were granted by GRANT_ADMIN_SCHEMA.


Note:

Identical privileges and roles that were granted independently of GRANT_ADMIN_SCHEMA are also revoked.

Syntax

DBMS_REPCAT_ADMIN.REVOKE_ADMIN_SCHEMA (
   username IN VARCHAR2);

Parameters

Table 20-10 REVOKE_ADMIN_SCHEMA Procedure Parameters

ParameterDescription
username

Name of the replication administrator whose privileges you want to revoke.


Exceptions

Table 20-11 REVOKE_ADMIN_SCHEMA Procedure Exceptions

ExceptionDescription
ORA-01917

User does not exist.



UNREGISTER_USER_REPGROUP Procedure

This procedure revokes the privileges and roles from the proxy materialized view administrator or receiver that were granted by the REGISTER_USER_REPGROUP procedure.

Syntax

DBMS_REPCAT_ADMIN.UNREGISTER_USER_REPGROUP (
   username         IN   VARCHAR2,
   privilege_type   IN   VARCHAR2,
   {list_of_gnames  IN   VARCHAR2 |
   table_of_gnames  IN   DBMS_UTILITY.NAME_ARRAY)};

Note:

This procedure is overloaded. The list_of_gnames and table_of_gnames parameters are mutually exclusive.

Parameters

Table 20-12 UNREGISTER_USER_REPGROUP Procedure Parameters

ParameterDescription
username

Name of the user you are unregistering.

privilege_type

Specifies the privilege type you are revoking. Use the following values for to define your privilege_type:

  • receiver for receiver privileges

  • proxy_snapadmin for proxy materialized view administration privileges

list_of_gnames

Comma-delimited list of replication groups you want a user unregistered for receiver privileges. There must be no spaces between entries in the list. If you set list_of_gnames to NULL, then the user is unregistered for all replication groups registered. You must use named notation to set list_of_gnames to NULL. An invalid replication group in the list causes unregistration to fail for the entire list.

table_of_gnames

PL/SQL associative array of replication groups you want a user unregistered for receiver privileges. The PL/SQL associative array must be of type DBMS_UTILITY.NAME_ARRAY. This table is 1-based (the positions start at 1 and increment by 1). Use the single value NULL to unregister the user for all replication groups registered. An invalid replication group in the table causes unregistration to fail for the entire table.


Exceptions

Table 20-13 UNREGISTER_USER_REPGROUP Procedure Exceptions

ExceptionDescription
nonmaster

Specified replication group does not exist or the invocation database is not a master site or master materialized view site.

ORA-01917

User does not exist.

typefailure

Incorrect privilege type was specified.


PKǒ>{{PKy$AOEBPS/rarrectdifpac.htmmF DBMS_RECTIFIER_DIFF

16 DBMS_RECTIFIER_DIFF

The DBMS_RECTIFIER_DIFF package contains APIs used to detect and resolve data inconsistencies between two replicated sites.

This chapter contains this topic:


Note:

You can also determine differences between database objects and converge them using the DBMS_COMPARISON package.


See Also:



Summary of DBMS_RECTIFIER_DIFF Subprograms

Table 16-1 DBMS_RECTIFIER_DIFF Package Subprograms

SubprogramDescription

"DIFFERENCES Procedure"


Determines the differences between two tables.

"RECTIFY Procedure"


Resolves the differences between two tables.



DIFFERENCES Procedure

This procedure determines the differences between two tables. It accepts the storage table of a nested table.


Note:

This procedure cannot be used on LOB columns, nor on columns based on user-defined types.

Syntax

DBMS_RECTIFIER_DIFF.DIFFERENCES (
   sname1               IN  VARCHAR2,
   oname1               IN  VARCHAR2,
   reference_site       IN  VARCHAR2 := '',
   sname2               IN  VARCHAR2,
   oname2               IN  VARCHAR2,
   comparison_site      IN  VARCHAR2 := '',
   where_clause         IN  VARCHAR2 := '',
   { column_list        IN  VARCHAR2 := '', 
   | array_columns      IN  DBMS_UTILITY.NAME_ARRAY, }
   missing_rows_sname   IN  VARCHAR2,
   missing_rows_oname1  IN  VARCHAR2,
   missing_rows_oname2  IN  VARCHAR2,
   missing_rows_site    IN  VARCHAR2 := '',
   max_missing          IN  INTEGER,
   commit_rows          IN  INTEGER := 500);

Note:

This procedure is overloaded. The column_list and array_columns parameters are mutually exclusive.

Parameters

Table 16-2 DIFFERENCES Procedure Parameters

ParameterDescription
sname1

Name of the schema at reference_site.

oname1

Name of the table at reference_site.

reference_site

Name of the reference database site. The default, NULL, indicates the current site.

sname2

Name of the schema at comparison_site.

oname2

Name of the table at comparison_site.

comparison_site

Name of the comparison database site. The default, NULL, indicates the current site.

where_clause

Only rows satisfying this clause are selected for comparison. The default, NULL, indicates all rows are compared.

column_list

A comma-delimited list of one or more column names being compared for the two tables. You must not have any spaces before or after a comma. The default, NULL, indicates that all columns will be compared.

array_columns

A PL/SQL associative array of column names being compared for the two tables. Indexing begins at 1, and the final element of the array must be NULL. If position 1 is NULL, then all columns are used.

missing_rows_sname

Name of the schema containing the tables with the missing rows.

missing_rows_oname1

Name of an existing table at missing_rows_site that stores information about the rows in the table at reference_site that are missing from the table at comparison_site, and information about the rows at comparison_site site that are missing from the table at reference_site.

missing_rows_oname2

Name of an existing table at missing_rows_site that stores information about the missing rows. This table has three columns: the R_ID column shows the rowid of the row in the missing_rows_oname1 table, the PRESENT column shows the name of the site where the row is present, and the ABSENT column shows name of the site from which the row is absent.

missing_rows_site

Name of the site where the missing_rows_oname1 and missing_rows_oname2 tables are located. The default, NULL, indicates that the tables are located at the current site.

max_missing

Integer that specifies the maximum number of rows that should be inserted into the missing_rows_oname table. If more than max_missing rows are missing, then that many rows are inserted into missing_rows_oname, and the routine then returns normally without determining whether more rows are missing. This parameter is useful if the fragments are so different that the missing rows table has too many entries and there is no point in continuing. Raises exception badnumber if max_missing is less than 1 or NULL.

commit_rows

Maximum number of rows to insert to or delete from the reference or comparison table before a COMMIT occurs. By default, a COMMIT occurs after 500 inserts or 500 deletes. An empty string (' ') or NULL indicates that a COMMIT should be issued only after all rows for a single table have been inserted or deleted.


Exceptions

Table 16-3 DIFFERENCES Procedure Exceptions

ExceptionDescription
nosuchsite

Database site could not be found.

badnumber

The commit_rows parameter is less than 1.

missingprimarykey

Column list must include primary key (or SET_COLUMNS equivalent).

badname

NULL or empty string for table or schema name.

cannotbenull

Parameter cannot be NULL.

notshapeequivalent

Tables being compared are not shape equivalent. Shape refers to the number of columns, their column names, and the column data types.

unknowncolumn

Column does not exist.

unsupportedtype

Type not supported.

dbms_repcat.commfailure

Remote site is inaccessible.

dbms_repcat.missingobject

Table does not exist.


Restrictions

The error ORA-00001 (unique constraint violated) is issued when there are any unique or primary key constraints on the missing rows table.


RECTIFY Procedure

This procedure resolves the differences between two tables. It accepts the storage table of a nested table.


Note:

This procedure cannot be used on LOB columns, nor on columns based on user-defined types.

Syntax

DBMS_RECTIFIER_DIFF.RECTIFY (
   sname1               IN  VARCHAR2,
   oname1               IN  VARCHAR2,
   reference_site       IN  VARCHAR2 := '',
   sname2               IN  VARCHAR2,
   oname2               IN  VARCHAR2,
   comparison_site      IN  VARCHAR2 := '',
   { column_list        IN  VARCHAR2 := '', 
   | array_columns      IN  dbms_utility.name_array, }
   missing_rows_sname   IN  VARCHAR2,
   missing_rows_oname1  IN  VARCHAR2,
   missing_rows_oname2  IN  VARCHAR2,
   missing_rows_site    IN  VARCHAR2 := '',
   commit_rows          IN  INTEGER := 500);

Note:

This procedure is overloaded. The column_list and array_columns parameters are mutually exclusive.

Parameters

Table 16-4 RECTIFY Procedure Parameters

ParameterDescription
sname1

Name of the schema at reference_site.

oname1

Name of the table at reference_site.

reference_site

Name of the reference database site. The default, NULL, indicates the current site.

sname2

Name of the schema at comparison_site.

oname2

Name of the table at comparison_site.

comparison_site

Name of the comparison database site. The default, NULL, indicates the current site.

column_list

A comma-delimited list of one or more column names being compared for the two tables. You must not have any spaces before or after a comma. The default, NULL, indicates that all columns will be compared.

array_columns

A PL/SQL associative array of column names being compared for the two tables. Indexing begins at 1, and the final element of the array must be NULL. If position 1 is NULL, then all columns are used.

missing_rows_sname

Name of the schema containing the tables with the missing rows.

missing_rows_oname1

Name of the table at missing_rows_site that stores information about the rows in the table at reference_site that are missing from the table at comparison_site, and information about the rows at comparison_site that are missing from the table at reference_site.

missing_rows_oname2

Name of the table at missing_rows_site that stores information about the missing rows. This table has three columns: the rowid of the row in the missing_rows_oname1 table, the name of the site at which the row is present, and the name of the site from which the row is absent.

missing_rows_site

Name of the site where the missing_rows_oname1 and missing_rows_oname2 tables are located. The default, NULL, indicates that the tables are located at the current site.

commit_rows

Maximum number of rows to insert to or delete from the reference or comparison table before a COMMIT occurs. By default, a COMMIT occurs after 500 inserts or 500 deletes. An empty string (' ') or NULL indicates that a COMMIT should be issued only after all rows for a single table have been inserted or deleted.


Exceptions

Table 16-5 RECTIFY Procedure Exceptions

ExceptionDescription
nosuchsite

Database site could not be found.

badnumber

The commit_rows parameter is less than 1.

badname

NULL or empty string for table or schema name.

dbms_repcat.commfailure

Remote site is inaccessible.

dbms_repcat.missingobject

Table does not exist.


PKW,mmPKy$AOEBPS/rarconflictres.htm Configuring Conflict Resolution

6 Configuring Conflict Resolution

This chapter illustrates how to define conflict resolution methods for your replication environment.

This chapter contains these topics:

Preparing for Conflict Resolution

Though you might design your database and front-end application to avoid conflicts between multiple sites in a replication environment, you might not be able to eliminate the possibility of conflicts. One of the most important aspects of replication is to ensure data convergence at all sites participating in the replication environment.

When data conflicts occur, you need a mechanism to ensure that the conflict is resolved in accordance with your business rules and that the data converges correctly at all sites.

Advanced Replication lets you define a conflict resolution system for your database that resolves conflicts in accordance with your business rules. If you have a unique situation that Oracle's prebuilt conflict resolution methods cannot resolve, then you have the option of building and using your own conflict resolution methods.

Before you begin implementing conflict resolution methods for your replicated tables, analyze the data in your system to determine where the most conflicts can occur. For example, static data such as an employee number might change very infrequently and is not subject to a high occurrence of conflicts. An employee's customer assignments, however, might change often and would therefore be prone to data conflicts.

After you have determined where the conflicts are most likely to occur, you must determine how to resolve the conflict. For example, do you want the latest change to have precedence, or should one site have precedence over another?

As you read each of the sections describing the different conflict resolution methods, you will learn what each method is best suited for. So, read each section and then think about how your business would want to resolve any potential conflicts.

After you have identified the potential problem areas and have determined what business rules would resolve the problem, use Oracle's conflict resolution methods (or one of your own) to implement a conflict resolution system.


See Also:

Oracle Database Advanced Replication for conceptual information about conflict resolution methods and detailed information about data convergence for each method

Creating Conflict Resolution Methods for Update Conflicts

The most common data conflict occurs when the same row at two or more different sites are updated at nearly the same time, or before the deferred transaction from one site was successfully propagated to the other sites.

One method to avoid update conflicts is to implement a synchronous replication environment, though this solution requires large network resource.

The other solution is to use the Oracle conflict resolution methods to deal with update conflicts that can occur when the same row receives two or more updates.

Overwrite and Discard Conflict Resolution Methods

The overwrite and discard methods ignore the values from either the originating or destination site and therefore can never guarantee convergence with more than one master site. These methods are designed to be used by a single master site and multiple materialized view sites, or with some form of a user-defined notification facility.

The overwrite method replaces the current value at the destination site with the new value from the originating site. Conversely, the discard method ignores the new value from the originating site.


See Also:

"ADD_conflicttype_RESOLUTION Procedure" and Oracle Database Advanced Replication for more information about overwrite and discard

Complete the following steps to create an overwrite or discard conflict resolution method. This example illustrates the use of the discard conflict resolution method at the master site. Therefore, in the event of a conflict, the data from a materialized view site is discarded and the master site data remains.


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************* BEGINNING OF SCRIPT ******************************
Step 1   Connect as the replication administrator.

The procedures in the following steps must be executed by the replication administrator.

*/

SET ECHO ON

SPOOL discard_conflictres.out

CONNECT repadmin@orc1.example.com

/*
Step 2   Quiesce the master group that contains the table to which you want to apply the conflict resolution method.

Before you define overwrite or discard conflict resolution methods, quiesce the master group that contains the table to which you want to apply the conflict resolution method. In a single master replication environment, quiescing the master group might not be required.

*/

BEGIN
   DBMS_REPCAT.SUSPEND_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

/*
Step 3   Create a column group for your target table.

All Oracle conflict resolution methods are based on logical column groupings called column groups.

*/

BEGIN
   DBMS_REPCAT.MAKE_COLUMN_GROUP (
      sname => 'hr',
      oname => 'departments',
      column_group => 'dep_cg',
      list_of_column_names => 'manager_id,location_id');
END;
/

/*
Step 4   Define the conflict resolution method for a specified table.

This example creates an OVERWRITE conflict resolution method.

*/

BEGIN
   DBMS_REPCAT.ADD_UPDATE_RESOLUTION (
      sname => 'hr',
      oname => 'departments',
      column_group => 'dep_cg',
      sequence_no => 1,
      method => 'DISCARD',
      parameter_column_name => 'manager_id,location_id');
END;
/

/*
Step 5   Regenerate replication support for the table that received the conflict resolution method.
*/
BEGIN 
    DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
      sname => 'hr',
      oname => 'departments', 
      type => 'TABLE',
      min_communication => TRUE); 
END;
/

/*
Step 6   Resume master activity after replication support has been regenerated.
*/
BEGIN
   DBMS_REPCAT.RESUME_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

SET ECHO OFF

SPOOL OFF

/************************* END OF SCRIPT **********************************/

Minimum and Maximum Conflict Resolution Methods

When Advanced Replication detects a conflict with a column group and calls either the minimum or maximum value conflict resolution methods, it compares the new value from the originating site with the current value from the destination site for a designated column in the column group. You must designate this column when you define your conflict resolution method.

If the new value of the designated column is less than or greater than (depending on the method used) the current value, then the column group values from the originating site are applied at the destination site, if all other errors were successfully resolved for the row. Otherwise the rows remain unchanged.

Complete the following steps to create an maximum or minimum conflict resolution method.


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************* BEGINNING OF SCRIPT ******************************
Step 1   Connect as the replication administrator.

The procedures in the following steps must be executed by the replication administrator.

*/

SET ECHO ON

SPOOL min_conflictres.out

CONNECT repadmin@orc1.example.com

/*
Step 2   Quiesce the master group that contains the table to which you want to apply the conflict resolution method.

Before you define maximum or minimum conflict resolution methods, quiesce the master group that contains the table to which you want to apply the conflict resolution method. In a single master replication environment, quiescing the master group might not be required.

*/

BEGIN
   DBMS_REPCAT.SUSPEND_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

/*
Step 3   Create a column group for your target table.

All Oracle conflict resolution methods are based on logical column groupings called column groups.

*/

BEGIN
   DBMS_REPCAT.MAKE_COLUMN_GROUP (
      sname => 'hr',
      oname => 'jobs',
      column_group => 'job_minsal_cg',
      list_of_column_names => 'min_salary');
END;
/

/*
Step 4   Define the conflict resolution method for a specified table.

This example creates a MINIMUM conflict resolution method.

*/

BEGIN
   DBMS_REPCAT.ADD_UPDATE_RESOLUTION (
      sname => 'hr',
      oname => 'jobs',
      column_group => 'job_minsal_cg',
      sequence_no => 1,
      method => 'MINIMUM',
      parameter_column_name => 'min_salary');
END;
/

/*
Step 5   Regenerate replication support for the table that received the conflict resolution method.
*/
BEGIN 
    DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
      sname => 'hr',
      oname => 'jobs', 
      type => 'TABLE',
      min_communication => TRUE); 
END;
/

/*
Step 6   Resume replication activity.
*/
BEGIN
   DBMS_REPCAT.RESUME_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

SET ECHO OFF

SPOOL OFF

/************************* END OF SCRIPT **********************************/

Timestamp Conflict Resolution Methods

The earliest time stamp and latest time stamp methods are variations on the minimum and maximum value methods. To use the time stamp method, you must designate a column in the replicated table of type DATE. When an application updates any column in a column group, the application must also update the value of the designated time stamp column with the local SYSDATE. For a change applied from another site, the time stamp value should be set to the time stamp value from the originating site.

Two elements are needed to make time stamp conflict resolution work well:

  • Synchronized time settings between computers

  • Timestamp field and trigger to automatically record time stamp

Complete the following steps to create a time stamp conflict resolution method.


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************* BEGINNING OF SCRIPT ******************************
Step 1   Connect as the replication administrator.

The procedures in the following steps must be executed by the replication administrator.

*/

SET ECHO ON

SPOOL timestamp_conflictres.out

CONNECT repadmin@orc1.example.com

/*
Step 2   Quiesce the master group that contains the table to which you want to apply the conflict resolution method.

Before defining time stamp conflict resolution methods, quiesce the master group that contains the table to which you want to apply the conflict resolution method. In a single master replication environment, quiescing the master group might not be required.

*/

BEGIN
   DBMS_REPCAT.SUSPEND_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

/*
Step 3   Add a column to your table to record the timestamp value when a row is inserted or updated.

If the target table does not already contain a time stamp field, then add a column to your table to record the time stamp value when a row is inserted or updated. You must use the ALTER_MASTER_REPOBJECT procedure to apply the DDL to the target table. Simply issuing the DDL might cause the replicated object to become invalid.

*/

BEGIN
   DBMS_REPCAT.ALTER_MASTER_REPOBJECT (
      sname => 'hr',
      oname => 'countries',
      type => 'TABLE',
      ddl_text => 'ALTER TABLE hr.countries ADD (timestamp DATE)');
END;
/

/*
Step 4   Regenerate replication support for the altered table.
*/
BEGIN 
    DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
      sname => 'hr',
      oname => 'countries', 
      type => 'TABLE',
      min_communication => TRUE); 
END;
/

/*
Step 5   Create a trigger that records the timestamp when a row is either inserted or updated.

This recorded value is used in the resolution of conflicts based on the Timestamp method. Instead of directly executing the DDL, use the DBMS_REPCAT.CREATE_MASTER_REPOBJECT procedure to create the trigger and add it to your master group.


Note:

You cannot use columns of datetime and interval data types for priority group conflict resolution.

*/

BEGIN
   DBMS_REPCAT.CREATE_MASTER_REPOBJECT (
      gname => 'hr_repg',
      type => 'TRIGGER',
      oname => 'insert_time',
      sname => 'hr',
      ddl_text => 'CREATE TRIGGER hr.insert_time
                      BEFORE
                         INSERT OR UPDATE ON hr.countries FOR EACH ROW
                      BEGIN
                         IF DBMS_REPUTIL.FROM_REMOTE = FALSE THEN
                            :NEW.TIMESTAMP := SYSDATE;
                         END IF;
                      END;');
END;
/

/*
Step 6   Create a column group for your target table.

All Oracle conflict resolution methods are based on logical column groupings called column groups.

*/

BEGIN
   DBMS_REPCAT.MAKE_COLUMN_GROUP (
      sname => 'hr',
      oname => 'countries',
      column_group => 'countries_timestamp_cg',
      list_of_column_names => 'country_name,region_id,timestamp');
END;
/

/*
Step 7   Define the conflict resolution method for a specified table.

This example specifies the LATEST TIMESTAMP conflict resolution method using the timestamp column that you created earlier.

*/

BEGIN
   DBMS_REPCAT.ADD_UPDATE_RESOLUTION (
      sname => 'hr',
      oname => 'countries',
      column_group => 'countries_timestamp_cg',
      sequence_no => 1,
      method => 'LATEST TIMESTAMP',
      parameter_column_name => 'timestamp');
END;
/

/*
Step 8   Regenerate replication support for the table that received the conflict resolution method.
*/
BEGIN 
    DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
      sname => 'hr',
      oname => 'countries', 
      type => 'TABLE',
      min_communication => TRUE); 
END;
/

/*
Step 9   Resume replication activity.
*/
BEGIN
   DBMS_REPCAT.RESUME_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

SET ECHO OFF

SPOOL OFF

/************************* END OF SCRIPT **********************************/

Additive and Average Conflict Resolution Methods

The additive and average methods work with column groups consisting of a single numeric column only. Instead of "accepting" one value over another, this conflict resolution method either adds the two compared values together or takes an average of the two compared values.

Complete the following steps to create an additive or average conflict resolution method. This example averages the commission percentage for an employee in the event of a conflict.


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************* BEGINNING OF SCRIPT ******************************
Step 1   Connect as the replication administrator.

The procedures in the following steps must be executed by the replication administrator.

*/

SET ECHO ON

SPOOL average_conflictres.out

CONNECT repadmin@orc1.example.com

/*
Step 2   Quiesce the master group that contains the table to which you want to apply the conflict resolution method.

Before you define additive and average conflict resolution methods, quiesce the master group that contains the table to which you want to apply the conflict resolution method. In a single master replication environment, quiescing the master group might not be required.

*/

BEGIN
   DBMS_REPCAT.SUSPEND_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

/*
Step 3   Create a column group for your target table.

All Oracle conflict resolution methods are based on logical column groupings called column groups.

*/

BEGIN
   DBMS_REPCAT.MAKE_COLUMN_GROUP (
      sname => 'hr',
      oname => 'employees',
      column_group => 'commission_average_cg',
      list_of_column_names => 'commission_pct');
END;
/

/*
Step 4   Define the conflict resolution method for a specified table.

This example specifies the AVERAGE conflict resolution method using the sal column.

*/

BEGIN
   DBMS_REPCAT.ADD_UPDATE_RESOLUTION (
      sname => 'hr',
      oname => 'employees',
      column_group => 'commission_average_cg',
      sequence_no => 1,
      method => 'AVERAGE',
      parameter_column_name => 'commission_pct');
END;
/

/*
Step 5   Regenerate replication support for the table that received the conflict resolution method.
*/
BEGIN 
    DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
      sname => 'hr',
      oname => 'employees', 
      type => 'TABLE',
      min_communication => TRUE); 
END;
/

/*
Step 6   Resume replication activity.
*/
BEGIN
   DBMS_REPCAT.RESUME_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

SET ECHO OFF

SPOOL OFF

/************************* END OF SCRIPT **********************************/

Priority Groups Conflict Resolution Methods

Priority groups allow you to assign a priority level to each possible value of a particular column. If Oracle detects a conflict, then Oracle updates the table whose "priority" column has a lower value using the data from the table with the higher priority value.

Complete the following steps to create a priority groups conflict resolution method.


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************* BEGINNING OF SCRIPT ******************************
Step 1   Connect as the replication administrator.

The procedures in the following steps must be executed by the replication administrator.

*/

SET ECHO ON

SPOOL priority_groups_conflictres.out

CONNECT repadmin@orc1.example.com

/*
Step 2   Quiesce the master group that contains the table to which you want to apply the conflict resolution method.

Before you define a priority groups conflict resolution method, quiesce the master group that contains the table to which you want to apply the conflict resolution method. In a single master replication environment, quiescing the master group might not be required.

*/

BEGIN
   DBMS_REPCAT.SUSPEND_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

/*
Step 3   Ensure that the job_id column is part of the column group for which your site priority conflict resolution mechanism is used.

Use the ADD_GROUPED_COLUMN procedure to add this column to an existing column group. If you do not already have a column group, then you can create a new column group using the DBMS_REPCAT.MAKE_COLUMN_GROUP procedure.

*/

BEGIN
   DBMS_REPCAT.MAKE_COLUMN_GROUP (
      sname => 'hr',
      oname => 'employees',
      column_group => 'employees_priority_cg',
      list_of_column_names => 'manager_id,hire_date,salary,job_id');
END;
/

/*
Step 4   Before you begin assigning a priority value to the values in your table, create a priority group that holds the values you defined.
*/
BEGIN
   DBMS_REPCAT.DEFINE_PRIORITY_GROUP (
      gname => 'hr_repg',
      pgroup => 'job_pg',
      datatype => 'VARCHAR2');
END;
/

/*
Step 5   Define a priority value for all possible table values.

The DBMS_REPCAT.ADD_PRIORITY_datatype procedure is available in several different versions. There is a version for each available data type (NUMBER, VARCHAR2, and so on). Execute this procedure as often as necessary until you have defined a priority value for all possible table values.


See Also:

"ADD_PRIORITY_datatype Procedure" for more information

*/

BEGIN
   DBMS_REPCAT.ADD_PRIORITY_VARCHAR2(
      gname => 'hr_repg',
      pgroup => 'job_pg',
      value => 'ad_pres',
      priority => 100);
END;
/

BEGIN
   DBMS_REPCAT.ADD_PRIORITY_VARCHAR2(
      gname => 'hr_repg',
      pgroup => 'job_pg',
      value => 'sa_man',
      priority => 80);
END;
/

BEGIN
   DBMS_REPCAT.ADD_PRIORITY_VARCHAR2(
      gname => 'hr_repg',
      pgroup => 'job_pg',
      value => 'sa_rep',
      priority => 60);
END;
/

BEGIN
   DBMS_REPCAT.ADD_PRIORITY_VARCHAR2(
      gname => 'hr_repg',
      pgroup => 'job_pg',
      value => 'pu_clerk',
      priority => 40);
END;
/

BEGIN
   DBMS_REPCAT.ADD_PRIORITY_VARCHAR2(
      gname => 'hr_repg',
      pgroup => 'job_pg',
      value => 'st_clerk',
      priority => 20);
END;
/

/*
Step 6   Add the PRIORITY GROUP resolution method to your replicated table.

The following example shows that it is the second conflict resolution method for the specified column group (sequence_no parameter).

*/

BEGIN
   DBMS_REPCAT.ADD_UPDATE_RESOLUTION (
      sname => 'hr',
      oname => 'employees',
      column_group => 'employees_priority_cg',
      sequence_no => 2,
      method => 'PRIORITY GROUP',
      parameter_column_name => 'job_id',
      priority_group => 'job_pg');
END;
/

/*
Step 7   Regenerate replication support for the table that received the conflict resolution method.
*/
BEGIN 
    DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
      sname => 'hr',
      oname => 'employees', 
      type => 'TABLE',
      min_communication => TRUE); 
END;
/

/*
Step 8   Resume replication activity.
*/
BEGIN
   DBMS_REPCAT.RESUME_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

SET ECHO OFF

SPOOL OFF

/************************* END OF SCRIPT **********************************/

Site Priority Conflict Resolution Methods

Site priority is a specialized form of a priority group. Therefore, many of the procedures associated with site priority behave similarly to the procedures associated with priority groups. Instead of resolving a conflict based on the priority of a field's value, the conflict is resolved based on the priority of the sites involved.

For example, if you assign orc2.example.com a higher priority value than orc1.example.com and a conflict arises between these two sites, then the value from orc2.example.com is used.

Complete the following steps to create a site priority conflict resolution method.


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************* BEGINNING OF SCRIPT ******************************
Step 1   Connect as the replication administrator.

The procedures in the following steps must be executed by the replication administrator.

*/

SET ECHO ON

SPOOL site_priority_conflictres.out

CONNECT repadmin@orc1.example.com

/*
Step 2   Quiesce the master group that contains the table to which you want to apply the conflict resolution method.

Before you define a site priority conflict resolution method, quiesce the master group that contains the table to which you want to apply the conflict resolution method. In a single master replication environment, quiescing the master group might not be required.

*/

BEGIN
   DBMS_REPCAT.SUSPEND_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

/*
Step 3   Add a site column to your table to store the site value.

Use the DBMS_REPCAT.ALTER_MASTER_REPOBJECT procedure to apply the DDL to the target table. Simply issuing the DDL might cause the replicated object to become invalid.

*/

BEGIN
   DBMS_REPCAT.ALTER_MASTER_REPOBJECT (
      sname => 'hr',
      oname => 'regions',
      type => 'TABLE',
      ddl_text => 'ALTER TABLE hr.regions ADD (site VARCHAR2(20))');
END;
/

/*
Step 4   Regenerate replication support for the affected object.
*/
BEGIN 
    DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
      sname => 'hr',
      oname => 'regions', 
      type => 'TABLE',
      min_communication => TRUE); 
END;
/

/*
Step 5   Create a trigger that records the global name of the site when a row is either inserted or updated.

This recorded value is used in the resolution of conflicts based on the site priority method. Instead of directly executing the DDL, use the DBMS_REPCAT.CREATE_MASTER_REPOBJECT procedure to create the trigger and add it to your master group.

*/

BEGIN
   DBMS_REPCAT.CREATE_MASTER_REPOBJECT (
      gname => 'hr_repg',
      type => 'TRIGGER',
      oname => 'insert_site',
      sname => 'hr',
      ddl_text => 'CREATE TRIGGER hr.insert_site
                     BEFORE
                       INSERT OR UPDATE ON hr.regions FOR EACH ROW
                     BEGIN 
                       IF DBMS_REPUTIL.FROM_REMOTE = FALSE THEN
                         SELECT global_name INTO :NEW.SITE FROM GLOBAL_NAME;
                       END IF;
                     END;');
END;
/

/*
Step 6   Ensure that the new column is part of the column group for which your site priority conflict resolution mechanism is used.

Use the ADD_GROUPED_COLUMN procedure to add this column to an existing column group. If you do not already have a column group, then you can create a new column group using the DBMS_REPCAT.MAKE_COLUMN_GROUP procedure.

*/

BEGIN
   DBMS_REPCAT.MAKE_COLUMN_GROUP (
      sname => 'hr',
      oname => 'regions',
      column_group => 'regions_sitepriority_cg',
      list_of_column_names => 'region_id,region_name,site');
END;
/

/*
Step 7   Before assigning a site priority value to the sites in your replicated environment, create a site priority group that holds the values you defined.
*/
BEGIN
   DBMS_REPCAT.DEFINE_SITE_PRIORITY (
      gname => 'hr_repg',
      name => 'regions_sitepriority_pg');
END;
/

/*
Step 8   Define the priority value for each of the sites in your replication environment.

Execute this procedure as often as necessary until you have defined a site priority value for each of the sites in our replication environment.

*/

BEGIN
   DBMS_REPCAT.ADD_SITE_PRIORITY_SITE (
      gname => 'hr_repg',
      name => 'regions_sitepriority_pg',
      site => 'orc1.example.com',
      priority => 100);
END;
/

BEGIN
   DBMS_REPCAT.ADD_SITE_PRIORITY_SITE (
      gname => 'hr_repg',
      name => 'regions_sitepriority_pg',
      site => 'orc2.example.com',
      priority => 50);
END;
/

BEGIN
   DBMS_REPCAT.ADD_SITE_PRIORITY_SITE (
      gname => 'hr_repg',
      name => 'regions_sitepriority_pg',
      site => 'orc3.example.com',
      priority => 25);
END;
/

/*
Step 9   Add the SITE PRIORITY resolution method to your replicated table.

The following example shows that it is the third conflict resolution method for the specified column group (sequence_no parameter).

*/

BEGIN
   DBMS_REPCAT.ADD_UPDATE_RESOLUTION (
      sname => 'hr',
      oname => 'regions',
      column_group => 'regions_sitepriority_cg',
      sequence_no => 1,
      method => 'SITE PRIORITY',
      parameter_column_name => 'site',
      priority_group => 'regions_sitepriority_pg');
END;
/

/*
Step 10   Regenerate replication support for the table that received the conflict resolution method.
*/
BEGIN 
    DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
      sname => 'hr',
      oname => 'regions', 
      type => 'TABLE',
      min_communication => TRUE); 
END;
/

/*
Step 11   Resume replication activity.
*/
BEGIN
   DBMS_REPCAT.RESUME_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

SET ECHO OFF

SPOOL OFF

/************************* END OF SCRIPT **********************************/

Creating Conflict Resolution Methods for Uniqueness Conflicts

In a replication environment, you might have situations where you encounter a conflict on a unique constraint, often resulting from an insert. If your business rules allow you to delete the duplicate row, then you can define a resolution method with Oracle's prebuilt conflict resolution methods.

More often, however, you probably want to modify the conflicting value so that it no longer violates the unique constraint. Modifying the conflicting value ensures that you do not lose important data. Oracle's prebuilt uniqueness conflict resolution method can make the conflicting value unique by appending a site name or a sequence number to the value.

An additional component that accompanies the uniqueness conflict resolution method is a notification facility. The conflicting information is modified by Oracle so that it can be inserted into the table, but you should be notified so that you can analyze the conflict to determine whether the record should be deleted, or the data merged into another record, or a completely new value be defined for the conflicting data.

A uniqueness conflict resolution method detects and resolves conflicts encountered on columns with a UNIQUE constraint. The example in this section uses the employees table in the hr sample schema, which has the unique constraint emp_email_uk on the email column.


Note:

To add unique conflict resolution method for a column, the name of the unique index on the column must match the name of the unique or primary key constraint.

Complete the following steps to create a uniqueness conflict resolution method.


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************* BEGINNING OF SCRIPT ******************************
Step 1   Connect as the replication administrator.
*/
SET ECHO ON

SPOOL unique_conflictres.out

CONNECT repadmin@orc1.example.com

/*
Step 2   Quiesce the master group that contains the table to which you want to apply the conflict resolution method.

Before you define a uniqueness conflict resolution method, ensure that the master group that contains the table to which you want to apply the conflict resolution method is quiesced.

*/

BEGIN
   DBMS_REPCAT.SUSPEND_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

/*
Step 3   Create a table that stores the messages received from your notification facility.

In this example, the table name is conf_report.

*/

BEGIN
   DBMS_REPCAT.EXECUTE_DDL (
      gname => 'hr_repg',
      ddl_text => 'CREATE TABLE hr.conf_report (
                   line NUMBER(2),
                   txt VARCHAR2(80),
                   timestamp DATE,
                   table_name VARCHAR2(30),
                   table_owner VARCHAR2(30),
                   conflict_type VARCHAR2(7))');
END;
/

/*
Step 4   Connect as the owner of the table you created in Step 3.
*/
CONNECT hr@orc1.example.com

/*
Step 5   Create a package that sends a notification to the conf_report table when a conflict is detected.

In this example, the package name is notify.


See Also:

Appendix B, "User-Defined Conflict Resolution Methods" describes the conflict resolution notification package that is created in this script

*/

CREATE OR REPLACE PACKAGE notify AS
   FUNCTION emp_unique_violation (email IN OUT VARCHAR2,
      discard_new_values IN OUT BOOLEAN)
   RETURN BOOLEAN;
END notify;
/

CREATE OR REPLACE PACKAGE BODY notify AS
   TYPE message_table IS TABLE OF VARCHAR2(80) INDEX BY BINARY_INTEGER;
   PROCEDURE report_conflict(conflict_report IN MESSAGE_TABLE,
      report_length IN NUMBER,
      conflict_time IN DATE,
      conflict_table IN VARCHAR2,
      table_owner IN VARCHAR2,
      conflict_type IN VARCHAR2) IS
      BEGIN
         FOR idx IN 1..report_length LOOP
            BEGIN
              INSERT INTO hr.conf_report
              (line, txt, timestamp, table_name, table_owner, conflict_type)
              VALUES (idx, SUBSTR(conflict_report(idx),1,80), conflict_time,
              conflict_table, table_owner, conflict_type);
            EXCEPTION WHEN others THEN NULL;
            END;
         END LOOP;
      END report_conflict;
   FUNCTION emp_unique_violation(email IN OUT VARCHAR2,
      discard_new_values IN OUT BOOLEAN)
   RETURN BOOLEAN IS
      local_node VARCHAR2(128);
      conf_report MESSAGE_TABLE;
      conf_time DATE := SYSDATE;
   BEGIN
      BEGIN
         SELECT global_name INTO local_node FROM global_name;
      EXCEPTION WHEN others THEN local_node := '?';
      END;
      conf_report(1) := 'UNIQUENESS CONFLICT DETECTED IN EMPLOYEES ON ' ||
         TO_CHAR(conf_time, 'MM-DD-YYYY HH24:MI:SS');
      conf_report(2) := ' AT NODE ' || local_node;
      conf_report(3) := 'ATTEMPTING TO RESOLVE CONFLICT USING' ||
         ' APPEND SITE NAME METHOD';
      conf_report(4) := 'EMAIL: ' || email;
      conf_report(5) := NULL;
      report_conflict(conf_report,5,conf_time,'employees','hr','UNIQUE');
      discard_new_values := FALSE;
      RETURN FALSE;
   END emp_unique_violation;
END notify;
/

/*
Step 6   Connect as the replication administrator.
*/
CONNECT repadmin@orc1.example.com

/*
Step 7   Replicate the package you created in Step 5 to all of the master sites in your replication environment.

This step ensures that the notification facility is available at all master sites.

*/

BEGIN
   DBMS_REPCAT.CREATE_MASTER_REPOBJECT (
      gname => 'hr_repg',
      type =>  'PACKAGE',
      oname => 'notify',
      sname => 'hr');
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MASTER_REPOBJECT (
      gname => 'hr_repg',
      type =>  'PACKAGE BODY',
      oname => 'notify',
      sname => 'hr');
END;
/

/*
Step 8   Add the notification facility as one of your conflict resolution methods.

Add it even though it only notifies of a conflict. The following example demonstrates adding the notification facility as a USER FUNCTION.

*/

BEGIN
   DBMS_REPCAT.ADD_UPDATE_RESOLUTION (
      sname => 'hr', 
      oname => 'employees', 
      constraint_name => 'emp_email_uk',
      sequence_no => 1, 
      method => 'USER FUNCTION',
      comment => 'Notify DBA',
      parameter_column_name => 'email',
      function_name => 'hr.notify.emp_unique_violation'); 
END;
/

/*
Step 9   Add the actual conflict resolution method to your table.

The following example demonstrates adding the APPEND SITE NAME uniqueness conflict resolution method to your replicated table.

*/

BEGIN
   DBMS_REPCAT.ADD_UPDATE_RESOLUTION (
      sname => 'hr',
      oname => 'employees',
      constraint_name => 'emp_email_uk',
      sequence_no => 2,
      method => 'APPEND SITE NAME',
      parameter_column_name => 'email');
END;
/

/*
Step 10   Regenerate replication support for the table that received the conflict resolution methods.
*/
BEGIN 
    DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
      sname => 'hr',
      oname => 'employees', 
      type => 'TABLE',
      min_communication => TRUE); 
END;
/

/*
Step 11   Resume replication activity.
*/
BEGIN
   DBMS_REPCAT.RESUME_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

SET ECHO OFF

SPOOL OFF

/************************* END OF SCRIPT **********************************/

Creating Conflict Avoidance Methods for Delete Conflicts

Unlike update conflicts, where there are two values to compare, simply deleting a row makes the update conflict resolution methods described in the previous section ineffective because only one value would exist.

The best way to deal with deleting rows in a replication environment is to avoid the conflict by marking a row for deletion and periodically purging the table of all marked records. Because you are not physically removing this row, your data can converge at all master sites if a conflict arises because you still have two values to compare, if no other errors have occurred. After you are sure that your data has converged, you can purge marked rows using a replicated purge procedure.

When developing the front-end application for your database, you probably want to filter out the rows that have been marked for deletion, because doing so makes it appear to your users as though the row was physically deleted. Simply exclude the rows that have been marked for deletion in the SELECT statement for your data set.

For example, a select statement for a current employee listing might be similar to the following:

SELECT * FROM hr.locations WHERE remove_date IS NULL;

This section describes how to prepare your replicated table to avoid delete conflicts. You also learn how to use procedural replication to purge those records that have been marked for deletion.

Complete the following steps to create a conflict avoidance method for delete conflicts.


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************* BEGINNING OF SCRIPT ******************************
Step 1   Connect as the replication administrator at the master definition site.
*/
SET ECHO ON

SPOOL delete_conflictres.out

CONNECT repadmin@orc1.example.com

/*
Step 2   Quiesce the master group that contains the table to which you want to apply the conflict resolution method.
*/
BEGIN
   DBMS_REPCAT.SUSPEND_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

/*
Step 3   Add a column to the replicated table that stores the mark for deleted records.

It is advisable to use a time stamp to mark your records for deletion (time stamp reflects when the record was marked for deletion). Because you are using a time stamp, the new column can be a DATE data type. Use the DBMS_REPCAT.ALTER_MASTER_REPOBJECT procedure to add the remove_date column to your existing replicated table.

*/

BEGIN
   DBMS_REPCAT.ALTER_MASTER_REPOBJECT (
      sname => 'hr',
      oname => 'locations',
      type => 'TABLE',
      ddl_text => 'ALTER TABLE hr.locations ADD (remove_date DATE)');
END;
/

/*
Step 4   Regenerate replication support for the altered table.
*/
BEGIN 
    DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
      sname => 'hr',
      oname => 'locations', 
      type => 'TABLE',
      min_communication => TRUE); 
END;
/

/*
Step 5   Create a package that is replicated to all of the master sites in your replication environment.

This package purges all marked records from the specified table.

*/

BEGIN
   DBMS_REPCAT.CREATE_MASTER_REPOBJECT (
      gname => 'hr_repg',
      type => 'PACKAGE',
      oname => 'purge',
      sname => 'hr',
      ddl_text => 'CREATE OR REPLACE PACKAGE hr.purge AS
                      PROCEDURE remove_locations(purge_date DATE);
                   END;');
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MASTER_REPOBJECT (
      gname => 'hr_repg',
      type => 'PACKAGE BODY',
      oname => 'purge',
      sname => 'hr',
      ddl_text => 'CREATE OR REPLACE PACKAGE BODY hr.purge AS
                      PROCEDURE remove_locations(purge_date IN DATE) IS
                      BEGIN
                         DBMS_REPUTIL.REPLICATION_OFF;
                         LOCK TABLE hr.locations IN EXCLUSIVE MODE;
                         DELETE hr.locations WHERE remove_date IS NOT NULL 
                            AND remove_date < purge_date;
                         DBMS_REPUTIL.REPLICATION_ON;
                      EXCEPTION WHEN others THEN
                         DBMS_REPUTIL.REPLICATION_ON;
                      END;
                   END;');
END;
/

/*
Step 6   Generate replication support for each package and package body.

After generating replication support, a synonym is created for you and added to your master group as a replicated object. This synonym is labeled as defer_purge.remove_locations.

*/

BEGIN 
    DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
      sname => 'hr',
      oname => 'purge', 
      type => 'PACKAGE',
      min_communication => TRUE); 
END;
/

BEGIN 
    DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
      sname => 'hr',
      oname => 'purge', 
      type => 'PACKAGE BODY',
      min_communication => TRUE); 
END;
/

/*
Step 7   In a separate terminal window, manually push any administrative requests at all other master sites.

You might need to execute the DO_DEFERRED_REPCAT_ADMIN procedure in the DBMS_REPCAT package several times, because some administrative operations have multiple steps. The following is an example:

*/

BEGIN
   DBMS_REPCAT.DO_DEFERRED_REPCAT_ADMIN (
      gname => 'hr_repg',
      all_sites => FALSE);
END;
/

*/

PAUSE Press <RETURN> to continue when you have verified that there are no 
pending administrative requests in the DBA_REPCATLOG data dictionary view.

/*
Step 8   Resume replication activity.
*/
BEGIN
   DBMS_REPCAT.RESUME_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

SET ECHO OFF

SPOOL OFF

/************************* END OF SCRIPT **********************************/

Using Dynamic Ownership Conflict Avoidance

This section describes a more advanced method of designing your applications to avoid conflicts. This method, known as token passing, is similar to the workflow method described in the following sections. Although this section describes how to use this method to control the ownership of an entire row, you can use a modified form of this method to control ownership of the individual column groups within a row.

Both workflow and token passing allow dynamic ownership of data. With dynamic ownership, only one site at a time is allowed to update a row, but ownership of the row can be passed from site to site. Both workflow and token passing use the value of one or more "identifier" columns to determine who is currently allowed to update the row.

Workflow

With workflow partitioning, you can think of data ownership as being "pushed" from site to site. Only the current owner of the row is allowed to push the ownership of the row to another site, by changing the value of the "identifier" columns.

Take the simple example of separate sites for ordering, shipping, and billing. Here, the identifier columns are used to indicate the status of an order. The status determines which site can update the row. After a user at the ordering site has entered the order, the user updates the status of this row to ship. Users at the ordering site are no longer allowed to modify this row — ownership has been pushed to the shipping site.

After shipping the order, the user at the shipping site updates the status of this row to bill, thus pushing ownership to the billing site, and so on.

To successfully avoid conflicts, applications implementing dynamic data ownership must ensure that the following conditions are met:

  • Only the owner of the row can update the row.

  • The row is never owned 2.by more than one site.

  • Ordering conflicts can be successfully resolved at all sites.

With workflow partitioning, only the current owner of the row can push the ownership of the row to the next site by updating the "identifier" columns. No site is given ownership unless another site has given up ownership; thus ensuring there is never more than one owner.

Because the flow of work is ordered, ordering conflicts can be resolved by applying the change from the site that occurs latest in the flow of work. Any ordering conflicts can be resolved using a form of the priority conflict resolution method, where the priority value increases with each step in the work flow process. The priority conflict resolution method successfully converges for more than one master site as long as the priority value is always increasing.

Token Passing

Token passing uses a more generalized approach to meeting these criteria. To implement token passing, instead of the "identifier" columns, your replicated tables must have owner and epoch columns. The owner column stores the global database name of the site currently believed to own the row.

Once you have designed a token passing mechanism, you can use it to implement a variety of forms of dynamic partitioning of data ownership, including workflow.

You should design your application to implement token passing for you automatically. You should not allow the owner or epoch columns to be updated outside this application.

Whenever you attempt to update a row, your application should:

  1. Locate the current owner of the row.

  2. Establish ownership of the row.

  3. Lock the row to prevent updates while ownership is changing.

  4. Perform the update.

Oracle releases the lock when you commit your transaction.

For example, Figure 6-1 illustrates how ownership of employee 100 passes from the acct_sf database to the acct_ny database.

Figure 6-1 Grabbing the Token

Description of Figure 6-1 follows
Description of "Figure 6-1 Grabbing the Token "

Locating the Owner of a Row

To obtain ownership, the acct_ny database uses a simple recursive algorithm to locate the owner of the row. The sample code for this algorithm is shown as follows:

-- Sample code for locating the token owner.
-- This is for a table TABLE_NAME with primary key PK.
-- Initial call should initialize loc_epoch to 0 and loc_owner
-- to the local global name.
get_owner(PK IN primary_key_type, loc_epoch IN OUT NUMBER, 
          loc_owner IN OUT VARCHAR2)
{
  -- use dynamic SQL (dbms_sql) to perform a select similar to
  -- the following:
  SELECT owner, epoch into rmt_owner, rmt_epoch
     FROM TABLE_NAME@loc_owner
     WHERE primary_key = PK FOR UPDATE;
  IF rmt_owner = loc_owner AND rmt_epoch >= loc_epoch THEN
   loc_owner := rmt_owner;
   loc_epoch := rmt_epoch;
   RETURN;
  ELSIF rmt_epoch >= loc_epoch THEN 
   get_owner(PK, rmt_epoch, rmt_owner);
   loc_owner := rmt_owner;
   loc_epoch := rmt_epoch;
   RETURN;
  ELSE
   raise_application_error(-20000, 'No owner for row');
  END IF;}

Obtaining Ownership

After locating the owner of the row, the acct_ny site gets ownership from the acct_sf site by completing the following steps:

  1. Lock the row at the sf site to prevent any changes from occurring while ownership is being exchanged.

    This operation ensures that only one site considers itself to be the owner at all times. The update at the sf site should not be replicated using DBMS_REPUTIL.REPLICATION_OFF. The replicated change of ownership at the ny site in Step 4 will ultimately be propagated to all other sites in the replication environment, including the sf site, where it will have no effect.

  2. Synchronously update the owner information at both the sf and ny sites.

  3. Update the row information at the new owner site, ny, with the information from the current owner site, sf.

    This data is guaranteed to be the most recent. This time, the change at the ny site should not be replicated. Any queued changes to this data at the sf site are propagated to all other sites in the usual manner. When the sf change is propagated to ny, it is ignored because of the values of the epoch numbers, as described in the next bullet point.

  4. Update the epoch number at the new owner site to be one greater than the value at the previous site.

    Perform this update at the new owner only, and then asynchronously propagate this update to the other master sites. Incrementing the epoch number at the new owner site prevents ordering conflicts.

    When the sf changes (that were in the deferred queue in Step 2 preceding) are ultimately propagated to the ny site, the ny site ignores them because they have a lower epoch number than the epoch number at the ny site for the same data.

    As another example, suppose the hq site received the sf changes after receiving the ny changes, the hq site would ignore the sf changes because the changes applied from the ny site would have the greater epoch number.

Applying the Change

You should design your application to implement this method of token passing for you automatically whenever you perform an update. You should not allow the owner or epoch columns to be updated outside this application. The lock that you grab when you change ownership is released when you apply your actual update. The changed information, along with the updated owner and epoch information, are asynchronously propagated to the other sites in the usual manner.

Auditing Successful Conflict Resolution

Whenever Oracle detects and successfully resolves an update, delete, or uniqueness conflict, you can view information about what method was used to resolve the conflict by querying the ALL_REPRESOLUTION_STATISTICS data dictionary view. This view is updated only if you have enabled conflict resolution statistics gathering for the table involved in the conflict.


See Also:

The ALL_REPRESOLUTION_STATISTICS view for more information

Collecting Conflict Resolution Statistics

Use the REGISTER_STATISTICS procedure in the DBMS_REPCAT package to collect information about the successful resolution of update, delete, and uniqueness conflicts for a table. The following example gathers statistics for the employees table in the hr schema:

BEGIN
    DBMS_REPCAT.REGISTER_STATISTICS (
      sname => 'hr',
      oname => 'employees');
END;
/

Viewing Conflict Resolution Statistics

After calling REGISTER_STATISTICS for a table, each conflict that is successfully resolved for that table is logged in the ALL_REPRESOLUTION_STATISTICS data dictionary view. Information about unresolved conflicts is always logged in the DEFERROR view, whether the object is registered or not.


See Also:

The ALL_REPRESOLUTION_STATISTICS view and the DEFERROR view for more information

Canceling Conflict Resolution Statistics

Use the CANCEL_STATISTICS procedure in the DBMS_REPCAT package if you no longer want to collect information about the successful resolution of update, delete, and uniqueness conflicts for a table. The following example cancels statistics gathering on the employees table in the hr schema:

BEGIN
    DBMS_REPCAT.CANCEL_STATISTICS (
      sname => 'hr',
      oname => 'employees');
END;
/

Clearing Statistics Information

If you registered a table to log information about the successful resolution of update, delete, and uniqueness conflicts, then you can remove this information from the DBA_REPRESOLUTION_STATISTICS data dictionary view by calling the PURGE_STATISTICS procedure in the DBMS_REPCAT package.

The following example purges the statistics gathered about conflicts resolved due to inserts, updates, and deletes on the employees table between January 1 and March 31:

BEGIN
    DBMS_REPCAT.PURGE_STATISTICS (
      sname  => 'hr', 
      oname  => 'employees', 
      start_date => '01-JAN-2001',
      end_date => '31-MAR-2001');
END;
/
PK A.2.PKy$AOEBPS/rarmanage.htm Managing Replication Objects and Queues

9 Managing Replication Objects and Queues

This chapter illustrates how to manage the replication objects and queues in your replication environment using the replication management API.

This chapter contains these topics:

Altering a Replicated Object in a Quiesced Master Group

As your database needs change, you might need to modify the characteristics of your replicated objects. It is important that you do not directly execute DDL to alter your replicated objects. Doing so might cause your replication environment to fail.

Use the ALTER_MASTER_REPOBJECT procedure in the DBMS_REPCAT package to alter the characteristics of your replicated objects in a quiesced master group. From the example following, notice that you simply include the necessary DDL within the procedure call (see the ddl_text parameter).

Meet the following requirements to complete these actions:

Executed As: Replication Administrator

Executed At: Master Definition Site

Replication Status: Quiesced

Complete the following steps to alter a replicated object in a quiesced master group.


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************* BEGINNING OF SCRIPT ******************************
Step 1   If you are altering a master table, and there are updatable materialized views based on the master table, then refresh the updatable materialized views.

Refresh the updatable materialized views to push any changes from them to the master table. See "Refreshing Materialized Views" for instructions.

*/

PAUSE Press <RETURN> to continue when all of the updatable materialized views that are based on the master table have been refreshed.

/*
Step 2   Connect to the master definition site as the replication administrator.
*/
SET ECHO ON

SPOOL alter_rep_object.out

CONNECT repadmin@orc1.example.com

/*
Step 3   If necessary, then quiesce the master group.

See the "ALTER_MASTER_REPOBJECT Procedure" for information about when quiesce is not required.

*/

BEGIN
   DBMS_REPCAT.SUSPEND_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

/*
Step 4   In a separate SQL*Plus session, check the status of the master group you are quiescing.

Do not proceed until the group's status is QUIESCED.

To check the status, run the following query:

SELECT GNAME, STATUS FROM DBA_REPGROUP;

*/

PAUSE Press <RETURN> to continue when the master group's status is QUIESCED.

/*
Step 5    Alter the replicated object.
*/
BEGIN
   DBMS_REPCAT.ALTER_MASTER_REPOBJECT (
      sname => 'hr',
      oname => 'employees',
      type => 'TABLE',
      ddl_text => 'ALTER TABLE hr.employees ADD (timestamp DATE)');
END;
/

/*
Step 6   Regenerate replication support for the altered object.
*/
BEGIN 
    DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
      sname => 'hr',
      oname => 'employees', 
      type => 'TABLE',
      min_communication => TRUE); 
END;
/

/*
Step 7   In a separate SQL*Plus session, check if DBA_REPCATLOG is empty.

Do not proceed until this view is empty.

Execute the following SELECT statement in another SQL*Plus session to monitor the DBA_REPCATLOG view:

SELECT * FROM DBA_REPCATLOG WHERE GNAME = 'HR_REPG';

*/

PAUSE Press <RETURN> to continue when DBA_REPCATLOG is empty.

/*
Step 8   Re-create the Materialized View Log for a Master Table, If Necessary

If you altered a master table with fast-refreshable materialized views based on it, then the materialized view log must be dropped and re-created if any of the following conditions are met:

  • The materialized view log must contain one or more new columns that were added to the master table. In this case, you can choose to alter the materialized view log to add the columns. See "Altering a Materialized View Log to Add Columns".

  • The materialized view log contains one or more columns in the master table that were altered.

  • The materialized view log contains one more columns that were deleted from the master table.

*/

PAUSE Press <RETURN> to continue after the materialized view logs are re-created.

/*
Step 9   Re-create Materialized Views, If Necessary

If you altered a master table with updatable materialized views based on it, then all of these updatable materialized views must be re-created.

If you altered a master table with read-only materialized views based on it, then these read-only materialized views must be re-created if any of the following conditions are met:

  • The read-only materialized view must reference one or more columns that were added to the master table.

  • The read-only materialized view references one or more columns in the master table that were altered.

  • The read-only materialized view references one or more columns that were deleted from the master table.

*/

PAUSE Press <RETURN> to continue after the materialized views are re-created.

/*
Step 10   Resume replication activity.
*/
BEGIN
   DBMS_REPCAT.RESUME_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

SET ECHO OFF

SPOOL OFF

/************************* END OF SCRIPT **********************************/

Modifying Tables without Replicating the Modifications

You might have a situation in which you must modify a replicated object, but you do not want this modification replicated to the other sites in the replication environment. For example, you might want to disable replication in the following situations:

You might need to do this, for example, if you must correct the state of a record at one site so that a conflicting replicated update will succeed when you reexecute the error transaction. Or, you might use an unreplicated modification to undo the effects of a transaction at its origin site because the transaction could not be applied at the destination site. In this example, you can use the Advanced Replication interface in Oracle Enterprise Manager to delete the conflicting transaction from the destination site.

To modify tables without replicating the modifications, use the REPLICATION_ON and REPLICATION_OFF procedures in the DBMS_REPUTIL package. These procedures take no arguments and are used as flags by the generated replication triggers.


Note:

To enable and disable replication, you must have the EXECUTE privilege on the DBMS_REPUTIL package.

Disabling Replication

The DBMS_REPUTIL.REPLICATION_OFF procedure sets the state of an internal replication variable for the current session to FALSE. Because all replicated triggers check the state of this variable before queuing any transactions, modifications made to the replicated tables that use row-level replication do not result in any queued deferred transactions.


Caution:

Turning replication on or off affects only the current session. That is, other users currently connected to the same server are not restricted from placing committed changes in the deferred transaction queue.

If you are using procedural replication, then call REPLICATION_OFF at the start of your procedure, as shown in the following example. This ensures that the replication facility does not attempt to use row-level replication to propagate the changes that you make.

CREATE OR REPLACE PACKAGE update_objects AS
  PROCEDURE update_emp(adjustment IN NUMBER);
END;
/

CREATE OR REPLACE PACKAGE BODY update_objects AS
  PROCEDURE update_emp(adjustment IN NUMBER) IS
  BEGIN
   --turn off row-level replication for set update
   DBMS_REPUTIL.REPLICATION_OFF;
   UPDATE emp . . .;
   --reenable replication
   DBMS_REPUTIL.REPLICATION_ON;
  EXCEPTION WHEN OTHERS THEN
   . . . 
   DBMS_REPUTIL.REPLICATION_ON;
  END;
END;
/

Reenabling Replication

After resolving any conflicts, or at the end of your replicated procedure, be certain to call DBMS_REPUTIL.REPLICATION_ON to resume normal replication of changes to your replicated tables or materialized views. This procedure takes no arguments. Calling REPLICATION_ON sets the internal replication variable to TRUE.

Ensuring that Replicated Triggers Fire Only Once

If you have defined a replicated trigger on a replicated table, then you might need to ensure that the trigger fires only once for each change that you make. Typically, you only want the trigger to fire when the change is first made, and you do not want the remote trigger to fire when the change is replicated to the remote site.

You should check the value of the DBMS_REPUTIL.FROM_REMOTE package variable at the start of your trigger. The trigger should update the table only if the value of this variable is FALSE.

Alternatively, you can disable replication at the start of the trigger and reenable it at the end of the trigger when modifying rows other than the one that caused the trigger to fire. Using this method, only the original change is replicated to the remote sites. Then the replicated trigger fires at each remote site. Any updates performed by the replicated trigger are not pushed to any other sites.

Using this approach, conflict resolution is not invoked. Therefore, you must ensure that the changes resulting from the trigger do not affect the consistency of the data.

Converting a LONG Column to a LOB Column in a Replicated Table

LOB columns using BASICFILE storage can be replicated, but LONG columns cannot be replicated. You can convert the data type of a LONG column to a CLOB column and the data type of a LONG_RAW column to a BLOB column.

Converting a LONG column to a LOB column can result in increased network bandwidth requirements because the data in such a column is replicated after conversion. Ensure that you have adequate network bandwidth before completing the procedure in this section.


Note:

LOB columns using SECUREFILE storage cannot be replicated.


See Also:

Oracle Database SecureFiles and Large Objects Developer's Guide for more information about applications and LONG to LOB conversion

Complete the following steps to convert a LONG column to a LOB column in a replicated table:

Step 1   Ensure that the data in the LONG column is consistent at all replication sites.

If a table containing a LONG column is configured as a master table, then Oracle does not replicate changes to the data in the LONG column. Therefore, the data in the LONG column might not match at all of your replication sites. You must ensure that the data in the LONG column matches at all master sites before proceeding.

Step 2   Connect to the master definition site as the replication administrator.
CONNECT repadmin@orc1.example.com
Step 3   If the replication status is normal, then change the status to quiesced.
BEGIN
   DBMS_REPCAT.SUSPEND_MASTER_ACTIVITY (
      gname => 'sales_mg');
END;
/
Step 4   Convert the LONG column to a LOB column.
BEGIN
   DBMS_REPCAT.ALTER_MASTER_REPOBJECT (
      sname => 'staff',
      oname => 'positions',
      type => 'TABLE',
      ddl_text => 'ALTER TABLE staff.positions MODIFY (job_desc CLOB)');
END;
/

A LONG_RAW column can be converted to a BLOB column using a similar ALTER TABLE statement.

Step 5   Regenerate replication support for the altered master table.
BEGIN 
    DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
      sname => 'staff',
      oname => 'positions', 
      type => 'TABLE',
      min_communication => TRUE); 
END;
/
Step 6   Resume replication.
BEGIN
   DBMS_REPCAT.RESUME_MASTER_ACTIVITY (
      gname => 'sales_mg');
END;
/
Step 7   If materialized views are based on the altered table at any of the master sites, then rebuild these materialized views.

Rebuild materialized views if necessary.

Determining Differences Between Replicated Tables

It is possible for the differences to arise in replicated tables. When administering a replication environment, you might want to check, periodically, whether the contents of two replicated tables are identical. The following procedures in the DBMS_RECTIFIER_DIFF package let you identify, and optionally rectify, the differences between two tables.


Note:

You can also determine differences between database objects and converge them using the DBMS_COMPARISON package.


See Also:


Using the DIFFERENCES Procedure

The DIFFERENCES procedure compares two replicas of a table, and determines all rows in the first replica that are not in the second and all rows in the second that are not in the first. The output of this procedure is stored in two user-created tables. The first table stores the values of the missing rows, and the second table is used to indicate which site contains each row.

Using the RECTIFY Procedure

The RECTIFY procedure uses the information generated by the DIFFERENCES procedure to rectify the two tables. Any rows found in the first table and not in the second are inserted into the second table. Any rows found in the second table and not in the first are deleted from the second table.

To restore equivalency between all copies of a replicated table, complete the following steps:

Step 1   Select one copy of the table to be the "reference" table.

This copy will be used to update all other replicas of the table as needed.

Step 2   Determine if it is necessary to check all rows and columns in the table for differences, or only a subset.

For example, it might not be necessary to check rows that have not been updated since the last time that you checked for differences. Although it is not necessary to check all columns, your column list must include all columns that comprise the primary key (or that you designated as a substitute identity key) for the table.

Step 3   After determining which columns you will be checking in the table, create two tables to hold the results of the comparison.

You must create one table that can hold the data for the columns being compared. For example, if you decide to compare the employee_id, salary, and department_id columns of the employees table, then your CREATE statement must be similar to the following:

CREATE TABLE hr.missing_rows_data (
  employee_id     NUMBER(6),
  salary          NUMBER(8,2),
  department_id   NUMBER(4));

You must also create a table that indicates where the row is found. This table must contain three columns with the data types shown in the following example:

CREATE TABLE hr.missing_rows_location (
  present     VARCHAR2(128),
  absent      VARCHAR2(128),
  r_id        ROWID);
Step 4   Suspend replication activity for the replication group containing the tables that you want to compare.

Although suspending replication activity for the group is not a requirement, rectifying tables that were not quiesced first can result in inconsistencies in your data.

CONNECT repadmin

BEGIN
   DBMS_REPCAT.SUSPEND_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/
Step 5   At the site containing the "reference" table, call the DIFFERENCES procedure.

For example, if you wanted to compare the employees tables at the New York and San Francisco sites, then your procedure call would look similar to the following:

BEGIN
   DBMS_RECTIFIER_DIFF.DIFFERENCES (
      sname1              =>   'hr',
      oname1              =>   'employees',
      reference_site      =>   'ny.example.com',
      sname2              =>   'hr',
      oname2              =>   'employees',
      comparison_site     =>   'mv4.example.com',
      where_clause        =>   '',
      column_list         =>   'employee_id,salary,department_id',
      missing_rows_sname  =>   'hr',
      missing_rows_oname1 =>   'missing_rows_data',
      missing_rows_oname2 =>   'missing_rows_location',
      missing_rows_site   =>   'ny.example.com',
      max_missing         =>    500,
      commit_rows         =>    50);
END;
/

Figure 9-1 shows an example of two replicas of the employees table and what the resulting missing rows tables would look like if you executed the DIFFERENCES procedure on these replicas.

Figure 9-1 Determining Differences Between Replicas

Description of Figure 9-1 follows
Description of "Figure 9-1 Determining Differences Between Replicas"

Notice that the two missing rows tables are related by the ROWID and r_id columns.

Step 6   Rectify the table at the "comparison" site to be equivalent to the table at the "reference" site.
BEGIN
   DBMS_RECTIFIER_DIFF.RECTIFY (
      sname1              =>   'hr',
      oname1              =>   'employees',
      reference_site      =>   'ny.example.com',
      sname2              =>   'hr',
      oname2              =>   'employees',
      comparison_site     =>   'mv4.example.com',
      column_list         =>   'employee_id,salary,department_id',
      missing_rows_sname  =>   'hr',
      missing_rows_oname1 =>   'missing_rows_data',
      missing_rows_oname2 =>   'missing_rows_location',
      missing_rows_site   =>   'ny.example.com',
      commit_rows         =>    50);
END;
/

The RECTIFY procedure temporarily disables replication at the "comparison" site while it performs the necessary insertions and deletions, as you would not want to propagate these changes. RECTIFY first performs all of the necessary DELETE operations and then performs all of the INSERT operations. This ensures that there are no violations of a PRIMARY KEY constraint.

After you have successfully executed the RECTIFY procedure, your missing rows tables should be empty.


Caution:

If you have any additional constraints on the "comparison" table, then you must ensure that they are not violated when you call RECTIFY. You might need to update the table directly using the information in the missing rows table. If so, then be sure to DELETE the appropriate rows from the missing rows tables.

Step 7   Repeat Steps 5 and 6 for the remaining copies of the replicated table.

Remember to use the same "reference" table each time to ensure that all copies are identical when you complete this procedure.

Step 8   Resume replication activity for the master group.
BEGIN
   DBMS_REPCAT.RESUME_MASTER_ACTIVITY (
      gname => 'hr_repg');
END;
/

Managing the Deferred Transactions Queue

Typically, Advanced Replication is configured to push and purge the deferred transaction queue automatically. At times, however, you might need to push or purge the deferred transaction queue manually. The process for pushing the deferred transaction queue is the same at master sites and materialized view sites.

Pushing the Deferred Transaction Queue

Master sites are configured to push the deferred transaction queue automatically at set intervals. At materialized view sites, if you do not automatically propagate the transactions in your deferred transaction queue during the refresh of your materialized view, then you must complete the following steps to propagate changes made to the updatable materialized view to its master table or master materialized view.

This example illustrates pushing the deferred transaction queue at a materialized view site, but the process is the same at master sites and materialized view sites.

Executed As: Materialized View Administrator

Executed At: Materialized View Site

Complete the following steps:

Step 1   Connect to the materialized view site as the materialized view administrator.
CONNECT mviewadmin@mv1.example.com
Ste[4p 2   Execute the following SELECT statement to view the deferred transactions and their destinations.

Propagation of the deferred transaction queue is based on the destination of the transaction. Each distinct destination and the number of transactions pending for the destination will be displayed.

SELECT DISTINCT(dblink), COUNT(deferred_tran_id) 
   FROM deftrandest GROUP BY dblink;
Step 3   Execute the DBMS_DEFER_SYS.PUSH function for each site that is listed as a destination for a deferred transaction.
DECLARE
   temp INTEGER;
BEGIN
   temp := DBMS_DEFER_SYS.PUSH (
      destination => 'orc1.example.com',
      stop_on_error => FALSE,
      delay_seconds => 0,
      parallelism => 0);
END;
/

Run the PUSH procedure for each destination that was returned in the SELECT statement you ran in Step 2.

Purging the Deferred Transaction Queue

If your system is not set to automatically purge the successfully propagated transactions in your deferred transaction queue periodically, then you must complete the following steps to purge them manually.

This example illustrates purging the deferred transaction queue at a materialized view site, but the process is the same at master sites and materialized view sites.

Executed As: Materialized View Administrator

Executed At: Materialized View Site

Complete the following steps:

Step 1   Connect to the materialized view site as the materialized view administrator.
CONNECT mviewadmin@mv1.example.com
Step 2   Purge the deferred transaction queue.
DECLARE
   temp INTEGER;
BEGIN
   temp := DBMS_DEFER_SYS.PURGE (
      purge_method => DBMS_DEFER_SYS.PURGE_METHOD_QUICK);
END;
/

Note:

If you use the purge_method_quick parameter, deferred transactions and deferred procedure calls that have been successfully pushed can remain in the DEFTRAN and DEFCALL data dictionary views for longer than expected before they are purged. See the "Usage Notes" for DBMS_DEFER_SYS.PURGE for details.

Using the ANYDATA Type to Determine the Value of an Argument in a Deferred Call

If you are using column objects, collections, or REFs in a replicated table, then you can use the GET_ANYDATA_ARG function in the DBMS_DEFER_QUERY package to determine the value of an argument in a deferred call that involves one of these user-defined types.

The following example illustrates how to use the GET_ANYDATA_ARG function. This example uses the following user-defined types in the oe sample schema.

CREATE TYPE phone_list_typ AS VARRAY(5) OF VARCHAR2(25);
/

CREATE TYPE warehouse_typ AS OBJECT
    (warehouse_id       NUMBER(3), 
     warehouse_name     VARCHAR2(35), 
     location_id        NUMBER(4)
    );
/

CREATE TYPE inventory_typ AS OBJECT
    (product_id          NUMBER(6), 
     warehouse           warehouse_typ,
     quantity_on_hand    NUMBER(8)
    );
/

CREATE TYPE inventory_list_typ AS TABLE OF inventory_typ;
/

The following procedure retrieves the argument value for collection, object, and REF instances of calls stored in the deferred transactions queue. This procedure assumes that the call number and transaction id are available.

The user who creates the procedure must have EXECUTE privilege on the DBMS_DEFER_QUERY package and must have CREATE PROCEDURE privilege. This example uses the oe sample schema. Therefore, to run the example, you must grant the oe user these privileges. Connect as an administrative user and enter the following:

GRANT EXECUTE ON DBMS_DEFER_QUERY TO oe;

GRANT CREATE PROCEDURE TO oe;

CONNECT oe@orc1.example.com

CREATE OR REPLACE PROCEDURE get_userdef_arg AS
  call_no      NUMBER := 0;
  txn_id       VARCHAR2(128) := 'xx.xx.xx';
  anydata_val  ANYDATA;
  t            ANYTYPE;
  data_pl      phone_list_typ;     -- varray
  data_ntt     inventory_list_typ; -- nested table type
  data_p       warehouse_typ;      -- object type
  ref1         REF inventory_typ;  -- REF type
  rval         PLS_INTEGER;        -- return value
  tc           PLS_INTEGER;        -- return value
  prec         PLS_INTEGER;        -- precision
  scale        PLS_INTEGER;        -- scale
  len          PLS_INTEGER;        -- length
  csid         PLS_INTEGER;        -- character set id
  csfrm        PLS_INTEGER;        -- character set form
  cnt          PLS_INTEGER;        -- count of varray elements or number of
                                   -- object attributes
  sname        VARCHAR2(35);       -- schema name
  type_name    VARCHAR2(35);       -- type name
  version      VARCHAR2(35);
BEGIN
   FOR i IN 1 .. 5 LOOP
     anydata_val := DBMS_DEFER_QUERY.GET_ANYDATA_ARG(call_no, i, txn_id);
     -- Get the type information, including type name.
     tc := anydata_val.GetType(t);
     tc := t.GetInfo(prec, scale, len, csid, csfrm, sname, type_name,
                     version, cnt);
     -- Based on the type name, convert the anydata value to the appropriate 
     -- user-defined types.
     IF type_name = 'PHONE_LIST_TYP' THEN
       -- The anydata_val contains phone_list_typ varray instance.
       rval := anydata_val.GetCollection(data_pl);
       -- Do something with data_pl.
     ELSIF type_name = 'INVENTORY_LIST_TYP' THEN
       -- anydata_val contains inventory_list_typ nested table instance.
       rval := anydata_val.GetCollection(data_ntt);
       -- Do something with data_ntt.
     ELSIF type_name = 'WAREHOUSE_TYP' THEN
       -- The anydata_val contains warehouse_typ object instance.
       rval := anydata_val.GetObject(data_p);
       -- Do something with data_p.
     ELSIF type_name = 'INVENTORY_TYP' THEN
       -- The anydata_val contains a reference to inventory_typ object instance.
       rval := anydata_val.GetRef(ref1);
       -- Do something with ref1.
     END IF;
   END LOOP;
END;
/

Managing the Error Queue

As an administrator of a replication environment, you should regularly monitor the error queue to determine if any deferred transactions were not successfully applied at the target master site.

To check the error queue, issue the following SELECT statement (as the replication administrator) when connected to the target master site:

SELECT * FROM deferror;

If the error queue contains errors, then you should resolve the error condition and reexecute the deferred transaction. You have two options when reexecuting a deferred transaction: you can reexecute in the security context of the user who received the deferred transaction, or you can reexecute the deferred transaction with an alternate security context.


Caution:

If you have multiple error transactions and you want to ensure that they are reexecuted in the correct order, then you can specify NULL for the deferred_tran_id parameter in the procedures in the following sections. If you do not specify NULL, then reexecuting individual transactions in the wrong order can cause conflicts.

Reexecuting Error Transaction as the Receiver

The following procedure reexecutes a specified deferred transaction in the security context of the user who received the deferred transaction. This procedure should not be executed until the error situation has been resolved.

Meet the following requirements to complete these actions:

Executed As: Replication Administrator

Executed At: Site Containing Errors

Replication Status: Normal

Complete the following steps:

Step 1   In SQL*Plus, connect to the master site as the replication administrator.

See Oracle Database Administrator's Guide for information about connecting to a database in SQL*Plus.

Step 2   Reexecute the error transaction.
BEGIN
   DBMS_DEFER_SYS.EXECUTE_ERROR (
      deferred_tran_id => '1.12.2904',
      destination => 'orc2.example.com');
END;
/

Reexecuting Error Transaction as Alternate User

The following procedure reexecutes a specified deferred transaction in the security context of the currently connected user. This procedure should not be executed until the error situation has been resolved.

Meet the following requirements to complete these actions:

Executed As: Connected User

Executed At: Site Containing Errors

Replication Status: Normal

Complete the following steps:

Step 1   In SQL*Plus, connect to the master site as the alternate user.

See Oracle Database Administrator's Guide for information about connecting to a database in SQL*Plus.

Step 2   Reexecute the error transaction.
BEGIN
   DBMS_DEFER_SYS.EXECUTE_ERROR_AS_USER (
      deferred_tran_id => '1.12.2904',
      destination => 'orc2.example.com');
END;
/
PKde[PKy$AOEBPS/rarsec.htmLj Security Options

A Security Options

This appendix describes security options for multimaster and materialized view replication environments.

This appendix contains these topics:

Security Setup for Multimaster Replication

Nearly all users should find it easiest to use the configuration wizards in the Advanced Replication interface in Oracle Enterprise Manager when configuring multimaster replication security. However, in certain cases you might need to use the replication management API to perform these setup operations.

To configure a replication environment, the database administrator must connect with DBA privileges to grant the necessary privileges to the replication administrator.

First set up user accounts at each master site with the appropriate privileges to configure and maintain the replication environment and to propagate and apply replicated changes. You must also define links for users at each master site.

In addition to the end users who access replicated objects, there are three special categories of "users" in a replication environment:

Typically, a single user acts as administrator, propagator, and receiver. However, you can have separate users perform each of these functions. You can choose to have a single, global replication administrator or, if your replication groups do not span schema boundaries, you might prefer to have separate replication administrators for different schemas. Note, however, that you can have only one registered propagator for each database.

Table A-1 describes the necessary privileges that must be assigned to these specialized accounts. Most privileges needed by these users are granted to them through calls to the replication management API. You also must grant certain privileges directly, such as the privileges required to connect to the database and manage database objects.

Trusted Compared with Untrusted Security

In addition to the different types of users, you also must determine which type of security model you will implement: trusted or untrusted. With a trusted security model, the receiver has access to all local master groups. Because the receiver performs database activities at the local master site on behalf of the propagator at the remote site, the propagator also has access to all master groups at the receiver's site. Remember that a single receiver is used for all incoming transactions.

For example, consider the scenario in Figure A-1. Even though only Master Groups A and C exist at Master Site B, the propagator has access to Master Groups A, B, C, and D at Master Site A because the trusted security model has been used. While this greatly increases the flexibility of database administration, due to the mobility of remote database administration, it also increases the chances of a malicious user at a remote site viewing or corrupting data at the master site.

Regardless of the security model used, Oracle automatically grants the appropriate privileges for objects as they are added to or removed from a replication environment.

Figure A-1 Trusted Security: Multimaster Replication

Description of Figure A-1 follows
Description of "Figure A-1 Trusted Security: Multimaster Replication"

Untrusted security assigns only the privileges to the receiver that are required to work with specified master groups. The propagator, therefore, can only access the specified master groups that are local to the receiver. Figure A-2 illustrates an untrusted security model. Because Master Site B contains only Master Groups A and C, the receiver at Master Site A has been granted privileges for Master Groups A and C only, thereby limiting the propagator's access at Master Site A.

Figure A-2 Untrusted Security: Multimaster Replication

Description of Figure A-2 follows
Description of "Figure A-2 Untrusted Security: Multimaster Replication"

Typically, master sites are considered trusted and therefore the trusted security model is used. If, however, your remote master sites are untrusted, then you might want to use the untrusted model and assign your receiver limited privileges. A site might be considered untrusted, for example, if a consulting shop performs work for multiple customers. Use the appropriate API call listed for the receiver in Table A-1 to assign the different users the appropriate privileges.

Table A-1 Required User Accounts

UserPrivileges

global replication administrator

DBMS_REPCAT_ADMIN.GRANT_ADMIN_ANY_SCHEMA

schema-level replication administrator

DBMS_REPCAT_ADMIN.GRANT_ADMIN_SCHEMA

propagator

DBMS_DEFER_SYS.REGISTER_PROPAGATOR

receiver

See "REGISTER_USER_REPGROUP Procedure" for details.

Trusted:

DBMS_REPCAT_ADMIN.REGISTER_USER_REPGROUP
privilege => 'receiver'
list_of_gnames => NULL,
...

Untrusted:

DBMS_REPCAT_ADMIN.REGISTER_USER_REPGROUP
privilege => 'receiver'
list_of_gnames => 'mastergroupname',
...

After you have created these accounts and assigned the appropriate privileges, create the following private database links, including user name and password between each site:

  • From the local replication administrator to the remote replication administrator.

  • From the local propagator to the remote receiver.

Assuming you have designated a single user account to act as replication administrator, propagator, and receiver, you must create N(N-1) links, where N is the number of master sites in your replication environment.

After creating these links, you must call DBMS_DEFER_SYS.SCHEDULE_PUSH and DBMS_DEFER_SYS.SCHEDULE_PURGE, at each location, to define how frequently you want to propagate your deferred transaction queue to each remote location, and how frequently you want to purge this queue. You must call DBMS_DEFER_SYS.SCHEDULE_PUSH multiple times at each site, once for each remote location.

A sample script for setting up multimaster replication between hq.example.com and sales.example.com is shown as follows:

/*--- Create global replication administrator at HQ ---*/
CONNECT system@hq.example.com
ACCEPT password PROMPT 'Enter password for user: ' HIDE
CREATE USER repadmin IDENTIFIED BY &password;
EXECUTE DBMS_REPCAT_ADMIN.GRANT_ADMIN_ANY_SCHEMA(username => 'repadmin');

/*--- Create global replication administrator at Sales ---*/
CONNECT system@sales.example.com
CREATE USER repadmin IDENTIFIED BY &password;
EXECUTE DBMS_REPCAT_ADMIN.GRANT_ADMIN_ANY_SCHEMA(username => 'repadmin');

/*--- Create single user to act as both propagator and receiver at HQ ---*/
CONNECT system@hq.example.com
CREATE USER prop_rec IDENTIFIED BY &password;
/*--- Grant privileges necessary to act as propagator ---*/
EXECUTE DBMS_DEFER_SYS.REGISTER_PROPAGATOR(username => 'prop_rec');
/*--- Grant privileges necessary to act as receiver ---*/
BEGIN
  DBMS_REPCAT_ADMIN.REGISTER_USER_REPGROUP(
        username => 'prop_rec',
        privilege_type => 'receiver',
        list_of_gnames => NULL);
END;
/

/*--- Create single user to act as both propagator and receiver at Sales ---*/
CONNECT system@sales.example.com
CREATE USER prop_rec IDENTIFIED BY &password;
/*--- Grant privileges necessary to act as propagator ---*/execute
EXECUTE DBMS_DEFER_SYS.REGISTER_PROPAGATOR(username => 'prop_rec');
/*--- Grant privileges necessary to act as receiver ---*/
BEGIN
  DBMS_REPCAT_ADMIN.REGISTER_USER_REPGROUP(
        username => 'prop_rec',
        privilege_type => 'receiver',
        list_of_gnames => NULL);
END;
/

/*--- Create public link from HQ to Sales with necessary USING clause ---*/
CONNECT system@hq.example.com
CREATE PUBLIC DATABASE LINK sales.example.com USING 'sales.example.com';

/*--- Create private repadmin to repadmin link ---*/
CONNECT repadmin@hq.example.com
CREATE DATABASE LINK sales.example.com CONNECT TO repadmin 
 IDENTIFIED BY &password;

/*--- Schedule replication from HQ to Sales ---*/
BEGIN
  DBMS_DEFER_SYS.SCHEDULE_PUSH(
     destination => 'sales.example.com',
     interval => 'sysdate + 1/24',
     next_date => sysdate,
     stop_on_error => FALSE,
     parallelism => 1);
END;
/

/*--- Schedule purge of def tran queue at HQ ---*/
BEGIN
  DBMS_DEFER_SYS.SCHEDULE_PURGE(
     next_date => sysdate,
     interval => 'sysdate + 1',
     delay_seconds => 0,
     rollback_segment => '');
END;
/

/*--- Create link from propagator to receiver for scheduled push ---*/
CONNECT prop_rec/prop_rec@hq.example.com
CREATE DATABASE LINK sales.example.com CONNECT TO prop_rec 
 IDENTIFIED BY &password;

/*--- Create public link from Sales to HQ with necessary USING clause ---*/
CONNECT system@sales.example.com
CREATE PUBLIC DATABASE LINK hq.example.com USING 'hq.example.com';

/*--- Create private repadmin to repadmin link ---*/
CONNECT repadmin@sales.example.com
CREATE DATABASE LINK hq.example.com CONNECT TO repadmin IDENTIFIED BY &password;

/*--- Schedule replication from Sales to HQ ---*/
BEGIN
  DBMS_DEFER_SYS.SCHEDULE_PUSH(
     destination => 'hq.example.com',
     interval => 'sysdate + 1/24',
     next_date => sysdate,
     stop_on_error => FALSE,
     parallelism => 1);
END;
/

/*--- Schedule purge of def tran queue at Sales ---*/
BEGIN
  DBMS_DEFER_SYS.SCHEDULE_PURGE(
     next_date => sysdate,
     interval => 'sysdate + 1',
     delay_seconds => 0,
     rollback_segment =>'');
END;
/

/*--- Create link from propagator to receiver for scheduled push ---*/
CONNECT prop_rec/prop_rec@sales.example.com
CREATE DATABASE LINK hq.example.com connect TO prop_rec IDENTIFIED BY &password;

Security Setup for Materialized View Replication

Nearly all users should find it easiest to use the configuration wizards in the Advanced Replication interface in Oracle Enterprise Manager when configuring materialized view replication security. However, for certain specialized cases, you might need to use the replication management API to perform these setup operations. To configure a replication environment, the database administrator must connect with DBA privileges to grant the necessary privileges to the replication administrator.

First set up user accounts at each materialized view site with the appropriate privileges to configure and maintain the replication environment and to propagate replicated changes. You must also define links for these users to the associated master site or master materialized view site. You might need to create additional users, or assign additional privileges to users at the associated master site or master materialized view site.

In addition to end users who will be accessing replicated objects, there are three special categories of "users" at a materialized view site:

Typically, a single user performs each of these functions. However, there might be situations where you need different users performing these functions. For example, materialized views can be created by a materialized view site administrator and refreshed by another end user.

Table A-2 describes the privileges needed to create and maintain a materialized view site.

Table A-2 Required Materialized View Site User Accounts

UserPrivileges

Materialized view site replication administrator

DBMS_REPCAT_ADMIN.GRANT_ADMIN_ANY_SCHEMA

Propagator

DBMS_DEFER_SYS.REGISTER_PROPAGATOR

Refresher

CREATE ANY MATERIALIZED VIEW ALTER ANY MATERIALIZED VIEW


In addition to creating the appropriate users at the materialized view site, you might need to create additional users at the associated master site or master materialized view site, as well. Table A-3 on describes the privileges need by master site or master materialized view site users to support a new materialized view site.

Trusted Compared with Untrusted Security

In addition to the different users at the master site or master materialized view site, you also must determine which type of security model you will implement: trusted or untrusted. With a trusted security model, the receiver and proxy materialized view administrator have access to all local replication groups. The receiver and proxy materialized view administrator perform database activities at the local master site or master materialized view site on behalf of the propagator and materialized view administrator, respectively, at the remote materialized view site. Therefore, the propagator and materialized view administrator at the remote materialized view site also have access to all replication groups at the master site or master materialized view site. Remember that a single receiver is used for all incoming transactions.

For example, consider the scenario in Figure A-3. Even though Materialized View Groups A and C exist at the materialized view site (based on Master Groups A and C at the Master Site), the propagator and materialized view administrator have access to Master Groups A, B, C, and D at the Master Site because the trusted security model has been used. While this greatly increases the flexibility of database administration, because the DBA can perform administrative functions at any of these remote sites and have these changes propagated to the master sites, it also increases the chances of a malicious user at a remote site viewing or corrupting data at the master site.

Regardless of the security model used, Oracle automatically grants the appropriate privileges for objects as they are added to or removed from a replication environment.

Figure A-3 Trusted Security: Materialized View Replication

Description of Figure A-3 follows
Description of "Figure A-3 Trusted Security: Materialized View Replication"

Untrusted security assigns only the privileges to the proxy materialized view administrator and receiver that are required to work with specified replication groups. The propagator and materialized view administrator, therefore, can only access these specified replication groups at the Master Site. Figure A-4 illustrates an untrusted security model with materialized view replication. Because the Materialized View Site contains Materialized View Groups A and C, access to only Master Groups A and C are required. Using untrusted security does not allow the propagator or the materialized view administrator at the Materialized View Site to access Master Groups B and D at the Master Site.

Figure A-4 Untrusted Security: Materialized View Replication

Description of Figure A-4 follows
Description of "Figure A-4 Untrusted Security: Materialized View Replication"

Typically, materialized view sites are more vulnerable to security breaches and therefore the untrusted security model is used. There are very few reasons why you would want to use a trusted security model with your materialized view site and it is recommended that you use the untrusted security model with materialized view sites.

One reason you might choose to use a trusted security model is if your materialized view site is considered a master site in every way (security, constant network connectivity, resources) but is a materialized view only because of data subsetting requirements. Remember that row and column subsetting are not supported in a multimaster configuration.

Use the appropriate API calls listed for the proxy materialized view administrator and receiver in Table A-3 to assign the different users the appropriate privileges.

Table A-3 Required Master Site or Master Materialized View Site User Accounts

UserPrivileges

proxy materialized view site administrator

See "REGISTER_USER_REPGROUP Procedure" for details.

Trusted:

DBMS_REPCAT_ADMIN.REGISTER_USER_REPGROUP 
privilege => 'proxy_snapadmin'
list_of_gnames => NULL,
...

Untrusted:

DBMS_REPCAT_ADMIN.REGISTER_USER_REPGROUP 
privilege => 'proxy_snapadmin'
list_of_gnames => 'mastergroupname',
...

receiver

See "REGISTER_USER_REPGROUP Procedure" for details.

Trusted:
DBMS_REPCAT_ADMIN.REGISTER_USER_REPGROUP 
privilege => 'receiver'
list_of_gnames => NULL,
...

Untrusted:

DBMS_REPCAT_ADMIN.REGISTER_USER_REPGROUP 
privilege => 'receiver'
list_of_gnames => 'mastergroupname',
...

proxy refresher

Trusted:

Grant CREATE SESSION Grant SELECT ANY TABLE

Untrusted:

Grant CREATE SESSION Grant SELECT on necessary master tables or master materialized views and materialized view logs


After creating the accounts at both the materialized view and associated master sites or master materialized view sites, you must create the following private database links, including user name and password, from the materialized view site to the master site or master materialized view site:

  • From the materialized view replication administrator to the proxy materialized view replication administrator.

  • From the propagator to the receiver.

  • From the refresher to the proxy refresher.

  • From the materialized view owner to the master site or master materialized view site for refreshes.

Assuming you have designated a single user account to act as materialized view administrator, propagator, and refresher, you must create one link for each materialized view site for those functions. You do not need a link from the master site or master materialized view site to the materialized view site.

After creating these links, you must call DBMS_DEFER_SYS.SCHEDULE_PUSH and DBMS_DEFER_SYS.SCHEDULE_PURGE at the materialized view site to define how frequently you want to propagate your deferred transaction queue to the associated master site or master materialized view site, and how frequently you want to purge this queue. You must also call DBMS_REFRESH.REFRESH at the materialized view site to schedule how frequently to pull changes from the associated master site or master materialized view site.

PKJPQjLjPKy$AOEBPS/rarsnapviews.htm`! Materialized View and Refresh Group Views

25 Materialized View and Refresh Group Views

This chapter lists the following data dictionary views, which provide information about materialized views and materialized view refresh groups.

ALL_ ViewsDBA_ ViewsUSER_ Views
ALL_BASE_TABLE_MVIEWSDBA_BASE_TABLE_MVIEWSUSER_BASE_TABLE_MVIEWS
N/ADBA_MVIEW_LOG_FILTER_COLSN/A
ALL_MVIEW_LOGSDBA_MVIEW_LOGSUSER_MVIEW_LOGS
ALL_MVIEW_REFRESH_TIMESDBA_MVIEW_REFRESH_TIMESUSER_MVIEW_REFRESH_TIMES
ALL_MVIEWSDBA_MVIEWSUSER_MVIEWS
N/ADBA_RCHILDN/A
ALL_REFRESHDBA_REFRESHUSER_REFRESH
ALL_REFRESH_CHILDRENDBA_REFRESH_CHILDRENUSER_REFRESH_CHILDREN
ALL_REGISTERED_MVIEWSDBA_REGISTERED_MVIEWSUSER_REGISTERED_MVIEWS
N/ADBA_RGROUPN/A


See Also:


PKFlje!`!PKy$AOEBPS/raroffogpac.htm DBMS_OFFLINE_OG

15 DBMS_OFFLINE_OG

The DBMS_OFFLINE_OG package contains public APIs for offline instantiation of master groups.

This chapter contains this topic:


Note:

These procedures are used in performing an offline instantiation of a master table in a multimaster replication environment.

These procedure should not be confused with the procedures in the DBMS_REPCAT_INSTANTIATE package (used for instantiating a deployment template). See the documentation for this package for more information about its use.



Summary of DBMS_OFFLINE_OG Subprograms

Table 15-1 DBMS_OFFLINE_OG Package Subprograms

SubprogramDescription

"BEGIN_INSTANTIATION Procedure"


Starts offline instantiation of a master group.

"BEGIN_LOAD Procedure"


Disables triggers while data is imported to new master site as part of offline instantiation.

"END_INSTANTIATION Procedure"


Completes offline instantiation of a master group.

"END_LOAD Procedure"


Reenables triggers after importing data to new master site as part of offline instantiation.

"RESUME_SUBSET_OF_MASTERS Procedure"


Resumes replication activity at all existing sites except the new site during offline instantiation of a master group.



BEGIN_INSTANTIATION Procedure

This procedure starts offline instantiation of a master group. You must call this procedure from the master definition site.


Note:

This procedure is used to perform an offline instantiation of a master table in a multimaster replication environment.

This procedure should not be confused with the procedures in the DBMS_REPCAT_INSTANTIATE package (used for instantiating a deployment template). See the documentation for this package for more information about its use.



See Also:

"Adding New Master Sites with Offline Instantiation Using Export/Import" for information about adding a new master site to a master group by performing an offline instantiation of a master site

Syntax

DBMS_OFFLINE_OG.BEGIN_INSTANTIATION (
   gname     IN   VARCHAR2,
   new_site  IN   VARCHAR2
   fname     IN   VARCHAR2);

Parameters

Table 15-2 BEGIN_INSTANTIATION Procedure Parameters

ParameterDescription
gname

Name of the replication group that you want to replicate to the new site.

new_site

The fully qualified database name of the new site to which you want to replicate the replication group.

fname

This parameter is for internal use only.

Note: Do not set this parameter unless directed to do so by Oracle Support Services.


Exceptions

Table 15-3 BEGIN_INSTANTIATION Procedure Exceptions

ExceptionDescription
badargument

NULL or empty string for replication group or new master site name.

dbms_repcat.nonmasterdef

This procedure must be called from the master definition site.

sitealreadyexists

Specified site is already a master site for this replication group.

wrongstate

Status of master definition site must be quiesced.

dbms_repcat.missingrepgroup

gname does not exist as a master group.

dbms_repcat.missing_flavor

If you receive this exception, contact Oracle Support Services.



BEGIN_LOAD Procedure

This procedure disables triggers while data is imported to the new master site as part of offline instantiation. You must call this procedure from the new master site.


Note:

This procedure is used to perform an offline instantiation of a master table in a multimaster replication environment.

This procedure should not be confused with the procedures in the DBMS_REPCAT_INSTANTIATE package (used for instantiating a deployment template). See the documentation for this package for more information about its use.



See Also:

"Adding New Master Sites with Offline Instantiation Using Export/Import" for information about adding a new master site to a master group by performing an offline instantiation of a master site

Syntax

DBMS_OFFLINE_OG.BEGIN_LOAD (
   gname     IN   VARCHAR2,
   new_site  IN   VARCHAR2);

Parameters

Table 15-4 BEGIN_LOAD Procedure Parameters

ParameterDescription
gname

Name of the replication group whose members you are importing.

new_site

The fully qualified database name of the new site at which you will be importing the replication group members.


Exceptions

Table 15-5 BEGIN_LOAD Procedure Exceptions

ExceptionDescription
badargument

NULL or empty string for replication group or new master site name.

wrongsite

This procedure must be called from the new master site.

unknownsite

Specified site is not recognized by replication group.

wrongstate

Status of the new master site must be quiesced.

dbms_repcat.missingrepgroup

gname does not exist as a master group.



END_INSTANTIATION Procedure

This procedure completes offline instantiation of a master group. You must call this procedure from the master definition site.


Note:

This procedure is used to perform an offline instantiation of a master table in a multimaster replication environment.

This procedure should not be confused with the procedures in the DBMS_REPCAT_INSTANTIATE package (used for instantiating a deployment template). See the documentation for this package for more information about its use.



See Also:

"Adding New Master Sites with Offline Instantiation Using Export/Import" for information about adding a new master site to a master group by performing an offline instantiation of a master site

Syntax

DBMS_OFFLINE_OG.END_INSTANTIATION (
  gname     IN  VARCHAR2,
  new_site  IN  VARCHAR2);

Parameters

Table 15-6 END_INSTANTIATION Procedure Parameters

ParameterDescription
gname

Name of the replication group that you are replicating to the new site.

new_site

The fully qualified database name of the new site to which you are replicating the replication group.


Exceptions

Table 15-7 END_INSTANTIATION Procedure Exceptions

ExceptionDescription
badargument

NULL or empty string for replication group or new master site name.

dbms_repcat.nonmasterdef

This procedure must be called from the master definition site.

unknownsite

Specified site is not recognized by replication group.

wrongstate

Status of master definition site must be quiesced.

dbms_repcat.missingrepgroup

gname does not exist as a master group.



END_LOAD Procedure

This procedure reenables triggers after importing data to new master site as part of offline instantiation. You must call this procedure from the new master site.


Note:

This procedure is used to perform an offline instantiation of a master table in a multimaster replication environment.

This procedure should not be confused with the procedures in the DBMS_REPCAT_INSTANTIATE package (used for instantiating a deployment template). See the documentation for this package for more information about its use.



See Also:

"Adding New Master Sites with Offline Instantiation Using Export/Import" for information about adding a new master site to a master group by performing an offline instantiation of a master site

Syntax

DBMS_OFFLINE_OG.END_LOAD (
   gname     IN   VARCHAR2,
   new_site  IN   VARCHAR2
   fname     IN   VARCHAR2);

Parameters

Table 15-8 END_LOAD Procedure Parameters

ParameterDescription
gname

Name of the replication group whose members you have finished importing.

new_site

The fully qualified database name of the new site at which you have imported the replication group members.

fname

This parameter is for internal use only.

Note: Do not set this parameter unless directed to do so by Oracle Support Services.


Exceptions

Table 15-9 END_LOAD Procedure Exceptions

ExceptionDescription
badargument

NULL or empty string for replication group or new master site name.

wrongsite

This procedure must be called from the new master site.

unknownsite

Specified site is not recognized by replication group.

wrongstate

Status of the new master site must be quiesced.

dbms_repcat.missingrepgroup

gname does not exist as a master group.

dbms_repcat.flavor_noobject

If you receive this exception, contact Oracle Support Services.

dbms_repcat.flavor_contains

If you receive this exception, contact Oracle Support Services.



RESUME_SUBSET_OF_MASTERS Procedure

When you add a new master site to a master group by performing an offline instantiation of a master site, it might take some time to complete the offline instantiation process. This procedure resumes replication activity at all existing sites, except the new site, during offline instantiation of a master group. You typically execute this procedure after executing the DBMS_OFFLINE_OG.BEGIN_INSTANTIATION procedure. You must call this procedure from the master definition site.


Note:

This procedure is used to perform an offline instantiation of a master table in a multimaster replication environment.

This procedure should not be confused with the procedures in the DBMS_REPCAT_INSTANTIATE package (used for instantiating a deployment template). See the documentation for this package for more information about its use.



See Also:

"Adding New Master Sites with Offline Instantiation Using Export/Import" for information about adding a new master site to a master group by performing an offline instantiation of a master site

Syntax

DBMS_OFFLINE_OG.RESUME_SUBSET_OF_MASTERS (
   gname     IN  VARCHAR2,
   new_site  IN  VARCHAR2
   override  IN  BOOLEAN := FALSE);

Parameters

Table 15-10 RESUME_SUBSET_OF_MASTERS Procedure Parameters

ParameterDescription
gname

Name of the replication group that you are replicating to the new site.

new_site

The fully qualified database name of the new site to which you are replicating the replication group.

override

If this is TRUE, then any pending administrative requests are ignored and normal replication activity is restored at each master as quickly as possible. The override parameter should be set to TRUE only in emergency situations.

If this is FALSE, then normal replication activity is restored at each master only when there is no pending administrative request for gname at that master.


Exceptions

Table 15-11 RESUME_SUBSET_OF_MASTERS Procedure Exceptions

ExceptionDescription
badargument

NULL or empty string for replication group or new master site name.

dbms_repcat.nonmasterdef

This procedure must be called from the master definition site.

unknownsite

Specified site is not recognized by replication group.

wrongstate

Status of master definition site must be quiesced.

dbms_repcat.missingrepgroup

gname does not exist as a master group.


PK_~tPKy$AOEBPS/preface.htm! Preface

Preface

Oracle Database Advanced 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 reference 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 information about the replication catalog and other data dictionary views that are important for replication.

This Preface contains these topics:

Audience

Oracle Database Advanced Replication Management API Reference is intended for database administrators and application developers who develop and maintain replication environments. These administrators and application developers perform one or more of the following tasks:

To use this document, you must be familiar with relational database concepts, distributed database administration, PL/SQL (if using procedural replication), and the operating system under which you run an Advanced Replication environment.

Documentation Accessibility

Our goal is to make Oracle products, services, and supporting documentation accessible to all users, including users that are disabled. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Accessibility standards will continue to evolve over time, and Oracle is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For more information, visit the Oracle Accessibility Program Web site at http://www.oracle.com/accessibility/.

Accessibility of Code Examples in Documentation

Screen readers 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, some screen readers may not always read a line of text that consists solely of a bracket or brace.

Accessibility of Links to External Web Sites in Documentation

This documentation may contain links to Web sites of other companies or organizations that Oracle does not own or control. Oracle neither evaluates nor makes any representations regarding the accessibility of these Web sites.

Access to Oracle Support

Oracle customers have access to electronic support through My Oracle Support. For information, visit http://www.oracle.com/support/contact.html or visit http://www.oracle.com/accessibility/support.html if you are hearing impaired.

Related Documents

For more information, see these Oracle resources:

Many of the examples in this book use the sample schemas of the sample database, which is installed by default when you install Oracle Database. Refer to Oracle Database Sample Schemas for information about how these schemas were created and how you can use them yourself.

Conventions

The following text conventions are used in this document:

ConventionMeaning
boldfaceBoldface type indicates graphical user interface elements associated with an action, or terms defined in text or the glossary.
italicItalic type indicates book titles, emphasis, or placeholder variables for which you supply particular values.
monospaceMonospace type indicates commands within a paragraph, URLs, code in examples, text that appears on the screen, or text that you enter.

PKpٻ"!PKy$AOEBPS/index.htm Index

Index

A  B  C  D  E  F  G  I  J  L  M  N  O  P  Q  R  S  T  U  V  W 

A

ADD procedure, 5.2.2, 8.5, 17
ADD_DEFAULT_DEST procedure, 14
ADD_DELETE_RESOLUTION procedure, 18
ADD_GROUPED_COLUMN procedure, 18
ADD_MASTER_DATABASE procedure, 3.2, 7.2.2, 7.2.2.1, 18
ADD_NEW_MASTERS procedure, 7.2.1.1, 7.2.1.2, 18
ADD_PRIORITY_CHAR procedure, 18
ADD_PRIORITY_datatype procedure, 18
ADD_PRIORITY_DATE procedure, 18
ADD_PRIORITY_NUMBER procedure, 18
ADD_PRIORITY_VARCHAR2 procedure, 18
ADD_SITE_PRIORITY_SITE procedure, 6.2.6, 18
ADD_UNIQUENESS_RESOLUTION procedure, 18
ADD_UPDATE_RESOLUTION procedure, 6.2.1, 6.2.2, 6.2.3, 6.2.4, 6.2.5, 6.2.6, 18
administrative requests
ALL_REPCATLOG view, 23
executing, 7.2.2.2, 18
monitoring, 10.3
errors, 10.3.2
jobs, 10.3.3
purging, 18
administrators
for materialized view sites
creating, 2.3.1
Advanced Replication
migrating to Streams, 18
Advanced Replication interface
monitoring replication, 10
ALL_REPCAT_REFRESH_TEMPLATES view, 23
ALL_REPCAT_TEMPLATE_OBJECTS view, 23
ALL_REPCAT_TEMPLATE_PARMS view, 23
ALL_REPCAT_TEMPLATE_SITES view, 23
ALL_REPCAT_USER_AUTHORIZATIONS view, 23
ALL_REPCAT_USER_PARM_VALUES view, 23
ALL_REPCATLOG view
administrative requests, 23
ALL_REPCOLUMN view, 23
ALL_REPCOLUMN_GROUP view, 23
ALL_REPCONFLICT view, 23
ALL_REPDDL view, 23
ALL_REPGENOBJECTS view, 23
ALL_REPGROUP view, 23
ALL_REPGROUP_PRIVILEGES view, 23
ALL_REPGROUPED_COLUMN view, 23
ALL_REPKEY_COLUMNS view, 23
ALL_REPOBJECT view, 23
ALL_REPPARAMETER_COLUMN view, 23
ALL_REPPRIORITY view, 23
ALL_REPPRIORITY_GROUP view, 23
ALL_REPPROP view, 23
ALL_REPRESOL_STATS_CONTROL view, 23
ALL_REPRESOLUTION view, 23
ALL_REPRESOLUTION_METHOD view, 23
ALL_REPRESOLUTION_STATISTICS view, 23
gathering statistics, 6.6
ALL_REPSITES view, 23
ALTER MATERIALIZED VIEW LOG statement, 8.4.1.1, 8.4.1.2
ALTER_CATCHUP_PARAMETERS procedure, 18
ALTER_MASTER_PROPAGATION procedure, 18
ALTER_MASTER_REPOBJECT procedure, 6.2.3, 6.2.6, 6.4, 9.1, 18
ALTER_MVIEW_PROPAGATION procedure, 18
ALTER_PRIORITY procedure, 18
ALTER_PRIORITY_CHAR procedure, 18
ALTER_PRIORITY_datatype procedure, 18
ALTER_PRIORITY_DATE procedure, 18
ALTER_PRIORITY_NUMBER procedure, 18
ALTER_PRIORITY_RAW procedure, 18
ALTER_REFRESH_TEMPLATE procedure, 21
ALTER_SITE_PRIORITY procedure, 18
ALTER_SITE_PRIORITY_SITE procedure, 18
ALTER_TEMPLATE_OBJECT procedure, 21
ALTER_TEMPLATE_PARM procedure, 21
ALTER_USER_AUTHORIZATION procedure, 21
ALTER_USER_PARM_VALUE procedure, 21
ANY_CHAR_ARG procedure, 12
ANY_CLOB_ARG procedure, 12
ANY_VARCHAR2_ARG procedure, 12
ANYDATA
GET_ANYDATA_ARG function, 13
ANYDATA data type
replication, 9.5.3
ANYDATA_ARG procedure, 12
authorization
template users, 4.3
availability
extended, 7.2.1, 18, 18, 18, 18, 18, 18

B

BEGIN_INSTANTIATION procedure, 7.2.2.2, 15
BEGIN_LOAD procedure, 7.2.2.2, 15
BEGIN_TABLE_REORGANIZATION, 8.4.3.1
BLOB_ARG procedure, 12

C

CALL procedure, 12
CANCEL_STATISTICS procedure, 6.6.3, 18
CHANGE procedure, 17
CHAR_ARG procedure, 12
CLEAR_PROP_STATISTICS procedure, 10.6.6, 14
CLOB_ARG procedure, 12
column objects
user-defined conflict resolution, B.1.1
column subsetting
user-defined conflict resolution methods, B.1.6.2
columns
adding to master tables, 18
column groups, 6.2.1, 6.2.2, 6.2.3, 6.2.4, 6.2.5, 6.2.6
adding members to, 18
creating, 18, 18
dropping, 18
removing members from, 18
COMMENT_ON_COLUMN_GROUP procedure, 18
COMMENT_ON_DELETE_RESOLUTION procedure, 18
COMMENT_ON_MVIEW_REPSITES procedure, 18
COMMENT_ON_PRIORITY procedure, 18
COMMENT_ON_REPGROUP procedure, 18
COMMENT_ON_REPOBJECT procedure, 18
COMMENT_ON_REPSITES procedure, 18
COMMENT_ON_SITE_PRIORITY procedure, 18
COMMENT_ON_UNIQUE_RESOLUTION procedure, 18
COMMENT_ON_UPDATE_RESOLUTION procedure, 18
comments
comments field
updating in views, 7.4
updating, 7.4
COMMIT_WORK procedure, 12
COMPARE_OLD_VALUES procedure, 18, 18
COMPARE_TEMPLATES function, 21
comparing
tables, 16
conflict resolution, 6
additive method, 6.2.4, 18
auditing, 6.6, 6.6
average method, 6.2.4
column groups, 6.2.1, 6.2.2, 6.2.3, 6.2.4, 6.2.5, 6.2.6
DBA_REPRESOLUTION_STATISTICS view, 6.6.4
discard method, 6.2.1
information
viewing, B.3
maximum method, 6.2.2
minimum method, 6.2.2
overwrite method, 6.2.1
preparing for, 6.1
priority groups method, 6.2.5
procedural replication and, 7.5.3
site priority method, 6.2.6
sample trigger, 6.2.6
statistics, 18, 18
canceling, 6.6.3
collecting, 6.6.1
viewing, 6.6.2
time stamp method
sample trigger, 6.2.3
timestamp method, 6.2.3
uniqueness, 6.3
user-defined methods, B.1
column objects, B.1.1
column subsetting, B.1.6.2
example, B.1.7
for delete conflicts, B.1.4
for uniqueness conflicts, B.1.3
for update conflicts, B.1.2
multitier materialized views, B.1.5
parameters, B.1.1
restrictions, B.1.6
viewing information, B.3
conflicts
avoiding
delete, 6.4
dynamic ownership, 6.5
notification log table
creating, B.2.1
sample, B.2.1.1
notification methods
user-defined, B.2
notification package
creating, B.2.2
sample, B.2.2.1
token passing, 6.5.2
workflow, 6.5.1
COPY_TEMPLATE function, 21
CREATE_MASTER_REPGROUP procedure, 3.2, 18
CREATE_MASTER_REPOBJECT procedure, 6.2.3, 6.2.6, 18
CREATE_MVIEW_REPGROUP procedure, 5.2.1, 8.5, 8.6, 8.6, 18
CREATE_MVIEW_REPOBJECT procedure, 5.2.1, 5.2.1, 5.2.2, 5.2.2, 8.6, 8.6, 18
CREATE_OBJECT_FROM_EXISTING function, 21
CREATE_REFRESH_TEMPLATE function, 21
CREATE_REFRESH_TEMPLATE procedure, 4.3
CREATE_TEMPLATE_OBJECT function, 21
CREATE_TEMPLATE_OBJECT procedure, 4.3
CREATE_TEMPLATE_PARM function, 21
CREATE_USER_AUTHORIZATION function, 21
CREATE_USER_AUTHORIZATION procedure, 4.3
CREATE_USER_PARM_VALUE function, 21

D

data definition language
altering replicated objects, 18
asynchronous, 18
data dictionary views
comments
updating, 7.4
materialized views, 25
refresh groups, 25
replication, 10, 23
database links
creating, 2.2.4, 2.3.2, 4.6, 5.2.1, 5.2.2, 8.6
datatype_ARG procedure, 12
date expressions, 2.2.1
DATE_ARG procedure, 12
DBA_REGISTERED_MVIEW_GROUPS view, 23
DBA_REPCAT_REFRESH_TEMPLATES view, 23
DBA_REPCAT_TEMPLATE_OBJECTS view, 23
DBA_REPCAT_TEMPLATE_PARMS view, 23
DBA_REPCAT_TEMPLATE_SITES view, 23
DBA_REPCAT_USER_AUTHORIZATIONS view, 23
DBA_REPCAT_USER_PARM_VALUES view, 23
DBA_REPCATLOG view, 23
purging requests from, 18
DBA_REPCOLUMN view, 23
DBA_REPCOLUMN_GROUP view, 23
updating, 18
DBA_REPCONFLICT view, 23
DBA_REPDDL view, 23
DBA_REPEXTENSIONS view, 23
DBA_REPGENOBJECTS view, 23
DBA_REPGROUP view, 23
updating, 18
DBA_REPGROUP_PRIVILEGES view, 23
DBA_REPGROUPED_COLUMN view, 23
DBA_REPKEY_COLUMNS view, 23
DBA_REPOBJECT view, 23
updating, 18
DBA_REPPARAMETER_COLUMN view, 23
DBA_REPPRIORITY view, 23
DBA_REPPRIORITY_GROUP view, 23
DBA_REPPRIORITYGROUP view
updating, 18, 18
DBA_REPPROP view, 23
DBA_REPRESOL_STATS_CONTROL view, 23
DBA_REPRESOLUTION view, 23
updating, 18
DBA_REPRESOLUTION_METHOD view, 23, 23
DBA_REPRESOLUTION_STATISTICS view, 23
purging, 6.6.4, 18
DBA_REPSITES view, 23
updating, 18
DBA_REPSITES_NEW view, 23
DBMS_DEFER package, 12
DBMS_DEFER_QUERY package, 13
GET_ANYDATA_ARG function, 9.5.3
DBMS_DEFER_SYS package, 14
CLEAR_PROP_STATISTICS procedure, 10.6.6
EXECUTE_ERROR procedure, 7.2.2.2, 9.6.1
EXECUTE_ERROR_AS_USER procedure, 9.6.2
PURGE function, 9.5.2
PUSH function, 9.5.1
REGISTER_PROPAGATOR procedure, 2.2.1, 2.3.1, 2.3.2
SCHEDULE_PURGE procedure, 2.2.1, 2.3.1, 2.3.2
SCHEDULE_PUSH procedure, 2.2.4, 2.3.1, 2.3.2
DBMS_MVIEW package
BEGIN_TABLE_REORGANIZATION procedure, 8.4.3.1
END_TABLE_REORGANIZATION procedure, 8.4.3.1
PURGE_LOG procedure, 8.4.2.1
PURGE_MVIEW_FROM_LOG procedure, 8.3.3.1, 8.3.3.2, 8.3.3.2, 8.4.2.1
REFRESH procedure, 8.1, 8.5
UNREGISTER_MVIEW procedure, 8.3.3.2
DBMS_OFFLINE_OG package, 15
BEGIN_INSTANTIATION procedure, 7.2.2.2
BEGIN_LOAD procedure, 7.2.2.2
END_INSTANTIATION procedure, 7.2.2.2
END_LOAD procedure, 7.2.2.2
RESUME_SUBSET_OF_MASTERS procedure, 7.2.2.2
DBMS_OFFLINE_SNAPSHOT package
END_LOAD procedure, 8.5, 8.5, 8.5, 8.5, 8.5, 8.5, 8.5
DBMS_RECTIFIER_DIFF package, 9.4, 16
DIFFERENCES procedure, 9.4.1
RECTIFY procedure, 9.4.2
DBMS_REFRESH package, 17
ADD procedure, 5.2.2, 8.5
MAKE procedure, 5.2.1, 5.2.2, 8.5
REFRESH procedure, 8.1
DBMS_REPCAT package, 7.4, 18
ADD_MASTER_DATABASE procedure, 3.2, 7.2.2, 7.2.2.1
ADD_NEW_MASTERS procedure, 7.2.1.1, 7.2.1.2
ADD_SITE_PRIORITY_SITE procedure, 6.2.6
ADD_UPDATE_RESOLUTION procedure, 6.2.1, 6.2.2, 6.2.3, 6.2.4, 6.2.5, 6.2.6
ALTER_MASTER_REPOBJECT procedure, 6.2.3, 6.2.6, 6.4, 9.1
CANCEL_STATISTICS procedure, 6.6.3
CREATE_MASTER_REPGROUP procedure, 3.2
CREATE_MASTER_REPOBJECT procedure, 6.2.3, 6.2.6
CREATE_MVIEW_REPGROUP procedure, 5.2.1, 8.5, 8.6, 8.6
CREATE_MVIEW_REPOBJECT procedure, 5.2.1, 5.2.1, 5.2.1, 5.2.1, 5.2.1, 5.2.1, 5.2.2, 5.2.2, 5.2.2, 5.2.2, 5.2.2, 5.2.2, 5.2.2, 8.6, 8.6
DEFINE_SITE_PRIORITY procedure, 6.2.6
DO_DEFERRED_REPCAT_ADMIN procedure, 6.4, 7.2.2.2
DROP_MVIEW_REPGROUP procedure, 8.3.1.1, 8.3.1.2, 8.3.2.1
DROP_MVIEW_REPOBJECT procedure, 8.3.2.2
GENERATE_REPLICATION_SUPPORT procedure, 3.2, 3.2, 3.2, 3.2, 3.2, 3.2, 3.2, 9.1
MAKE_COLUMN_GROUP procedure, 6.2.1, 6.2.2, 6.2.3, 6.2.3, 6.2.4, 6.2.5, 6.2.6
PREPARE_INSTANTIATED_MASTER procedure, 7.2.1.1, 7.2.1.2
PURGE_STATISTICS procedure, 6.6.4
REGISTER_STATISTICS procedure, 6.6.1
RELOCATE_MASTERDEF procedure, 7.1.1
REMOVE_MASTER_DATABASE procedure, 7.3
RESUME_MASTER_ACTIVITY procedure, 3.2
RESUME_PROPAGATION_TO_MDEF procedure, 7.2.1.1, 7.2.1.2
SPECIFY_NEW_MASTERS procedure, 7.2.1.1, 7.2.1.2
SWITCH_MVIEW_MASTER procedure, 8.2
UNREGISTER_MVIEW_REPGROUP procedure, 8.3.3.1
DBMS_REPCAT_ADMIN package, 20
GRANT_ADMIN_ANY_SCHEMA procedure, 2.2.1, 2.3.1, 2.3.2
REGISTER_USER_REPGROUP procedure, 2.2.1, 2.2.1, 2.2.2, 2.2.3, 2.3.1, 2.3.1
DBMS_REPCAT_INSTANTIATE package, 19
DROP_SITE_INSTANTIATION procedure, 8.3.1.1, 8.3.1.2
DBMS_REPCAT_RGT package, 21
CREATE_REFRESH_TEMPLATE procedure, 4.3
CREATE_TEMPLATE_OBJECT procedure, 4.3
CREATE_USER_AUTHORIZATION procedure, 4.3
INSTANTIATE_OFFLINE procedure, 4.4.1.1
INSTANTIATE_ONLINE procedure, 4.4.1.2
DBMS_REPUTIL package, 22
REPLICATION_OFF procedure, 7.5.4, 9.2.1
REPLICATION_ON procedure, 7.5.4, 9.2.2
DDL. See data definition language
DEFCALL view, 26
DEFCALLDEST view, 26
DEFDEFAULTDEST view, 26
adding destinations to, 14
removing destinations from, 14, 14
DEFERRCOUNT view, 26
deferred transaction queues
deferred calls
determining value of, 9.5.3
managing, 9.5
purging propagated transactions, 9.5.2
pushing, 9.5.1
deferred transactions
data dictionary views, 26
DEFDEFAULTDEST view
adding destination to, 14
removing destinations from, 14
deferred remote procedure calls (RPCs)
argument types, 13
argument values, 13
arguments to, 12
building, 12
executing immediately, 14
DEFSCHEDULE view
clearing statistics, 14
removing destinations from, 14
deleting from queue, 14
monitoring, 10.4
purge job, 10.4.2.1, 10.4.2.2
push jobs, 10.4.1.2, 10.4.1.3
reexecuting, 14
scheduling execution, 14
starting, 12
DEFERROR view, 9.6, 26
deleting transactions from, 14
DEFINE_COLUMN_GROUP procedure, 18
DEFINE_PRIORITY_GROUP procedure, 18
DEFINE_SITE_PRIORITY procedure, 6.2.6, 18
DEFLOB view, 26
DEFPROPAGATOR view, 26, 26
DEFSCHEDULE view, 26
clearing statistics, 10.6.6, 14
DEFTRAN view, 26
DEFTRANDEST view, 26
DELETE_DEF_DESTINATION procedure, 14
DELETE_DEFAULT_DEST procedure, 14
DELETE_ERROR procedure, 14
DELETE_RUNTIME_PARMS procedure, 21
DELETE_TRAN procedure, 14
deployment templates
alter object, 21
alter parameters, 21
alter template, 21
alter user authorization, 21
alter user parameter values, 21
authorize users, 4.3
compare templates, 21
concepts, 4.1
copy template, 21
create object from existing, 21
create template, 21
creating, 4.3, 4.3
data dictionary views for, 23
distributing files, 4.5
drop site instantiation, 19
dropping, 21
dropping all, 21
dropping materialized view group, 8.3.1
flowchart for creating, 4.3
instantiating, 4.6
instantiation script, 4.4.2
lock template, 21, 21
monitoring, 10.1.3.4
objects
creating, 21
dropping, 21
dropping all, 21
offline instantiation, 4.4, 19, 21
online instantiation, 19, 21
packaging, 4.4, 4.4.1
for offline instantiation, 4.4.1.1
for online instantiation, 4.4.1.2
parameters
creating, 4.3, 21
dropping, 21
dropping all, 21
user values, 4.3
run-time parameters
creating, 21
deleting, 21
get ID, 21
inserting, 21
sites
dropping, 21
dropping all, 21
user authorizations
creating, 21
dropping, 21
dropping all, 21
user parameter values
creating, 21
dropping, 21
dropping all, 21
user-defined types, 4.1
DESTROY procedure, 17
differences
between tables, 16
rectifying, 16
DIFFERENCES procedure, 9.4.1, 16
DISABLED function, 14
disabling
propagation, 14
DO_DEFERRED_REPCAT_ADMIN procedure, 6.4, 7.2.2.2, 18
DROP MATERIALIZED VIEW LOG statement, 8.4.4
DROP_ALL_OBJECTS procedure, 21
DROP_ALL_TEMPLATE_PARMS procedure, 21
DROP_ALL_TEMPLATE_SITES procedure, 21
DROP_ALL_TEMPLATES procedure, 21
DROP_ALL_USER_AUTHORIZATIONS procedure, 21
DROP_ALL_USER_PARM_VALUES procedure, 21
DROP_COLUMN_GROUP procedure, 18
DROP_DELETE_RESOLUTION procedure, 18
DROP_GROUPED_COLUMN procedure, 18
DROP_MASTER_REPGROUP procedure, 18
DROP_MASTER_REPOBJECT procedure, 18
DROP_MVIEW_REPGROUP procedure, 8.3.1.1, 8.3.1.2, 18
DROP_MVIEW_REPOBJECT procedure, 8.3.2.2, 18
DROP_PRIORITY procedure, 18
DROP_PRIORITY_CHAR procedure, 18
DROP_PRIORITY_datatype procedure, 18
DROP_PRIORITY_DATE procedure, 18
DROP_PRIORITY_GROUP procedure, 18
DROP_PRIORITY_NUMBER procedure, 18
DROP_PRIORITY_VARCHAR2 procedure, 18
DROP_REFRESH_TEMPLATE procedure, 21
DROP_SITE_INSTANTIATION procedure, 8.3.1.1, 8.3.1.2, 19, 21
DROP_SITE_PRIORITY procedure, 18
DROP_SITE_PRIORITY_SITE procedure, 18
DROP_TEMPLATE_OBJECT procedure, 21
DROP_TEMPLATE_PARM procedure, 21
DROP_UNIQUE_RESOLUTION procedure, 18
DROP_UPDATE_RESOLUTION procedure, 18
DROP_USER_AUTHORIZATION procedure, 21
DROP_USER_PARM_VALUE procedure, 21
dynamic ownership
conflict avoidance and, 6.5
locating owner of a row, 6.5.3
obtaining ownership, 6.5.4
workflow partitioning, 6.5.1
dynamic performance views
replication, 24

E

END_INSTANTIATION procedure, 7.2.2.2, 15
END_LOAD procedure, 7.2.2.2, 8.5, 8.5, 15
END_TABLE_REORGANIZATION procedure, 8.4.3.1
Enterprise Manager
Advanced Replication interface, 10
errors
error queues
DEFERROR view, 9.6
managing, 9.6
error transactions
monitoring, 10.5
reexecuting as alternate user, 9.6.2
reexecuting as receiver, 9.6.1
EXCLUDE_PUSH function, 14
EXECUTE_DDL procedure, 18
EXECUTE_ERROR procedure, 7.2.2.2, 9.6.1, 14
EXECUTE_ERROR_AS_USER procedure, 9.6.2, 14
extended availability, 7.2.1, 18, 18, 18, 18, 18, 18

F

foreign key constraints
adding master sites, 7.2
FROM_REMOTE function, 22

G

GENERATE_MVIEW_SUPPORT procedure, 18
GENERATE_REPLICATION_SUPPORT procedure, 3.2, 3.2, 9.1, 18
generating
replication support, 3.2
procedural replication, 7.5.4
GET_ANYDATA_ARG function, 9.5.3, 13
GET_ARG_FORM function, 13
GET_ARG_TYPE function, 13
GET_BLOB_ARG function, 13
GET_CALL_ARGS procedure, 13
GET_CHAR_ARG function, 13
GET_CLOB_ARG function, 13
GET_datatype_ARG function, 13
GET_DATE_ARG function, 13
GET_IDS_ARG function, 13
GET_IYM_ARG function, 13
GET_NCHAR_ARG function, 13
GET_NCLOB_ARG function, 13
GET_NUMBER_ARG function, 13
GET_NVARCHAR2_ARG function, 13
GET_OBJECT_NULL_VECTOR_ARG function, 13
GET_RAW_ARG function, 13
GET_ROWID_ARG function, 13
GET_RUNTIME_PARM_ID function, 21
GET_TIMESTAMP_ARG function, 13
GET_TSLTZ_ARG function, 13
GET_TSTZ_ARG function, 13
GET_VARCHAR2_ARG function, 13
GLOBAL_NAME function, 22
GRANT_ADMIN_ANY_SCHEMA procedure, 2.2.1, 2.3.1, 2.3.2, 20
GRANT_ADMIN_SCHEMA procedure, 20

I

IDS_ARG procedure, 12
Import
replication groups
offline instantiation and, 15, 15
status check, 18
INSERT_RUNTIME_PARMS procedure, 21
INSTANTIATE_OFFLINE function, 19, 21
INSTANTIATE_OFFLINE procedure, 4.4.1.1
INSTANTIATE_ONLINE function, 19, 21
INSTANTIATE_ONLINE procedure, 4.4.1.2
instantiation, 4.6
DROP_SITE_INSTANTIATION procedure, 19, 21
offline, 4.4
INSTANTIATE_OFFLINE function, 19, 21
online
INSTANTIATE_ONLINE function, 19, 21
refreshing after, 4.7
script, 4.4.2
IYM_ARG procedure, 12

J

jobs
queues for
removing jobs from, 14, 14

L

LOCK_TEMPLATE_EXCLUSIVE procedure, 21
LOCK_TEMPLATE_SHARED procedure, 21
LONG columns
replication, 9.3

M

MAKE procedure, 5.2.1, 5.2.2, 8.5, 17
MAKE_COLUMN_GROUP procedure, 6.2.1, 6.2.2, 6.2.3, 6.2.4, 6.2.6, 18
MAKE_INTERNAL_PKG procedure, 22
master definition site
relocating, 18
master groups
adding master sites to
with quiesce, 7.2.2
without quiesce, 7.2.1
adding objects to, 3.2
creating, 3.1, 3.2, 18
dropping, 18
flowchart for creating, 3.1.1
monitoring, 10.1.2
quiescing, 18
removing master sites from, 7.3
resuming replication activity, 18
master materialized views
monitoring, 10.1.3
reorganizing, 8.4.3
master sites
adding, 3.2, 7.2
circular dependencies, 3.2, 7.2
flowchart for, 7.2.1.2
flowchart for determining method, 7.2.1
foreign key constraints, 7.2
restrictions, 7.2.1
restrictions for change-based recovery, 7.2.1
restrictions for full database export/import, 7.2.1
self-referential constraints, 3.2, 7.2
using change-based recovery, 7.2.1.1
using full database export/import, 7.2.1.1
using object-level export/import, 7.2.1.2
using offline instantiation, 7.2.2.2
with quiesce, 7.2.2
without quiesce, 7.2.1
changing master definition site, 7.1
cleaning up, 8.3.3
creating, 18
creating users for, 2.2.1, 2.2.1, 2.2.2, 2.2.2, 2.2.3, 2.2.3, 2.3.1
database links, 2.2.4
determining differences, 9.4
dropping, 18
flowchart for setting up, 2.1
monitoring, 10.1.1, 10.1.3
propagating changes between, 14
removing, 7.3
scheduled links for, 2.2.4
scheduled purges for, 2.2.1
setup, 2.2
master tables
adding columns to, 18
redefining online, 8.4.3
reorganizing, 8.4.3
methods, 8.4.3.3
truncating, 8.4.3.2
materialized view groups
adding objects to, 5.2.1, 5.2.2, 8.6
changing masters, 8.2
creating, 5.2, 5.2.1, 5.2.2, 18
dropping, 8.3.1, 8.3.2.1
group owner, 8.6
monitoring, 10.2.2
refreshing, 18
materialized view logs
adding columns, 8.4.1.2
altering, 8.4.1
privileges required, 8.4.1
dropping, 8.4.4
managing, 8.4
space, 8.4.2
monitoring, 10.1.3.2
purging
materialized views from, 8.3.3.1, 8.3.3.2
privileges required, 8.4.2.1
purging rows from
manually, 8.4.2.1
reducing space allocated to, 8.4.2.2
reorganizing masters with, 8.4.3
truncating, 8.4.2.2
truncating master table with, 8.4.3.2
materialized view sites
adding
using offline instantiation, 8.5
administrators
creating, 2.3.1
changing masters, 18
database links
creating, 2.3.2, 4.6, 5.2.1, 5.2.2, 8.6
dropping, 8.3, 18
dropping objects from, 8.3.2
flowchart for setting up, 2.3
group owner
using, 8.6
monitoring, 10.2.1
multitier
setting up, 2.3
propagating changes to master, 14
refresher
creating, 2.3.1, 2.3.2
schedule purge, 2.3.1, 2.3.1, 2.3.2, 2.3.2
users
creating, 2.3.1
materialized views
data dictionary views, 25
deployment templates
user-defined types, 4.1
dropping, 8.3.2.2
generating support for, 18
monitoring, 10.2, 10.2.3
multitier
setting up, 5.2
user-defined conflict resolution, B.1.5
purging from materialized view logs, 8.3.3.1, 8.3.3.2
refresh groups
creating, 5.2.1, 5.2.2
refreshing, 4.7, 8.1, 8.5
security, A.2
trusted compared with untrusted, A.2.1
unregistering from master, 8.3.3.2
monitoring replication, 10
Advanced Replication interface, 10
multimaster replication
monitoring, 10.1
security
trusted compared with untrusted, A.1.1
multitier materialized views
setting up, 2.3

N

NCHAR_ARG procedure, 12
NCLOB_ARG procedure, 12
notification log table
conflicts
creating, B.2.1
sample, B.2.1.1
notification methods
user-defined, B.2
notification package
conflicts
creating, B.2.2
NUMBER_ARG procedure, 12
NVARCHAR2_ARG procedure, 12

O

objects
adding to materialized view sites, 18
altering, 18
creating
for master group, 18, 18
for materialized view sites, 18
dropping
from materialized view site, 8.3.2, 18
generating replication support for, 18, 18
offline instantiation
adding a master site, 7.2.2.2
adding a materialized view site, 8.5
INSTANTIATE_OFFLINE function, 19, 21
replication groups, 15, 15, 15, 15, 15
online instantiation
INSTANTIATE_ONLINE function, 19, 21
online redefinition of tables, 8.4.3
Oracle Streams
migrating to, 18

P

packaging
deployment templates, 4.4
parallel propagation
monitoring, 10.6.5, 10.6.7
parameters
deployment templates, 4.3
user values, 4.3
performance
replication
monitoring, 10.6
planning
for replication, 1.2
PREPARE_INSTANTIATED_MASTER procedure, 7.2.1.1, 7.2.1.2
PREPARE_INSTANTIATED_MASTERS procedure, 18
PRESERVE MATERIALIZED VIEW LOG option
TRUNCATE TABLE statement, 8.4.3.2
priority groups
adding members to, 18
altering members
priorities, 18
values, 18
creating, 18
dropping, 18
removing members from, 18, 18
site priority groups
adding members to, 18
procedural replication
conflicts and, 7.5.3
generating replication support for, 7.5.4
restrictions, 7.5.1
serialization of transactions, 7.5.3
user-defined types, 7.5.2
using, 7.5
propagation
altering method, 18, 18
disabling, 14
of changes, 18
parallel
monitoring, 10.6.5, 10.6.7
status of, 14
propagator
registering, 2.2.1, 2.2.1, 14
proxy materialized view administrator
creating, 2.2.1, 2.2.1, 2.2.2, 2.2.2, 2.2.3, 2.2.3, 2.3.1
PURGE function, 9.5.2, 14
PURGE_LOG procedure, 8.4.2.1
PURGE_MASTER_LOG procedure, 18
PURGE_MVIEW_FROM_LOG procedure, 8.3.3.1, 8.3.3.2, 8.3.3.2, 8.4.2.1
PURGE_STATISTICS procedure, 6.6.4, 18
purges
DBA_REPCATLOG table, 18
deferred transaction queue, 9.5.2
master sites, 2.2.1
materialized view sites, 2.3.1, 2.3.2
monitoring, 10.4.2
PUSH function, 9.5.1, 14
pushes
deferred transaction queue, 9.5.1

Q

quiescing
adding master sites with, 7.2.2
adding master sites without, 7.2.1
master groups, 18

R

RAW_ARG procedure, 12
receiver
registering, 2.2.1
RECTIFY procedure, 9.4.2, 16
rectifying
tables, 9.4.2, 16
redefining tables
online
replication, 8.4.3
refresh
materialized view sites, 18
materialized views, 8.1, 8.5
monitoring, 10.2.5, 10.2.6
refresh groups
adding members to, 17
adding objects to, 5.2.1, 5.2.2, 8.5
creating, 5.2.1, 5.2.2, 17
data dictionary views, 25
deleting, 17
monitoring, 10.2.4
refresh, 8.1
refresh interval
changing, 17
refreshing
manually, 17
removing members from, 17
REFRESH procedure, 8.1, 8.1, 8.5, 17
REFRESH_ALL_MVIEWS procedure, 8.1
REFRESH_DEPENDENT procedure, 8.1
REFRESH_MVIEW_REPGROUP procedure, 18
refresher
creating, 2.3.1, 2.3.2
REGISTER_MVIEW_REPGROUP procedure, 18
REGISTER_PROPAGATOR procedure, 2.2.1, 2.3.1, 2.3.2, 14
REGISTER_STATISTICS procedure, 6.6.1, 18
REGISTER_USER_REPGROUP procedure, 2.2.1, 2.2.1, 2.2.2, 2.2.3, 2.3.1, 2.3.1, 20
RELOCATE_MASTERDEF procedure, 7.1.1, 18
REMOVE_MASTER_DATABASE procedure, 7.3
REMOVE_MASTER_DATABASES procedure, 18
RENAME_SHADOW_COLUMN_GROUP procedure, 18
REPCAT_IMPORT_CHECK procedure, 18
replication
catalog views, 10, 23
column groups, 6.2.1, 6.2.2, 6.2.3, 6.2.4, 6.2.5, 6.2.6
conflict resolution, 6
uniqueness, 6.3
creating an environment, 1.1
data dictionary views, 10, 23
database links
creating, 2.2.4
datetime data types
abbreviations, 11.4
deferred transaction queues
managing, 9.5
deferred transactions
data dictionary views, 26
deployment templates
user-defined types, 4.1
determining differences between tables, 9.4
disabling, 7.5.4, 9.2, 9.2.1, 22
dynamic performance views, 24
enabling, 7.5.4, 9.2, 9.2.2, 22
error queues
managing, 9.6
flowchart for creating environment, 1.1
generating support for, 3.2
interval data types
abbreviations, 11.4
LONG column
converting to LOB, 9.3
managing an environment, 6
master groups
creating, 3.1
master sites
adding, 3.2
materialized view groups
creating, 5.2, 5.2.1, 5.2.2
materialized view logs
managing, 8.4
monitoring, 10
deferred transactions, 10.4
error transactions, 10.5
master environments, 10.1
materialized view environments, 10.2
performance, 10.6
objects
adding to master group, 3.2
dropping from master sites, 18
parallel propagation
monitoring, 10.6.5, 10.6.7
planning for, 1.2
procedural replication, 7.5
restrictions, 7.5.1
user-defined types, 7.5.2
propagator
registering, 2.2.1, 2.2.1
receiver
registering, 2.2.1
replicated objects, 9
replication queues, 9
resuming, 3.2
scheduled links
creating, 2.2.4
security, A
setting up sites, 2.1
sites
setup, 2.1
statistics
clearing, 10.6.6
triggers, 9.2.3
replication catalog views, 23
comments
updating, 7.4, 7.4
monitoring replication, 10
replication management API, 11
conflict resolution, 6
deployment templates
creating, 4.3
instantiating, 4.6
packaging, 4.4
examples, 11.1
managing a replication environment, 6
managing replicated objects, 9
managing replication queues, 9
master groups
creating, 3.1
materialized view groups
creating, 5.2
overview, 1
packages, 10
setting up replication sites, 2.1
replication objects
altering, 9.1
tables
altering, 9.2
REPLICATION_IS_ON function, 22
REPLICATION_OFF procedure, 22
REPLICATION_ON procedure, 7.5.4, 7.5.4, 22
RESUME_MASTER_ACTIVITY procedure, 3.2, 18
RESUME_PROPAGATION_TO_MDEF procedure, 7.2.1.1, 7.2.1.2, 18
RESUME_SUBSET_OF_MASTERS procedure, 7.2.2.2, 15
resuming replication activity, 18
REVOKE_ADMIN_ANY_SCHEMA procedure, 20
REVOKE_ADMIN_SCHEMA procedure, 20
ROWID_ARG procedure, 12

S

SCHEDULE_PURGE procedure, 2.2.1, 2.3.1, 2.3.2, 14
SCHEDULE_PUSH procedure, 2.2.4, 2.3.1, 2.3.2, 14
scheduled links
creating, 2.2.4
security
for materialized view replication, A.2
trusted compared with untrusted, A.2.1
for multimaster replication, A.1
trusted compared with untrusted, A.1.1
replication, A
trusted compared with untrusted, A.1.1, A.2.1
SEND_OLD_VALUES procedure, 18
serialization
of transactions, 7.5.3
SET_COLUMNS procedure, 18, 18
SET_DISABLED procedure, 14
site priority
altering, 18
site priority groups
adding members to, 18
creating
syntax, 18
dropping, 18
removing members from, 18
snapshots. See materialized views
SPECIFY_NEW_MASTERS procedure, 7.2.1.1, 18
statistics
for conflict resolution
auditing, 6.6
cancelling, 6.6.3
clearing, 6.6.4, 18
collecting, 6.6.1, 18
viewing, 6.6.2
for propagation
clearing, 10.6.6, 14
status
propagation, 14
storage parameters
materialized view log
altering, 8.4.1.1
STREAMS_MIGRATION procedure, 18
SUBTRACT procedure, 17
SUSPEND_MASTER_ACTIVITY procedure, 18
SWITCH_MVIEW_MASTER procedure, 8.2, 18
SYNC_UP_REP procedure, 22

T

tables
altering
without replicating changes, 9.2
altering replicated, 9.1
comparing, 16
differences between, 9.4
rectifying, 9.4.2, 16
redefining online
replication, 8.4.3
updating comments, 7.4, 7.4
templates. See deployment templates
TIMESTAMP_ARG procedure, 12
token passing, 6.5.2
sample implementation, 6.5
TRANSACTION procedure, 12
transactions
serialization of, 7.5.3
triggers
for site priority conflict resolution, 6.2.6
for time stamp conflict resolution, 6.2.3
replicating, 9.2.3
TRUNCATE statement, 8.4.2.2
TRUNCATE TABLE statement
PRESERVE MATERIALIZED VIEW LOG option, 8.4.3.2
trusted security, A.1.1, A.2.1
TSLTZ_ARG procedure, 12

U

UNDO_ADD_NEW_MASTERS_REQUEST procedure, 18
UNREGISTER_MVIEW procedure, 8.3.3.2
UNREGISTER_MVIEW_REPGROUP procedure, 18
UNREGISTER_PROPAGATOR procedure, 14
UNREGISTER_USER_REPGROUP procedure, 20
UNSCHEDULE_PURGE procedure, 14
UNSCHEDULE_PUSH procedure, 14
USER_REPCAT_REFRESH_TEMPLATES view, 23
USER_REPCAT_TEMP_OUTPUT view, 4.4.1
USER_REPCAT_TEMPLATE_OBJECTS view, 23
USER_REPCAT_TEMPLATE_PARMS view, 23
USER_REPCAT_TEMPLATE_SITES view, 23
USER_REPCAT_USER_AUTHORIZATIONS view, 23
USER_REPCAT_USER_PARM_VALUES view, 23
USER_REPCATLOG view, 23
USER_REPCOLUMN view, 23
USER_REPCOLUMN_GROUP view, 23
USER_REPCONFLICT view, 23, 23
USER_REPDDL view, 23, 23
USER_REPGENOBJECTS view, 23, 23
USER_REPGROUP view, 23
USER_REPGROUP_PRIVILEGES view, 23
USER_REPGROUPED_COLUMN view, 23
USER_REPKEY_COLUMNS view, 23
USER_REPOBJECT view, 23
USER_REPPARAMETER_COLUMN view, 23
USER_REPPRIORITY view, 23
USER_REPPRIORITY_GROUP view, 23
USER_REPPROP view, 23
USER_REPRESOL_STATS_CONTROL view, 23
USER_REPRESOLUTION view, 23
USER_REPRESOLUTION_METHOD view, 23
USER_REPRESOLUTION_STATISTICS view, 23
USER_REPSITES view, 23
users
authorize for deployment template, 4.3
master materialized view sites, 2.3.1
master sites, 2.2.1, 2.2.1, 2.2.2, 2.2.2, 2.2.3, 2.2.3
materialized view sites, 2.3.1

V

V$MVREFRESH view, 24
V$REPLPROP view, 10.6.7, 24
V$REPLQUEUE view, 24
VALIDATE procedure, 18
VARCHAR2_ARG procedure, 12

W

WAIT_MASTER_LOG procedure, 18
workflow, 6.5.1
PKnwPKy$AOEBPS/img/repma022.gifGIF87aXP?**?***UU?UUU????**?*******?*******U*U?*U*U*U**?*****?*****?*****?***UU?UUUU*U*?U*U*U*UUUU?UUUUUUUU?UUUUU?UUUUU?UUUUU?UUU?**?***UU?UUU?????**?***UU?UUU?????**?***UU?UUU?ժժ?ժժժ???**?***UU?UUU?????***UUU,XP H*\ȰÇ#JHŋ3jȱǏ CIɓ(S\ɲ˗0cʜI͛8sɳϟ,'p "LxP,h „ 2l!Ĉ'Rh"ƌ7r#H'p "LXp>$XA .dC%NXE5nG !C 2dȐ!C 2dHO_Ȑ!C 2dȐ!C 2D}BF/dȐ!C 2dȐ!C R>~!#2dȐ!C 2dȐ!C )Q 2dȐ!C 2dȐ!C_Ȉ 2dȐ!C 2dȐ!CJ/dD~B 2dȐ!C 2dȐ!%2"?}!C 2dȐ!C 2dȐC/_|O@߿7P?O,h „ 2l!Ĉ'Rh"ƌ7r#H!|#/߾G0B~B 2dȐ!C 2dȐ!%0~#_#O!?}!C 2dȐ!C 2dȐCO? >~ Ǐ`> 2dȐ!C 2dȐ!CJ/a?~#o>~0@/? 4xaB 6tbD)VxcF9vD}7_>'PO߿O@'p "Lp!ÆB(q"Ŋ/b̨q#ǎ?~G0~/@SO_Ȑ!C 2dȐ!C 2D}˗/߾7#O!?}!C 2dȐ!C 2dȐ !C 2dȐ!C 2dHO_Ȑ!C 2dȐ!C 2D}BF/dȐ!C 2dȐ!C R>~!#2dȐ!C 2dȐ!C )Q 2dȐ!C 2dȐ!C_Ȉ 2dȐ!C 2dȐ!CJ>~ H? 4xaB 6tbD)VxcF9vD}8`A&,O,h „ 2l!Ĉ'Rh"ƌ7r#H8`AwA8`A&TaC!F8bE1fԸcGAT/_>"E)RH"E)RH'RH"E)RH"E)r|D)RH"E)RH"ENԗ/H"E)RH"E)R)RH"E)RH"E9Q_|"E)RH"E)RH"'˗OH"E)RH"E)RD})RH"E)RH"E|`> 'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? | <0… :|1ĉ+Z1ƍ;z2d} (? 4xaB 6tbD)VxcF9vdȏ ,h „ 2l!Ĉ'Rh"ƌ7r#Ȑ'P>$XA .dC%NXE5nG!C'P?$XA .dC%NXE5nG!C˗/>"E)RH"E)RHOH"E)RH"E)RD~)RH"E)RH"EOH"E)RH"E)RH"E)RH"E)RH"E)RH"E)Rȉ8`A&TaC!F<? 4xaB 6tbD)VxcF9v/@,h „ 2l!ĈO@ DPB >QD-^ĘQFѣGѣG=zѣG=JϣG="ϣG=zѣG=z/G=zDϟG=zѣG=z(_>=z0?=zѣG=zQ|=za>=zѣG=zѣD ˗/#|ϟG=zѣG=z(__|/泘b>ѣG=zѣG%W0~ӗo@~/_>/}߿|_>~?}ӗ?~O_|˧|˗?~_|ӗ/˧߾|?$X`> H*\ȰÇ#JHŋ3jȱ@ |/@~/߿|_?~|_}_~'0߿|'0?~|/|_>#߾}_|'?/_| 7_#_>~ GP> /?`b>8`A&TaC!F8bE1fԸcǁo| O@(0|7P`>'PǏO`~'߾|0@O~O` _}_߿| H'p "Lp!ÆB(q"Ŋ/b̨q#ǎ#O~>}o| '_>~ O?ӗ?} O`||O ?70߿|O ?#}b>=zѣG=zѣD ˗/>ϟ|/_~ 70O_|_>_|/_~/_>~/_~ ϟ|/_~/_~O@ ? 4xaB 6tbD)VxcF9v/|ѣyѣG=zѣGcb|=zѣG=zѣDۗ/?O_}=ϣG=z#<#$_?~/?~/_(0?ϟ>߾'|۷_|۷} '0_'p "LPa> H*\ȰÇ#JHŋ3jȱ@'A_> O`>ӷ|O`_O` 诟>~@(0|맏|_ _> 70| '0|  <0B'p "Lp!ÆB(q"Ŋ/b̨q#ǎ#@~/?}O`_>o`' _>_>'0yX0?=zѣG=zQ|˗?~ϟ|'0_| _|/_~/_>~/߾|/_~ӧO`>} |=zѣG=zѣD8`A&T_|-4o… .,h „ 2l!Ĉ'Rh"ƌ7r8_>=z0?=zѣG=zQ|=za>=zѣG=zѣD=z0?=zѣG=zQ"@'p "Lp!ÆBX0?%J(QD%J(QD%J(QDI(QD%:OD%J(QD%J(QD%J(Ѡ|%J(QD(QD%J(QD%J(QD%J4/D%J(Q|$J(QD%J(QD%J(QD 'QD%J0?%J(QD%J(QD%J(QD'p "Lp!ÆBX0?$XA .dC%NXE5nq?$XA .d/_> 2d?$XA .dC%NXE5nNJ $H A $H A |@ $H A $H A/_> A $H A $H +˗$H A $H A $Ȋ $H A $H A |@ $H A $H A/_> A $H A $H +˗$H A $H A $Ȋ $H A $H A 2?˗ϟ?@ $H A $H@ 0'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? `>'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? | <0… :|1ĉ+Z1ƍ;z2G <0… :|1ĉ+Z1ƍ;z2$~ ? 4xaB 6tbD)VxcF9vdȐ  <0… :|1ĉ+Z1ƍ;z2~'RH"E)RH"E)R|D)RH"E)RH"ENH"E)RH"E)RHD)RH"E)RH"E)RH"E)RH"A'p "Lp!ÆBx? 4xaB 6tbD)VxcF9v$`> 4xaB 6tb8`A&TaC!F8bE1fԸcǁyѣGyѣG=zѣGѣGѣG=zѣG%ѣGѣG=zѣG=JϣG="ϣG=zѣG=z/G=zDϟG=zѣG=z(_>=z0?=zѣG=zQ|3`>`>=zѣG=zѣD ˷`'P?}/_>?~ Է/_?}/_|˗ϟ@} /_>ӗO?~O_|8`A&<,h „ 2l!Ĉ'Rh"ƌ7r8_߾}o?~ /?~Ǐ߿|+ϟ|O`O` '0_>'߿|b>=zѣG=zѣD o`@~/߿| '0@` '0A} '0߿|o?ѣG=zѣG%W`>_? `>ǯ>~(0|Ǐ_>'0? /ۗ߿|O@? 4xaƒ'p "Lp!ÆB(q"Ŋ/b̨q#ǎ#/@}/?}W0|?}ׯ`>| '0?}/A~'0?}o`>ѣG=zѣG%GpӗOӧ`>ӗ/?`>/>}˗|˗|˗߿|/_>~˗߿|)ѣG=zѣG=JϣG="ϣG=zѣG=z$@'p "Lp!ÆBX0?%J(QD%J(QD%J(QDI(QD%:OD%J(QD%J(QD%J(Ѡ|%J(QD(QD%J(QD%J(QD%J4/D%J(Q|$J(QD%J(QD%J(QD 'QD%J0?%J(QD%J(QD%J(QDI(QD%:OD%J(QD%J(QD%J(Ѡ|%J(QD(QD%J$DI$DI$DI$DId@'p "Lp!ÆBX0?%J(QD%J(QD%J(QDI(QD%:OD%J(QD%J(QD%J(Ѡ|%J(QD(QD%J(QD%J(QD%J4/D%J(Q|$J(QD%J(QD%J(QD 'QD%J0?%J(QD%J(QD%J(QDI(QD%:OD%J(QD%J(QD%J(Ѡ|%J(QD(QD%J$DI$DI$DI$DId@'p "Lp!ÆBX0?%J(QD%J(QD%J(QDI(QD%:OD%J(QD%J(QD%J(Ѡ|%J(QD(QD%J(QD%J(QD%J4/D%J(Q|$J(QD%J(QD%J(QD 'QD%J0?%J(QD%J(QD%J(QDI(QD%:OD%J(QD%J(QD%J(Ѡ|%J(QD(QD%J$DI$DI$DI$DId@'p "Lp!ÆBX0?%J(QD%J(QD%J(QDI(QD%:OD%J(QD%J(QD%J(Ѡ|%J(QD(QD%J(QD%J(QD%J4/D%J(Q|$J(QD%J(QD%J(QD 'QD%J0?%J(QD%J(QD%J(QD'p "Lp!ÆBX0?$XA .dC%NXE5n @~,h „ 2̗/C 2dx? 4xaB 6tbD)VxcF9vѢ|@ $H A $H A/_> A $H A $H +˗$H A $H A $Ȋ $H A $H A |@ $H A $H A/_> A $H A $H +˗$H A $H A $Ȋ $H A $H A |@ $H A $H A/_> A $H A $H +0,h „ 2l!Ĉ'Rh"ƌ7r#Ȑ O_|'RH"E)RH"E)r>? 4xaB 6tbD)VxcF9vdȎ 8,h „ 2l!Ĉ'Rh"ƌ7r#Ȑ'p`>} H*\ȰÇ#JHŋ3jȱǏ C~O|8`A&TaC!F8bE1fԸcGA`>'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? `>8`A&TaC!F8bE1fԸcGA/_|D)RH"E)RH"EJ̗/H"E)RH"E)Rȉ)RH"E)RH"EIQH"E)RH"E)RȊD)RH"E)RH"EN/_>~"E)RH"E)RH"˗/}'RH"E)RH"E)2}G_|)RH"E)RH"E,/_|ӗ/?"E)RH"E)RH˧_C˧,h „ 2l!Ĉ'Rh"ƌ7r#Ȑ ˗o?OH"E)RH"E)2#|O_|)RH"E)RH"EN/_>}8˗O_?"E)RH"E)Rȇ˷/$|)RH"E)RH"E\/_|D/_}D)RH"E)RH" ۗ/>"˗O_?"E)RH"E)ROd~'RH"E)RH"E/_>}DF/_}D)RH"$H"$H"e} <0? 4xaB 6tbD)VxcF9v@~c?} 2dȐ!C 2dȐ!Cܗ/~ ߾| 2dȐ!C 2dȐ!Cj/_}$˷/$D~2dȐ!C 2dH ? | $? 4xaB /_>~ o>~˗}/_> `?}kذaC'0_Æ5daÆ 6lذaÆ 6lذaÆ c_>Ca 6o_|5L/߿}_>O`>&/_>}6lP ?}aÃ2װaÆ 6lذaÆ 6lذaÆ'0|ܗ_>/'0߾|˗?'_|6lؐ`?}k}_߿߿|_'p  ˗/g0߾|˗?'_|/,h „ 2l!Ĉ'Rha>_>?}ϟ>o>?~'ŋ˗E _ ߿}߿_>$XР~<`~O`>o߾O ?ۧO|o?~o?~8`A&TaC!F8bE ˗O| /|_> 70@o`>~]X߾|X_'P? 䗏@}'0߿~.ܗ/~/g0|O`@~ '_@~ wŋ/^xņ O`_?}_?}o`~'߾|'P?$XA ˗/? o`?} /_>~O_|˧OB ˗/? *,O?~_'P_>}߾| /߿'p "Lp!ÆB(q"Ŋ3_|GP߾||o_>o` E~wA.^o_|]o@~_>O`>~+?~'?}wŋ/^xņ ˧O|/>}˧O|˧O_|/_~˗Ŋ˷ŋwbA~wQ"| '0?~ӧ߿|O_}ӗ/?ԗ/>~_|/_>~˧O,h „ 2l!Ĉ'Rh"ƌ)˗/7n,/_|6nD}7nܸqƍ7nܸqF˧|;_>"ۈ߾|۸`|۸qƍ7nܸqƍ7ӗ/߾!/|!̷q!|۸qƍ7nܸqƍ/#oFǏb>ӗ/ۗ}#/_'_|˧| ̷/߾ϟ| /?oƍ7nܸqFmF?'p ̇!B˷B //_O`_ '0?߿} /O ? ۗ/> H*\ȰÇ#JHŋ3j\/_>O@}/_>˗OAo_~O_}O>~ӗ|e'0?} /| W0| /|O`> 70@o`>~e/_>~/_>߾|O`>'P?}۸qƍ7nܸ#| O|o?/_A~_~ >~O`>~a/>8`A '߾|O`+O`>`Ǐ_>Ǐ_>Ǐ_>`>'p  ӗ/߾Ǐ_>_}O ??$XA .dC%NXE '_>~ ̗o`>+`O` '0|˗o?O`뗯`>'0߿|/߿|'0߿|'0/?~O ? ۗ/~O 70|@~ o?1bĈ#F1b40@߿'߿_?'0| ̗o`>8p˗/?$XA_|/|˷/_|ӧO`ӗOӧ߿|˧O/_>}˗/_!B˗BO@/߿_ /߿O@ DPB >QD-^@~o`>ӷ| Gp| '0|ۧo?/|È?aĈ~b O>/@~ O ? 䗏F1bĈ#F1/_>~O|O_|}'0|˷?}o`>~ ˗o? ˗/?1b,/_>}O_|ӗ/_?70?O`'p "Lp!ÆB(q"Ŋ/bD/#|˗/ #/#|3/_>~-˗1cƌ3f̘1cƌ ed/}1c>2w1_ƌ˗o1cƌ3f̘1cƌ3V/_>~˗?~O|˗ϟ@}˧~ӷ/_?} ԧ/>'P|ܗ/?#/_>O | Է/?'_|2/~3f̘1cƌ3f8 ? 4xaB 6/_|8`AO>O}'0? +_>O`~۷}}A~/_'0|o߿~'/_>} H*\Pa?$XA .dC%N(`> 4xaB 6$,h|/?70|W0߿| '0|O`>`| /|!B0 <0… O@ DPB >QD8`A&TaÂ8`A'P/߿/߿߿O| '0|O`>70|(0|/|70? 7? 4x_?} H*\Ȱa>} H*\ȰÇ#JHQb|8`A&TaC~ 4@~O`>ӷ| Gp| '0|ۧo?}}'0߿|'0|/?}w˗@,h „ 2T/_>} H*\ȰÇ#JHQb|*VX1}Wq?}Ǐ~ӗo?'0|3_>O_}˗|O_|+O_||/|˷/?W|XbEWbŊ+VX|UX"C~WaUП?*./_}+V_|*VXbŊ+V/_+VtO_|UTb|+6/_>˗/+V\/_>8`A&TaC!F8|UXb}WbŊ+VT/_>}*VX|UXbŊ+V(1_|+V8_|U"|+/_˗o+V|/_>}+VXbŊ+:ϟ|_Ŋ+F/_}*:W` /_EǯbŊ|_Ŋ+VXbŊ 8`> H*\Ȱ!C~a|/_~˗?~/|_|˗߿}ϟ|O>~_?:,/_|:tСC'p | H*\ȰÇ#JHQ!?? 4xaB 6t|=|/'0߿|/@~/_|'?~˷o?>~߿~7˗O_>|!| <0… :|1ĉ'p@$XA .d!Aa| }'߿|'0?/|/?>{П|=|ÇO@8`A&TaC!F8"~ ,h „ 2l |{0|O`}'P|@'P|߿/߿߿}_>$XР~wO@ DPB >QD 'p ,h „ 2lPa?}{0_O ?`> O>/@~O ? 䗏ÇÇ>|x`>'p "Lp!ÆB(q"E(,h „ 2l萡}Р|/>}?}O_>} O_|ӗ/_?70O`>}Ç>L`>8`A&TaC!F8"}WbŊ!˗/+V/_łǯbŊ+6̗/_>~+VXbŊ+F̗/+V(|X"~U/_|*VX~XbŊ+VXQ"|*VXbׯbŊ+ۗ/~+VXQ|*VXbŊ+VbŊ+V$/_|*VX1}WbŊ)WbŊ+VXbŊ+VXѠ}WbŊ ˗_Ŋ+VXbŊ+VXbŊ+_|'p "Lp!Æ˧C:tСC:tСC0 <0… :|1A$XA /_>~ .\pB˷… 0 <0… :|1A H*\H>$XA .dC  <0‚˷… .\`?}[pB'p "Lp!ÆBX0?$XA .$OC 2dȐ!C 2/C 2/_|2dȐ!CǏ!C ǐ!C 2dȐ!C ǐ!C ǐ!C 2dȐ!C ǐ!C ӗ/> 2dȐ}ǐ!C cȐ!C 2dȐ!CcȐ!C cȐ!C 2dȐ!CcȐ!C˗O_? 2d߾|cȐ!C1dȐ!C 2dȐ!C1dȐ!C1dȐ!C 2dȐ!1dȐ!CǏ!Cb ˗,h „ ˷p… .\p… o… .$O… .\p… .\8_ .\`}p… ˗O_ .\_ .\p… .\`> .\p!A~ ˗/_-Tȯ|!̷p` .\x_[p… ˗O_ .To_|-\p…+/_|p!| "̷p| .\0 .\ ?} oa /|̷p…-̷| .\pB˗/?$XA ӗ/? *TP| O| ̧P| ̧PB PB *䧯`˗?}o_|O߾|GP_>~ /߿||ӗ?~/_>ϟ| /?/'P?}ܗ/SH_> *TPaBOB ˗/? *TP@ O |ϟ|˗?}ӷ/|ܗ/O |ӷ/_?'_| /_>?}/_>O/?/_>O?~}'P@O@ DPB'__>~>_>'0|Gp߾_>_|߾o߾o ?}ϟo߾ _>O`>cȐ!C ˗/_? /~ 2dȐ@ /?~/?߾ _> _}}|/?~G0߾_۷ܷ| ?}o߿~o?~O? 80?$XA .$O_|/?/| '0| '0߿|70@ 7_|_| O '_~ ̗o`>#o`>!C 2dO_|2do_|1dȐ!C+/_|'P߿|70߿| '0|'0@'0߿|O>_@}+_>~7__>~7P߿| cȐ!C + |?_߿| O`>o|ǯ_>ǯ_|맏_||o/߿/߿߿߿| H| H*\}װa~װaÆ ` /߿߿|/߿߿| O`_>|/߿ǯ_oO|(_߿|@O_} H0?$XA .$O_|_O| '0_|__|'0߿|˗o?_>~Oཱྀ 'P?}/}O`>O`>cȐ!C /_>~ /_~ 2dȐaB +} O߾70| ?} /'0?}O?_|| ܧo߿~ }O}O~o߿|㗯? 4xaB W0_A/|O`>`>/߿|˧O|/?~˧O_|˗o_>~ϟ| /_~Ǐ_>}/_> o?}@2dȐ!C˗o? ˗o? 2dp|/_~ ϟ|70| /_> _|'0?ϟ|ԧ/_~ۗ_|/_~ӧ`?O_|?/߿_>,h „ 䧏!C 2dȐ| 24/C 2dP|cX|1dȐ!C ǐ!C '0C 2d8߾1dȐ!C1dȐ!C 24!CcȐ!C 2/_>~ ˗/? 2dȐ!A2dȐa~ǐ!C  |2dȐB~2dh0C2dȐ!C ǐ!C 2d(߾|C/_>}2dȐ!CcȐ!C 2dȐ!CcȐ!C c0Â3? 4xaB 6D/C:tp |o_|9tСCsСC:t!|:t!?}/_~?}ӗ?~?_||/?ϟ|/?:t_>:ta~/_>~:tB:tСC:tH0?:tO_|/}߿}O?Gp߾_>_|߾߿}o,h „ 2!C 2d0}cȐ!C 2/C 2dȐ!C 2C 2TO_| '_|70߿|`O`70@ϟ|cȐ!C ǐ!C 2dȐ!C 2dp| 2dȐ!C 2dP`> 2dP!?} '0_?}o_>~O(0|O`/|/@~O@$XA .d/C 2dȐ!C 2dȐ!Á1dȐ!C 2dȐ!C1dȐ!C'0|}Է_|O`/߾| ̧} 2dȐA2dȐ!C 2dȐ!C !C 2dȐ!C  !C *䧯`>/߾|˗߿|˗߿|˧O|/?~˧O_|˗o_>ϟ|ǐ!C !Cb!b!b!bh O@ DPB >`>%JOD%J(QbC$J(QD%J_>%J(QDI("?}%J(QD (QD%J(QbB$J(QD'QDI(QD%6OD%J(QD (QD%JtϟD!'QD%J_>%J(QD%&OD%J(a>%JOD%J(QbC$J(QD%J_>%J(QDI("?}%J(QD (QD%JH"_>$XA .dC 'QDI(QD%6OD%J(QD (QD%JtϟD!'QD%J_>%J(QD%&OD%J(a>%JOD%J(QbC$J(QD%J_>%J(QDI("?}%J(QD (QD%J(QbB$J(QD'QDI(QD%6OD%J(QD (QD%JtϟD!'QD%J_>%J(QD$(!O@ DPB >`>%JOD%J(QbC$J(QD%J_>%J(QDI("?}%J(QD (QD%J(QbB$J(QD'QDI(QD%6OD%J(QD (QD%JtϟD!'QD%J_>%J(QD%&OD%J(a>%JOD%J(QbC$J(QD%J_>%J(QDI("| H*\ȰÇ#ܗ? 4xaB 6tbD# <0… :|1b|8`A&T`?$XA .d(0_ 6l? 4xaB 6tbD#O@ DPBװaÆ O@ DPB >_|"F1bĈ#F1bĈ#F1"|E1bĈ#F1bă1bĈ#F1bĈ#F1bĈ˧/bĈ#F1bĈ#/#F1bĈ#F1bĈ#F0_>}#F1bĈ#F|E1bĈ#F1bĈ#F1bD1bĈ#F1bĈ/bĈ#F1bĈ#F1bĈ#"̗O_Ĉ#F1bĈ#F~#F1bĈ#F1bĈ#F("ʗO,h „ 2l!Ĉ'R/_>~+VXbŊ+VXbŊ˧bŊ+VXbEWbŊ+VXbŊ+VXa|*VXbŊ+V/_>~+VXbŊ+VXbŊ˧bŊ+VXbEWbŊ+VXbŊ+VXa|*VXbŊ+V|ϟ?~_Ŋ+VXbŊ+VXb/>XbŊ+VXq!| <0… :|1ĉ+Z1F8p>$XA .dC%Np|  <0… :|1ĉ+Z1ƃ8p ,h „ 2l!Ĉ'Rl0'p "Lp!ÆB(q"Ŋ/b̨>? 4xaB 6tbD)608`A&TaC!F8bE1fԘ|O@ DPB >QD8? 4xaB 6tbD)VxcF 'P ?$XA .dC%N_|XbŊ+VXbŊ+Vh`>8`A&TaC!F8b|XbŊ+VXbŊ+Vxp_|UXbŊ+V_|*VXbŊ+VXbŊ+"̗/_Ŋ+VXbŊXbŊ+VXbŊ+V_~+VXbŊ+NǯbŊ+VXbŊ+VX}+VXbŊ+VXbŊ+VXbŊ+VXbŊ+Vt> 4xaB 6tbă H*\ȰÇ#J@},h „ 2l!Ĉ'p "Lp!A~8`A&TaC!F$/,h „ 2l!Ĉ'F ? 4xaB 6tbĂ'p "Lp!A~2dȐ!C 2dȐ?2dȐ!C 2dȐ!C !C 2dȐ!C  !C *䧏!C 2dȐ!C !C 2dȐ!C 2dȐ@2dȐ!C 2dȐ|2dȐB~2dȐ!C 2dȐ?2dȐ!C 2dȐ!C !C 2dȐ!C  !C *䧏!C 2dȐ!C !C 2dȐ!C 2dȐ@2dȐ!C 2dȐ|2dȐB~8`A&TaC!F$/D%J(QD'QD%J0?%B䧯`|(Qā$J_>%J(QD%&`|OD%J'b>%JO_|(Q|I\OA$J(QD%J_>_>%'1D'QD70ϟ|'0@}˗?~_|o_|/?O_>~˗?}/_>׏|ۗ/ӷ/|/_O_>~?}'p 'p "Lp!ÆB(qbD o`˗?}} /?}}O |/_>/?ӗ//_>/_>'_|?˗ŁQHQ!?} 珟߾} '0?O?>߾}۷|/|۷}`㷏`>߾߾}O?? ? 4xaB 6tbD#W߾o߾_>~__?G0?߾߾}>o>߾߾뷏>HB~ 'P|/?_?߿|__~߿/߿|/߿|O| 7_>__>~ 7pO@ DPB >QĈ>~˗o`۷?@}۷?o~o`|_>~ o`'P߿|'P߿|/?("E +o>~ }_߿߿/߿߿|O맏_|_߿| _'0|O }`>  <0… :|1ĉ+/_|/|?0@_맏_|ۗ߿}_?Ooo߿8`A;x}o?o߿~_O|O߾'0_|O| ̗?_ '0O@ DPB >QĈo`>ӷ_?}O_|Oӧ`>?_>}o߿~ }O>~'~|(RO_|˗/_'0|ӗ/_O`_>}/_}˷/?~_>~ӗ/+?}#O`>˷/~/?'0C(R"("(: o_/߿|?~@O_| '0?~_|˷O_|/_|ϟ| ?}O_|˗߿|O_|8pO@ DPB1da>)O`> 2dP| 2dȐ!C 2dȐ!C ǐ!C 2dȐ!C ǐ!C ǐ!C ̧_|1dȐ!C cȐ!C 2dȐ!C 2d8_> 2dȐ!C 2d(0? 2d> 2dȐ!C 2d_> 2dȐ!C 2dȐ!CcȐ!C 2dȐ!CcȐ!C C ~G0C2dȐ!C ǐ!C 2dȐ!C 2dp|'p?~$H| H K0a„ &_„ &L ?}̗p` K0a„ &L0?8`A&TaC!F81|Gq`(2G"EQHQ!?}O |'|/_>o?}|"EG"E)RHA /@~ӗ?~?}/GP_>~/_~?}/_~O_>~ۗ/?O_|(REGp߾} /_?O`}'0_?/_>~ <0… ϡC:tСC:\/} _>~o߾}+_>~/߿|߿}/?~/|O`~o>:ϟC:䧏`'P߿|'0| ̗o`>O>:tp|:tСC:tB_>~/?O`>~`_>珠~O'_>,h „ p… 䧏`'P|߿|?_} H*\Ȱ!A:tСC:tСÅ70? @/߿/O`?}O`>O~(0|O` <0B-\p…#o߿~'p߿|'0| ̧o߿~o O?.\p… ˷p… .\p… .\paB_ /?}O`> ܧo߿~ O`>O`|O߿|>70… .$… .\H>ӧ?}O`_>~ӗ/?/_|o| ̷p… .\H@'p "Lp!ÆB(qbDӗO_O`>ӗ/_?W0|˷/|/_~ۗϟ?}߿|O`>˗߿|)F"E H"E)F"E)RH"ŃQH"E%G"EQH"E#G"E)RHA(RH"EHB~(RH"EH"E)RH|)RH"EQHQ!?})RH"ňQH"E)RDA <0… :|1b|$J>%J(QĆI(QD%J(1|%J(QD(Q"D~$J(QD'QD%J(QĄI(QD%:OD(QD%Jl/D%J(QD'QD%J0?%BOD%J(|%J(QD%JL/D%J(Q|$J>%J(QĆI(QD%J(1|%J(QD(Q"D~$J(QD'QD%J(D%| H*\ȰÇ#OD(QD%Jl/D%J(QD'QD%J0?%BOD%J(|%J(QD%JL/D%J(Q|$J>%J(QĆI(QD%J(1|%J(QD(Q"D~$J(QD'QD%J(QĄI(QD%:OD(QD%Jl/D%J(QD'QD%J0?%BOD%J(|%J(QDI$QB <0… :|1b|$J_>$XA .dC  <0… :|1ĉO@ DPB >`> H*\H@},h „ 2/_Æ 6l <0… :|1ĉ'p "Lp!C5lذaÆ8`A&TaC!:/#F1bĈ#F1bĈ#F0_>~#F1bĈ#F|E1bĈ#F1bĈ#F1bD1bĈ#F1bĈ/bĈ#F1bĈ#F1bĈ#"̗_Ĉ#F1bĈ#F~#F1bĈ#F1bĈ#Fa|"F1bĈ#F1A1bĈ#F1bĈ#F1bĈ1bĈ#F1bĈ˗_Ĉ#F1bĈ#F1bĈ#! <0… :|1ĉ%˗_Ŋ+VXbŊ+VXbEXbŊ+VXQ|UXbŊ+VXbŊ+VD/+VXbŊ%˗_Ŋ+VXbŊ+VXbEXbŊ+VXQ|UXbŊ+VXbŊ+VD/+VXbŊӧO|ӧ_Ŋ+VXbŊ+VXbEXbŊ+VX!|O@ DPB >QD-^ĘQ|mܸqƍ7&0'p "Lp!ÆB(q"Ŋ/b̨qa|6nܸqƍO| H*\ȰÇ#JHŋ3jd/7nܸqF8,h „ 2l!Ĉ'Rh"ƌoƍ7nܸq> O@ DPB >QD-^ĘQc|mܸqƍ7./_|6nܸqƍ7nܸqc|mܸqƍ72ܗ/7nܸqƍ7n0_>~7nܸqƍ qƍ7nܸqƍoƍ7nܸ>}7nܸqƍ7nܸa|6nܸqƍ۸qƍ7nܸqƍqƍO@ DPB > ,h „ 2l!Ĉ'Rh"|aĈ#FO@ DPB >| H*\ȰÇ#JHŋ #F1#F1bl/F1bĈ#F1#F1b$OF1b_>1bĈ#F1b̗F1bH>1bĈ|1bĈ#F1bĘ/?1bĈ ?}1bĈcC0bĈ#F1bĈ1_>~1bĈ#A~0bĈ#ƆaĈ#F1bĈc|0bĈ#F0@ HA~ 4hРA4h?~ gРA $/,h „ 2l!Ĉ'Rh"|aĈ#F;b>̇_>_>1bĈ#F1b̗F1bH_|ۗ?/O??~/_>>~7P_>~O}O|ԗ?˗@}ۗ/?È#F1bĈ#|aĈ#F;o`>~O`~߾}}O?|o߾߿|۷|/߿_|@ ߾}O@ /,h „ 2l!Ĉ'Rh"|aĈ#F;o`O`_>~G0?__O`>O`|/| G0߿|a4/F1bĈ#F1#F1b$O|맏_| '߾|0@@_߿__߿|O'P`'p߿8`A <0… :|1ĉ+Z0_>~1bĈ#A~_>O`>~GP?_}o߿~o}_| '0_}+_>`A0bĈ#F1bĈ1_>~1bĈ#A~|/|˗߿|˗߿|˗?~O_|ӗ/'П| ܗO>/|/|׏`>~,h@8`A&TaC!F8bE#F1b$OFa|#ƆaĈ#F1bĈc|0bĈ#Fax0Ƈ0bl/F1bĈ#F1#F1b$OF1b_>1bĈ#F1b̗F1bH>#ÈD0bĈ#F1bĈ1_>~1bĈ#A~0VW1F#ˇ#F1bĈ#FÈ#F WP߾|˗ϟ>GP߾|'_|˗ϟ|˗ϟ@}ϟ|/ϟ|'p "LpB2dȐ!C 2dȐ!C 2dȐ!C ǐ!C 2dȐ!C+|o~`>}߾}}߿}?}߿}2dȐ!Â1dȐ!C 2dȐ!C 2dȐ!C Ǐ!C 2dȐ!C W0|?~G0| /_>~@}|OcȐ!C ǐ!C 2dȐ!C 2C 1C 1@O@ DPB >Ȑ0@_맏_|_?_'P <0… cȐ!C 2dȐ!C 2dȐ!C 2̗C 2dȐ!C 䧯`>'p?}W0||>~ G|O?!C 2,/C 2dȐ!C 2dȐ!C 2dȐa|2dȐ!C 2dȐ ?} ϟ|?} '0?~/_|O_|#/_|?}/_|cȐ!C ǐ!C 2dȐ!C 2dC 1C 1P|8`A&TaC!2/bĈ#F1"A"F1bĈ#F1bĈ!/bĈ#F!?}#F1bĈ 1bĈ#F1bĈ#F1_>~#F1bĈ 1bĈ#FH_#F1bĈ#F1bD1bĈ#FdO_Ĉ#F1bDE1bĈ#F1bĈ#B̗_Ĉ#F1"C~"F1bĈ#/bĈ#F1bĈ#Fb|"F1bĈ1bĈ#F|#F1bĈ#("("ʗ,h „ 2l!DE1bĈ#F$/_Ĉ#F1bĈ#F1"|E1bĈ#2/bĈ#F1"A"F1bĈ#F1bĈ!/bĈ#F!?}#F1b 1bĈ#F1bĈ#F1_>~#F1bĈ 1bĈ#FH_#F1bĈ#F1bD1bĈ#FdO_Ĉ#F1bDE1bĈ#F1bĈ#B̗_Ĉ#F1"C~"F1bĈ#/bĈ#F1bDEQDE@O@ DPB >Ȑ#F1bĈ1bĈ#F1bĈ#F/#F1bDE1bĈ#F$/_Ĉ#F1bĈ#F1"|E1bĈ#2/bĈ#F1"A"F1bĈ#F1bĈ!/bĈ#F!?}#F1bĈ 1bĈ#F1bĈ#F1_>~#F1bĈ O@ DPB >| H*\ȰÇ#JHŋ #F1P <0… װaÆ 'p "Lp!ÆB(q"Ŋ/2̗F1bĈ#F#F1bĈ#F1b,/?1bĈ#F #F1bĈ#F1bX0_>~1bĈ#F˗F1bĈ#F1bĈ`|0bĈ#F12/?1bĈ#F1bĈc|aĈ#F1bd/_>~1bĈ#F1bĈ#ƂÈ#F1b_|0bĈ#F1bĈ#F#F1bĈ|aĈ#F1bĈ#F /?$XA .dC%N(_|*VXbŊ+VXbŊ+"̗_Ŋ+VXbŊǯbŊ+VXbŊ+VX"|UXbŊ+V(_|*VXbŊ+VXbŊ+"̗_Ŋ+VXbŊӧO_|ׯbŊ+VXbŊ+VX"|UXbŊ+V`> 'p "Lp!ÆB(q"Ŋ/b̨qa|6nܸqƍO@8`A&TaC!F8bE1fԸ0_>~7nܸqƍ 'p`>$XA .dC%NXE52̗ƍ7nܸqB ? 4xaB 6tbD)VxcF qƍ7nܸP|'p "Lp!ÆB(q"Ŋ/b̨a|6nܸqƍ˗/_~7nܸqƍ7nܸa|6nܸqƍ˗Oƍ7nܸqƍ7nt/7nܸqƆ۸qƍ7nܸqƍqƍ7np7nܸqƍ7n0_>~7nܸqƍmܸqƍ7nܸqƇ۸qƍ7nܸqƍ7nܸqƍoƍ7:O@ DPB > ,h „ 2l!Ĉ'Rh"|aĈ#F'p "Lp!ÆBx? 4xaB 6tbD)Vxa|0bĈ#FaĈ#F È#F1bĈ#|aĈ#FÈ#Fˇ#F1bĈ#FÈ#F Ӈ#F16#F1bĈ#F#F1#F1bl/F1bĈ#F1#F1b$OF1b_>1bĈ#F1b̗F1bHo!~3_>/FÈ#F1bĈ#|aĈ#F+0߿'p  ,XP`Wp`` ,X`| ,XP| H*\ȰÇ#JHŋ #F1䧯`˗?}o_|O߾|GP_>~ /߿||ӗ?~/_>ϟ| /?ۗ_|/'P?}a/F1bĈ#F1#F1b$O_|O?'0߾}߿|/_| /߿|/}}˷}/_>O?__o߾߿| HA'p "Lp!ÆB(q"Ŋ/2̗F1bH_>~70_O`> O`#o`> o~ 7_|@}'0| ̗o`>8_>1bĈ#F1b̗F1bH 'P|߿|/߿@_70_?}_?}70߿~߾|'P߿|߿߿|O@ ? 4xaB 6tbD)Vxa|0bĈ#FWP?O߾ '0|'0߿~}||_>70?}#_>o?O|a/F1bĈ#F1#F1b$O_|˗߿|ӗ/?O`˧O߿|/>}ۗ߿|˷/>}/_}˗?G0߿| /|0_>/8`AO@ DPB >QD-^d/?1bĈ ?}1b(1FaĈ#F1bĈc|0bĈ#FaĈ|%ˇ#F1bĈ#FÈ#F Ӈ#F16#F1bĈ#F#F1#F1bl/F1bĈ#F1#F1b$OF1b_>1bĈ#F1b̗F1bH>1bĈ|1bĈ#F1bĘ/?1bĈ ?}1bĈcC0bĈ#F1b# <0… :|!?}#F1bĈ 1bĈ#F1bĈ#F1_>~#F1bĈ 1bĈ#FH_#F1bĈ#F1bD1bĈ#FdO_Ĉ#F1bDE1bĈ#F1bĈ#B̗_Ĉ#F1"C~"F1bĈ#/bĈ#F1bĈ#Fb|"F1bĈ1bĈ#F|#F1bĈ#F1bĈ1bĈ#FȐ#F1bĈ1bĈ#FQDEQDAP|8`A&TaC!2/bĈ#F1"A"F1bĈ#F1bĈ!/bĈ#F!?}#F1bĈ 1bĈ#F1bĈ#F1_>~#F1bĈ 1bĈ#FH_#F1bĈ#F1bD1bĈ#FdO_Ĉ#F1bDE1bĈ#F1bĈ#B̗_Ĉ#F1"C~"F1bĈ#/bĈ#F1bĈ#Fb|"F1bĈ1bĈ#F|#F1bĈ#("("ʗ,h „ 2l!DE1bĈ#F$/_Ĉ#F1bĈ#F1"|E1bĈ#2/bĈ#F1"A"F1bĈ#F1bĈ!/bĈ#F!?}#F1bĈ 1bĈ#F1bĈ#F1_>~#F1bĈ 1bĈ#FH_#F1bĈ#F1bD1bĈ#FdO_Ĉ#F1bDE1bĈ#F1bĈ#B̗_Ĉ#F1"C~"F1bĈ#/bĈ#F1bDEQDE@O@ DPB >Ȑ#F1bĈ1bĈ#F1bĈ#F/#F1bDE1bĈ#F$/_Ĉ#F1bĈ#F1"|E1bĈ#2/bĈ#F1"A"F1bĈ#F1bĈ!/bĈ#F!?$XA .dC'p "Lp!ÆB(q"Ŋ/2̗F1bX? 4xaB /߾ 6l? 4xaB 6tbD)Vxa|0bĈ#F12/?1bĈ#F1bĈc|aĈ#F1bd/_>~1bĈ#F1bĈ#ƂÈ#F1b_|0bĈ#F1bĈ#F#F1bĈ|aĈ#F1bĈ#F #F1bĈ#CÈ#F1bĈ#F1̗F1bĈ#F#F1bĈ#F1b,/?1bĈ#F #F1bĈ#F1bX|'p "Lp!ÆB(q"EWbŊ+VXbŊ+VXa|*VXbŊ+V/_>~+VXbŊ+VXbŊǯbŊ+VXbŇ/>UXbŊ+VXbŊ+V,/+VXbŊ'p A H*\ȰÇ#JHŋ3jT/7nܸqƄ8P>$XA .dC%NXE5.̗ƍ7nܸqB? 4xaB 6tbD)VxcF qƍ7nܨ|O@ DPB >QD-^ĘQ#|mܸqƍ7.O@$XA .dC%NXE56̗ƍ7nܸqB~˷oƍ7nܸqƍ76̗ƍ7nܸq#|۸qƍ7nܸqƍqƍ7nȰ_|6nܸqƍ7nܸq|mܸqƍ76̗oƍ7nܸqƍ7>̗ƍ7nܸqc~6nܸqƍ7nܸq|mܸqƍ7nܸqƍ7nܸqƍqƍO@ DPB > ,h „ 2l!Ĉ'Rh"|aĈ#FO@ DPB >| H*\ȰÇ#JHŋ #F1#F1bl/F1bĈ#F1#F1b$OF1b_>1bĈ#F1b̗F1bH>1b|1bĈ#F1bĘ/?1bĈ ?}1bĈcC0bĈ#F1bĈ1_>~1bĈ#A~0bĈ#ƆaĈ#F1bĈc|0bĈ#F|aĈ#|ˇ#F1bĈ#FÈ#F gp_>~ˇcB8`A 4hРA $/,h „ 2l!Ĉ'Rh"|aĈ#F3ϟ/_> _>'_| _>/_?O_|_|O_|߾|?~/_>/_>È#F1bĈ#|aĈ#F+o߿|˷o?~//?~ǯ|#ϟ|o?o߿|o|o|?}_}o߿|׏'p  <0… :|1ĉ+Z0_>~1bĈ#A~ o?70߿~׏|O~׏| 7_|_>~ /?70|/@_@}È#F1bĈ#|aĈ#F+/_|/|?0@__|_?~߿|/߿o@ O@ HA'p "Lp!ÆB(q"Ŋ/2̗F1bH> '0߿|O>}+O` O'0|/}70|O|OO>~]#F1bĈ#F#F1䧏~_>'߾'0?߾'0|˷/|?}_|#?}#O?}/_>ӗ/_?}O@ ? 4xaB 6tbD)Vxa|0bĈ#FaĈ#F È#F1bĈ#|aĈ#FÈ#Fˇ#F1bĈ#FÈ#F Ӈ#F16#F1bĈ#F#F1aẎb>1#F1bĈ#F#F1a.#c|1b,/F1bĈ#F1#F1b$O_A}/_>/_>󧏟?~/|>~˗?}O_|˗߿/?~˗?}O_|8`A&T8_>$XA .dC%NXEÈ#F Gp߾}}?}o?~?/_?o>߾/߿}/_?o>ˇ#F1bĈ#FÈ#F G0|_ '0|_~_>~___>~0bd/F1bĈ#F1#F1b$O|o@/߿/߿_o_>~_> /߿|'0@~O@ DP@8`A&TaC!F8bE#F1b$OA}O?} O?_>?/?}/߿|O߿|70F È#F1bĈ#|aĈ#F#O_>}ӗ/_ӗ/_?O_|ӗO>'_|'0߿~/_}ӗ/O_|_|#FaĈ#F1bĈc|'p "Lp!ÆBdO_Ĉ#F1bDE1bĈ#F1bĈ#B̗_Ĉ#F1"C~"F1bĈ#/bĈ#F1bĈ#Fb|"F1bĈ1bĈ#F|#F1bĈ#F1bĈ1bĈ#FȐ#F1bĈ1bĈ#F1bĈ#F/#F1bDE1bĈ#F$/_Ĉ#F1bĈ#F1"|E1bĈ#2/bĈ#F1"A"F1bĈ#FQDEQD/?$XA .dC 1bĈ#FH_#F1bĈ#F1bD1bĈ#FdO_Ĉ#F1bDE1bĈ#F1bĈ#B̗_Ĉ#F1"C~"F1bĈ#/bĈ#F1bĈ#Fb|"F1bĈ1bĈ#F|#F1bĈ#F1bĈ1bĈ#FȐ#F1bĈ1bĈ#F1bĈ#F/#F1bDE1bĈ#F$/_Ĉ#F1bĈ"("" <0… :|!?}#F1bĈ 1bĈ#F1bĈ#F1_>~#F1bĈ 1bĈ#FH_#F1bĈ#F1bD1bĈ#FdO_Ĉ#F1bDE1bĈ#F1bĈ#B̗_Ĉ#F1"C~"F1bĈ#/bĈ#F1bĈ#Fb|"F1bĈ <0… :|1"}8`A&TaC!F8bE#F1b$> 4xaB  ̗aÆ 6O@ DPB >QD-^d/?1bĈ#F #F1bĈ#F1b,/?1bĈ#F #F1bĈ#F1b,/?1bĈ#F #F1bĈ#F1b,/?1bĈ#F #F1bĈ#F1b,/?1bĈ#F #F1.P <0!B H*\ȰÇ# ̗D%J(QD%6̗D%J(QB8`A&4,h „ 2l!Ĉ'QD%J(QD 'QD%J_>'QD%J0_>~%J(QD%J0_>~%J(QD (a>%J(QD 'QD%J(QD 'QD%J_>'QD%J0_>~%J(QD%J0_>~%J(QD (a>%J(QD 'QD%J(QD 'QD%J_>'QD%J0_>~%J(QD%J`|8`A&TaC!F/D(QD%J\/?%J(QD%Jl/?%J(QD~ (a> (QD%F̗D%J(QD%6̗D%J(Q|'Q|OD%J1_>~%J(QD%J0_>~%J(QDϠ|(߿|߿'p 3_|'p "Lp!ÆB~#F1bĈ˗/>{`| 7P_0@8`A&TaC!̗_Ĉ#F1bĈ#FD/>$XA .dC'p  +/?~ 7П Gp|O@ DPB >x0_>~ H*\ȰÇ#JHq"|,h „ 2l!Ĉ? W_'0| O ?$XA .dCO@ DPB >QD8`A&TaC!F$_>$X`>߿8`|O@ DPB >Q ?$XA .dC%N8> 4xaB 6tB?8`|_>W`|O@ H*\ȰÇO@ DPB >QD-^ĘQcF} ߿O@O|_#`>'p "Lp!ÆB(q"Ŋ/b̨q#ǎ?j/_| `>?~,/?˗,h „ 2l!Ĉ'Rh"ƌ7rF};/ȉ!ܗ/? A $H A $H%|$H A $H A | '$H A $H A | '$H A $H A | '$H A $H A | '$H A $H A | '$H A $H A | H? 4xaB 6tbD)VxcF9vdD H" <0… :|1ĉ+Z1ƍ;z2ȑ$K<2ʕ,[| 3̙4kڼ3Ν<{ 4СD=4ҥL:} 5ԩTZ5֭\z 6رd˚=6ڵlۺ}4 ;;PKXmPKy$AOEBPS/img/repma007.gifQ3GIF87a?**?***UU?UUU????**?*******?*******U*U?*U*U*U**?*****?*****?*****?***UU?UUUU*U*?U*U*U*UUUU?UUUUUUUU?UUUUU?UUUUU?UUUUU?UUU?**?***UU?UUU?????**?***UU?UUU?????**?***UU?UUU?ժժ?ժժժ???**?***UU?UUU?????***UUU, H*\ȰÇ#JHŋ3jȱǏ CIɓ(S\ɲ˗07'P @}'p "L>ׯ,h „ 2l!Ĉׯ>O@ D0@}'P ,h „ 2l!Ĉ'&o>}8`A ( ? 4xP>0 ԧO~'p "Lp!ÆBد_?}O@'p} H8P |,HP>}O@ DPB >Q~0ӧ?~,h „ _?~ӧO|O_~ H*\ȰÇ ӧ`> ԧO>~ϟ? H*,ϟ?O>} HP>}O@ DPB >Q`~'p@}ϟ?$XA .d?O>_?$XA .d!~'p@}ϟ? H*\Ȱ?O>O_~ H*\ȰÇ ӧ`>Ǐ? H*\ȰÄO| ǯ,h „ 2lȰ?} (P>~O@ DPB &}80>}8`A&TaCۧ`>,h „ 2lB0'p "Lp!ÆO@} <0… :|П?~'p}8`A&TaCO@}O@ DPB >_?~8p_?$XA .dX>ǯ?$XA .dC`>O@ DPB 0@O@ DPB >q?~(p,h „ .0@O@ DPB >q`?~(,h „ 2lp_|ϡC:tСC ˗/_>}:t|ϡC:tСC ۗ/_|:tСC˧?:tСC:,O_|9ta}ϡC:tСC /_|:tСÄ˷C:tСC./_>~:tXp_|9tСC:tBСCԗ/?:tСC:t(_|:tp`|9tСC:tСCСC9A˷? 4xaB 6tbD7q|M8qĉ'N/'NT/߾'N8qĉ7qbD}M8qĉ'N/ĉ'*̗oĉ'N8qDM1'N8qĉ7qĉ 7qĉ'N8q|&N/ĉ'N8qĉ7qĉ oĉ'N8qD}M1_>}'N8qĉ%˗ĉ'&ԧ/_>~'N8qĉ˗/#ۗ/_'N8qĉ˗ĉ'&߿|O@ DPB >Q~Oĉ/~'N8qĉ˗/߿|&N81>~˗o_'N8qĉ˗/>M1?˷ĉ'N8qĂ˗o`>~'NP˧'N8qĈ˗/_?M1?˗o_'N8qĈ˗/M8qbB}ӗ/_|8qĉ'ND߾|>}'F ?}˷'N8qD˗/_>}? 4xaB o!?}˧o? 6lذaÆ 6<?} ԧ? 4xaB)`>? 4xaB 6tC˗/_>}1bĈ{O|,h „ 2l!D0'p ,X` ,X0 0@? 4xaB 6t@O@}8`|8`A&TA}O|Ǐ? H*\ȰÇo>̧,XP> 4hРA3hР@~80} <0… :|(П?~O@}'p O@ DPBkذ>} (P}? 4xaB 6d?~O@O@ ԧ}8P}8`A;x} HP>}ϟ?$XA .\ϟ~ۧO|̧O_~ HC!B"D>~"DP`~0 'P @~O@ H (@~ӧO>$XP>~'p "4O_„ &L/ &4د?}8`A} 8? 4x?O@ O@ׯ_?$XAK0a„ &LHP &L_~(`> 4xaB ӧO~'p "LP> *TX0? *TH_~ӧ`> 4xaB 'P`~8`A&TB *TPaA}*TPB8 @},hp ~O@ DPB1dȐ|2dȐ!C H> 48`?'p "Lpa|2dȐ!CcȐ!C 2dȐ!C 2ԧ!C ǐ!C 2dȐ!C 2dC 2d>~ 2dȐ!C 2dȐ!C1dȐ|2dȐ!C 2dȐ!C cȐ!C Ǐ!C 2dȐ!C 2dP> 2<C 2dȐ!C 2dȐa>~ 2dȐ!1dȐ!C 2dȐ!C ǐ!CcȐ!C 2dȐ!C 2Ǐ!C 2dO? 2dȐ!C 2dȐ!C}8`A&TϟB *TPB *TPB PB *TXP? *TPB *TPB  ԧOB OB *TPB *TPBSPB *,„8`A&Tp ?$P <0…'p 3hРA 4/? 4hРA'p "Lp!A$XA o… .\PO@ DPB~'p |8`A&T_> HA} 4hРA ϠA 4h`A8`A&T߾| H*<… .\>~ ӷp… Oa> .\p|*ԧo… p… ˷p… o… o… .\P[p… ӧ0 .\_> ӷp… [p…[p… ˷p… p… .DB-\p…S… .\/ [p…-\pB-\p…[p…[p… "o!B~.\p)o… -? ԧϠA 4h| 4hРA ϠA 4hРA3hРA 4hP`>~ H*\>~ װaÆ ӧ0 6l(0kذaÁ5lذA ˗O |caW_ 6T_Æ 6lxPkذaÆS_Æ 6_C5lذ|6l|߾|k0_ װa kذaÆ  ?} 6lP ?} kذaÆkP 6_Æ `|ӗ/?}/_ӗ/_?/_>ӗO߿ۗ?O@ DP|.\p…[ .\?} [p… P>} .\0 .\H_O_|O`O`>~/?o |o|+/… .<… .\>~ ӷp… Oa> .\p|*ԧo… p… W0_~˗?~ / 70?'0߿|/ '0_A.\p|.\p… ϠA/_>3hРA$ϟA_| gРA3h@} 4hРA ϠA 4h`A />~Ǐ_>ӗ/_>O?~O|ӗ/_>+/A 4hРAO@ DPBkh_| 5l(>5$/_k/_ÆkP 6_Æ `|/_>>~o`O`O>~|kذaC5lذaÆkh_|O |ӗ/'0_| ӧ0_|O |ӗ/}_kP 6_Æ `|/||߿|_|_˧ϟ|/>} /,h „ p… .DB--4/߾|o߿|/[h0 [p…-\pB-\p…[p…[p… "o!B~̗O?}o_>'0|/ƒ)o|ӗ/~O?˧O`|-DB-\p|.\p!A.\p-\pB,h „ 2<_C5,/}o|˗o߿|˗/Oa> o|/~/߿|˧_kP 6_Æ aB~/_Æ kذaC5lذaÆkh㗏_|}O>~aA~א`|˗O`O`|O~54_C5lذ|6l| O`~ 2aÆ װaC 5A ϠA/_ϟ|/?'0A3H0? /_|˷O?|O`> ϠA3hРA 4/? 4hРA3h`|'P}O?}gР4hРA 4(0?$XA .dxPkذaÆS_Æ 6_C5lذ|6l| o>_>~˗>} װaÆ kذaÆ  ?} 6lP ?} kذaÆkP 6_Æ ~'0߿|/_|| 6l0 6l>~ װaÆ ӧ0 6l(0kذaÁ5lذA.̷/|˗//kذaC? 4xaB ǯA~ܗ/~ 6O|ܗ/~ 6$_C5lذ|6l| ˧o` |0| 6l0 6l>~ `|kذ@~װ`|kذ!|"ԧaÆ װaÆk_>~/_>~/߾ kذaC5lذaÆkh7P_/_} /|Oa> o~_|0߿ ϠA3hРA 4/?4hРA ϠA 4hРA3hРA 4hP`>~ H*\>~ װ`|/ 70߿|װ ?} kH0_>㗏߿}O`}kX0kذaÁǯaÆ װaÆ װaÆ kذaÆ  ?} 70_| ̗o`>O`| 0/_>70߿| '0_kP 6AO@ D| ˗O_? */B *T(0? *TP‚)LOB/߿|O`/B)OA} ̗O`> /| ̗O!|*OB *,ϟB *L/„ OB ˧PB  OB *T>~ ӧa|˗_>O|/?)DO|O@~ 'p_>~?~/>S>} *T`> *TH? /_/?~o`>gРA 4hРA ,h „ 2<_C54o_|o|/_}ӗ/S_Â˷>˗OۧO`>}kX0kaÁܗ/> 6T/_Âǯ|'0|o_C5lذ|6lذaÃ54O_Æ k>5lذ` kP 6}װaC5,/|'0_O`>5$/_Æ *ǯaÆ 6<_C5lذ @8`A;80<8_O|'0?<8_!B"Dh0?"D!B @~"D0|"Dx>C} B |O>$XA G|SP„)TPa| OB *B *TPaA}&OB/B ӧ0? ˧P‚)TO> *TX0?SP„)TPa| OB *B *TPaA}&OB/_? ӧ0? ˧P‚)/~SPB`>'p "LH_>  /B ˧PB  OB *T>~ ӧP ? 4xP ?}!BO?!A~o>}"D|C!B ˇ!B!ƒ!D!B !B"DaA}"OB O |"4OB!D`|ˇ!B!$߿| ԧ!B"<B"Dp|"DO_}"~"D!B!!D |!‚!Bӗ/>"4B_ <0|˗/_>} *T_> ߾| */B *T(0? *TP‚)LOB *Tx>)TPBS(p_>}OB *,|OB ˧P󗯟B SPB PB *TXP? SPB ӧ0? *T`> ˗O)TP‚߾*T0| *0@8`Aˇ!B"4B"D!BCp ?}"D!BC(0?"D!!$A}"D!ƒ䧯_|"D!!DР|ˇ!B!D!B !B"DaA}"OB"D@~ !B"Dp`> ˗?!D!BC!B!B/_?!B"Dh0?"D!B @~"D!BӇP`> H*\/?ӗ/@}2d`> 2d_> 2dx_> 2d(0? 2dȐ?}䧏!C Oa> 2d`> ۗ/@}2d`>80?$XA ˧PB OB *B *TPaA}&OB *ӧPBSPB ˧PB  OB *T>~ P <0…O@8`A&TP`> HP~W?~ ,X`#` ,X` > 4xaB O@ DP|.\p…[@~,h „ 8`A&T ,h>}˗|/~ .\pB-\p… .\p… O|O>/_|8`A`?}_„ &L0a„ &L0a„ 0a„ &L>~ H*\ȰÇ#J(P8? 4x|8`A&TaC!F8Q`>~)RXP?)RH"E׏>}'p "Lx,h „ 2l!Ĉ' Ǐ"E G"E)RHq |7P>80@},h ƒ_| <0… :|1ąM8qbB}&N8qĉ'2_gp|'p "<|? 4xaB 6tbD 8qĄM8qĉ'Nd߿| ԧ|MX0?/ĉ'N8qąM8qbB}&N8qĉ'2ܗO>~ӧp_ G~8qĉ'N0'NLĉ'N8qĆo>}'Foĉ'N8qDM8qbB}&N8qĉ'2߿|7qb| ˗O'N8qĉ 8qĄM8qbD'N07qb|O@$XA .dC%.oĉ7qĉ8qDC@7qb|/ĉ 8`A&T ,h „ p… .Dƒ[p… ϟ[p… ϟB~˧o>} .\0? o… P <0…'p "L`>~ .\pB-4ϟ .\p?p…  o>} .\0? (? 4xaB)TPBSPB PB *TXP? PB _B)TPBp |ԧOB OB &OB *}*T0| *TPA*TPB)TPB OB)TPƒSH@)TPBO|o>} *T`>OB &`|˗?!/B ˧PB  OB *T>~ ϟB *ϟ?ϟB *ϟ?ܗO>~ӧPB G0| *T_o_|)T/B ˧PB  ? 4xaB ǯakذB5$Ϡ?6lП?5/_>}װaÆ#@~6l_O_||˧o`~O_||/W_ 6T_Æ 6lxP aÆР?kذ!B0>} 6l80?˗o_Æ W0_>~˗o_ o_> ߿|/| 䗏߾||kذ(?$XA .dxP aÆ𠿄kذAkA}6lp`>˷aÆ +/_|}O??~_>O?| 6l0 6l>~ _Aװ!A&П?_Æ_~װaÆ#_Æ `|/>}_>}o`O`_>}O`5lذBO@ DPBk?7П_Co?k_1`>O,h „ #؏B */_|/_|'0?}'0|/|㗯@}'P?~ ˧PB  OB *T>~ *$ϟ? O?@? ?7Пo?S8ПBSPB#0 H`|/|/?}o`ۧO`˗/>'_>} ˧PB  OB *T>~ *4П@߿߿o ,h'P'P?O?7pO,h „ SPB SPB ˧PB  OB *T>~ *<ϟ?#O?)TПƒ_A@ϟB*OB *,_}PB SPB ˧PB  OB *T>~ *Lϟ?'A?O„"ϟ@菠?ϟ?SПBSPB#`>8`A&$/Bo߿| *4/B *T(0? *TP‚)T0?? A)TПB ?O@8П?8p?8p'p "L0?˧PB SP|PB)TPBSPB *,B ϟ?+A? SП7_AП H A $OA 4hРO ?} 4hРA3h`|'P}O?}gР4hРA 4(0?$XA .dxP _Ck𠿆 א?&0>} 6l80? (? 4xaB)T8p_ o_>_|S| *TP|*TPB PB󧐠?*TXПB󧐠?*OB)TP‚)TP„)T8_ />/~)T_> *TP`>~ *TPBSPƒSϟ? *4OBSϟ? P@}*TPa|*TPaB*$o_ӗ/_>}o_> OB *0?$XA .dxP 珠?aC"篠?aC װaÆkذaÃ5\/'P_/_Ä5lذ|6lذaÃ5l?_A5l_C GП?װ@ װaÆkaÃ5\/ӗ/?o_Ä5lذ|6lذaÃ5l🿃'P࿁8`A Cp?'P࿁8` 4HP> 4hРA3hРA 4X_> 4hРA ϠA 4hРA'p "Lp!Ã5lП'p?߿8`ACP? O?O@ 3h A} 4hРA ϠA 4h`A 4hРA 4_> 4hРA <0… װaC?ϟ@'П kXПO @?O ,8ПA gРA 4h_> 4hРA gРAϠA 4/A 4hРAO@ DPBkذ?O?ϟ_Æ54菠? ϟ@ 'П@0>} 6l80 6~5,/_Æ *ǯaÆ 6<_Æ GП?GП?,h@篠?GП?@ԧ!B"<B"Dp| ̗`>~o>o߿|"/B"D`>~"D!B!B"@!B!Dp? ϟ@A}"D!ƒ!D!Bˇ|˗_> '0| ̗!!D!B !B"DaA}"DA!,ϟ?"D(B @O@ wO`|~O|'0 _>}~}˗ϟƒ)TPBSPB *,B  ASϟ? S?'_B)LOB)TP‚)TP„)TPa| OB *B *TPaA}*TП? SHП? &P?'ПSxПBSPBSPB SP‚*/B *T(0? *TP‚)TPB(? _ `W?W?,X🿂 O_ ,X`+X` ,X A ,X`˷_ ,/,h „ p… .D… o?[8П? Р?O? o@ ӷp… [p…[|˷p!B.\p|.\p…[p@-ϟ@…-$ϟoaA p>} .\0 .\H_ O?}.~ .ϟB-\[HП?B ӷpB -P> H*$/…[p@.\p|.\p…[p?O@$X? 48ПA3h?4hP? 3h A} 4hРA ϠA 4h`A 4h`| 4h| 4hРA ? 4xaB ǯaÂkذaAП? 6$ϟ?&ԧaÆ װaÆkؐ|aÁ5lذ|6lذaÃ5lHП? 6<ϟ)aÆg_Ä5lذ|6l| O@}6$/_Æ *ǯaÆ 6<_ÆkذB5?6lП?5LO_Æ aÆ װa~aC5lذ|6lذaÃ5lϟ? 6lП@$X_A,X` ,8П?,X@} ,X` ,_ ,X`  <0…cȐ!CcȐ!C Ǐ!C1dȐ!B1篠?2d?cP> 2<C .!C !C  Ǐ!C 2dO? ǐ!C A2dp?1TOC !C ǐ!C ǐ!C ǐ!C 2Cǐ!C O?cȐ!CP>} 2dx0? 2\/@~,h „ ۗ? 4xaB[p… "oB-\p„[… .Tϟ [p…-\pB8`A&T ,h „ p… .D„-\p…wП? .\p@"o… p… .\p… .\`>~ .\pB-<ϟ .\?p… B-\p|.\p… .\p… o… .\0-\p…p… .\H0_ .T/ .\p… .\p…[p… "o… .\p… .\pa|.\pa>} .\pB -B -B -D@'p "Lp!Ä5lذaÆ 6lذaÆkذaCkذaÆ 6lذaÆ ˧aÆ 6L/> 6lذaÆ 6lذaA}5lذa}5lذaÆ 6lذaÆװaÆ ./ 6lذaÆ 6lP`|5lذA~kذaÆ 6lذaÆ ˧_Æ 6lP_|6lذaÆ 6lذBkذaCaÆ 6lذaÆ ./ 6l@װaÆ 6lذaÆ O_|8`A&T_|-\p… .\p… ˗O .\p„o… .\p… .\x_|-\p…˗… .\p… .\|[p… .\(߾|[p… .\p… /_>}.\pƒ˷… .\p… .\?}p… .\ ?}p… .\p… /_|.\p…˗/߾~ .\p… .\pA~o… ZhZH ˗O? H*\ȰÇ!/_|E1~˷_Ĉ#F1bD˧_Ĉ#F߾|/bĈ#F1a}_Ĉ#F$菟|1bĈ#F}/bĈ#FX?}_Ĉ#F1?~˗o_#FȰ߾|_Ĉ#F1?~˧_#F1"~˗O>~"F1bĈ/_|1bĈ/_|/bĈ#Fx}˧_?$XA .dCۗ/_|1bĈ#:Ǐ|ǯ_Ĉ#F?}˧?#F1C˗/_}E1bĈ#2o|ϟ?$XA .dؐ?~'P>~8`A&TaCO|,h „ 2lП?~'P>~8`A&TaC!F,?} ?8`A&TBӧ`>? 4xaB 6t?~'P>} <0… Ǐ>ǯ?$XA .dC!o>ԧo?~'p "Lp!AO|ǯ?$XA .dC O|Ǐ_?8`A&T?0,h „ 2l!ĈǏ>}80>}ϟ?8`Aϟ?~ӧO| Է?8`A&TaC!F4?~'p@}ǯ?8`Aϟ?~ӧ`>ӷ_?8`A&TaC!F8?ۧO|P8P>} O@$8P}? 4xaB 6tbDǏ>}8@O$>8@}ϟ?$XA .dC%NП?8>'p A ( ?? 4xaB 6tbD@~O@ Hp @}O~O@ DPB >QD-^ĘQF=~RH%MDRJ-]SL5męSN=}TPEETRM>UTU^ŚUV]~VXe͞EVZmݾW.|/C˗|ݙ/_>;a{ ||O^_|=ԗ?~7wg|ۗ/|IG_~/_#o|/@~/_}߾|_˗߿O_|? 4xaB 6tbćO_||˧o`~/_~ _|ӗO@~+?~/_>~/?~7_˗߾|I(QD%J(`|˗O _} ܗϟ|Gp_|O`󗏟D%J(QĂO_|O`O`>~ۗ| 7_>~_~ܗ>}ۗϟ|/}0>~_,h „ 2l!Ĉ'2̗O?} o_>'0|˗`?~/|/E)RH|/_>'0߿|'0|ۗO`>˧_>}O`O` ̗_~ǯ`?~/|/E)RH"E㷏_|O`}O`>}ӗϠ?O`˗OE)RH|/_}'0߿|'0|/˗_> o_>˧/_|ۧ߾| O|_>} <0… :|1 㗏_|}O>~g_>/|E)RH|/_|'0?}'0|O`>O>~|70?}O_>~+/O` ׏"E)RH"E/_>ϟ|/?/A~'0@}˗E)RH"|/_>~'P_>'0|O߿O_|ӗ/_?}/_ /_|/_?}O@ DPB >QD-^ĘQF=~RH%MDRJ-]SL5męSN=}TPEETRM>0 ;;PKwЄQQPKy$AOEBPS/img/repma004.gif?NGIF87a!?**?***UU?UUU????**?*******?*******U*U?*U*U*U**?*****?*****?*****?***UU?UUUU*U*?U*U*U*UUUU?UUUUUUUU?UUUUU?UUUUU?UUUUU?UUU?**?***UU?UUU?????**?***UU?UUU?????**?***UU?UUU?ժժ?ժժժ???**?***UU?UUU?????***UUU,! H*\ȰÇ#JHŋ3jȱǏ CIɓ(S\ɲ˗0cʜI͛8sɳϟ@ `? ȏA8`A&TaC!F8"A$Xp>~ O@ DPB >QD ׯ@}'p "L @}ׯ,h „ 2l!ĈO>}8`A&T>? 4xaB 6tbDO>} H @}O~ HP $ПO} 0 ӧ_~ H*\ȰÇO>} H @}'p ?$8? O@'p>}O@ӷ_?$XA .dC%&O>$O>}ϟ?$XA .Dϟ~ӧO|̧O_~ H*\ȰÇӧ`> ӧo?~? 4xaB ?~ӧ`> ӧ_?$XA .dCӧ`>ӷ?'p "Lp!Æ Ǐ>}8P>}8`A&TaCӧ`>Ǐ?8`A&TaCo>o_?$XA .dC 0ϟ?$XA .dCۧ`>? 4xaB 6Do>̧o~8`A&TaCǏ>} O_?$XA .dC0@? 4xaB 6t~O@}'p "Lp!Å'p}O@ DPB >?} ,h „ 2la~(P~8`A&TaC!2׏> ? 4xaB `> <0… :|~'P~ H*\ȰÇ˗/>~ B"D!BO_|"D˗/>~ B"D!>o|O@ DPB *ԗ/_|=|Ç>|p?~˧Ç˗/>~>|Ç>|8߾|Ç>,/_>}>|Ç>||=|!A~Ç>|Ç ˗/>||Ç>|Ç˗Ç˗Ç>|Ç/_>}>|!~{Ç>|CCÇ>|Ç˗Ç>\/>|衇z衇B 'p "L|.\p… .\p…  /… .\pB}-\p… .\p… ./ .\O… .\p… .\pB-\p… .̗o… .\p… .\pa|.\P|.\p… .\p… o… .\p|-\p… .\p… ./_ .T/_ .\p… .\p…p… .\P_|.\p… .\p… / .@? 4xaB 6tbDoĉ'/_>}&N8qĉ'6/_>}&N/_|M8qĉ'Nt/_}M8qāۗ/>~'N8qĉӗ/߾M_>oĉ'N8qbB~/'N8P˷ĉ'N8qā˗o@}&N/A}oĉ'N8q@˗|&N8q@} ӗ/_>}M8qĉ':O_|+Oĉ3/_| <0… :|1b~˗O|$J(Q"B}˗/_>}(QD%Jd?}˧B}$J/_~˗O~%J(QD 0@8p`>~ H*\ȰA}0@ <0… :|Q?~'P~ HP>} ,X` `'P>~'p "Lp!ÆBT>} ,h „ 2lxP?O@} <0… :|П?~'p>~ H@} 4hРA g`~'p>~'p "Lp!Æ6׏>} ,(0?$XA .d>~ӧ`>Ǐ? H*\ȰÅO|ӧ,h>}~O@ DPB .׏?}80}8`A;xO_~ H} 8P~ HC!B"D!B!D!~0ӧo?~,h „ _?~ӧO|̧O~8`AӇ!B!B O|O>~O@$XA &ϟ?~ۧO>$O>~'p "!B"D!B!B O>} H@O@8@$H>8`ׯ,h „SPBSPƒӧO|,(>'p 8@$8p@}'p ӧ_?$XA PB *T>~ *TPa~O@$XA 'P ~O@ DPaA}.\P| .\`~O@$XA 'p ~'p "L`>~ .\p… [p… .Do… .\>} .\_ .\pB.\p… p… .\P .\p… .\p…[pB-\p… .\p… .4… .\pB}.\p… .\p… ԧo… ˷p… .\p… .\`>~ .\p… [p… .\p… .\XP .T/… .\p… .\pB-\p… *>~ H*\ȰÇ#J(P>G"E)RHa>~)R(Q?)RH"E Hѡ|)RH"EG"EП <0…8?$XA .$ O 4xaB O@ gРA 4h_> 4hРA'p "Lp!A$XA o… .\P>~ p… Oa> .\p|*ԧo… ˷p… ˷p… o… o… .\P>~ p… Oa> .\p|*ԧo… ˷p… ˷p… o… o… .\P>~ p… Oa> .\p|*ԧo… ˷p… ˷p… o… o… .\P>~ p… O!|8`A&T_> ǐ!CcȐ!C1dȐ!Ã1dȐ!C1dȐ!C  ǏA}2dȐA}ǐ!C 0>} 2dh_> 2d/C 2 2d`> ǐ!CcȐ!C1dȐ!Ã1dȐ!C1dȐ!C  ǏA}2dȐA}ǐ!C 0>} 2dh_> 2d/C 2~ gРA 4hР4hp>} 4hРA3hРA 4h_> 4hРA ϠA 4hРA'p "Lp!ÆsXP?:\|:tpa>СC9t!A:tp|:th0?:tС>~ СC SϟC.A}:t_>:$/C.ϡC СC:aA}̗?9С>~ s80_>ПC9ПC9tС|:tСC9,Á/_>:Oa>_|8 | ,Xp`> ,O ,X` W` ,X`,Xp`|˗` ,X@8`A&Tx0 .\pB-DB/_>'_|˗߿}_SB/_>'_|˗߾| /B-TO… *o… o|/@~/_}o_|oaA.\p|.\p… >~ ˷߾|/|/}_>~Oa> ˷߾|/|/߿}_>~'p 3h@} 4hРA gРA 4hР| ̗o߿} _>˷/}_>~ $/A 4hРAO@ DPB 簠>~˧ϟ|/|O`>}!A}p`|˗O`?~ ̧?'0_A}:t_>:$/C/_>'0>~O|sH_>:4ϟC:tP?s80_>~'0>~ۗ/߾ӗ/_>}9$|̗>~ ̷_>˷_˗O| >}:d/C!|/_߿~ۗ߿|˧_>$Xp| 4hРA ? 4xaB 6<Â9/|_|/߿|߿| 0?㗏_|}>~a|ԧϡC sСC9$/|_|/_> _>sСC9tСCsXP?뗯_|ۧ?}O_>O`>SϟÁ/_>ϟ|/_?}a|ԧϡC sСC9$0_~ O_}'P?}'߿8`4hРA 4(0?$XA .d>~ СC SϟC.A}:t_>:$/C.ϡC СC:aA}:tp>~ sСÅ9:4ϟC:tP?sX0_>9tP?9$/@~:t/?s!CO@ DPaA"̗O | .L/… .< .\pB}"o} _~˗o|/SB|/>_>} P>} .\_>-\p!Bܗ@}| 70߿|[_ .\x0 .\pB-Dƒǯ|'0|oƒ)o|׏_>~o`>˷o|*ԧo… ?O@ D| w0~o|˷_} ˧PB  OB *TP!B}&O!|˗_> '0| ̗O!B}`|'0|o`>˧a> ӧOB  |'p "L8_>/_70|'0_>SPB PB *T>~ |/|o`˧>~ SxP_~O`|70|S0? ӧPB ˧PB ˧|/|o`˧| *TP|*TPB "OaB}"O@~'p_>~?~/>Sϟƒ/_>>}_O,80? ԧϠA 4hР|˗O? 4hРA 4/>O|'0_>} ϠA 4hРA'p "Lp!ÆsXP?˗o?} ܗ/>˷O߿|琠>~ sH߾|'0}_| ̧/_> >}:d/}СC9,o_|o|/_}ӗ/?sСC9tСCsXP? >~ sС|>}:d/|9tР|:!B:t`>:tСC}ϡC9D|:t(0CO@+(P ,X` W_>~+X` ,8_ ,X`A ,XP| H*<… .\pB}"o… .|.\p-׏A}.\P|˗/߾ .$/… .\_ .\x0 .\pB-D… ˷pB}p!Bo„-0ӧ? 4xa„/> *L/B ˗OBSPB PB *T>~ PBP)O„/B P?}*TP!A #OB ˧PBP)TPBSPB *TP? SP|SP?}Pa} ϟB S8_>}ӧPB g0| *T_>  ̧/> OB *ϟB *TPB)LP?$Xۗ!BC(0?̗!B |7P>"DР|'p>$XA ˧PۗOBSPB PB *T>~ P󗯟B SϟB SP| _ӧPB gPB */B _~ *OB *ϟB *TPB)LB 'P>$XA!B O?}"Dh0?_!D!BC!B!B(p,h@"D!BC!B"D!B!D8P?@~"DhP?Ca~ ԗ!BCHp_>}OB"Dh_>˗OB"D/B O |"4/B"D`>"D!B"D(P?!B B P`>"4O_|!D`> ˗O!D!B3>~!D!B!D |!‚!D!B !B!B!B >~ H A} 4hРA 4O?3hРA 4h| ?} 4hРA g0?~3hРA ϠA 4hРA3hРA 4hP`> H*\ȰA}ϡC0?:\|GP>2 ?}СC9tB:t`>:tСC}ϡC0?:\_C7P>2ϡC СC sСC9tСCsXP?:\|:tpa>˗o>}:d/A? 4xa)TPBSPB PB *T>~ PB Oa> *TP| ̗/߾~SPB3O}SPB)TPBSPB PB *T>~ PB Oa> *TP| >} *T|/B OB *$XA .? 4xaB  ԧϠA 4hР|/߿| 4hРA'p "Lp?~8`A&Tx0 .\pB-D`> 4xaB O@ H*\HO|O>$o,h B/_|K0a„'p "Lp!A$XA o… .\P>~ .\p… .\p… Ӈ_|.\_ .\p… .\p…[p… .T… .\p… .\p!B~#OA~  <Р| H*\ȰÇ#J80?)RE)RH"Ł˧@}O| H ˗O,h „ 2l!Ĉ7qĉ7qĉ'N8a>7P8`A&<o,h „ 2l!Ĉ7qĉ7qĉ'N8a>7P>80@~,h B'p` <0… :|1DM8qāM8qĉ'Nd/>} ԧ`? O@ Dh_>˗O,h „ 2l!Ĉ7qĉ7qĉ'N8|O~8|'N8qĉ'oĉ'oĉ'N8qb~ԧOa?~'oĉ'N8qāM8qāM8qĉ'Nd/ ԧoDܗ/>'N8qĉ7qĉ7qĉ'N8a> ԧoD0@ H*\ȰÇ#JTĉ'Nĉ'N8qD o>}'B`M8qĉ'NTĉ'ND} H*\8O@ DPB8@~˧o>} ,X` ?~W` ,Xp?$XA .$ <0ƒ-\p… *o!B}8`A&TП>~ H0?$XA ./_>}W` ,X A O@ H? 4xaB  <0ƒ-\p… *o!B}.\p)o… .BGP .T/… .,/… .\_ .\x0 .\pB-D… .\O?-\p…[_|O… *|[pB-\p[p…[p… .TB-\p…S… .\/_-\pB 'p .$/… .\_ .\x@'p "Lp!ÆsXP?:\|:tpa> _9t萡|СC9tB:t`>:tСC}ϡC0?:\}o>}:d/|СC9tB:t`>:tСC}ϡC0?:\_}7P>2 |СC9tB:t`>:tСC}ϡC0?:\|8>} H& |)TPaB*TPƒ)TPBSPB *TP? SPB 0? *T`> wP> *TH_>)TPB)TPBSPB PB *T>~ PB Oa> *TP| O <0aB PB ˧PB OB *ϟB *TPB)Lƒ/_>)TP?)} *T|8? 4xa)D/S8ПBSPB PB *T>~ `|˗O!| "Oa> _|̧P!|*OB *$/B *T/B/_>)T_> *TP`> *TPB 0>~ |˗@~/_>O`~Oa> |˗@~/_>'0_| P?}*TP!A*TPB"0_|/>}/_>~? /A 4hРAO@ DPB 簠>~˷߾|/|/}_>~ Oa>˷߾|/|/߿}_>~A}:t_ϡCsH0_}'P?/߾|/s(_>:4ϟC:tP?s80_>}'}ϟ|/߿| 0?O_|ۗO`>} />`>СC'p> O@ Dp| ˧ϟ|/|O`>}O!B*TPB)TPB *D„) o|/~/߿|˧_> S>} *T| OB ˧a|˗O`} /_}ӗ/_>})D/B *T(0? *TPBSP?㗏_|}O>~/,8P?3h`|˗O`O`|O~4h_> OA 4hРA '> 4hРA 4/|_|/_> _> gРA 4hР|8`A&TaÃ9,Á/_>ϟ|/?'0C)|/@}O_|ӗ| `>СCO@ HO!|/@}O_|ϟ| ̧| *TP|*TPB "OaB}*TPƒ)OB *<ϟBSPBSPB SPB ˧PB  OB *TP!B}&OB *<|*TPƒ)TO> *TH_> *T_> *T| *TP|*TPB "OaB}*TPƒ)OB *<ϟBSPB/,h „ ˷p… o… … .\pB}"oa}p„)o!}pB-TO… *o… oa}p„-\pB[p… .TB-D/@~.\P?- .\p… [P7P_/_} /|"Oa> ? /?~O|˧? $AgРA 4h_> 4hРA3h|/_|˷o`OAgРA 4h?'p "Lp!ÆsXP?;_?~۷O`/>SϟÁ!ǯ|/|oC9:,/?:tС>~ `|/|o`琠>~ s80_O`|70|sH0?s!C:t萠| 70_| ̗o`>O`| СC? 4xaB 6<Â9$/_'0__>9$|ԗ|/| '0|A}:t_>:$/C/߿|O`/C9taA9tСCsXP?'_| ܗ߿}_˧!A}p`|˗O`>O߿|'0?9$ϟÃ9t萡|:tH_>'_| ܗ߿}|O,8_> 4hРA? 4xaB 6<Â9,o_|o|/_}ӗ/?SC˷>˗OۧO`>}sH0?s!C:t萠| ۗ/>~/_>}˗o!A:t谠|:tСC9,CsP?9tP`>sxP>2ϡC СC"ϡC ϡC:tÂ9tP`>SϟCs0?s!? 4xaB[p| ˷p… o… .\P>~ pa|۷paB}p!|p|*ԧo… ˷p… ˷paBoB-\pB[p… .TB-\0_>-\P?-\0_[0a> ӷp… [p…[|˷p!B.\pA-\p… *o!B}.L/@}.D|.D/|.LB-\p!? 4xaB[|oƒ-\pB[p… .TB-\`>'p  |"Dh0_>!D`>ԧ!B"4/B"D|"4/B!B"DX_>"D!B"D(P?!ƒ ̷!BC(0?̗O`|"<BC!B ˇ!B"$/B ˇ!BC!BB"D!B !!D`|CA} !BOBaA}"D!B!D!B /,h@} B ˇ!B",/?"D!B"BC|ˇ!B!B _~"<BC!B ˇ!B"$/B ˧O|"4/B"D|"D!B"DP>~!B(,h@} !B˗BaA}"D!B!D!B ˇ!ƒ˷B ˇ!B",/?"D!B"BC!B"B!D!B!‚!D!BC!B!B"Dp|"D!‚C!B"D!B!D8P?"D!!B"D|",OB"Dh_>"D!A"D!Bˇ!B!B/?$XA .d>~ СC SϟC.A}:t_>:$/C.ϡC ϡC:tÂ9tB}СC sxP>2ϡC СC sСÂsСC簠>~:tP?9t|ԧϡC sСC9tB:t谠|:tСC9,C.Oa>:t0?s!C:t萠|:t_>:,/@ H*\ȰA}ϡC0?:\ϟÃ9t萡|:tH_>:\/CϟC:tP?'p "Lp@~ H`> 4xaB O@ gРA 4h_> 4hРA'p "Lp!A$XA … .\pB}"O@ DPB H@,h „ O@ ӧ H*\ȰÇ#J/߾%˧oĉ'N8q}M8qĂ7qĉ'N8!|&N_|&N8qĉ'>ԗĉ'ND/߾'N8qĉ ˷oĉoĉ'N8q"~8qĉ ˷oĉ'N8qb}8q}8qĉ'N_|M8qĆoĉ'N8q@7qD7qĉ'N8`?}8qĉ˗ĉ'N8qD~7qĆۗ/~ H*\ȰÇ#B/_>}$J(QD˷D%J(QD˧D%/_}$J(QD% /_}$J(QĆ˷D%J(QC~ODۗ/_}$J(QD/_}$J(QD˗/~%J(QD˗/_>~$J(a}ϟD%J(Q~˷D%J(`}ǯD%J(?~˷D%J菟|OD%J>˷,h „ 2l!ā˗/>~E1bĈO_|1bĈ/_|1bĈ#:o_|/bĈ#FQ?~˗O~"F1bĈӗ/_|1bĈ /_|1bĈ#F$>}˷#F1bĈӗ/_|1bĈ#*o|ǯ#F?~˗/>~E1bĈ O_|/bĈ#F1BO@} <0… ׏>} _? H*\ȰÇ`>,h „ 2lx?~˗/}9tСC:tA0@,h „ 2$?~'P>}O@ DPB >?~8P>~O@ DPBO> Է_? H*\ȰÇ#J?}8P}? 4xaBǏ>}8P>~'p "Lp!ÆBt?~'p>},h „ ?~'p`>} <0… :|1ĉ o>} 8P>}?8`A8?~ӧ`>ӷ?8`A&TaC!Fd?~O@Ǐ?~  4ПO>} 8P>~O@ DPB >QD Ǐ?}O@ D0>}ǯ? H*\ȰÇ#Jt?~ӧ`> 4xaBǏ?'p "Lp!ÆB(q"Ŋ 8@~O_'p ,h „ 2l!Ĉ'RП H>} П H*\ȰÇ#JHŋ3jȱǏ CIɓ(S\ɲ˗0cʜI͛8sɳϟ@ JѣH*]ʴӧPJJիXjʵׯ`ÊKٳhӪ]˶۷pʝ;7_>}'0@ Gh|˗ϡ?O`>˗/>t_|9ԗ?~א_|͗߿~9P_~G0|Gwn|˗O | /߾/_>~70_>O?}/_>~ ̧/>$XA .dC%2̗?~ /_?O_|˗| ̗o ~ӗ/}+/@}&N8qĉ'N8q`|˗O _}ۗϟ|o|'0|/?ۗoĉ'N8q"|ۗ/@}ϟ|/?ǯ}O`>_>~(,h „ 2l!Ĉ'R/>؏߾|O` ̗_>˗߿| ̧O`|/_+VXbE/_>'0>~O|3؏|'0߿|G0_>UXbŊ+VX1_>~'0>~ۗ/߾ӗ/_>}o`| '0|#0@8`A&TaC!F0_>~'0>~ۗ/߾ӗ/_>}o`| /|#/|&N8qĉ'N8q`|˗O`O`|O~?'0@}7_~8qĉ'N0_>~'0߿~'0_'P_ |>~#/|&N8qĉ'N8q`|˗O|/_>}O_|3/_|/?߿|8`A&TaC!F0_~'P_}ӗ/>O_|3/_|/_?}+0@8`A&TaC!F8bE1fԸcGA9dI'QTeK#/aƔ9fM7qԹgO?:hQG&U*2 ;;PK LDN?NPKy$AOEBPS/img/repma012.gifGIF87aX0?**?***UU?UUU????**?*******?*******U*U?*U*U*U**?*****?*****?*****?***UU?UUUU*U*?U*U*U*UUUU?UUUUUUUU?UUUUU?UUUUU?UUUUU?UUU?**?***UU?UUU?????**?***UU?UUU?????**?***UU?UUU?ժժ?ժժժ???**?***UU?UUU?????***UUU,X0 H*\ȰÇ#JHŋ3jȱǏ CIɓ(S\ɲ˗0cʜIfK$XA 'p "Lp!ÆB(q"Ŋ/b̨q#ǎ?`> 4xaB8`A&TaC!F8bE1fԸcGAF/D}B 2dȐ!C 2dȐ!#R>~!C 2dȐ!C 2dȐ )Q!C 2dȐ!C 2dȈ򅔨_Ȑ!C 2dȐ!C 2dDBJ/dȐ!C 2dȐ!C 2|!%2dȐ!C 2dȐ!C _ 2dȐ!C 2dȐ!C/_H 2dȐ!C 2dȐ!CF/|`>/_ 'p?}8`A&TaC!F8bE1fԸcGAF/a~70_A~ 7П>2dȐ!C 2dȐ!C _70_| G0| 2dȐ!C 2dȐ!C/_}+|o`?~)/dȐ!C 2dȐ!C 2| ӗ|O@ ߿8>~ H*\ȰÇ#JHŋ3jȱǏ #ˇП G`>?~/? 4xaB 6tbD)VxcF9vdD7_7PG0B}B 2dȐ!C 2dȐ!#˗_|7pG0| 2dȐ!C 2dȐ!C/_H 2dȐ!C 2dȐ!CF/D}B 2dȐ!C 2dȐ!#R>~!C 2dȐ!C 2dȐ )Q!C 2dȐ!C 2dȈ򅔨_Ȑ!C 2dȐ!C 2dDBJ/dȐ!C 2dȐ!C 2"O@ DР>~ H*\ȰÇ#JHŋ3jȱǏ #R>~!C 2dȐ!C 2dȐ'p "L,h „ 2l!Ĉ'Rh"ƌ7r#H HAw H*\ȰÇ#JHŋ3jȱǏ C./?"E)RH"E)RHOH"E)RH"E)RD~)RH"E)RH"E)_|D)RH"E)RH"EJ/?"E)RH"E)RHOH"E)RH"E)RD~)RH"E)RH"E)_|D)RH"E)RH"E:0'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? `>O@ DPB >QD-^ĘQF=~c? <0… :|1ĉ+Z1ƍ;z2G} ? 4xaB 6tbD)VxcF9vdȏ8? 4xaB 6tbD)VxcF9vdȐ˗H"E)RH"E)RH˗OH"E)RH"E)R})RH"E)RH"E91_>"E)RH"E)RH)RH"E)RH"E)RH"E)RH"E)RA)RH"E)RH"E |O@ DPB >QD-^ĘQF=~|O_|D)RH"E)RH"E/_} ۗ/>"E)RH"E)RH"˗/?OH"E)RH"E)}|)RH"E)RH"En/_}˗O_? 䗏b>僘OH"E)RH"E$/_|4˗/? ԗa>$)RH"E)RH"ۗ/>˗o ԗO |/>~/_~Ǐ_|/_>/,h „ 2l!Ĉ'Rh"ƌ7rQa?}Xp_|]ǯ?~O`>'|O|7P o߾}Ǐ?~Ǐ˗O_ ˗_|/A@~ G_>o|o`?~Ǐ?~c~cCOb_?}|߿|/߿O߿ ߿8`A&TaC!F8bE1fԸcG˗ljb_>>~O`O`#@~/Ǐ?~Ǐ?~߾|x_|9_>˗O>~/_>~ _|_}ϟ|/>}?~Ǐ?~@~>~(|߾|Ǐ?~Ǐ/_|?F/_>~O~ؐ_|O@ DPB >QD-^ĘQF/?~O_|˧| Ǐ_ǎ˗o_? ̗O ?~-W0~q!?~c;vرcǎ5?~_>| ǯcGa>߿|/_~7P_>} O|˗_Cׯc|رcǎ;vرcǎ_ӷ|O` ˗/_?Ǐ߿|/?_> ߾>~ 7p˗/?$XA 7?~߿| <0… :|1ĉ+Z1Ƅ_~'߾|0@O@ DPaAo}ϟ>#/| oO ˗o… ߾?~? 4xaB 6tbD)VxcF 㧏߿|@~۸`|ȏ_>O`O`O` ? $o_|4hРA70_>~߾|'p "Lp!ÆB(q"Ŋ/b̨Qa /_>}˗/_?ӗ/?6n/_>}.˷O|_>`>?~ϟE~q>'pǏ,h „ 2l!Ĉ'Rh"ƌ7r옰|Ә~|/? O`>}/_>~˗o#O?ӗ?}'yѣG=zѣG˗O_?70DŽϣG=zѣG=z_?}cEϣG=zѣG=z_|y,ȏ|AQ!|ѣGyGyGyQEۗ/> HKP`%L0a~ <0… :|1ĉ+Z1ƍ8`A&T |O@ 4/_>GP?~'P|O |/_߾| Է/?"o_|'p O@ DPB >QD-^ĘQA H*\hP_?$XO`'|/߿|/?} '0߾}߿|"D8|,h |8`A&TaC!F8bE1fh|,h „  C!'p "? 4xaB 6tbD)VxcF˗ ? 4xaB ӗ/> H '0_|(߿|/߿|_?}/߿߿|O@ O_|8`A ˗O,h „ 2l!Ĉ'Rh"ƌ ˗Oƍ˗ƁO`'_'0_>O`>}'0|˗/_ ˧oƍ7nܸqƍ7/'ӗ/߾˗|/_>~˷O`ӗ/_?~_>~ӗ/_?o_|m\/_>}7nܸqƍ7nܸѠ|mX߾|H1ƍ˗oFӷqƍ7nܸqƍ ˗>$XA .d/_|2d0C */_>~ 2} H*\ȰÇ#JHŋ3j4/_>}7j/_}6J̧_|62/~%˗Oƍ7nܸqƍ7n4/_>}7n/_>}6J̇0?6&/_}6R/7nܸqƍ7nh_|6nH_|mDO_|ӗO?~O`˗Ƌӷqƍ7nܸqƍ ˗Oƍ ۗ/> ߾/@~X_|m/_>}7nܸqƍ7nܸѠ|mܸ1!?O@ o@~C}!B/>$XA .dC%NXE5/7./_>~ۗ߿|O@ }7nO_|6nDo_|mܘ_|6nܸqƍ7nܸqA۸q#EoƁoFӷqƍ7nܸqƍ ˗Oƍ/˗/˗ƍ 8 ?$XA .dC%NXE5 /7f/_}6Vܗ/>7608`A&TaC!F8bE1f8_|6nܸ||m`>O@ DPB >QD-^ĘQ@۸qƁo#~q~ ? 4xaB 6tbD)VxcF˧oƍ ۗ/>˗O_-'p`?$XA .dC%NXE5/7nD/_|6 /_}6n`>8`A&TaC!F8bE1fX_|6nܸQa?}O_|6nO_|mܸqƍ7nqƂӷqƍ ˗O_?oƍ˧oƍ7nܸqƍ7/7n|/_| ˗O7ԗƍ7nܸqƍ7n4/_>}7n|SO_|6nܘП7nܸqƍ7nx_|6nܸ|3/_|6nȰ7nܸqƍ7n8П?ϟ?7n(_|_|'p "Lp!Æ˗/?:tСC:tСC:tСC8`?$XA .dC˗/>!Ba}O_| B"D!B"D!B~ 8? 4xaB 6t!?~!B!|+o_|A"D!B"D!B"D (,h „ 2l!Ĉ'R|/_>}˗/+VXbŊ+VXbE8P,h „ 2l!Ĉ'RlO_|9/_}*VXbŊ+VП+Vt`>'p "Lp!ÆB(q"ŅǏ|XbŊ+VX"~˗o_Ŋ+2/_|*VXbŊ+VLo_|U/_|*VXbŊ+VXp|  <0… ԗ/_>:tСC:tСÃǏ`|sh߾|sСC:tСC:D`> ? 4xaB 6/_}:tСC:tСC`9D/_>}:tСC:tСC ˗/_}'P ,h „ 2lHp_>:tСC:t!Aaۗ/?ϟ|/_>~:tСC:tСC˗O?(,h „ 2lHpC:tСC:tP`|[`}_>߾˷ϟC:tСC:tС>7P ?$XA .dC%NXE˧_|_>~ӷϟC~1cƌ3fh`>O@ DPB >Qć8`A&TaC˷ϟӗo` _}'p A? 4xaB 6tbD)*0 П <0… :|1ĉO@ DPB ˗/? O߾O ?s(߾|sСC:tСC0  <0… :|1ĉH"E˧|ϟ|/_>~˗D~G"E)RHC o@$XA .dC%NLE ~G"Ń˷"E)RH"E8`?$XA .dC%NLE bD~G"Ņ˧E)RH"E 'p@~ H*\ȰÇ#JP?O`G1}GB~(/_>~)RH"E).08`A&TaC!F8q>~)./oŃǏ|Q4O_|QH"E)Rp_>˗/?S@~(&/_>~QH"EHqa˗o`>˧E}ӗ@~O_|_|o|˗ϟ@}Iܗ/~)RH"E)"䧯`~w0_|)̷o|9|H"EHqa>70E˷E_/߿|/?~_>~ ߾}8_|'p "Lp!ÆB(q"D~ د?~/>O_}/@~O_|˧|Ǐ|O_>}?}H"EHqa>ӷ|˗ł|70߿|`"A"E)RH"Łܧ? '0_| >~|_>|ǯ>} /?~?~(RHA}8`A&4o |O!}P| >~ /'P80߿|  4/_>}8`A&TaC!F8q!?}ӗ_>~ W0| 70߿}G_#_>~w?}/߿|o?)RP?)F/_}(&'0|/?~O?g0?}'0ńǏ"E)RHD~7|? O`ϟǏ_>'0? ?/߿|O@? 4xaB 6t(P>|/_|>O`>˗O>~_>~O`>ӗ/_?>o_|=|Ç>|o`| _ O`>?}?O` /_~/߿|>|ÇsÇۗ/߾~>|ÄÇ>|ÇW_|/_>~#O_| ̧/>'0?~|/?/˗/>O_|˗/_?$XA .dС@}˗Çӗ/>|~Ç>|Ç {P`>|ÇO!|ÃÇ>|p}Ç>|Ç {P`>|Ç!? <0!AOB ;_>%̧P| /_>~ *TPB *TPB >70B ˗߿~*TPB *TP„08`A&$/_|8`A CP`>C!B"4/_|8`A&TaC!FO>~E_ 7qĉ'N_A} H*L,(P߾|_|Ǐ_|?~?~_|/@}@~'0ӗ/_| /_>}8`A&TaC!F87|/_~˷|˗ϟ@} O`>M8qĉg|,h „ O@ϟ|O`>~'0/| 珟۷|ǯ߿|o~o`>_`˷,h „ 2l!Ĉ' 䧯>/??}/@~;O`?})RH"E!08`A&TO_|)O`>O`|O`>_>O#>'P_?~o`>~_>~%/_>~ *TPB *TPB *,O_|'0A_ '0A ̧PB *TPB "O|PB ˗O_?>~ O>~_7P|߿/߿/?o_>~o@/_|8`A&TaC!F8 ?} Gp|맏| /? /7P`>$XA .dC c/_>#FL/_|O`|'0>~ '0_>_>'p?}G~Oӧ >~ܗ/~#F1bĈ#FdO_|o||o߿|߿|3/bĈ#F>~ 1bą˷_| /_}˷O_|_|_}O_|ӗO> ϟ|@~_|/?}O@ DPB >QD7_||/|O_|#/_|G"E)RDE)/~)R_|QH"E)RHQA})RH"ńQH~G"E ˧E)RH"E3| H"E)&Ǐ"E ۗ/>)Rh߾|H"E)RH!?})RH"E)Ǐ"E˗/?)/_?˗E)R"(h!O@ DPB >QćQH~Gb|󗏢A~G"E)RHbC~(RH"E)R,E)2/_>}(/?O_>} G|H"E)RH!?})RH"E)Ǐ"E˗/? 'P?}>G}G"E)RHbD~(RH"E)R,E)F/_}"'@ ̧o?G_|QH"E)R"O@ DPB >QćQH"}`>߿ۗ߿/,8_|'p "Lp!ÆB(q"E8`A&TaC!F81"?$XA .dpa|k@~O`>~ Р}СC:tСC:t? 4xaB 6T/_>:taA$XA .dС}П|_?}˗/_? װ|9tСC:tСC:tСC˗ϡC:tСC:t_|9tp |sСC:tСC:tСC&ԗ/C:tСC:tp`?}s!|sСC:tСC:tСC.ԗ/C:tСC:t谠}AϡC:tСC:tСC:tP_|:tСCr!r!/_>~ H˗,h „ 2l!Ĉ'Rh"ƌ ˧QF5jȰ|i/_|4jԨQF5jԨQ@}iԨQF5:/_>}*ۗ/>5jԨQF5jԨ|4jԨQF#˗/˷OF5jԨQF5ԗ/F5jԨQ~!|ӨQF5jԨQFӧ/_|ۧQF5j(_|!/~5jԨQF5jԨ`?? 4xaB 6tbD)J/_>~˗o+VXbŊ+VXbE8P ,h „ 2l!Ĉ'Ro_|ǯbŊ+VXbŊ+VX?? 4xaB 6tbD)V/_~-ZhѢE-ZhE'p ,h „ 2l!Ĉ'RH0_|-ZhѢE-Zd؏߾},Zh?  <0… :|1ĉ+̗/E-ZhѢE08`A&TaC˗ϡC:tСC:ta|:tСC:tСC60'p "Lp!ÆϡC:tСC:ta|:tСC:tСC6̗/_>~˗oC:tp_>}:tСC:tСC g߾9tСC:tСC6/_}/_|:t|:tСC:tСC˗`>9tСC:tСC:ܗ/_>~/_>~:tСB:tСC:tСCw /ϡC:tСC:CO| ? 4xaB 6tbDO@ DPB >l/_>/@~oD!B"D!B(`>7P @},h „ 2l!Ĉ'"? 4xaB 6ta|O`>~ӷD!B"D!BHP_|`>'p "Lp!ÆB(q"B}(RH"ņKo |o_>~ H*\ȰÇ#JH"|`>'p "Lp!ÆB(q"B}(RH"ņKo>~70E)RH"E˗_|QH"E)RE)R0_| /_>~˗E)RH"EO@ H*\ȰÇ#JP?)RHa|(RH"E)RHa?̧,h „ 2l!Ĉ'*Ǐ"E)Rl/_>)RH"E)Rt/_>}QH"E)R(P?)RHa|(RH"E)RH!?}Ǐ|G1|H"E G"E)6̗/E)RH"E)>䧯 ?}oa}ka>~H"E G"E)&ܧO|ӧoE)RH"E).䧯~ Ǐ| /_/_>/@~O_| |߿~Ǐ߾|߿|ӗo,h „ 2lP?:tСC'p@~ H*\ȰÇ#JH"E~ ;|O`>'_|/??~/@~/a>~O`>O?-ZlE-Z08`A&TaC!F8bŊw0߿|#/|ȯ`|70߿|`'0߿| '0|YhbC},Zh"E ,h „ 2l!Ĉ'RX|맏|7PO?}맏|ۗ߿| /߿߿_/߿߿| H*\ȰB}:tСC0 H*\ȰÇ#JHE~ '>'|'0?}G0?~/70߿|߿|'П|ӷ|O`>hѢņYX_|h?  <0… :|1ĉ+Z | ϟ|/>}O_| /|˧O?/?'0_~O|˗}O_}-ZP?)'p@~ H*$/_|.\p… .\p… .\p…[p… .\o… .\pA}.\p!B$? 4xaBo… .\p… .\p… .\ .\p….\p… o… O@~'p "L|.\p… .\p… .\p…3O| ̷pB o… .\p… o… ̗/_}'P>$XA ̷p… .\p… .\p… .O_~'p?̷P?}o… .\p… o… ԗ/_>}O@$XA p… .\p… .\p… .O_}O`>~ /_?O_>}O>~'0@~.\p… .\paA}.\pA} o@$XA .dC%NX!?$XA .$O_A}_ '0__>g>1dȐ!C 2dȐ!A}2dȐ?} o@$XA .dC%NX>} H*\H;O`> 70߿|O`>!C 2dȐ!C ǐ!C OO@ DPB >QDgѢE'0} >~ 70߿|(߿|߿? 4xaB 6t"C}"F`> ? 4xaB 6tbD)VlOE W0@~'0|/|/?}/A~'pE-ZQ?%'p࿁8`A&TaC!F8bEYh ?} /߾/_>}˧/>ӗ/? ˗~,ZhѢEY8`> O@ DPB >QDgѢEׯb>YhѢEh"|  <0… :|1ĉ+>ϢE3b>YhѢEhb?}'_|9G0|G1|=GgѢE-*ϢEhѢE-ZxP?-W0_;`>7P_>&擘`YhѢE h"A~,ZhѢE-ϢE7_O_>}'P| 7P_>O_>}>~/_~ /_|˗ϟ}O@}O |_>~O@ DPB >~'0| Ǐ_>_O` "D!BOD!"D!B"D"D3؏|O`o`>_> /?o| '߾ /|O` ߾~? 4xaB 6t!?}!Bh>!B"D!BlD! ?'p(0o|/߿~'0? ߿/߿ ߿8P|O@맏?$XA .dCAA~8`A&TaC!F8a>~ H*\/~˧@~+@~>_O` /|O`>@~/A~ O?ӗ?}.\p… .\x .\`?$XA .dPa|:tСC'p "Lp|˗o?'0?˷ϟ|+|/>}O_|_|O`}O_|ӗO ϟ| | .\p… .DO… .\p… .\|.\p .\p…[Pa .\p… .\p… &o… .\p… .\xP_| .\p… .\p‚-\0… .\p… .\p… ӷp… .B -B -t@O@ DPB >1|%J(QD%J(1"?}%J(QD˗OD%J(Q"B /_>~I|/_>(QD%J(!?}%J(QDOD%J(Q"B '>1C'PD%J(QD(QD%JP_|%J(QDWp@}_~O>}ӗO?~ '?%J(QD'QD%J(Q|$J(QD%"_> 70ϟ>O'|O`?} H*\ȰÇ#J8>)RH"EH"E)RT/_|'0A_ '0A G"E)RH!?})RH"E G"E)R_#_>Ǐ_>|?(0,h „ 2l!Ĉ'䧏"E)RH|(RH"EW0@~/|/|/?}/_~ H"E)Rؐ>)RH"E/_>~H"E)R4/_A}˷O`>˗O>~˷O`>~O`˗O`~)RH"EG"E)R| <0… :|1bC 'q`> I(QD%J萟>%J(QD8p?$XA .dCgpā$&'QD%J(QC~$J(QD%0'p "Lp!ÆB_>%J(QD%J>%J(QD80,h „ 2l!Ĉ(QD%J(QD(QD%J|O@ DPB >|%J(QD%J(1"?}%J(QD˗/_>%J(QD(QD%J(QD(QD%J_|I(QD%J$XA .dC%NX>} H*\ȰÇ#J/'N8qD8`A&T0_| .\p… .\p…'p "Lp!ÆB(Q 'N8qĉ'NL/_>~'N8qĉ'N8qĉ'N8qĉ'N8qă7qĉ'N8qĉ'N8qC7qĉ'N8qĉoĉ'N8qĉ'N8qD/_|&N8qĉ'N8|M8qĉ'N8qĉ'N_| /_}&N8qĉ'N8Q|M8qĉ'N8qĉ'Nx߾|C/_>}&N8qĉ'N8_|8`A&TaC!F8bE1f/_|˗/?5jԨQFQF5jԨQF˗O_˷ϟF5jԨQCӨQF5jԨQF˗o?OF5jԨ|iԨQF5jԨQFO~QF5jԸ_|4jԨQF5jԨ1}맱}QF5jԈ_|4jԨQF5jԨb?}Ӹ_|iԨQF5/?5jԨQF5Ҩ"˗,h ‚˷? 4xaB 6tbD) /+VXbŊ+VXCOb~ ۗ/~+VXbŊ)˗_Ŋ+VXbŊ+VXa|/߾˗_Ŋ+VXbEWbŊ+VXbŊ+V\/_>}*/@}/˷_Ŋ+VXbŇWbŊ+VXbŊ+VDO_|U/߿}_>*ۗ/~+VXbŊ˗_Ŋ+VXbŊ'70_Ŋ0_>~ HO`> w? 4xaB 6tbD˗E)RH"E)*̗o`>) /_>}("O7P?$X ~? 4xaB 6tbD˗E)RH"E)*Ǐ|"E˷~/@}G!|H"E)R_|(RH"E)RHQao߾QȐ_|Qd~O_|(./_>~)RH"E˗E)RH"E)*"ń˷E)/_}(RH"E)*/?)RH"E)RTO~"ŃǏ"E0_~ H*\ȰÇ#J/_>~'N8qĉ'N8q`>o?&N}&N81b?}8qĉ'N_|&N8qĉ'N8q|O_|&N$o_|MoD~o"Coĉ'N8q"C8qĉ'N8qĉ'F/_>~ Cob|%7 |8qĉ'N_|&N8qĉ'N8qĉ˧Ă'_|˧|/'P>ӗO߿|/_>/_> H˷? 4xaB 6tbDoĉ'N8qĉ'NȰ|hp߾O`>'0A~˷o?/|߾/M,o_|M8qĉ'N,/_>~'N8qĉ'N8qDob|O`>7_O`>ooB~7qĉ'N8q|M8qĉ'N8qĉۗ/~_?}_?}#`0߿/߿| O`}'p /_}8`A&TaC!F/_>~%J(QD%J( @,h „˗o,h`A}/ /ԷO`>}'0| /?}"Dp_|'p "Lp!ÆB_|$J(QD%J(QA$XA O@ }˗O>~/>}ӗ/_?'0| /?/?!B˧,h „ 2l!ĈOD%J(QD%O@ D> H*\ȰÇ˗o?!B"D˗D!B"D!B_|8`A&/_>}8`A&TaCӗ/?!B"D˗D!B"D!B_| B(_|A"D ˗/?!B"D˗D!B"D!B_| BH߾||w_| B/_>} B"D!B_| B"D!B"D"ă"D w0? :/_} B"D!B8_| B"D!B"D"Ą"D}߾|/_>˷߿|߿~O@ /_>~ H*\ȰÇ#J\/_>~'N8qĉ'N0_|'No_|MT?}o߿|ۗ?~߿}O ?M}&N8qĉ'6/'N8qĉ'Nl/_'/_>~/|'P> 70߿| 7_˗o'N8qĉoĉ'N8qĉ˗oĉ˗oD70~o_>~ 70?| H? 4xaB 6tbDoĉ'N8qĉ˗oĉ ˗O_o}o`>~'0˧@~&/_>~'N8qĉ'/'N8qĉ'Nl/_'2/_>~ӗo?_|˗/_˗o|Ǐ`>oĉ'N8qā7qĉ'N8qĉ 7qD˷_|'J/_}&N8qĉ'N,/_>~'N8qĉ'N|8`A&T!|c80C /_>~ 2dȐ!C 2dȐ!CǏ!C 2dȐ!C 2dȐ!C ˗!C 2$/_|2dȐA~ǐ!C 2dȐ!C 2d_|2dȐ!C 2dȐ!C 2d_|2dȐ!C˷C 2/_}2dȐ!C 2dȐ!C ˗C 2dȐ!C 2dȐ!C ˗/C 2d_|1dȐ!~ǐ!C 2dȐ!C 2d|O@ DPB >QD˗ϢE˗E˗E-ZhѢńgѢE-Zhb|Yhq}g@~gѢE-Zhq|YhѢE-ZX1_|-Z/_|,R/_},ZhѢE-6/?-ZhѢE+˗ϢEӗ/>ӗ/?-ZhѢEϢE-ZhѢŊhѢłB~gѢE-ZhQ|YhѢE-ZX1_|-Z ˗,h} <0… :|1ĉ˗_Ŋ+VXbŊ˗bŊۗ/>ӗ/߾+VXbŊ˗_Ŋ+VXbŊ˗bŊ!˗O_ǯbŊ+VXbņWbŊ+VXbEXbE!|XbŊ+VX|UXbŊ+VXQa|*VX}߾|XbŊ+VX1|UXbŊ+VXQa|*VX@~W|UXbŊ+VH@ <0… :|1ĉ+*̗/E-V/_}˗E-ZhѢE ϢE-ZhѢŊhѢE˗/>-ZhѢE-:/?-ZhѢE+˗ϢE-ԗ/E-ZhѢEϢE-ZhѢŊhѢEgѢE-Zh"DhѢE-Zhb|,Zh@}YhѢE-Z_|,ZhѢE-Z/_>-Z8P_|-ZhѢE-B/?-ZhEYdQE <0… :D/_>|Ç>|B{Ç>|Ç>/_>|!B}=|Ç>|Ç˗Ç>|Ç>||=|Ç˗Ç>|Ç>|_|>|Ç>|Ç˗Ç>|P_|OÇ>|Ç>|_|>|Ç>|Ç˗Ç>|P_|Ç>|Ç>t/_>~>|C=C=C=@'p "Lp!Æ˗ ?}/_>˗Ç>|Ç>|(_|>|Ç>|Ç˗Ç>|P_|'_>߾>|Ç>|П?ϟ>|Ç>|a|=|Ç˗|'?}=|Ç>|Ç8?$XA .dC%NX`|,Zh@}%7`>/?$XA .dC%N`>O@ DPB >QD˗ϢE-ԗ/_|,ZhѢE-2O@8`A&TaC!F8bŃhѢE˗0@_|YhѢE-Zd`>'p "Lp!ÆB(q"ŊgѢE˗ϢE-ZhѢŇ  <0… :|1ĉ+&̗/E-Vϟ?}ϟE-ZhѢE ˗/>-ZhѢE)˗ϢE+O8`A&TaC!F8bgѢE-Zhb|YhѢE? 4xaB 6tbD)V/_>~-ZhѢE-V̗/E-Z0'p "Lp!Æ6/a~Q`>`|!/a~H0|A"D!B0_|!BC? 4xaB 6t!|+o@}h0ĂX?˷o` ԗa>A"D!Ba| B"ć(p,h „ 2la| ԗO|'_|ӗ/?}/?O_|ӗO?~#߿||㗯D O|7P_>O_>}O>~ /_?/_>}O|A"D!2̗/_BӷD!B0@ H*\ȰÇ ||_>| o`>_ G'0߿|"D||O` '0'0| |۷|!B"D ˇp| <0… /_}:tСC> O>O ?`'A/| '0Á˷ϟCO|O߿|_>~ '0AO }_:tСC:̗/A} 8p,h „ 2lH0_|:tСC'P(0?}>~ /'P(߾||߿|߿|߿| H`|/~ ,Xp |?O߿|/|(߿|O?~/߿~7P| <0… :|`| ˗/?˗_Ĉ#FL/#F1~/_|/߿||O ?70|O ?O_?O`׏`|񋈰_W0?~/ O?'0߿|'0߿|O ?/bĈ#F`| ˗o?}˗/#Fp_Ĉ#F>~||/_|ϟ|߿˗߿O_|( /8p~o@˷8>~'0?~_>~O`>˗O>~˷/_|ӗ/ӧ? 4xaB 6t"|/_}/_|"F1bĈ#F1bĈ#F_|9/_~#F1bĈ#F1a| O}(> 4xaB 6tbDO@ DPB >/_>}/_>~>|Ç>|Á+`>o`} H*\ȰÇ#J0?$XA|"D!B˗oB˗o_?"DA~'0,h „ 2l!Ĉ+/_|'0_|"F1bĈ#FP ׯaEt/_|"./_>~#FTo~#F1bĈ˗`|˧O`|E1bĈ#F>~O?~O_} ܗ/ O߾|'_|ۗ?}ETo_|E|O_|"FP?/_>?~"F1bĈ˗`|/_|"F1bĈ#FP `?}o?_߿|/,h`|;x˗O_˧E˗Eo`|o_}H"E)˗a?? 4xaB 6tbDGQa'P_߿}߿|7P_>$X`}g0| Ϡ~ϠA 4h>'pǏ,h „ 2l!DS/>~˗C~勨p_|/| (,H0 4hРA 4hP? 4o~ _>}/?>~O`> 4_|`> g}gРA 4(}'㧯,h „ 2l!D[B~0_D ǯa>+o?}C/bĈa|O_|ӗo|˗|O`O`>߾|[`>Oo| ܗ//bćO_|_#F1bĂ[B}/_>|/?} 'P?~篠~ ܗ/O_>} _|G`|/_>߿|/?}o_|ӷ/?$XA o… -/… ӗ/߾o߾_} ܷ|oB˷… .\p… .\p…˷0? >'0|/߿| |gp߾_>߾W0~'߿|۷o?O`>۷}o… o… -/_ /_>~ 'p|߾~߿|/߿'p ˧,h „ 2l!Ĉ':̗/|+o`>O`O`>'_| /| '0_+0@/߿߿|/߿߿|O@ DPA}.\p… ۗ/߾~ #_O?~ /| ӗ/ .\p… .\p… ˗oa>ܗo`>O`O`>'P߿__'? o ?}(߿~߿|/߿/߿8`A&ThP O@ H`| 4h`?}3h|ӷ|O_}3hР@ϠA 4/_|O@ DPB >0_| Co@~/| '0?}/߿~@~'߾_>O`>}`O ?ӷ| _>ӷ| 1bDE|/|ED/_>}"G0?'/>}˗_D/bD|#F1bĈ ˷0ϟ| '0|/߾|ӧO`> |ϟ|'0| O_|'P`>/_>~˗?}O| _>'0| H*4… /?/'0?~/󷰠}p… .~ *'_>/_?OO` p`|[p… .o_|-\P>} '0?~[p… .\pB[… ˗… .\p… .\p>8`A @~ '0߿|7_>'B!B"D!B˗B O_~ /?"D!B"D!B̗/'p "Lp!ÆB(qC}(2'`>_߿|Ǐ_( /_}8`A&TH0|̇0~۷p!B/|(,h „ 2l!ā[|˧0|7_#F1bC}">'P?'0|o߿|O` |Qak`k/_>}"*o`| O?E1bĈ#̗/|7P_s/"|0_Ĉ#FQ /_>~ '0߿|_|?}#o_|O`'0|?~˗@}`>}ӗO߿}O|O`>/|˧_>~ /˗,h |O`>~? 4xaB 6t"|-a>}/_>_~O|/_>O}̧o|?}ӗO?~#F>~#B`?}Co߿~o|_}O`>'0_|o_|ۗO`>۷| _ 䇰|1bĈ#FQa|0~_>߿|o߿}/ p?_> ǯ?~O`_ '0?$XA .d@}>|X0ÂoaO`>o_'0|/| ̗O`>70_| /?˗O_>|Ç6̗/|'߿| /| O> '0|O߿|o'|>|C=|!B>O`> O?~/| W0߿|70_>/| '0 ? /_>~ H*\ȰÇ#J,/_!O?}O@__߾|߿_> O?}맏|_ _>$XA .d!A}>P @~ o_|'p  <0… :|q`|0?~O?O`}o`O`> O_>~/bĈ#F<_ć H'p O_|˧O_A~'_|O`>ϟ|ԗ/߾'0|ӧ`>~ ϟ|4H|,h |8`A&TaC!̗/|/|˗߿|?}O_>}˗/_O`> /|˧O?/?'0_Ĉ#FxP8`A  ? 4xaB 6t(>$XA'p "Lp!ÆB/_E1bĈ#F1?}">̗O@,h`~? 엯,h „ 2l谟|'p />$XA .dC˷0#F1bĈ#F_ćQ |qa ˗_Ą/bā1bĈ#F80_| KO| a|/bĈ#FQ>~˧/bD/bĈ|˗o ˗O_Ĉ#F1|-a~|5O>"F1bĈa|"F4o_|E4/_>>O?~O} Է/~_|ۗ?}_>$X`?}3hРA ˗O,h „ 2l!ā[}O`>~ /_?O_>}O>~'@~"F1bĈa|"FL/_|"O ?/O`>~ _~O '0~" /_>~#*/#F1bā[B}_ '0__>70_| /bĈ#F1>~˧/bą˷_|O`>`߿|/߿__߿'p ˧A 4h|'p "Lp!ÆB/_!'0|O`@~̷O}E1bĈ#&/|Ep_|=O@?}_/߿_@߿|? /_} ,X` />$XA .dC˷0?#O`>Ǐ_>|߿_'p "Lp!ÆBL_ć"|k@~O ?}O}O`>>~'0|ӗ/#˗O_Ĉ#F1|-a> O`>_>_ _> Oྈ#F1bĄE|/#/_}ӗ/?ϟ| /_~ '0|/_>~ '0˗/_# /#F1bā[B}˗o߿|/|ϟ|?˷O`~ H*\ȰÇa|"FH_|E1}1bD1bĈ#F80_| Cȯ_D"&1bĈ#FP1bD/bĈ ӗ/߾#/#F1bā[_} 拘_Ĉ#F1B}">̗O_Ĉۗ/>#F_|E1|E1bĈ#̗/|"F1bĈ#F>~˧/bĈ ˗_Ĉ˗O_#./#F1bā <0… :|1ĉ0_>})R$O_|(Ro_|QH|QH"E˷0?)RH"E Ga|(Rh߾|Ha?}HAH"E'˗oa>)RH"E)Ǐ"|QH1!|Hq!|HbBH"E'˗oa>)RH"E)Ǐ"|QHqa?}G}G"ŅG"E)N̗/|(RH"E)R,EO@ DPB׏!C˗oC 2d(_|2dȐ!C 2dx0_| cȐ!C 2dȐ!C 2dO? ˧!C 2$/_|2d_|1dȐ!C˧!C 2dȐ!C˷0? 2dȐ!C 2dȐ!Cca|2dȐ!C˷C˧C 2dh_|2dȐ!C 2dx0_| {E8`A&TaC!F8Q"?$XAC!B"D|C@!B"D!BC!B"D!B"D80_|'p "Lp!Æ СC:$ }"D!B/_>~/_>~"D!B/>"D!B"D!Bˇ!B"D!B ̗OB"D!B"D|!D!B"DX߾|CP |C!B"D|!D!B"D!B"/_>"D!B"DP`|"D!B"D!B˧!B"D!B}!B"DAC!B"DB!B!4@'p "Lp!Æ˧Ç>|a|>|~ۗП|=|ÇÇ>|`|>|Ç >|p>}˧O>~>|}G_|=|Cۗ/_>~{Ç>|/_>|a|=|Ç.0'p "Lp!ÆǏ_|5lذaÆ 'p@ H*\ȰÇ"D!B/>!B"D (p,h „ 2l8|sСCO@8`A&TaC!˗"D!B(0_>}!B"D'p`>$XA .dC%N,`>O@ DPB >/_>!B|A"D!O} H*\ȰÇ#JX|O@ DPB >/_|#F1"|E1bĈO@$XA .dC%N<`>8`A&TaC! ̗/_Ĉ#F0_>}#F1bć/bĈ#F1bĈ ˗o_Ĉ#F1|E1bĈ }/bĈ#2/_#F`?}1bĈ˗/_Ĉ#F1|E1bĈ >̧? 4xaB 64/?:tСA80?$XA .d0_>~ 6lذaÆ &̗/_Æ 6lذ|5l(p| <0 ϡC:tx0_|˗/?:t|:tСC˗ϡC:tP`|6/_>~˗/?:t萡?:tСA}o?sСCsСC:t0_|:tСC簡|ӷ|sСC:tСC ˗߿|˗oC:tСC:tС|9tСC ̗OÆ/_>ϡC:tСC:`>70,h „ 2l!Ĉ'R/_+V0_>} O@} P <0… :|1D8`A(p߿~'p "Lp!ÆB? 4xaB˷p… .\p!|-\H|o} H*\ȰÇ#J,,h_|`>8`A&TaC!F|/,h „ ˗o… .\pB[`|`>8`A&TaC!Fh0˗o?~ ? 4xaB 6tbćI(Q`|$J(QD铘p_|O@} H*\ȰÇ#J4āW0_|&N8qĉ!7q|M8qĉ雘0_~oĉ'N8q|&0'p "Lp!ÆB_>% ̗/D%Jh0_>}OO ?$XA˗_‚&L0a„ &L`> 0O ?$XA !B!|o߿|ܗ/>"D_>"Da|"D!B"D!BCaA ߿o?$XP`> 7P_?3hРA4hРA 4h`| 4h|?} g`}3(0A3h`gРA ϠA $/A 4hРAO@ DPB &̗OÇǯ_A}?~/_~_| ˗_|/_>˷O`>o_?ۗ|˗ϟ@}/>|/ A}?~/_~_| 7P_>O_>}O>~ /_?/_>}O|O`>˗?}>~˗߿| ԧ/߾{|'p "Lp!Æ˧Cw0?~O|O ? W0|_~߾}o߿~/_?'|Ç !| ;|O`>'_|/?| _ '0߿|/@~/_A~'0|_}̇0_>O{|=|Ç˧Cw0߿|O@@~ /@ _>~'_/|O`>'|  <0… cp`>/?'0߿|+߾#/|O`>'0߿|@~ g0߿}O ۗ_>˗/߿| /| Р| 2d0_| 2dȐ!C ˧!CGp|(_?}/߿>~'P`O@_߿}߿|7P_>$XA .\C3>'P~_߿|/߿~_߿|/߿O߿ ߿8P|8߿|߿߿~/߿_/,8_> 4hРA <0… :L/w> O?_>'`O ?_O |O` _>{Ç{0? O` / O?>~|O ? / /?}ϟ}3O߾?}׏`|ӗ_>_ }Å{Ç&/>$XA!/߾ӗ/ӧ߿|˗A~Ǐ`|O_|ӗo|˗|O`O`>!B"D`>"A~?}/_>}ϟ|_>˗O>~/_>~ _|_}ϟ|/>}ϟ| |˗O?} /_~ӧO`>}!D8_>"Da|"D!BB!B!ʗO,h A}"D!B!4/B"D!B!BO@ DPB >0_ĂE`|"F1bDP#6װ_~#F1b>1bĈ#F0_ĂE`|"F1bDP?˗|#_#F1|"*ཱྀ'0_D_#Fѡ|#F,/_#Fa|">`~߿|A̗O#F1|"*`~߿|=WP_Ĉ#F_#̗/_Ĉ#F0_>}?@~O | ԧ/߾/_>GP|O@ DPB >$ą7P_㗯@~O_}_|ǏA"D"D"D! ̗OD70|O|߿|O`>~O`?}!B"DA\ϟA}_ '0__>G_| "D!B8_>!"̗/D!BQ`| B` | /߿|} "D!Bd|8`A3o`>#/|/?3|'p "Lp!Å{Ç&̗OÇ;o`>_?}o`'PO| <0… :|H0? 3o`>_?}o`'P8p`8`A&TaC {|=|Ç˧C7>'0߿|'0O?ˇ0}>|Ç{0?'߾?߾' _>|Ç {|=|Ç˧CG_||/|O_|CO`~>|Ç{0?˗o|/>}ӗo|˗| /_~O@ DPB *Ç Ç>L/w_=\Ç>|`>g_=dÇ>|_.̗/Ç>|0a|>} {Ç>|a|2྇=dÇ>|_.̗/Ç>|0a|>Ç>|Ç!|>|Ç>|_.̗/Ç>|0a|>Ç>|Ç!|>|Ç>|(!O@ DP|-\p… .\H0_>} *o… .\p… .\`> o… .\p… .\_ .\/_| .\p… ̗O… [p… .\p… .<…[p… .\p… &o… ˗/… .\p…ӷpB}.\p… .\p… pa|.\p… .\p… [p…˷p… .\p!|-\P .\p… .\h:|8`AO@ DPB >Q@&N/_'N81_>}7qĉ'N8a>7qĉ'N8q|'J̗/ĉ'N/ 8qĉ'N08qĉ'N8_%˗oĉ'N̗OĆM8qĉ'NdDM8qĉ'N/ĉ7qĉ'˧obC}&N8qĉ'2o"|&N8qĉ'oD8qĉ7>~'N8qĉ7a>'N8qĉ? 4xaB˷p… .\p!|-\P .\p… .\pƒ-\X0 .\p… .\paB.\p|-\p… .\H0_>} *o… .\p… .\`> o… .\p… .\_ .\/_| .\p… ̗O [p… .\p… .<…[p… .\p… &o… ˗/… .\p…ӷpB}8`A&TaC!F0?$XР|8`A&TaC!F8_%˗oĉ'N̗OĆ8`A&TaC!F,h |,h „ 2l!Ĉ'p "L_|.\p… .$/ .\p… ./ .\p… 8`A&Ta~kذaÆ 'p "L_|.\p… .$/ .\p… ./ .\p… .\p… ˗O… .\p… ̗/… .\p…ӷp… .\p…ӷp… .\p… .\p@[p… .\pƒ[p… .\`|.\p… .\P`|.\p… .\p… ./_>} .\p… .\x0_| .\p… ̗O… .\p…  ̗O… .B -B -B -@˗O,h „ 2l!ā1bĈ˧/bĈ#F0_>}#F1bĈ#Fl/_>}#F1bĈ1bĈ#2̗O_Ĉ#Fa|"F1bĈ#F_|"F1bĈ˗/bĈ#Fd/#F1|E1bĈ#F|E1bĈ#̗/_Ĉ#F0_>}#F1bć1bĈ#F1bC1bĈ#F/_#Fa|"F1bĈ1bĈ#F1bĆ1bDEQD P> H*\ȰÄ{Ç>t/>|Ç>|X_|>|Ç̗/Ç>|0a|>|Ç˧>|Ç/>|ÇÇ>L/>|C{Ç>|Ç˧Ç>|!|=|Ç˧Ç>|a|>|Ç>|aA{Ç>|H0_|>|Ä{Ç>t/>|Ç=C/_>} H*\ȰÇ˗/bĈ#Fd/#F1B$? 4xaB 6tbD ˗OE)R81_|)RHa|(RH"E8p ,h „ 2l!Ĉ'/>)RHqb|(RH|QH"E 8P ?$XA .dC%N})RH|QH"EH"EO| H*\ȰÇ#J_|(RH"ʼnH"EG"E)2O@~ H*\ȰÇ#J_|(RH"ʼnH"EG?(RH1b? O@ DPB >QĄG"E)N̗/E)Rt/> 'P ?$XA .dذ`|sСC:tСC˗OC:tСÆsСC:/>O@8`A&TaÁСC:tСC/>:tСC СC:t(0_>}˗~СC.ԗC:tСC:tH_|:tСC6̗/C:tС|9l/_}/_|:tСC9tСC:tСC˧ϡC:ta|9tСC ̗OÆ/˗ϡC:tСC:tСC/>:tСC СCr!ʗO,h |O|8`A&TaC!F8bE)˗OF1b/_>1b/>'P 'p "Lp!ÆB(q?$XA .daC{Ç>|H0_|>|Ä{_|˗O`|O@ DPB >Qb|8`A&TaC ˧Ç>|!|=|Ç˧!|O|{Ç>|!|>|Ç ˧Ç>|!|=|Ç˧!C~'_|{Ç>|!|>|Ç ˧Ç>|!|=|Ç˧aC$? 4xaB 6tbD8qĉ ˗Oĉ'N8`|&N8q|ML`>> HP` ,ȏ_,X`,` ` ,X0?$XA .daC{Ç>|H0_|>|Ä{p|߿|? W`,X0_,H0_ ,X`A ,X`O@ DPB 6/>|ÇÇ>L/`>˗@~~O| //_>G0@}O_|_|ۗ?}_|˧'P߾| ˗@}/|*Ç>|_|>|Ç̗/Ç>|0a|>|O`_'0߿}_>o?? __ '0ϟ>o߾ _O`>~۷| H 0a„ &L0a„ ˗o_„ &L0a„ &L`|&L0a„ &L`|&LXP˧| />o` G0߿| g0|ӷ|O`>/|O`>'0| ̗0a„K0a„ &L0a„/a„ &L0a„ &LH0_| &L0a„ &Lh0_>} &,|/߿|'>~70? ߿|/߿80| /Ǐ_>O`~'0|O`/|70,h B%L0a„ &L0a0a„ &L0a„ &$/_ &L0a„ &4/ `}o>~@~o?3O`>_O`>/ '0}O`>O`>_ &$_„ &L0a„ &/_>~ &L0a„ &L0aBK0a„ &L0aBK0aA}+/_>}ӗ`~|O_}ӗ/ϟ|? '0?/?~_>/|/˗| /_>}'0? <`> &L0a„ &L|%L0a„ &L0a„ ˗/a„ &L0a„ ˧/a„K0aBK0a„ &L0a„ /a„ &L0a„ / &L0a„ &L0!|%L0a„ &L0|%L>~ &L/_|&L0a„ &L0a„K0a„ &L0a„/a„ &L0a„ &LH0_| &L0a„ &Lh0_>} &,| &$/a,` ,8P|O@ 3hРAO@ DPB 6/>|ÇÇ>L/w0_|)̷0@}{p`&̇0C=|Ç˗Ç>|C{Ç&̗OÇ;O}/_>/_~|/_~_| O@~O_}ۗ/ O߾|'_|ۗ?}G_|ۗ|ӗo||˗C'p "Lp!Æ˗Ç>|C{Ç&̗OÇ;O`>~}O`>'0| '0?~+` '0_˷o?_ '0;o |_~ >~O`>'C=|Ç˗Ç>|C{Ç&̗OÇ;O`>o`> '0| O` W0|/߿|߿|߿|߿_'p|_>o`'0߿|#H AO@ DPB 6/>|ÇÇ>L/w0| /Ǐ_>O`~'0? ߿O߿߿|/߿/߿o@߿| /@ ߿|/߿>~@8`'p "Lp!Æ˗Ç>|C{Ç&OÇ;O`>_O`>/ O?7p_ _>O߾ 䗏| O?'0| O ?O`>_>>~{X0>|aC{Ç>|H0_|>|Ä{P>~ '0?/?~_>/|/??˗@'0|/_~O`>ӗ/?ӗ/O`>} _|?}8p <0… :l/_>~>|Ç ˗Ç>|0_>} Çk/Ç {a>>|ÆÇ>|`|>|Ç @}>|a>{|2Ç>|_|>|Ç̗/Ç>|0a|>Ç>|ÇÇ>|_|>|Ç̗/Ç>|0a|>}O` _>|Â=|C=PC˗,h „ 2l!ā1bĈ˧/C}'>1|1bĈ#/bĈ#F/_>~#F1bĈ1bĈ#2̗O_ć7P_㗯@~O_}_|Ǐ>~1bĈ#F,_Ĉ#F_|"F1bĈ˗/bĈ#Fd/;o`>ϟ>O'|/~"F1bĈ1bĈ!˗_Ĉ#F1@ <0… :L/w0| G_>_>~ G>{Ç>$Ç>||=|Ç>$/_>|a|=|(P#_>Ǐ_>|߿ ߿| H*\ȰÇ"D!/?!B"ą"D! ̗OD7>'0߿|'0O?ˇ0}!B"DA"D ˗D!B|A"D˧"D}#/_} _|O_}/_>~!'_?!B"| B"D"D!Bqa| B"D>~X0D B"D "DAd@ <0… :|q`|"F1bDP?"1!#F1|"F1bD1bĈ#F80_|#F1"|E|_Ĉ#F1bĈ 1b!˗_Ĉ#F1|E1bĈ >~#F1bĈ#6/bĈ#F/_>~#F1bĈ1bĈ#2̗O_ćE1bĈ#F0#F|E1bĈ#̗/_Ĉ#F0_>}P <0… :|1D'p "Lp!Æ˗Ç>|C{Ç&̗OÇ'p "Lp!Æ СC'p "Lp!Æ˗Ç>|C{Ç&̗OÇ>||=|Ç>|ÂÇ>|`|>|Ç Ç>|0_>}>|Ç>||=|Ç>$/_>|a|=|Ç:̗OÇ>|Ç>,/_>~>|Ç ˗Ç>|0_>}>|ÇÇ>|Ç ˗Ç>|C{Ç&P|8`A&TaC˧"D!B"D˗D!B|A"D˧"D!B`| B"D!B|A"D!.̗/D!BQ`| B"D ˧"D!B"D˗D!B|A"D˧"D!B`| B"D!B|A"D!.̗/D!BQ`| B"D ˧"D!B"D˗D!B|O@ DPB &̗OÇ>||=|Ç>|ÂÇ>|`|>|Ç Ç>|0_>}>|Ç>||=|Ç>$/_>|a|=|Ç:̗OÇ>|Ç>,/_>~>|Ç ˗Ç>|0_>}>|ÇÇ>|Ç ˗Ç>|C{Ç&̗OÇ>||=|Ç>|衇* O@ DPB >80_|#F1"|E1bĈ˧/bĈ#F1bĈ /bĈ#Fq`|"F1bD1bĈ#>̗O_Ĉ#F1bĈ˗_Ĉ#F1|E1bĈ 1bĈ#F|/#F1bĈ#6/#F1bā1bĈ˧/bĈ#F0_>}#F1bĈ#Fl/_>~#F1bĈ1bĈ#2̗O_Ĉ#Fa|"F1bĈ#F_|"F("('? 4xaB 6t0_>}>|ÇÇ>|Ç ˗Ç>|C{Ç&̗OÇ>||=|Ç>|ÂÇ>|`|>|Ç Ç>|0_>}>|Ç>||=|Ç>$/_>|a|=|Ç:̗OÇ>|Ç>,/_>~>|Ç ˗Ç>|0_>}>|ÇÇ>|z ? 4xaB 6t|E1bĈ 1bĈ#F\O>}ӧO#F1bĈ#&/#F1bā1bĈ˧/bĈ#F|O@ DPB >QăG"E)N̗/E)Rt/>)RHq!|  <0… :|1ĉǏ"E)R/_>)R0_>})RHB~ ? 4xaB 6tbD˗E)R81_|)RHa|(RH"E ? 4xaB 6tbD˗E)R81_|)RHa|(RH"E(? 4xaB 6tbD˗E)R81_|)RHa|(RH"ņǏ"E)RHDH"E'˗"E):̗OE)Rذ_|(RH"E)R/?)RHqb|(RH|QH"EG"E)RH|QH"EG"E˧"E)Rt/E)RH"EǏ"E)R/_>)R0_>})RE(RH"E)R/_>~)RH|QH"(_>} H*\ȰaA~9tСC:tСC:/?:tСC СC:t(0_>}:t!C~w@},h „'p "Lp!ÆB(q|M8qĉ ˗oĉ'N̗Oĉ'N/_| ? 4xaB'p "Lp!ÆB(q|M8qĉ ˗oĉ'N̗Oĉ'N`>| HOB *TPB *TP!ASPB *TPB ˧PB *TPB H*\ȰÁ? 4xaB)TPB *TPB *$/_>~ *TPB *T0a|*TPB *TH`> 4xaB 6tH?8`A&4B *TPB *TPBPB *TPB ˗OB *TPB8`A&TaC/,h „SPB *TPB *TH_|*TPB *TPa|)TPB *TPB *TP8߿ <0A}*TPB *TPB /? *TPB *T0_| *TPB *TPB *Tp |g_> *TO)TPB *TPB /? *TPB *T0_| *TPB *TPB *Tp |;/B *ASPB *TPB */_>~ *TPB *T0a|*TPB *TPB *TP@~%OB |O@ DPB >Q|I(QD˗OD%J(QD-!|߿70?$X>~'P>$XA .dC˗D%J(a|$J(QD%J(1|̗o`>P?8P @~,h „ 2l!Ĉ ? 4xaB 6t|E1bĈ#F1bD=g0?~ 7П0 <0… :|1D8`A&TaC!̗/_Ĉ#F1bĈ#F$/|_>{߿} H*\ȰÇ#J$? 4xaB 6t|E1bĈ#F1bB {0@O߿|߿| H>~'p@$XA .dCO@ DPB >80_|#F1bĈ#F_>~ {`>o?}#`>'p "Lp!ÆB(q"Ŋ/b4/_3f̘1cƆ|'_| >~˗O_ƌ3f̘1cƌ3̗/_ƌ3f̘1cC~˧Ϡ|(߿|߿'p 3ϟ|8`A&TaC!F8bE1̗/_ƌ3f̘1cC~ ߿O@ DР>~ O@ DPB >QD-^h`> 4xaB 6tbD)>| H? 4xaB 6tbD)VxcD$XA .dC%N?8`A&4,h „ 2l!Ĉ'Rh"ƈ H*\ȰÇ#JHO@ DР>~ H*\ȰÇ#JHŋ3jȱǏ O@~/,h „O@ DPB >QD-^ĘQF=~Y_|3/_H 2dȐ!C 2dȐ!C/> )Q!C 2dȐ!C 2dȂK/@},h „O@ DPB >QD-^ĘQF=~YC$XA O@ DPB >Q_D-^ĘQF=~RH%MDRJ-]SL5męSN=}TPEETRM>UTU^ŚUV]~VX;;PKd{PKy$AOEBPS/img/repma014.gifGIF87aXX?**?***UU?UUU????**?*******?*******U*U?*U*U*U**?*****?*****?*****?***UU?UUUU*U*?U*U*U*UUUU?UUUUUUUU?UUUUU?UUUUU?UUUUU?UUU?**?***UU?UUU?????**?***UU?UUU?????**?***UU?UUU?ժժ?ժժժ???**?***UU?UUU?????***UUU,XX H*\ȰÇ#JHŋ3jȱǏ CIɓ(S\ɲ˗0cʜI͛8sɳO8`A&D <0… :|1ĉ+Z1ƍ;zR} H? 4xaB 6tbD)VxcF9vD}BF/dȐ!C 2dȐ!C R>~!#2dȐ!C 2dȐ!C )Q 2dȐ!C 2dȐ!C_Ȉ 2dȐ!C 2dȐ!CJ/dDB 2dȐ!C 2dȐ!%2|!C 2dȐ!C 2dȐ _!C 2dȐ!C 2dH/_Ȑ!C 2dȐ!C 2D}˗/(߿o@ ? <0… :|1ĉ+Z1ƍ;zR>~ /˷o`̧_!C 2dȐ!C 2dH%7_o`>S/_Ȑ!C 2dȐ!C 2D}_||#O|!C 2dȐ!C 2dȐS؏|߿~'P`O@ DPB >QD-^ĘQF=~)Q? o` _߿8| H*\ȰÇ#JHŋ3jȱǏ %ㇰ '_7П>2dȐ!C 2dȐ!C )Q˷`> _>S/_Ȑ!C 2dȐ!C 2D}BF/dȐ!C 2dȐ!C R>~!#2dȐ!C 2dȐ!C )Q 2dȐ!C 2dȐ!C_Ȉ 2dȐ!C 2dȐ!CJ/dDB 2dȐ!C 2dȐ!%2|!C 2dȐ!C 2dȐ,h „O@ DPB >QD-^ĘQF=~)Q|,h „8`A&TaC!F8bE1fԸcGAJO@ ̗/_O@ DPB >QD-^ĘQF=~R|)RH"E)RH"E/_>"E)RH"E)RH"%˗ϟH"E)RH"E)RH'RH"E)RH"E)R|)RH"E)RH"E/_>"E)RH"E)RH"ӧO_|ӧOH"E)RH"E)RB 8p,h „ 2l!Ĉ'Rh"ƌ7r#Ȑ'p@$XA .dC%NXE5nG!?'p`>~ H*\ȰÇ#JHŋ3jȱǏ C~0 H*\ȰÇ#JHŋ3jȱǏ CO@~ H*\ȰÇ#JHŋ3jȱǏ˗/~ A&/_| A $H A $HO|8`A&T`|'p "Lp!ÆB(q"Ŋ/b̨q#ǎ?Fԗ/_|˗OH$H A $H A_|0@8`A&T`~ H*\ȰÇ#JHŋ3jǏ˧ϟ  <0…'p "Lp!ÆB(q"Ŋ/b̨q#ǎ?F0O@ DPB >QD-^ĘQF=~2?0 <0… :|1bA} H*\ȰÇ#JHŋ3jq?7p`?$XA .dCO@ DPB >QD-^ĘQF8 H*\ȰÇ1bĈ#F1bĈ#F1bĈ#F1> 7P>$XA .dC1bĈ#F1bĈ#F1bĈ#F| <0… :|"?}#F1bĈ#F1bĈ#F1bĈO8`A&TaC!B/bĈ#F1bĈ#F1bĈ#F1B(P,h „ 2l!Ĉ(QD%J(QD%J(QD%J~ IDODI(QD%J(QD%J(QD%珠~ ܗ/?'P߾|˗ϟ@~ӗOA~O_|د߾~/_>/_>O_>~|$JlOD%J(QD%J(QDI$DI$A߿8p߾ _>_>_O`o}o߿~߾'|/ '0,h „O@ DPB >QD-^ĘQF-`>O`>@~ /A`?~>70߿|O`>'0_NJuرcǎ;vرcǎ0?o`>O` />~ / >ۗ߿|(߿|/߿Ǐ_'p "LX>$XA .dC%NXE5nX_|G>ӷ| '0|ϟ}G070~_>~ /?}/||uO_ǎ;vرcǎ;vX_|3_A~O_|O`>ӗ/_>~˧O?G_| O|?}O`>˗O>~H;vرcǎ;vر"?߿'p "Lp@2dȐ!CO@ DPB >QD-^ĘQƌ8`A_> H*\_~ 2dȐ!Á'p "Lp!ÆB(q"Ŋ/b̨qcF~ H߿| H˗|"D!B"D ?} H*\ȰÇ#JHŋ3jܘ|,h A~߿O_>$H0_/8`A&TaC{Ç>|Ç>|Ç>|!|'p 'p ߿|?}ӗO?~Ǐ߿_~˧?8`A&TaC9tСC:tСC:tСC:tB~sh_|W0?Ǐ_ / _>Wp>~|9tСCСC:tСC:tСC:tСC ϡA~w0?_>ӷ|__'C:tp ?}:tСC:tСC:tСC:t_|䗏_|ϟ맏|ۗ߿'P| @|O@ DPB СC:tСC:tСC:tСC ϡA #?}?O` /_~/߿|ϟC:tP ?}:tСC:tСC:tСC:t_|:$||/_|O_|3/_|?}sСCϡC:tСC:tСC:tСC˗ϟCsСC:t@~:t!r!r!r!r!r!rȡ/?$XA'p "Lp!ÆBH>%J(QD%J(QD%J( |ItϟD%J(QbC~$J(QD%J(QD%J(Qă'a>%J(QD (QD%J(QD%J(QD˗ϟDI(QD%6OD%J(QD%J(QD%J'QD%Jؐ>%J(QD%J(QD%J( |ItϟD%J(QbC~$J(QD%J(QD%J(Qă? 4x`> H*\ȰÇ#OD%J(QD%J(QD%J'p "Lp!ÆBxP,h „ 2l!Ĉ'Rh"ƌ7f/?8`A&T|kذaÆ 8`A&TaC!F8bE1fԸ1#|qq|qȑ#G9rȑ#G9r,/_>9rܨ/_>9rȑ#G9rȑ#G ˗G7˗G9rȑ#G9rȑ#ǂǑ#ǍǑ#G9rȑ#G9rȱ |qq|qȑ#G9rȑ#G9r,/_>9rϟ?ϟ?9rȑ#G9rȑ#G#G'p A$XA .dC%NXE5ncC~C? 4xaB 6tbD)VxcF9vؐ_|>~| <0… :|1ĉ+Z1ƍ;zt/_>?~0'p "Lp!ÆB(q"Ŋ/b̨q#ǎ˗Ǐ!O@} H*\ȰÇ#JHŋ3jȱLJ?}>~l/_|}Ǐ?~Ǐ˗_~ ,h „ /_} H*\ȰÇ#JHŋ3jȱGq| <0… <0… :|1ĉ+Z1ƍ;z/_>˗~B}Ǐ?~Ǐ#˗|o?B~?~Ǐ?~G1_|'0_|>~Ǐ?~Ǐ?v/?8P߿~O@ DPB >? 4xaB 6tbD)VxcF3˗ϟ~ _?$XA .dC O@ DPB >QD-^ĘQƌ_|`>8`A&TaC!>/bĈ#F1bĈ#F1bĈ#FȐ_|"*̗/߾80,h „ 2l!ćE1bĈ#F1bĈ#F1bĈ˗_DW0_|"F1bĈ1bĈ#F1bĈ#F1bĈ#Fd/_>'p A} H*\ȰÇ!1bĈ#F1bĈ#F1bĈ#Fd/_>'p@} H*\ȰÇ#1bĈ#F1bĈ#F1bĈ#Fd/_>˗/_>}˗_Ć ? /_O@ DPB'p "Lp!ÆB(q"Ŋ/b̨qcF~H0? Ob>0|9f䧏#G9rȑ#G9r\/_> GP_| /_/_>'_|ӗo| /O_>}ۗ/?ǑB~8rȑ#G9rȑ#DžǑ`>|O`>'|/@~߿|| '0|O`>~q丐>9rGqGqG /_> H#`> G_>'A /߿_|O߿| H*\>$XA .dC%NXE5n/_> G0} O@߿| ߿|@_߿/߿߿|/,h „ ? 4xaB 6tbD)VxcF3˗GO } O ?O` o`O ?o߿|ӷO`|'0|O`>8r\OG9rȑ#G9r丐_|8 | 'П|/>}O_|#?}O_}ϟ|˗O>~ϟ| '0G ȑ#G9rȑ#G˗Gq̘#Gȑ#G9rȑ#8h!? 4x`>"Da|"D!B"Dx>$XA .dC%NXE5n/_> Ǒ#G#Ǒ#G9rȑ#G9./?3| !Ǒ#G ȑ#G9rȑ#G˗Go|1Ǒ#qȑ#G9rȑ#G #| |ӷ/_?} 'P߾|/_>O_>}O>~8rh>9rȑ#G9rq!|q$A'p߾_~ '0@~/_>~/߿߾O@ DPB O@ DPB >QD-^ĘQƌǑ`>O|'0| '0|O` /|q!?}8`A&TaC8`A&TaC!F8bEb|'P_߿|/߿ۗ߿|>~_/,h „ 2l> 8`A&TaC8`A&TaC!F8bEb|7P_>O`>70߿| |ӷ|]x"?}8`A&TaC8`A&TaC!F8bEb|7ӧ_>O`>/_~O |/?'0ŋ/w1_|.^xѠ|]xŋ/^x"|]Lŋ/^8wŋ˧ŋ/^xb|.^xʼn]̗//^4/_>}/^xŋ/^/_>wŋ/Nb|]xAxŋ/^xbE~0/袋&>$XР|;x/^xD~.˗///^xŋ/V/ xŋ'w1_|.^xѠ|]xŋ/^x"|]L@,h „ 2l!ĈO@ ̗/}/^xŋ/^/_>/^8Q_|.^x1a|]xAxŋ/^xbE~xʼnwŋ ŋ ˗Oŋ/^xŋ+˗ŋ/Nԗ//^L/_>/^h_|.^xŋ/^X_|.^xq|]xb|xEwŋ/^xŊwŋŋ(@ H*\Ȱ~ۗ/_>~sСC:tСC:t!A~sСC&Ǐ|ǏC:t0_|:tСC8>$XA .dC%NXbD~xŇ8p>$XA .d`|9tСC 'p@ H*\ȰÇ#JHňwŋ'p@$XA .da|9tСC 8P ?$XA .dC%NXѢD~xE80>$XA .da|9tСC 'p`>$XA .dC%NXD~xň8? 4xaB 6L/_>:taC} ? 4xaB 6tbD)V8_|.^xQ"|O@ DPB ˗ϟÁ(,h „ /_|2dȐ!C 2dȐ!C 2dȐ!Äǐ} ? 4xaB ˗/_> 2dȐ!Âǐ |O@ DPƒ!C 2dȐ!C 2dȐ!C 2L/_> O H*\x0_|2dȐ!C ˗Á'_|1dȐ!Cǐ!C 2dȐ!C 2dȐ!C */? ˗~ǐ!C ˗!C 2d`|1/_>~/_|2dȐ!C~2dȐ!C 2dȐ!C 2dȐ!Åǐ@}߿~ǐ!C ǐ!C 2dh0_| ̗//_| 2dȐ~ 2dȐ!C 2dȐ!C 2dȐB~cp`>O߿~ <0…1dȐ!C ̗/?˗O@˗? 4xaB 6tbD)VxcF|O| H*\ȰÇ#J,/_> ˗o߿}O@ DPB >q ?$XA .dC%N4/_> O@~O@ DPB >q>$XР|;h_|'0_|8`A&TaC!>? 4xaB 6tbD E˧O_|˗@,h „ 2l!D'p ˗A'P߾˗? 4xaB 6tC}"F1bĈ#F_|"*̗/_ ̗/_#F1bćE4/_>˧ϟ~˷/bĈ#F>~#F1bĈ#FL/_>˗/?˗o_Ĉ#F1C~"̗/?8`>$XA .dC1bĈ#F1bB~| <0… :|"?} ˗} 8,h „ 2l!DE1bĈ#F1!|E\`>O@ DPB >"?? 4xaB 6tbD}"F1bĈ#F_|"20'p "Lp!ÆBO_D_|/_>~˗/ED`"F8P#F1bĈ#&/׏|x0_|+`>"F,0@8 |,X_ O_ ̗/  ?}+X| 7P_` +Xp` ,X`  <0… :|1ĉ"|'_> O|[o?}=G ?}˗|7@}/?/W0@˗?}/_?'_|ӗ/W0_A~O`/_>)Ǐ"E)RH"D~0O>~O}ӗO|Ǐ?~ |O| /o|˗_| /_>ӗo߿/_>˗?}o_|ӷ/?$ /_> $|_>'0߿|ȯ`>'0|O`>~O`㷏_> +_>~ O|W` ,XP?$XA .dC%N4/_>70_|O`>~ W0@~'0_?~O`>~o߿~'߿|G0߿}W0~'|/߿|?} '0߾}߿| 80_|&G0|ȏ|O #/|o`ӷϟ|+`O?H>~)RH"E!˗E 7P_|#/| W0|/߿o_˗߿_}80߿| 0@/߿|߿_/߿W``#>'P~/߿_>~_?}/߿Ǐ_o@?'0| /?$XA O@ DPB >QDGa>#/|/| W0|/|8_7P_> 7 _@ 짏| ̗o`>8p@~8po O`> /O? o~/|/|ۗ?O? o| '0߿}? 4xaB}8`A&TaC!F8 |Qd~ /|/| W0|㧏|'?}O?``O ?o߿|'0߿|'0|O`>Gq`|M | 'П|/>}/_>~˗@~_>~ӧ?}/_>}˗/_?W0_|/| _|QXP?)RH"E/?$XA/_>} _|O`>g0|O`>ϟ|/_>~˗|˗_|/_>~˷O`˗?~_>~ӗ/_?C8>˗BO@ DPB >>~%J(QD%B/?(Q"B(`>'`|IϟD%J(QbC}$J(QD%J/_>'QDOD$J\OĂ'_>%J(QD (QD%J("|Itϟ|Sa>%J(!?} ˗ϟ̗/_>~%o |˗/$JP?%J(QD!˗ϟDo|cOD%.Ob| `>3/A o@} ϠA| 4hРA ? 4xaB 6tbD ˗E/}o_~O} O_|O?~|˗ϟ@}QHB~(̗/7P߾O_>}?~O | Է/ ԗO |/_>/_>70~ӗO?~O_|(RTE)RH"EGa>}/?'0|/'0 ߿|o|8`A&TaC~*̗/#O}O`˷ _>/_|/??~/@~#O?_>߾ .ǯaÆ 6lذaÆ 6l_|64}'0| '0| '0}|70| 6lذa5T/_> G`>߾|?~߿@_o'|/_?@~ <0A}*TPB *TPB *Th_|*T(0? _߿|/߿_/߿맏|߿ <0… a|sX0?O@_?}(@/ϟǏ_>/? /߿?/߿/?$XA PB *TPB *TPBPB o>~/߿| '0| o`?o?SPB *T(> ˗ϟ„7>}/@}>~O ? W0?~/70߿|߿|/|O ?SPB)TPB *TPB *T |)TP`>O?/| '0 /_|/@~_>~O`>$XA .d?}˗ϟÂ̗/_>}˗|_>?}O`'0?~_|ϟ| W_| /?_|9t>~:tСC:t!|9tH0?:tСCa|sX0?:tСCϡC:tСC:/? СC:tСÁ9L/_> СC:tСÁ9tСC:tСC/?$XA'p "Lp!ÆBH>O|$J(QD'QD%J(Q"D~0?%J(QĆI,/_>'QD%JP?%J(QD!˗ϟDI(QD%6Ob|/?%J(QĆI(QD%J_|$:OD%J(!?} ˗ϟI(QD%6OD%J(QD'a>%J(QD X0_|$OD%J(>~%J(QD%B|'p ? 4xaB 6tbDI,/_>O@ DPB >`>~ H*\ȰÇ#Jh_|(2P <0… :|1b|8`A H*\Ȑ_|6lذaC H*\ȰÇ#Jh_|(2O@ DPB˷aÆ 2 /_>/^0_|.^xѠ|.^xŋ/^h_|.^xq|]xb|xExŋ/^xE~xʼnwŋ ŋ ˗ŋ/^xŋŋ'˗ŋ/&̗//^?ϟ/^xŋ/J//^|ϟ?ϟ? H*\Ȱ|sСCO@ H*\ȰÇ#JHEwŋ'p A$XA .d`|9tСC 8p?$XA .dC%NXѢD~xE 8,h „ 2lx0_|:tСÅ80>$XA .dC%NXD~xE80>$XA .da|9tСC 80?$XA .dC%NXD~xň ,h „ 2l0_|:tСC(P,h „ 2l!Ĉ'Rh"|]Tŋ'P>$XA .d0a|9`>'p "LpA O@ DPB >QD-V/'P>$XA . 2dȐ!Âp`| O@$XA .4/_> 2dȐ!C 2dȐ!C 2dp!|1dH`>? 4xaB ˗!C 2d`|1/_~/_|2dȐ~1dȐ!C 2dȐ!C 2dȐ!C !Á ߿'p "LpaA1dȐ!C ̗/?/_|(? 4xaB cȐ!C 2dȐ!C 2dȐ!C ˗C˗O?~(? 4xaB cȐ!C 2 ˗/?~O@$XA .dC%NXE1˗ϟ~_ ? 4xaB 6tbD篡|#0 <0… :|1"A~ H*\ȰÇ#Jh_|(/_>~0 <0… :|1"A} HAw ?`>$XA .dCO@ DPB >QDG`|#/_|'p "Lp!ÆBtO,hP`|˧o|1bĈ#FP#F1bĈ#&/ 80?8`A&TaC!>/|s`> O@ DPB >Q#F1bĈ#&/ 8`>$XA .dCh0_|O8`A&TaC!B/bĈ#F1bĈ /B~ 8,h „ 2l!DE4/_>'p>$XA .dC'QD%J(Q"D~|O@ DPB >?} ˗ϟ~#/_>~˗/?COa ;OĆI(QD%J_|$:@  +X`A˧,h „ 2lؐ> a|'p?-|sa> kϡCsСC:tСCϡC7П>97> sСÆ9L/_> GP_| /_?}/_|㗯@~/| '0?~/|O߾|篟?}s谡>~:tСC:t!|9tH0?/_>O ?|˗߿_O?~?}_|ۗO_>}?}'p "Lp ?} ˗/#`>~?}_> ϟ@~'0_'߿}'0|'߿}W0_|O`߾ "o… .\p… .\paB~[Pa> |۷_|>'|O߿|>ϟ>_ /߿}'0 .\H ˗Bw0|#/߿|?O_~O` /| '0_>~70@ /|O> H <0… :|1ĉ"|'P`_/}/߿|_> ̗/_>} 70| __? 4xaB[_|-D| '`>Ǐ_ ߿ϟ@'0? ߿_߿(0@O`>~ۗ,h ‚'p "Lp!ÆB(qA~0?`>_/(߿| o| '0|_Ǐ_O`>$XA oa>o|_>>~O~O`>'?}'0߿~O ?`O`o…[p… .\p… .\_|.T|@~/|>~`>_>/_|/߿|/| .\ ?} ˗/+/_} /_>~˧O@~ӗ/? /_}˗|/_>~˧O}ϟ|/>}˗/O`>˗,h ‚'p "Lp!ÆB(qA~0?O_|ӗo_>˗|˗|'П| ̧/߾ӧ?}/_>}O_|H"?}˗|(RH"EH"E)R_|(2/?Q(0BHbD~(̗/QH"E#G"E)RH"|Qd_~G| ˗E#Gq`|M"E)RQ?)RH"E˗,h |8`A&TaC!F$OĂ'_>%J(QD (QD%J("|ItϟD%J(QbC~$̗/?(QD%JlD%J(QDO|$J(QD'`|IϟD%J(QbC}$J(QD%J/_>'QD%Jؐ>O|$J(QD'QD%J(Q"D~0?%J(QĆI,/_>'QD%JP?%J(QD!_|8`A  <0… :|1"A~$̗/?(QD%JlD%J(QDO|$J(QD'`|IϟD%J(QbC}$J(QD%J/_>'QD%Jؐ>O|$J(QD'QD%J(Q"D~0?%J(QĆI,/_>'QD%JP?%J(QD!˗ϟDI(QD%6Ob|/?%J(QĆI(QD%J@ 'QD%Jؐ>O|$J(QD'QD%J(Q"D~0?%J(QĆI,/_>'QD%JP?%J(QD!˗ϟDI(QD%6Ob|/?%J(QĆI(QD%J_|$:OD%J(!?} ˗ϟI(QD%6OD%J(QD/?$XA'p "Lp!ÆBH>O?$XA .dCO@ DPB >QDG!|,h „ 2l!Ĉ'p ˗8`A&T|5lذaÆ H*\ȰÇ#Jx_|(2O@ DPBׯaÆ 6O@ ̗//^hP_|/^xŋ/^/_>/^8Q_|.^x1a|]xA}]xŋ/^x"|]xD}xńwŋwŋ/^xEwŋŋ˗ŋ/ ϟ?}ŋ/^xŋ%˗ŋ/>ϟ?ϟ?$XA .d`|9tСC 'p@} H*\ȰÇ#JHEwŋ'p A$XA .d`|9tСC 8p?$XA .dC%NXѢD~xE 8,h „ 2lx0_|:tСÅ80>$XA .dC%NXD~xE80>$XA .da|9tСC 80?$XA .dC%NXD~xň ,h „ 2l0_|:tСC(p,h „ 2l!Ĉ'Rh"|]xbD ? 4xaB 6L/_>:taC O@ DPB >QD-V/˗Oŋ ˗/_>/^0_|.^x`|xŋ/^xbE~hP| <0…˗oC 2dȐa|cȐ!C 2/_> 2dȐ!C 2dȐ!C 2dp!|1dH`> O@ DPBcȐ!C 24/_> 2dȐ!Cǐ!C 2dȐ!C 2dȐ!C ./? O@'p "Lp|2dȐ!C ˗C 2dȐ} 2dȐ!C 2dȐ!C 2dȐ!C~cp`|/_| 2dȐ!? 2dȐ!Ãǐ!C O@ D!,h „ 2l!Ĉ'R8_|,/_|8P ,h „ 2l!Ĉ ˗ĉ!'p "L,h „ 2l!Ĉ'R(_|,/_>}O@$XA .dC'p ˗ ˗/>/_|8`A&TaC!:ԧ? 4(0_|~ H*\ȰÇ#JHD~H| ,h „ 2l!ćE4/_>#FX0!1bĈ#F1bĈ#./ _}˗o_Ĉ#F1C~"̗/#F,_Ĉ1bĈ#F1bĈ˗_DO |1bĈ#F/bĈ 1"D}"F1bĈ#F1bąq!| <0… :|"?} ˗_Ĉ#/bDE1bĈ#F1bĈ /"C} ,h „ 2l!ĈE4/_>#FX0!1bĈ#F1bĈ#./ӷ@  +X`A ? $ϠA 4hРA ϠAϠA 4hРAgРA 4(P?$XA .dC%NXQ"|YT|鳘aYh"D~,˗/?-!|/_70?$X>~ H*\ȰÇ#JHD~0?/_>O ?O_>}O>~#O | /'> /?hѢ@~,˗/?-a /@}gѢE-ZhѢŃgQa> |۷_|>'|؏?~o?O`~_>gѢŁY/_>-Z<ϟ|'0߿|{EYdEYdE|'p  |߿_߿?~O@ /?߿|_>~/,h „ 䧏|cȐ!C P`/߿|1C 2dȐ!C 2dȐ!C &/? G0@~'P|__? |߿(߿| H*\H> !C 2C ߿|_  <0… :|1ĉ+J/? #o?}ϟ>~|O ?7П O>߿|'P?gѢEY/_>-Z<ϟ| /߿|{E-ZhѢE˗ϟEG0?ϟ| /_|O_|+`?}/_>~ O?}ϢE/_|,Zx0?/_P?-ZhEYdE/_> HC?!D!B"D!B!ƒ!B"D_> 'P _O@ <0… :|1ĉ+J/? /_|,ZhѢŁY/_>-Z<ϟEhѢE-ZhA~0?-Zh@~,˗/?-ϢEYhѢE-Zh |YTϟE-Zhq ?}˗ϟEgѢA},ZhѢE-Zx_|,*ϢE-Z8>ϢEhѠ>~-ZhѢE-ZgѢE-ZOgѢŃYhP?-ZhEYdE/_> HO@ DPB > ?} ˗ϟD%ODI(QD%J(Qć'a>%J(QD X0_|$J(_>%:OD%J(QD%>/?(QD%JlOĂ'QDO@ D>~ H*\ȰÇ#JHD~0?-Zh@~,˗/?-O@ D!?$XA .dC%NXQ"|YTϟE-Zhq ?}˗ϟE-ZhѢE-ZhѢEgQa>-ZhѢŁY/_>-ZhѢE-ZhѢE˗ϟEYhѢEg_|YhѢE-ZhѢE-Z/_>gѢE-ZOgѢE-ZhѢE-ZhQ |YTϟE-Zhq ?}˗ϟE-ZhѢE-ZhѢEgQa>-ZhѢŁY/|8`A&TaC!F8bE1fԘ_|6oƍ7Zb|mܸqƍ7nܸqƌ`>7nܸ"?}oƍ7nܸqƍ7f/O@ DPB >>} HA <0… :|1ĉ+Z1ƌ @},h „ 2ԗ/_ 6lؐ,hP`|'p "Lp!ÆB(q"Ŋ/b̨1#|mܸq@}۸q#|۸qƍ7nܸqƍoƍ˗ƍ)˗ƍ7nܸqƍ7n/_>7n8P_|6nH1_|6nܸqƍ7nܸqcF~۸qƁqFqƍ7nܸqƍ3˗ƍ7ԗ/7R̗/7nܸqƍ7nܘ_|6nܸq|mܸb|mܸqƍ7nܸqƌqF8 ,h „ 2lx0_|:tСC:tСC:tСC:d/_>:tСC 8,h „ 2lx0_|:tСC:tСC:tСC:d/_>:tСC8P ,h „ 2l0_|:tC:tСC:tСC:d/_>:tСÅ ,h „ 2l0_|:tСC:tСC:tСC:d/_>:tСÅ8? 4xaB 6L/_>:tСC:tСC:tСC2/?O@~ H*\x`>'p "Lp!Æ ϡC:tСC:tСC:tСC? <0…˗OC 2dȐa|O@ DPB >QD-^ĘQcF~/_|˗/_%˗ƍ)˗ƍ7nܸqƍ7n/_>˗ϟ>}˗oƍӷqƊqƍ7nܸqƍ3˗|/> O@ DPB1dȐ!C ̗/?$XA .dC%NXE5f/?˗o> O@ DPB >Qb|8qĉ'N8qĉ'N8qC~x_|ӧ|,h „ 2l!Ĉ'p ˗,h „ 2l!Ĉ'Rh"ƌ3˗ϟ~/_ ? 4xaB 6t}8`A? 4xaB 6tbD)VxcFoc|ӷ|'p "Lp!ÆB|O_D1bĈ#F1bĈ#F1bĈ# / ˗O}˷/bĈ#F!?} ˗_Ĉ#F1bĈ#F1bĈ#F(_|"*0'p "Lp!ÆBO_D1bĈ#F1bĈ#F1bĈ# / 'p~ H*\ȰÇ!`|E1bĈ#F1bĈ#F1bĈ/"C~ ,h „ 2l!ĈE4/_>#F1bĈ#F1bĈ#F1@~_} /_>~9̇0|/bā /"C'0_E4/_>#F1bĈ#F1bĈ#F1@~0?|!̧0@~":W0߾50_"?} ˗_Ĉ#F1bĈ#F1bĈ#F(_|">` /'_|/| _| #|O?~|'P |ӗO ԗO |/_>/_>7_/7p 8p˗,h „ 2l!Ĉ'Rh"ƌ3˗Ƃܧ_~O O`>O /|۷_|ȏ?} W0~ϟ>߾'| |O ?]̗/7nܸqƍ7nܘ_|6`?~o@~ '0|'_|'0|70߿|;/|O߿|o' 'p~/߿|ȏ A$H  <0… :|1ĉ+Z1ƌ`>/߿| `>_߿_>'0| `>>~?O߿|/~|?/߿|O@ 8> $80_|8`A&TaC!F8bE1fԘ_|6o`?}o| O?_>'0>~#` OO ?/|㧏߿|/?~O?W/?}󗐟qƍ7nܸqƍ3˗Ƃ/_}˗߿|/_>~˧O}ϟ|gp_>}O_}ӗ/?ӧ߿|/|˗O>~_>~߿| /_|?}8p?~8p? 4xaB 6tbD)VxcFoc|6nlϟ}7n$O|۸qƍ7nܸqƍoc|6nl/_|6nHqƍ7nܸqƍ3˗ƂmܸqF]̗/7nܸqƍ7nܘ_|6oƍ7Zb|mܸqƍ7nܸqƌ`>7nܸ"?}oƍ7nܸqƍ7f/۸qƍ默/_>7nܸqƍ7nܸ1#|m,0?$XA .dC '`|I(QD%J(QD%J(Q"D~0?%J(QĆI,/_>%J(QD%J(QD%J_|$:OD%J(!?} ˗ϟD%J(QD%J(QD%B/?(QD%JlOĂ'QD%J(QD%J(QDO|$J(QD'`|I(QD%J(QD%J(Q"D~0?%J(QĆI,/|8`A&TaC!F8bE1fԘ_|6oƍ7Zb|mܸqƍ7nܸqƌ`>7nܸ"?}oƍ7nܸqƍ7f/۸qƍ默/_>7nܸqƍ7nܸ1#|m,ƍ7nO|۸qƍ7nܸqƍoc|6nܸqE~.˗ƍ7nܸqƍ7n/_> qƍ-w1_|6nܸqƍ7nܸqcF~X0@},h „ 2l!ĈO@ ̗/?$XA .dC%NXE5f/8`A&T!|kذaÆ 'p ˗,h „ 2l!Ĉ'Rh"ƌ3˗ƍ7ԗ/7R̗/7nܸqƍ7nܘ_|6nܸq|mܸb|mܸqƍ7nܸqƌqƍoƍoƍ7nܸqƍ7f/7n/_>7n/_>7nܸqƍ7nܸ1#|mܸq@}۸q#|۸qƍ7nܸqƍoƍO_|qƈqƍ7nܸqƍ3˗ƍ5O@ H*\Ȱ|sСC:tСC:tСC:t!|9tСC'p~ H*\Ȱ|sСC:tСC:tСC:t!|9tСCO@ H*\Ȱ!|sСC:tСC:tСC:t!|9tСC'p`~ H*\Ȱ!|sСC:tСC:tСC:t!|9tСCO@} H*\Ȱa|sСC:tСC:tСC:t!|9tСC'P?$XA .d0a|9tСC:tСC:tСC:tȐ_|:tСC ˗OC:tp`|9tСC:tСC:tСC:tȐ_|:tСC ϡC:t80_|:tСC:tСC:tСC:d/_>:tСÆsСC̗/?:tСC:tСC:tСC˗ϟC:tС>:ta|sСC:tСC:tСCr!b ~O@ DPB >QDbŊ+VXbŊ+VXD~XbŊ+VX`|UXbŊ+VXbŊ+V/_>+VXѠ?~*VXQb|UXbŊ+VXbŊ+V/_>+VX`?}ׯbŊ!˗_Ŋ+VXbŊ+VXbʼnWbŊ˗/ǯbŊ˗_Ŋ+VXbŊ+VXbʼnWbŊ˗o˷_Ŋ+.̗/+VXbŊ+V*h"? 4xaB 6\O_|˗/_?:t0a|9tСC:tСC:tСC:tȐ_|:tСC˧˷ϡC::tСC:tСC:tСC2/?:t谡}簠}СC̗/?:tСC:tСC:tСC˗ϟC:t_|9\/_|:tСCСC:tСC:tСC:t!C~s!r(!˧,h~!B"D! <0… :|1ĉ+Z1ƌqƄ˷ƃoƍqƍ7nܸqƍ3˗ƍ˗/ ˗ƍoƍ7nܸqƍ7f/7/_>}6B/_}6n/_>7nܸqƍ7nܸ1#|mܸQ`?}h_|mH1_|6nܸqƍ7nܸqcF~۸q#||M/_>~7J̗/7nܸqƍ7nܘ_|6no_|Q/>7P`8p} <0…? 4xaB 6tbD)VxcFoFb>/}/_|6nl/_>7nܸqƍ7nܸ1#|mH_|a>~/߿}˧|mܸ0_|6nܸqƍ7nܸqcF~۸1b?}q70߿|mo_|m܈0_|6nܸqƍ7nܸqcF~۸!|(`>_? 4xp |C!B̗/?$XA .dC%NXE5f/o?o~o?_˗oƍoƍ7nܸqƍ7f/Oc?}hpӗOӧo#Boqƍ7nܸqƍ3˗ƂO|I/_>~7nT/_|6j̗/7nܸqƍ7nܘ_|6/߾˷ƍӗ/>/˗ƍ7nܸqƍ6h/?$XA/߿|!,O_|"D!B"D|C!B? 4xaB 6tbD)VxcFoc|/| ˧|G1|=G˗_|m/_>7nܸqƍ7nܸ1#|m,O|_>˷ϟ|ˇ0|7p_˗ooƍ7nܸqƍ7f/ ?}3/_|"7P_>O_>}>~/_~ /_|˗ϟ}+ϟ| /?~8`A~W` ,/_|8`A&TaC!F8bE1fԘ_|6Vܗ/~|O` /?O`>/@~/_A~'0?~Ǐ߿|/_|62̗/7nܸqƍ7nܘ_|'p /_}8`A_> /?o| '߾ /|O` ߾~gРA˷ϟA 4/_> H*\ȰÇ#JHŋ3j/_>8`A O@ O?}맏|O@>~߿|o@?70? /~O@ /_>˗O>~/_>~ /_>}'0߾|/_>~˧O|O_|_ ӗ/߾<80_|8`A&TaC!F8bE1fԘ_|˧o@~qƍ ˗Ɔqƍ7nܸqƍ3˗ϟ|m,O_|6nܸ |0_|6nܸqƍ7nܸqcF~s/˗O_˗ƂѠ}1b|mܸqƍ7nܸqƌ0_>}˗// _˗Fqƍ7nܸqƍ3˗ϟ|mdO_|mo`~/߿>}/_>/ <_|!D!B? 4xaB 6tbD)VxcFa|6>ܗ/~| >~߾}߿|۸/:A_}6b̗/7nܸqƍ7nܘ_|˧ocD~㷱?}'0|70_o|˗oƍqƍ7nܸqƍ3˗ϟ|mo_|Yo| '0| ̗o`>/~q|۸qƍ7nܸqƍa|6Z0_>}8` _ }o}O`> /_>} 4hРA ̗/?$XA .dC%NXE5f/?ۈ|M/_}ӧO`>} ̧/߾O`> '߾|۸`|mܸqƍ7nܸqƌ0_>}5ۗ/>+oc~qc|۸qƍ7nܸqƍa|6n/_|6+oA~q|۸qƍ7nܸqƍa|6n$O_|6nT/_>}6nl/_>7nܸqƍ7nܸ1#|9̗O,h „ ۗ/~ .\p`?}[p… ˗,h „ 2l!Ĉ'Rh"ƌ3˗ϟ|mܘ_|m/_|6n/_>7nܸqƍ7nܸ1#|9̗Oƍ ˗o˧ƍoƍ7nܸqƍ7f/?۸|߾|۸b|mܸqƍ7nܸqƌ0_>}7B/_>~ӗ/3˗ƍ7nܸqƍ7n/_>ӷqDo#B~q|۸qƍ7nܸqƍ? ̗O,h „ &/_~ ܗ/> 2dȐ|O@ DPB >QD-^ĘQcF~s//ӗ/?˷oƍoƍ7nܸqƍ7f/?۸1}W_|mܸ`|mܸqƍ7nܸqƌ0_>}7n/_|"˗O_7&̗/7nܸqƍ7nܘ_|˧oƍ˗oCoƍ oƍ7nܸqƍ7f/?۸qcA`?}۸q|۸qƍ7nܸqƍ̗$/>$XA .d_| /_~ 6lذaC <0… :|1ĉ+Z1ƌ0_>}7nTO_|oƍoƍ7nܸqƍ7f/?۸qc|۸q#|۸qƍ7nܸqƍa|6nP_|6nH1_|6nܸqƍ7nܸqcF~s/76ԗ/7R̗/7nܸqƍ7nܘ_|˧oƍ o }۸q|۸qƍ7nܸqƍa|6nP_|'0ƍ/?$XA .dC%NXE5f/?۸qcC}#O?~˗?q|۸qƍ7nܸqƍa|6nP_| O |}7j̗/7nܸqƍ7nܘ_|˧oƍ 篠|'?}mܸ_|mܸqƍ7nܸqƌ0_>}7nl/_> O@? 4xaB  ̗/?$XA .dC%NXE5f/?۸qcC}3o>~70ƍoƍ7nܸqƍ7f/?۸qcC}3o?}/_|6nԘ/_>7nܸqƍ7nܸ1#|9̗Oƍ˗ƍ)˗ƍ7nܸqƍ7n/_>ӷqƆqFqƍ7nܸqƍ3˗ϟ|mܸ|mܸb|mܸqƍ7nܸqƌ0_>}7nL@ϟ? H*\Ȱ|sСC:tСC:tСC:t!|9̗OC:th|O@ DPB ˗ϟC:tСC:tСC:tСC a|:tСà 8,h „ 2lx0_|:tСC:tСC:tСC:d/_>СC08`A&TaCСC:tСC:tСC:t!C~s/>:t!| <0… "̗/?:tСC:tСC:tСC˗ϟ|9tСC'P>$XA .d0a|9tСC:tСC:tСC:tȐ_|˧>  <0…(,h „ 2l0_|:tСC:tСC:tСC:d/_>`>'p "Lp~ǐ!C 2dX0_|8`A&TaC!F8bE1fԘ_|˧o!| <0…!C 2dȰ`|'p "Lp!ÆB(q"Ŋ/b̨1#|9̗OB} H0>$XA .,/> 2dȐ!C <0… :|1ĉ+Z1ƌ0_>} ˗~۸Q7Z̗/7nܸqƍ7nܘ_|˧/a?̷A$XA .dC%̗/'N8qĉ'N8qĉ'>/?K`>G0@},h „ 2l!ć8`A? 4xaB 6tbD)VxcFa|O~  <0… :|ѡ>} HA <0… :|1ĉ+Z1ƌ0_>} 8߾8`A&TaC!>/|1bĈ#F1bĈ#F1bĈ˗ϟ|)O}  <0… :|!?} ˗_Ĉ#F1bĈ#F1bĈ#F(_|˧Oa|`>8`A&TaC!B/|1bĈ#F1bĈ#F1bĈ˗ϟ|-0'p "Lp!ÆBO_D1bĈ#F1bĈ#F1bĈ# /?c`>O@ DPB >/bĈ#F1bĈ#F1bĈ#F/_>_} ܗ/ ˗O/_ąO`>x/bĈ#F1bĈ#F1bĈ#F/_>0? /| /"|0|Ǐ`x/bĈ#F1bĈ#F1bĈ#F/_>0? 'P?~O |ӗO?~#`>/_>O߾~O|'_|˗?}/?o`~ӗO?~(0˗ϟ@~>}8p|O@ DPB >QD-^ĘQcF~s/w0 ϟ>/@~ O`>~O>Ǐ_ ̗?~/@~#O? _> #/O ?>]̗/7nܸqƍ7nܘ_|˧a>'0?'0߿|#/_|o`>>O߿|ӷ|O`>_>?~ o|@~ӷ 8p˗,h „ 2l!Ĉ'Rh"ƌ3˗ϟ|=`>0@/߿ ߿8_}>O?~ۗ|(߿|߿߿| ߿/߿~7P/? 4(0_|8`A&TaC!F8bE1fԘ_|˧a>o|_>>~`O~`_>70|߿|/߿|O ?/' ?}oƍ7nܸqƍ7f/?{_A~O?}/_>}ϟ|w0? ` _|˗/_?ӗ/?'P |O`>~o@_|/_>~/_~7p/_> H*\ȰÇ#JHŋ3j/_>0˷qƆ]̗/7nܸqƍ7nܘ_|˧a>7엯ƍw1_|6nܸqƍ7nܸqcF~s/mܸqF]̗/7nܸqƍ7nܘ_|˧a>7nܸ"?}oƍ7nܸqƍ7f/?{ƍ7nO|۸qƍ7nܸqƍa|qƍ-w1_|6nܸqƍmFm@ ˧`'p "Lp!ÆBH>OD%J(QD%J(QD!˗ϟ|=OD%J(!?} ˗ϟD%J(QD%J(QD%B/?{ϟD%J(QbC~$̗/?%J(QD%J(QD%J/_>0?%J(QĆI,/_>%J(QD%J(QD%J_|˧a>%J(QD X0_|$J(QD%J(QD%J("|9̗O|8`A&TaC!F$OĂ'QD%J(QD%J(QDa|'QD%Jؐ>OD%J(QD%J(QD!˗ϟ|=OD%J(!?} ˗ϟD%J(QD%J(QD%B/?{ϟD%J(QbC~$̗/?%J(QD%J(QD%J/_>0?%J(QĆI,/_>%J(QD%J(QD%J_|˧a> H*\ȰÇ#Ob|(QD%J(QD%J(QD0_>}(QD%JlOĂ'QD%J(QD%J(QDa|O@ DPB >`>} HA <0… :|1+Z1ƌ0_>}8`A&T!|kذaÆ 'p ˗,h „ 2l!Ĉ'Rh"ƌ3˗ϟ|mܸ|mܸb|mܸqƍ7nܸqƌ0_>}7nO|mܸb|mܸqƍ7nܸqƌ0_>}7n/߾qFqƍ7nܸqƍ3˗ϟ|mܸ|;/_>7n/_>7nܸqƍ7nܸ1#|9̗OƍO@ /_> H*\Ȱ|sСC:tСC:tСC:t!|9̗OC:d`>>8`A&TaCСC:tСC:tСC:t!C~s0 <0… >8`A&TaCСC:tСC:tСC:t!C~s0 <0… O@ H*\Ȱ|sСC:tСC:tСC:t!|9O@ DPB O@ H*\Ȱ|sСC:tСC:tСC:t!|9tСCO}O?$XA .dPa|9tСC:tСC:tСC:tȐ_|:tСC˗/>ϡC:t80_|:tСC:tСC:tСC:d/_>:tСo ?}˗O>}:tСCСC:tСC:tСC:t!C~sСC󗏟A? 4xaB 6:tСC:tСC:tСC2/?:tС} (? 4xaB 6D/_>:tСC:tСC:tСC2/?:tB? 4xaB 6D/_>:tСC:tСC:tСC2/?:tB~  <0… &̗/?:tСC:tСC:tСC˗ϟC:t!|O@ DPB ˗ϟC:tСC:tСC:tСC ϡC:tȐ_|9tСC˗ϟC:tСC:tСC:tСC ϡC:t0_|:tСCϡC:tСC:tСC:tСCСC:l/_>:t!|sСC:tСC:tСC:t!|9tСCСC:$/_>:tСC:tСC:t!r!_|8`A&TaC=|Ç Ç>|Ç>|Ç>|?~{ÇoÇ>|0_|>|Ç>|Ç>|Ç/>|@ӗ/~>|a|{Ç>|Ç>|Ç>|_|>|Ç˗@~Ç̗/>|Ç>|Ç>|ÇÇ>t/_>}ӗ/>>|!| <0… :|1ĉ+Z1ƌqF˷}qƅqƍ7nܸqƍ3˗ƍ%˗/oƍ oƍ7nܸqƍ7f/7>/_>}*ۗ/>7n4/_>7nܸqƍ7nܸ1#|mܸa?}/_>}6nH0_|6nܸqƍ7nܸqcF~۸qB~뷑`|۸q|۸qƍ7nܸqƍoƍ˗o/> H*\P`|'p "Lp!ÆB(q"Ŋ/b̨1#|mܸ`|_|m܈1_|6nܸqƍ7nܸqcF~۸q#A~Qb?}۸b|mܸqƍ7nܸqƌq˷F˷ƍoƍ7nܸq7f/5˗/˗/#˗ƍ7nܸqƍ7n/_>7^/_>}6n,O_|6n|/_>7nܸqƍ7nܸ1#|mX|mܨ߾| <0… <0… :|1ĉ+Z1ƌqD~qC~q|۸qƍ7nܸqƍoF˷FW0F˷ƍoƍ7nܸqƍ7f/OFo#A~W0ƂoƂqƍ7nܸqƍ3˗F ̷ |h0|O|m7nܸqƍ7nܸ1#|mO?~˗?? o_|4hРA߾}o?~ 4hРAϠA 4h`|'p "Lp!ÆB(q"Ŋ/b̨1#|m_ /9/_>~o` ˧ƌqƍ7nܸqƍ3˗Ɓ@~p_|md0@/߿| <`?}K0a„? 4xaB 6tbD)VxcFo#|(߿~O˷A $H A O߾ӷ| Hۗ/> &LP`|'p "Lp!ÆB(q"Ŋ/b̨1#|m$>~70A~>~/>}˧OƉo|۸qƍ7nܸqƍo#|˗?G߾|۸qƁo#|۸qƍ7nܸqƍo~۷qƍ˗O_ oƍ7nܸqƍ7f/?$XA ˗/_?$XA Sp`>'> ˗/? "̗/?$XA .dC%NXE5f0 <0}8`A&O`> C|OB˷ϟB ˗,h „ 2l!Ĉ'Rh"ƌ3O@ D ?$XA'P߾|˗ϟ|㗯@~?}/?oB/_~"D(0_|8`A&TaC!F8bE1fԘ|,h „'p O`>o߾'0_'|߾/@~C!!B ˗,h „ 2l!Ĉ'Rh"ƌ7rO_|u/|70߿| /?+o@~H߾|0_|:vرcǎ;vرcGoc?}O`O`>'P8߾||_>$X!B˗/?$XA .dC%NXE5n䈑_|e| O߾'0|߿| /߿|_Gׯ|رcǎ;vرcǎ5ۗ/>˧OO_|/|˗|˗߿|/_>~mܗ/~!˗_ǎ;vرcǎ;vؑ_|u}81_|:vرcǎ;vرcǎ˗_ǎ˗/cǎ;vرcǎ:ꨣ߾|O@ DPB ˗O_?*̗/?$XA .dC%NXE5n |豣}c|yѣG=zѣG˗oG˗ǍѣG=zѣG=j/_>}=*/_}=zѣG=zѣGϣGϣGѣG=zѣG=z4/_|QD-^ĘQF/ۗ/>5ۗ/>=*̗/?=zѣG=zB~b?}a|yѣG=zѣGӗ/?˗GϣG=zѣG=z߾|p_|y1_|=zѣG=zѣG˧_G~? 4xaB ̗/?$XA .dC%NXE5nѣB~߾|c|}Ǐ?~Ǐӗ/>˗ǏǏ?~Ǐ?~_|=/_>~?v̗/?~Ǐ?~c~㷐_|}1_|>~Ǐ?~Ǐ˗o˷Ǐ˗Ǐ?~Ǐ?~"|O_|>~X0_|>~Ǐ?~Ǐ˗/_~?~ +c|Aǰ_?>~Ǐ Ǐ/a?}-̷o|˧0|Ab>0a>4Ǐ?2ԗ/?"̗/?1̧o| '0|O_} //ϟ|ӗO?~?/_>˗}O_>~/߿˧/?}ӗO?~O?~?~O|߿_|˧}Ǐ˗?~o_>~ۗo@~O@ DPB >QD bŊ#˗_ŁǏ_>_>O'_|/?}}O ? } _>>/_?O`>ϟ|O|o߿|O`>~O ?__>O`}'0G߾'0|+߿}ȯbŊ+VXbE70_*V"',hp`O`>O`_>~'0|o?'|70|} O`>O`>O`>O>O ? @~ /߿| 7_>70| G0@O`O ?$XA .dC%NP_|70_Ŋ+"̗/O߿| '0߿|70߿|(߿/߿/߿_?_>'P߿߿|߿|/߿/߿Ǐ__?O@/߿|߿߿| _߿/߿Ǐ_? O@ H*\ȰÇ#JH1| Ǐ|bŊ˗_Ł_>'0߿|}O ? '0_>o`>'_>'?~70|_>_>?_ _>'_'0_>O`>}'0|ԷO`|'0|o>~XbŊ+VX1| /?۷} H*\a|5\| ܗO>/߿|?}+O`>˧O?'0?'0A/|˗?GP| o_>}߿| '0?~_|ϟ| g0?'0|?}/>}/?}O`>/_~ӧ߿|ԗ/߾ǯaÆ 6lذaÆ 6lؐ| aÆ 5B? 4xa*TPBSPB SP!B} H*\ȰÇ#JHŁ70@}70ŋ#˗ŋ.^pŋ]|ŋ/^xŋo`>o?.^1_|.^xŋ/^xŋ/^x"B}o |˗ŋ#˗Ŋ"拘`'P?$X"O@߿|? 48`A&TaC!F8bEŋ˗Ŋ"曘O`>sa%G0E '_>]xŋ/^xq|]xb|/|˗?~/|O} ̷|?~ӗO߿|#/'_| 3o_>~_|>} Ǐ?'_| 3/|˧'P߾| ˗?} ׏`}_|/_>/_> H*\ȰÇ#JHD}hѢņgQ`>>~o?~>'0_}ȏ߿|_>W0|/@~_>'|O˗?~'_|/| ̷o?/}'0|?}|O ?-ZhѢE-"ԗ/?-Zl/_>}'߿|70| /?߾~__> '0|o@ /߿/߿_߿?(_/߿| _߿/߿/o@_  <0… :|1ĉ+Nԗ/?$XA .dPa|'p O`}'P|߿߿|/߿}'P`>~'0߿| 7P`>0@/O` __߾| ߿'P`O`| '0o?}_>_O@ H*\ȰÇ#JHD} H*\ȰC8`Aϟ}#o?O`+/?~ /|'0|| '0?}/|/|@~+o?O`>}'0|/|'П~ |_ ? 4xaB 6tbD)V`> 4xaB 6t(,hp|/_~?}#O_|O`>|_> /|˗_A /߿ϟ>߿|/߿ ϟ>(`>ӗO_>/߿ϟ>@˧|˧O?/?'0,h „ 2l!Ĉ'R@~,h „ 2lP ,h „ ˷p…  <0… :|1ĉ+Z1ƍ;zȱ_~ A" <0… :|1ĉ+Z1ƍ;z2ȑ$K<2ʕ,[| 3̙4kڼ3Ν<{ 4СD=4ҥL:} 5ԩTZ5֭\z 6رd˚=6ڵlۺ} 7ܹtڽ7޽| 8 >8 ;;PKȺPKy$AOEBPS/img/repma002.gifGIF87aXG?**?***UU?UUU????**?*******?*******U*U?*U*U*U**?*****?*****?*****?***UU?UUUU*U*?U*U*U*UUUU?UUUUUUUU?UUUUU?UUUUU?UUUUU?UUU?**?***UU?UUU?????**?***UU?UUU?????**?***UU?UUU?ժժ?ժժժ???**?***UU?UUU?????***UUU,XG H*\ȰÇ#JHŋ3jȱǏ CIɓ(S\ɲ˗0cʜI͛8sɳϟ@ JѣH*]ʴӧPJJ$@,h „ 2l!Ĉ'Rh"B$X?$XA .dC%NXE HP?$XA .dC%NXE,È#F1bĈ#D aĈ#F1bĈQ?0bĈ#F1bC1bĈ#F1bϢ?1bĈ#F1BF1bĈ#F%#F1bĈ#F1#F1bĈ#F,È#F1bĈ#D aĈ#F1bĈQ?0bĈ#F1bC1bĈ#F1bϢ?1bĈ#F1BF1bĈ#F%#F1bĈ#F1#F0#0# ? 4xaB 6tbD)Vx?0bĈ#F1b(џE1bĈ#F1b菡̗~1bĈ#F'`>~È#F1bĈ@ ̧o`|拘#F1bĈḐo`|{/_|0bĈ#F1F|˗aÈ#F1b8џE/_'_>1bĈ#F1w0߾~_|ӗ/_/_}GП|%'F1bĈ `}|/_~_|ۧo`~w|O@ DPB >QD1w0_}O}o|o߿|3!|UXbŊ+VH_ O`>_>|B~;ȏ߿|UXbŊ+VHC__|/߿|>}_*VXbŊ+V$?__|/߿|#ȏ?}˧|UXbŊ+VHCoܗO_߿|8_>|_>O@ DPB >QDU`/߿}o_|0'p| '0o| H*\ȰÇ#JH?Ǐ_>`|G߿|'0| 70_Ŋ+VXbŊU`O?'0߿|g0?_ WbŊ+VX"A _>}_ '0߿}/| '0߿| WbŊ+VX"A+|_|O` _'0|G0_Ŋ+VXbŊ1w0|/>˗/_/_}O@_>o ?$XA .dC%NH_ |ӷO|/߿} ? ?~_>} <0… :|1ĉ c菢?* א_Ŋ+VXbŊUO?* א_Ŋ+VXbŊ1W~ UXbŊ+VX_*VL؏!+VXbŊ cbŊ+VXbŊ+&W񟿊+VXbŊ+VxC+VXbŊ+VX1UXbŊ+VXbŃXbŊ+VXbŊ UbŊ+VXbŊ+_Ŋ+VXbŊ+VL?+VXbŊ+VX?*VXQEUTQEUTQE ? 4,h „ 2l!Ĉ'Rh"A aĈ#F1bĈQ?0b#F1bC1bĈ#F1bϢ?1bĈ#F1BF1bĈ#F%#F1bĈ#F1W1F1bĈ#FY71F1bĈ#F1W1F1bĈ#FY71F1bĈ#F1g_|˷/|_||aĈ#F1bϢ?O_}ӧ/_|˗|/_?$XA .dC%NX? O_>/_>~>}~-ZhѢE-JgA}_/_ǯ_~ӧ?}ϢE-ZhѢE30@__>8P~O@ DPB >QD |_/߿o@? 4xaB 6tbD)V<菡?O`/_o߾߿~ϢE-ZhѢE,#߿~_~|߿~?,ZhѢE-Z菡?O`˗_o_/_~ϢE-ZhѢE,#/_~_|/_~/_~_|,ZhѢE-Z菡hѢE-ZhB='p "Lp!ÆB(q"Ŋ11_B~,ZhѢE-ZПE%ϢE-ZhѢE 1gѢE-ZhѢEYgѢE-ZhѢE1W> 4xaB 6LϡCsP!?$XA .\菡B'p "L0B *TPB *TX,h „ "_A} 2dX? "ǐ!C 1dP> 2dȰ? ǐ!C1d0?~ 2d? !C 2菡2dȰ?~ 2D!C cȐ@} 2dȐaA #!C cȐaB2dP?~ 2C 2d(C1D|Ǐ`>2$/a>1$`>c(0Å2dȐ!Â*GPÃ.70A})ǐAcXÂ#?~ 1d?$XA .D菡"ǐ|#Oa> Ka| So>1\!C 2,菡B1 w0Â̗0AcȐ? 2dP? +/_~˷/>}_|/_~ׯ`>#|/_~ԧ/߾ӧ/߾|˗A}ӗ_|ӗ߿|/_>}|ӗo_|O_ ˗_|/}o? 4xaB cA}>}ӧO_~˗߿}|/| '0_}/_A}/>}˧|Ǐ|/_?}/߾˧O_}/_?}/|ӗ?~_| ̗o} ǐ? 2dP? +?}_|/?OO_|G?/?+߿|_˧?}ϟ| ̗߿||o|oO`/_?~8p@} H*\C#?}_|/?OO_|gP| ̗~_>/߿|Ϡ?~>/?/_>OO`>/A篟?'0_~׏!? 2dȐ@ W0_|_|O`˗/_W0_>G0?o_ >~ /߿|#`>'P|󷏟 /߿| /߿| _>8}/?}O,h „ .P?˗/߿|˗O`| }/_| '0A}_~`>/|˗/_>'0? /}o߿_߿>~OO@O@ DPB+`>'0߿|˗_~ ܷ/_|G??+O`|_GP|_˗O`|_O` ߿|_>O`|cOC 2dXC#߿~ /_~|_W0_>70߿|/߿| ̗O`|/ G0_~_˗߿|_|/߿߿|߿/_߿|o,h „ "_A}_>˗/_|O~_| />o_|_ۗ/_|_|3/_>}/_|˗/|_|_˗O@}/_|ۗ/_|cOC 2dXC#/_~ /_|/_~/_W0_|70߿}/ o_| /߿~3~`|O`_/߿߿߿?~(>,h „ "_A} [!C2dPÁ2dxPÅ ǐ!C P?̷pC1d0?~ cȐ!B*P ? 2dȐ@ П g }˗/_}g~˷ϠA480A /_| gРA4(P,h „ .P?8`| W`|W?} /_| ,X`} W` ˗/_} W`+X> H*\C'p "Lp> *$OB &̧PB8`A&Tp?  <0a| *TXp> *Tp> ? 4xaB c诠|2\C cȐ!Å2d(PC 2dXC3o|!C1d0?~ 2d? !C 2菡 'p?!Å'П| *g_|!C /o|ǐ!C P? 'p?!C 'П| 2Ǐ| ԗC G_|o?cH? 2dP? 3_/߿8`AG0?"D>۷}"D>ϟ| >!D!B",!B+/|!B |"Dh?o?"DaAo? o?"!B"D@ +`>'0BǏ`O|ӧ!B'0_>"DaA}ϟ|O`>!D!B",!B3O`> ̇!B߿|>}˧O,hР?~ /|~'p `>/|C?}ӗ/|"D>o߿| ̇>"D!B!DhA} ϟ>}C!‚O߿| ̗O`>Ǐ|'0B",A~ o߿| ̇!?"D!BCH_A} /_?C!'_| ̗ϟ|"ϠOB", ? ̧/_|A}"D!B CР?80@/_?$XA '_| ̗ϟ| &Ǐϟ &LA~|O_ƒ%L0a„  p&L0!B/߿|˧/_„/?K0a„ ˗_| '_|ԗ0a„ &LX_„ԗ0a„ o| /| &Ǐ|/_ &LA/_˗_ƒ%L0a„  p&L0!B'P_„%L0a„ H,h B&L0a„ K?&L0aB} /a„%L0a„K0a%L0a„  p8`A&D/‚˧Pa| *T0a> " <0… 1T`>$XA SH0_|* ǐ!C  _A}}cȐ?~/70A @}>$XA }o>~%4/a„ &L # || &L(P|K/| Ǐ~߾ &L} ߾K0a„ &/@O`>˗0a„/_|˷/|˷}g0|K0a„ o`? ̗Р &L0a‚&$菠 '0?&LP_|˗|˧/߾o?$(?O` ,X`70~`O@ DPB+`>!Ç/|?~'0?P|'0C 3O_~/_>~ p> 2dȰ? g0| ǐ!CӗO`>|ϟ|c?/| 2L|˧/_O`>cȐ!C c诠O`> G0_'0}PA'0C 3߿|߿/,? 4xaB cA} '0| 2o`>'0߿| ̗O`>@˧/߿|1d0?~/'0C1dȐ!C1WP|O`> G0@~_>/|>ӧ?} 2LϠ>/_?ϟ>1dȐ!C1T菠>O| 2o`>/߿|'0_> /Cϟǐ!Ä߿|? ϟA 4hРA gР '_|3hРA#o~/_~'0߾|gР>/_~ 4hР ˗|˗?3hp> 4hРA ,ϠAg0@ϠA o`_|/|/A#/_>ϠA 48?/_~_| $ϟA 4hРA gР 4hРA  < &L &/a„ &L #/a„ &ԗ0a„ K0a„ 0a„K0a„ &/@'p "L> *$OB &ԧPB8`A&Tp? П <0aB} *TX> *T> ? 4xaB c`>$XA ӧPB)TP„*TP,h „ .P?8`A&LOB ӧPB ӧPƒ'p "Lp!B ǐ!CcȐ!B} 2dPC cȐ!C cA} 2dhPC ǐ!C cȐ?~2dȐ!C+`Ǐ? W0| !A}O_> 2LϠ|˗/?}/>1dȐ!C1T菠>?~2dO|1o`>+/_?cȐaB˗ϟ|/_?cH? 2dP? 3/}_> oo7p>~o,h „ o@}%L0a„ 0!AO>~/_„ G0| /aBO߿}K0a„߾/?~ 0a„ &L(_ 3/|/a„+O`ӧ/>_>}g0|%L0aB} '~/!B} &L0a„%LHA}O`>%L0?} /|/_~˧/_„G`'p "L| _?K &L0aBWP| _>~ &D_|O`|_/A}/| &LP|o`}/A} &L0a„%LHA} '0?%L0?}˗_>/?_ #O_~ ̗0a„ #ϟ|췏_|/a„ &LPw0| ̗0aB'0߿|/|_>$X>˗O`> 4h@}ӗ?~+Ϡ 4hРA 4h? GP| 70A 4O|'0_> /_> 4|O`> 4h@˧/?G0A3hРA 4hРA WPO> 4h`A _/_?_> 3߿|gРA Ϡ'g@} 4hРA 4X,h? ?};x'0߿|'0_~˗߿|Ǐ>ϟ/_~}/_˧A ˗|˧O_>_~;x @|/_?$XA #/_> ԗ/_>Kx &L0aBWP_„ &D_„ "ԗ0a„ ԗ0a„%L0a„ 0!AK0a„%L0aB&L0aB%L0?~&L0a„ K8_A} H"ܧOB SPB )T>$XA .\菡BO@ Da> *,OB *DOB  <0…1WP@,h „SPB*TPa| *D? 4xaB cA}8`A&DOB ۧPB ۧPƒ'p "Lp!B w@} ǐ!C ˗OC ;/_cȐaB}˧_|O|ǐ!C P?7P_>1dP>Cԗ@}1d0?~˧_|˗?}1$C 2d(CO>~ ǐ!C c80C O>~1d0> >}} cȐ!C cA}'p?cȐ@}1!Coo,h „O`>߾}Kx &L0aBWPA| &L_|O_}/_„70| &LP~O_>/A} &L0a„%LHA}'0|K0aBo?}/_|&4| ̗0a„ #ϟ|O`|%<_„ &L0@ +`>/_„ W0_|߿|/_„̧`~ <0>/_~/| K0a„ &,/aBW0|/a„ #/_>~_|/aB̧/_K0a„/?ϟ|Kx &L0aBWP| ̷_ &ǯ`}K>˗O` &L/a>~˧/߿|%4/a„ &L #_| ̷_ &`}KР?~/߿|O@ D _>} ̗ ? &L0a„%诠O|K0A O`>_ 3߿|ӗ0a„ _>~O?}KhP_„ &L0aA GPO|K0aB} '0|/_„#߿|/a„ G ?/A~&L0a„ K8_A} /_?&LӗO`>_ /_~ H3/_~/_>/A} &L0a„%LHA} /_~%L0@}˧/|˗߿| Ǐ|/_ &LA/_/_~ 0a„ &L(_ K0a„K0aB&L0a‚&LP &L0a‚&$菠> &L &L_„ &LH &_„ &L0@ +/a„ "/a„ K0a„ K0aBO@ DP…*GP? 2,!C cȐ!C1d? 2dȐ@ O@ DPB >QĄ8`A&Tp? P <0… :|1ĉ 'p "Lp!B 1dȐ!C 2dȐ!C 2dȐ!C cC 2dȐ!C 2dȐ!C 2dȐ?2dȐ!C 2dȐ!C 2dȐ!C1T!C 2dȐ!C 2dȐ!C 2dHC 2dȐ!C 2dȐ!C 2dȐ!C*ǐ!C 2dȐ!C 2dȐ!C 2$菡? 2dȐ!C 2dȐ!C 2dȐA c!C 2dȐ!C 2dȐ!C |˗/_>3/_}|?O ?'p "Lp!ÆB(q"*W0_|˗| ˗o|/_~˧O`| /?/_~+VXbŊ+|'>3O`>/_?}O` _>/_Ŋ+VXbU`o@'0|󗯟>'0?~/|bŊ+VXb;O`|ȯ>`>_>#_>O`>$XA .dC%N_ /@`>#O`>}O`O`>XbŊ+VX?0@o? ̗/>/_| ԗ/߿|o| '0_|8`A&TaC!F8?+O |o߿}(0_|˗߿|'P_|˧_'0|O@ DPB >QD1w0|'0_| O`>#_>#_>XbŊ+VX'0_> ̗/`OO`>*VXbŊ+V$菡ۗo` W0@}7p>'P?~/|UXbŊ+VH_ o_'P_| G0}/@}߿| WbŊ+VX"A ̗/|߾O|/_>} /_>~?~/_~'p "Lp!ÆB(q"E*W0_|˗߿}'p/}/}˗~bŊ+VXbEXbŊ+VXbŊ UbŊ+VXbŊ+_EǯbŊ+VXbŊDǯbŊ+VXbŊcbŊ+VXbŊ+&W񟿊+VXbŊ+VxC'p "ԗ/a„ K0a„%L0a„ &4 <0.G@},h B}&L` &Lh0_ &L0a„'p "Lp̷pB.\xP… Էp… .DO… .oB[p@} .˧O`~˗O߿|/_> #O_|˗ϟ|˗/ '0_'_|70_>} ̗/|/_|ӷp… ? 4A~˗O߿|߿|/_>} ̧o`/_>˧_|˗/߾ӗ/?}'0_˧_>ӗ/'П|/?/_>}O`~O |˧o`|/_>} O_| '0@˗O |G0_> ߿|'0| GP|'0@ 70|>$X>>_> ?} 'P?~/@~/|o`>4hРA $ϠAo`?}˗O`>/@~3(P|'П>~o|'0_A}o|70|} O`>O>`|O? >'_|'0|?~ 4hРA 3h_|/} O/߿| O|O ~'П|'0A}O`o`>'A #@ '0߿|_#(0˷?~_>_ <0.G ߾_}/B}_>@ G0| O?o`@ '0?'0߿|_3`>_|O`o`>-\pW0_|˗_~/_|#߾ o?'0|/_>}/> o?}[XPA/˗/߿|߾o o|/_~'0_|/| <0.G˗/?} o|_|70_}>O`/_| o_}> '0? ?˷_>/_||`o?~_>#… .o?G0_/_>~/߿|O~˗~`>;/|O`#/‚/߿߿|_O`>~ o˗>_| | O,h „ [A~#/? ̗/|_>_|o`| G0@}O`'0|oA~ ˗o?`/_| _>_|O`o`>-\pW0_}˗O |/߿}>/?~O`>#O>'0|O`ǯ| #ȯ| '0|>}> ܷO /߿}oO | O,h „ [A~'_|ǯ@}/߿| o'P~ 70|7_?ȯ@} '0?~[h? ̷o@} /|_? 'P?~>}O߿| '_p… [_|O_/?/_>}ϟ| 70_|@}O`>o`| ԗ/_ԗ`~߿|/_>}_}'_|O߿|/|70| <0.G?/| ԗ?}˗/O߿| O_|/_>} >'0} 7_|˗B ԗ/_'0|˧_˷o>'_|O߿|/|70|[p…-` Էpƒ.\𠾅 .\p!B.\p@ #… [pA} .\x .\pA.\p@ O| HK0aB&L0A} &L_|K0aB%L0a„%LHA~&LP_„ ԗ0a„ 0aB˗_„ /a„ &$/@'p "/a„ K0a„%L0a„ &,? 4xaB-\} H!D!|"D@}"D!B",h „ [_| HK0aB&L0A} &L0a„  <0.G_?$XA"D>"Dp~"D!B? 4xaB-`>ϟ|-T>-\P|/_>~˷_>} o`-\p… ӷp… [A~˗o?p ԷpB}O | ̗/߾ '0_o… .\h .\8 3O`oB}׏… ̗O` _>'_o!A} .\pB-\p.G??.@ "DP|/| /߾~ǯԇ!B"DaA"D!B!DhA~_>~!DhPA}!D?}/߿|'0߿|~C?"D!B!B"!A̗/!‚ !B߿|˧_~o߿} O@ DPBkذaC&G?߾|5L`|65_Æ 6lX 64菡 `| 3aÃ_O/߿|@} 6lذA6lР `>06Do``>˗/?aÆ 6,_Æ _| _?"g0_Æ'_>O>~ /߿}O>8p>$XA .dx 64o?G0@}aB}5lP|O}_ǯ@}5_Æ 6lX 64菡 ?}kP| G0|O`>O߿|/_> 5lذaÆkذaCO?'p06Do`˗|ϟ '0_|װaÆ ǯaÆ c` kذ?} 6daÆj? 4xaB/_>~ o…-\𠾅 .<… .\Р?~ .\pП <П &$/a„ ԗ0a„ &L ?} H*`? ? 4x>"D!B"B"D!BO@ DP@ + ? 4x!} &LHp_„ &4/a„ &L0aA H*o?}  ?߿$H A G A $H>$XA SPB *,? 4xaB-? 4xaB 6tbD)VxѠ?8`'p "Lp!ÆB(q"Ŋ/F1bĈ#F%`> ,h „ 2l!Ĉ'Rh"A aĈ#F1bĈQ?8p@ <0… :|1ĉ+ZHC1bĈ#F1b|F1bĈ#F!c#F1bĈ#F/_>~ aĈ#F1bĈ?˗_||/_>}ϟ| ̧/_|˧?}È#F1b_B)W0_|˗| ˗o|/_~O`>}ӗ/_>}˗F1bĈ#;}'П>~ '0|?__>O@ DPB >QDU`o@'0|/ '0|o_Ŋ+VXbŊ1w0|'_?} '0|'П| G0?*VXbŊ+V~ '0|bŊ+VXbŃ;O |o߿}(0_|˗߿|/> '0_|ۗo?$XA .dC%Nx_ 0@o? ̗/>/_|˷ϟ| ̗/? 4xaB 6tbD)|/|+O>3/| w_+VXbŊ_|/|+O>3/| w_+VXbŊc`~'P| O`> ~UXbŊ+Vx_ o_'P_| G0@~O`>'0_Ŋ+VXbŊ1w0_|˗߿}'p/A}0߿˗/? 4xaB 6tbD)W񟿂/_|`>˗/˗| ̗/>WbŊ+VXA UXbŊ+VXbń*WbŊ+VXbŊc询|WbŊ+VXbŊ!䧏˗_Ŋ+VXbŊ+_~ H'p "Lp!ÆB(qB$XA!/߾O@ <!B"D!B!D!BC!B8`Ap8`AC!‚!D!BC!Bۧ!B "DH?"4!A/ 70_ /_|#/_>_>/@ 70ϟ|ӗ/_>}˧_|˗/|/_>~O_|o`~/ϟ|˗//_|/'П|˗/|/_} C!B8`A߿߿o߿߿|@}߿/߿ O@70|ӗ/˧_|˗/߾/_>}Ǐ@}/>'0_|O`~˗ϟ|/_>}˷@}O`~˗ϟ|/_>}˷ A$H A  AG_?}˗O`>/@~#O|O`}̗/|Gp ?/?} G0|O`>_>˗O`>_|/߿/߿/??__>$(P_ ,X?$Xp`?O߿ /߿'?~O@}_>7_|_/@~_>o` /?/߾|O?˗/@~_>o` 7p ?}>/|,h BWP_A}o߿|/߾~>O}̗߾ ?_@ G0| '0|@O ~/߾~ǯ '0| G/?~ O?#O`%L0!A 8`>O@7P/@~˷?~8P|'߾˗߾o|/?o|'0|8p|o߿|'0|/?~O?/|o_O߿|o` 7p'p "/@'P_|O|O>/_|#/?}ӗ!?_o_}/_>~˧_>˗߿|#?߿|o?~ϟ}o`|˗/>o?~?'0|/_>} K0aBO} A/_|'p߿}_7P|˗/_>̗G@}_o_}/_>~˧_>˗߿|#(P}O߿|_||߾| 70_|˗OA|߾| 70_|˗OA#H A $(A|_>>G>O|̗?Oo`/_|70| /|Gp ?|_/߿|/|'PA_|Ǐ`| G0@} G A $H?˗oAo`>/|O~#(P|'_|G?}_7_#O`>/_/_>~ O~˗~? 7p/߿|/| O? 4x@ +>}'_ ԗ>}WP|o`'_|3|_?o`_ G0A~'0_>OO߿| ǯ| G0@}>}'P?~O`>K8P_„ _>}G /@~'P_/A}_#/@~ >/~'0|?}O`> (P?} ̗O |_>ۧ_>~O`>'P`> O|_?O`> O> ,h BWP}ӗo`ϟ˗O@}_|/_>/@}?}| 70_|_| ̗/'P_| o@} ϟ O_|/_>} o?~_} ԗ/_?˗O߿|K(P_„ _Gp_|߾_7P|/_|˗߿|7PB}||/߿˧_˗/˧_>|߾?}| 70_|O߿|/_~ ̗/G?$H A G A#H A  A $H?~8`A&TϟB *<菟B ԧPB*菠?~ *$OB)TPB*TP!B} *TH? "P*TXPB PB PB PB˗A} *TOBPB*TPB *4OB "ԧP˗_A*TПB SPaA} *<ϟB *,ϟB *~/˗O_}ӗ/_>},X` +X`AW` W` ` ,X`,X` ,Xp>_|70߿|/_>} ̧/_|W` `A +X` +X` ` ,X`,X` ,XP?~?/_˗?~_|_>  < #_„ K0aB&L0aB&L0aB'P?}˗O |/߿|O`>%L0@ +/a„%L0?~&L0a%L0a„`>_|_o`&L #_„ K0aB&L0aB&L0aB#`|_}/|'0A&LPԗ0aB&L? &L0?~&LPB ?~'P`|/߿|O߿| ? 4x!A G ԗ0a„%L0a„%L0a„ G0|/߿|_|_>0a„%诠 "ԗ0a„K0a„ 0a„ _#/?}O~?~+/a„ K?%L𠾄 &/a„ &/a„ &$o`̗>O~?~#_„  p&LP_„ /a„ &?$XA  ߾}O>~/_/| p?-\🾅 Էp… [p… ܷO>~>}oO |o…-篠  ԷpB-\pB~.\p@˗@~?}O߿|˧/|Էpƒ.G ӷp‚.\p?} .\p>_|O߿|_ӗo |?8`A p&LP_„ /a„ &_„ &L8 &D/a„ K?%L𠾄 &/a„ &/a„ &$/a„ 0a„%诠 "ԗ0a„K0a„ 0a„ /a„ K0aB&$菠?~ &"DX? 4x!A G_>$XA"D`>"Da>"D|"D`>~ HK8_A} &D/a„ 0a„ /a„ &_„ "ԗ0a„%LHA&LxP_„  ԗ0a„  ԗ0a„ ԗ0a„K0aBWP|O_|&`>} 0A~'P_„ &|O`>K0!B&L &$/aBG0_|ӗ/ O|%LP}K0a„ ̷O`>o` &/a„ 0a„? WP_? ,HP|_ $AW` ,X?O`>` ,_ ,X A} ,X` ,XP?'0߿|W`'_,X` ,X` ̗O`>o` ,X@} ,X`+X` W@O` W`A|+X`AO_ ,X`A߾_/,hA"D!A}"DBǏ`>'B ̷?~ˇ!B!B"o`>~O`>C!‚"D!A"DР?g0_|ۗo?#߾ ̇!B~ !B`O`>C!!D!B"D? #|o_}"$o`~'0B#/_?"D🾁O`>!B C!B?~ HK8_A} G_ #> ̗0A~ K0a„#?~O`&L &D/a„ K?'P~&o`'0_„̗0a„ ?~O`&L🾄 &D_„  p ~%LO|O` g0_„ &|O`>K0!B&L &$/aBG0@}/aBO? ,` w w ?};x>/|ϟ|}"D>$XA%LHA8`A C!B"D!B"D!B!D!B'p "/@'p ԇ!BC!B!B"oB"$? 4x!A G>$XA"DР>"D>"D@}"D`?~ HK8_A} &D/a„ 0a„ /a„ &_„ "ԗ0a„%LHA&LxP_„  ԗ0a„  ԗ0a„ ԗ0a„K0aBWP|O_|&`>}ӗ_„#o| &L?O`>/a„K0aB&L #|O_|&o`>}ӗ_„ O` &L8P|O`>K0a&L?8`A p _>K> 䗏&,|K0a„#/| '0| &D_„ "ԗ0a„%LHA_>KP 䗏&~O@ o_ϠA߾ 4hРA o߿| '0| 4h?} 4hРA4hРA4诠>߾|4h>/~ 4X?ϠA 4H?O`>ϠA ϠA 4(PA 4HПA #|o_} 4(P|O`} 4O|gРA 4o`O`>3hРA3hРA ?$XA%诠>#/_„O~0A~_ &L?O`>/a„K0aB&L #|/aB_|K/a„ 70? '0|%L0?} &L &/@'P?~K>/? `>%L0a'_>o` "/a„ K0aB&$菠?~ ~O@ >}gРA '_> 4hРA} O`>ϠA ϠA 4(? 4hP?g0}˗A#?}˗/A G0| 4hРA70~/_>gРAgРA ϠA $ϠAǏ`>ӗ/_? 70?ӗ/_> o` 4hРA 70~/_>gРA 3hРA ?$XA%诠 "ԗ0a„K0a„ 0a„ /a„ K0aB&$菠?~ &$XA%LH~8`A C!B"D!B"D!B!D!B'p "/@ H*\ȰÇ#JHŋY#F1bĈ#FÈ#F1bĈDaĈ#F1bĈ?0bĈ#F1b(џE1bĈ#F1b菡?1bĈ#F1JgF1bĈ#F!c`|˗/̗/>/_|˗߿|G0߿|/_>˧#F1bĈ1? ˗_||/_>}|˗/_>˗//_>'p "Lp!ÆB(qD ߾|O?`'p|#_ '0E)RH"E Q`o@'0|󗏟>o| O>(RH"E)R\菡'>3O`>/|G0߿|G"E)RHB+O`|ȯ>`>̗O}70|)RH"E).|(߿@'0_|˗_(߿7_> <0… :|1ĉ_|(߿@'0_|˗_(߿7_> <0… :|1ĉc`> O`|'P| G0_>'0߿| '0_Ŋ+VXbŊU`> O`|'P| G0_>'0߿| '0_Ŋ+VXbŊ1w0߿~ _? O`>'p|'0߿|O`+VXbŊ_|70?~+O>O} /| ܷO>*VXbŊ+V珡/_|?} O>˧__|/_~˧߾|  <0… :|1ĉ_|˗/_~ W0}˗O߿|_|/_~˧߾| WbŊ+VX? UXbŊ+VXbń*WbŊ+VXbŊc询|WbŊ+VXbŊUo|WbŊ+VXbŊ1WbŊ+VXbŊ_Ŋ+VXbŊ+V<菡? H*\ȰÇ#JHE 8A  @,h „ 2l!Ĉ8qĄ 8Ao@~,h`}"D!BC!B"} ̗/> / 70_ '0_|2dHPA}O>/_|2dO_| |O`>g/_|̗/_>}O_|1C/_>}o`~O`||o߿߿|߿|O@ DX?˗ϟ@}_|%L0aBӗ/?}'0_˧_>˗ϟA~˗߿|70߿|/_>˗O_BK8_A~'p߾|O O` O>~ 'П>~/| &LxP|׏|/a„ o`>o?}O`|g? /~G>KXB GP~ۗ/|_|_>?}˗O`>/@~O@ D??/_„ &o?}O`|g /~o } ̗ ?W? ߾_}'0_A#/} O߿|O` &<`>O`&L0aA'П|70|'ПA~#/@G0| C/aB@O ~|/|O ~̷?~ <?~ O|˗0a„ @ O| ̗@`|_KHB +ϟ|˗_~'0_|'0|O|/a„ 3O`|˗߿|K0a„o_}> '0}3ϟ|(߿ _>7p (8🿁 'P_|O|o?~ /?} o|O`|'p ",|70_|˗_„ &$O}o 70| ?O@o | /A#HAϟ|_>> G?~̗?~˗_'0,h ƒ `>&L0aA '0|o`>g?'_G0@%, #O`>/|O~;_>/|O~K0aB70|%L0aƒ '0|o`>g'_>70@%$O>}'_ ԗ>} W? /@~'P_'0_„ g`߿|? 4xa‚ O`>'P| ǯ|O} /|'P| COBO@~ ~O߿|珟>/?~oSPB70|)TPB'0|O`O`> O>~'0߿|o`>!P ܗ/?}o|O`| o |70߿}O߿|˧OB |(0_|8`A&A}Oཱྀ/_~ ?_|/_~'p_|SHB  GP}ӗo`ϟ˗OA~˗߿|7P_'0_|*T?~ G0|SP„˗| '0~/_~#/_>~˗|˗/70S(_A~*T8? *TP?} *TP)T0!? *TXB H;x/?}? A GPA $H@~8`A&T?~ 2dp>  |/ /˗O_}˗/>c ? &Ǐ!C .ǐ!C ǐ!Á O /_>˗O | ̗O`C菡B1d? 2d? 2dPC 7>_|/@~/|Cc0?~ 2dp> 2d? O`˷?~| o߿| 'P ?  珠<~O`>w 2d? O}O>~/߿|_70A~1T菠> ǐ!C ǐ!C cȐ@~'P?}oO߿| ' |?~ (AA $H?8`A&T> 2d? o| //߿|_|o`>cA} .!C *Ǐ!C .ǐ!Cܗ/_/??} ̗/| GB !Ä1dȐ!Å2dȐB2d8? &Ccp!? 2dP?~ 2dp>  !C !_A~2LC 2\!C .Ǐ!CcȐaB~1T菠> ?$XA .$C 2\!CcȐaB~1W? ǐ!C cȐ!C cȐ@~2dB #!Å1dȐ!C1dȐ!Å2d(? &Cc0?~ 2dp> 2d? !C !P?2\C 2TC 2\!CcȐaB~1Wp_>$X!D!Ḃ!B"Dx0_>"} '0_|/_>~O`|˗/>G A/_|/_| 70_|8`A/a„ 0a„ !0!A%L!?˧/˗߿|> ̗/O_|&@}'0_O`ӗ0a„%L0@~&L0!?Wϟ|%L_|/|O ?}_?~70%LO|/~/a„ Wp?'0|˗ ? &LB GP_|O_|'p o`|| O>~O`>> ǯ`O`} gРA $> O`˗Ϡ4hРA3(ПA W0|oA+o`}'0| G0?} G0|3h?}ȯ'0| 4hРAOo`>g ? 4hР gРA+O`Ao`}߿|߿|>߿/'p +o ~o|4hРA #؏}'0|ϠA~ 4hРAϠA+O` gРA ˗_~'0_|`/_>~߾|4h> o|'0|3hРA gP߿~O`ϠA~ 4hРAϠAW0|ϠA/_>~/|O`>o`|˗/?? ,_|/_| 70_| 4hРA_o`>3h? 4h@~3h_A~ ˗O?gРA > G0| G0|3h?}/_>~'0| 4hРAo}o`>3h? 4h@~3h A̗/ϠAo`'0|'0|ϠA+o`|/|4h 2 'P߿| '0 <0!?W#/_„70߿}`> O`>ȯ| w0@~70|%L0!B O`|70|%_„ &_„W0@}KP ? o#O ?}`>'0_„+O ~O`&L0?}'0_|O`>/a„ C/@+O ̗0?~˧/?`|/?O?}'p Oཱྀ˗|˗/> 4h?~_?O`4ϟA 4hp ?4h? ~4hP ?˧/?`|˗|˧_|ӗ/_? ǯ`>˗/_~/_| 4hРA~70|3h? 4h@~3h_A~ ?}3hР?~ 4hРA ,ϠA 4hРA3/_|/_> (P ? HC/aB+O>/aB%L0a„ 0a„ &D`> /_| ̗/K0a„K8_A~&Lh &L0!B} &L0aB%L0@~&L0!?&$菠 "/a„ &Lx &L0!B} &L( &Lܷ ? 4x>}"D!B!D!Bܧ!Bۇ!B O@$H@'p Է!B"D>}"D!B!DA}"Da} (Aǯ@,h`~"D!B"ԇ!B"Dx>"<B",?#H AП /@~ϟ@}˧_|ӗ//_}׏>o`~/@'_|˗OA $H?O`~ '0_| ,h „K? ˗o?0@~˗O_>} ̗/_˗߿}/_>}˧ϟ|㗏|/_~#/_~/_>70_?'0_|&L8P}| ̗/_B%L0aB~% ? /%L_|/|O ?}_?~70󗏟|_> /@O|O ܷ| H+؏}'0|!A~"DaA~!DhA} /!DH'_>/@~O߿~#o`>/?|#|>o?}'p߾"D> ϟ>~ '0?!BB W0|!B70߾~O`#>#o`>~o`>>ȯ>__?}8`AgP߿~O`!A~"DaA~!DhA} /?"$|_>O`>o`>'__> G0|/|ȯ /BWP߿~O`!A~"DaA~!$ ?˧}CP?~/_}/_~ G0߿~ ̗/o_}O`|˗/_? ˗}߿߿?}˗/?$XA O70|,<8<A}˧};x ?/_}/_~ G0߿~ ̗/o_}O`|˗/_̗/_?`>}_>/_>~<(P_A} oO`;x; W0@};x?~ O~#O`>#`> ̧O`>;`o @߿|߿O@ 菟A~ ̗/O`>C!B!A'P~"$|_>`>#`|OG0_|7_> ̗/|ˇ!Bo|o`>CH?"DXB +_|O`>W0|O`>'p?#o ~/|wP|o> ~'_"Dxǯ߿_? ` ,X ,X@'P?~+X`A~>} G0@~'0| O`>}O Ǐ`> Էo@}_?/߿| ,X@}_?O`,( ,X` W@+O>ׯ`+/_>}/|_|#/_>}˧|ۗO|WP7P߿}7P߿}0_>~ ̧? 4x7P߿|'0_|?珠O_|4|ϟ#/_>70|/_>}ׯ߾|_#ཱྀ˗_߾|/_>}<(P|_|/_> ww🿃 w,A"D!ƒ!D|"DaA~ (A  @},h |"D!B ˇ!B"Dx0B̗!B$H$H A ? 4xa„ԧPB *珟B PB!P@)T ? *TP?SPB ӧPB)TPaA~) ?˷?}SӗO|_o?˗O߿|/_>'0_|˗A}o`~/@'_|O|'_|˗>ǯ> O`˗O@~*T ?*菠> ߿˧//_||?}˗O߿|/_>_|˗/_? o|@~'П />'0_| /?ϟ@}O@ D( &L`> +o`|| O>~O`>>}O`GP|O ԗ|>W0~'pO߿~W?O`o_%L0aB~%LHA}˷?}KP ? ̗O |_> ϟ G0|ۧ_>~ /? G0??~ӗ|߿~۷_> '߾ _ ϟ@}o`>8p'p "L`>'_„70߾~O`#>#o`>~o`>>ȯ@~o o߿|'0?}ϠO| '0_%L0aB~%LHA} /%L(| /|O| O| '0߿|Ǐ`>_>7_?}_/|/?}'p?}?}O`$H?$XA !p̗//aB ˗_~'0_|`/_>~߾|ӗ|/_~̗/_?`>}_>/_>~˗߿|'0߿~Ϡ߿| '0_%L0aB~%LHA} /?&|o?~˗߿|_~_|ۗo~/_>}ׯ?~O }߿߿}|˗߿_/߿?#O߿~O` A'p "L`>˗0?~ O~#O`>#`> ̧O`>;`o|/_>~`>G0߿| g?/_>~ '0| 0a„ !0!A̗//aB 70?}`>`> '0>?~/|O|G0߿| _>O`> O70|O@+X` ,ȯ@ Wǯ| _|ۧ_>O}#` ̧_| /_A G_?/@~'P>}`'p'0_?~o`>W@~ ,X` +8_ GP_|엯`o`'0||7_?˗O`>+8?'P߾}ȯ?~ԷO߿@O}o| 7P ~˗߿| '0 <0!?WO_|&ǯ`|O߿|̗/?~`|˗/o_>} /A}7P߿}7P߿}ۗ/?}˧O`|/_>~O`>߾˗_>p ? &LB GP_|O` 70_|_>˗| G0_|˗O?}/>?~7P߿}7P߿}/_>~˗O߿?~/_|?~o`>G A~8`A&_ 0aB%L0a„ԗ0a„ &D_„ /a„ C/aB+O>/aB%L0aƒ"/a„ &LP|_|/_> 0a„ !p'p ̗!B"4!|"D!BC!ƒ!D!B (A `>$X!D!B!D/_>"D!ƒ"D`|"D  G A H*\ȰÇ#JHŋYGF1bĈ#Fc#F1bĈ#FY#F1bĈ#FÈ#F1bĈDaĈ#F1bĈ?0bĈ#F1b(џE1bĈ#F1b菡?1bĈ#F1JgF1bĈ#F!c#F1bĈ#FY#F1bĈ#FÈ#F1bĈDaĈ#F1bĈ?0bĈ#F1b(џE1bĈ#F1b菡?$XA .dC%NXE,È#F1bĈ#D aĈ#F1bĈQ?0bĈ#F1bC1bĈ#F1bϢ?1bĈ#F1BF1bĈ#F%#F1bĈ#F1#F1bĈ#F,È#F1bĈ#D a#F1bĈQ?0bĈ#F1bF1bȏ?1bĈ#F1b؏?1bĈ#F1b/>1bĈ#F1b/_>1bĈ#F0#ʗO,? 4xaB 6tbD)Vx!|=#F1bĈ#F{F1bĈ#F1 /?aĈ#F1bĈ`|˗#F1bĈ#F˗ϟ|aĈ#F1b`|˗/>1bĈ#F1b/_> ˗F1bĈ#F ˧|È#F1bĈ#0_|aĈ#F1bĈ`|O} H*\ȰÇ#JHŋ >  <0… :|1ĉ+Zl/_>} 80?$XA .dC%NXŅ`>'p "Lp!ÆB(q"Ŋ˗O~ O,h „ 2l!Ĉ'RhB~[`>O@ DPB >QD-2/ 8,h „ 2l!Ĉ'RhB~S`>'p "Lp!ÆB(q"Ŋ˗OB~ 8P,h „ 2l!Ĉ'RhB~S`>O@ DPB >QD-./>/_>xŋ/^xEП?ϟ?/^xŋ/^\/_>}wŋ/^xŋa|.^xŋ/^_|˗ŋ/^xŋ˗ϟ|]xŋ/^x|9ԗ/ŋ/^xŋ/:/?xŋ/^xCs/_/^xŋ/^t/_>wŋ/^xŇP_|/^袋.袋.!? ̗O,h „ 2l!Ĉ'Rh|9ԗ/ŋ/^xŋ/:/?xŋ/^xCs/_/^xŋ/^t/_>wŋ/^xEۗ/_>~S/_/^xŋ/^T?~Ǐxŋ/^x"C} 8ԗ/,h „ 2l!Ĉ'RhB$˧? 4xaB 6tbD)V`>O@ <0… :|1ĉ+Z| ˧? 4xaB 6tbD)Vp|O@ <0… :|1ĉ+Z`>'p AO@ DPB >QD-:O} HP|8`A&TaC!F8bEO~ HP`|8`A&TaC!F8bE'P /_>$XA .dC%NXņ ? ̗O,h „ 2l!Ĉ'Rha|k/_/^xŋ/^l/_|5̗Oŋ/^xŋ˗/C}]xŋ/^xC}s//^xŋ/B̗C}]xŋ/^xCs//^xŋ/B|.^xŋ/^x}wŋ/^xň˗ŋ/^xŋ/&̗Oŋ/^xŋ/*Ǐŋ/^xŋ/^Lȏ/^x @,h „ 2l!Ĉ'Rh"B$X @,h „ 2l!Ĉ'RhA$H,h „ 2l!Ĉ'RhAaĈ#F1bĈA1bĈ#F1b菢?1bĈ#F1b<#F1bĈ#FQ#F1bĈ#FaĈ#F1bĈQ?0bĈ#F1bĈ?1bĈ#F1JGF1bĈ#F1#F1bĈ#F(È#F1bĈ#ƃ0bĈ#F1b(E1bĈ#F1bxF1bĈ#F%#F1bĈ#FÈ#F1bĈDO@ O@ DPB >QD-^#F1bĈ#FQ#F1bĈ#FǏ`|!/|#_0bĈ#FQw0?Q̇0߿| ䷏`>0bĈ#F1w0;b>7_0bĈ#FQw0;b>7_#F1bĈ񟿃 /|QG0?U/F1bĈѡ?7_|UG1|G_>aĈ#F1˷|//_}ӗO | /?~_|˗_> _>O󗏠? G0A G A˗?}O@ DPB >"A'0||˗o@}/_>~_|/߾㗏>~O |>}د|?|A"D!"w0_}O}O}?} /A~o?~G>/}/߿~ 3`>A7P_??!BB ;>O>'p>?}/߿|o|߾߿~_o?~o㧏>$H_> 7p?$XA .dÇ|'0߿|'0| /@'_+_}O|ӧ߾~|˗?}/>}˧O_}/_?}˗o`> oD!BQ?/?~#O` O`> _O|W0߿~@O߿} G/_~_|/>}_|˷/|߿|? 4xaB 6t𡿃߿|ӗO` _/|߿8_@'0??~'p|ϟ|/ ̗|/?}_/_>O@ DPB >"Ao˧/|8߿|o_>}/߿7p|?O` /?~O@ O>O߿|'0_~/߿|/O_~? 4xaB 6t𡿃O`>}_>>~ /@~#_> o`o_~W0|(_O__˧OO@ DPB >"A/| '0߿| '0?}_> G߿|/|O߾~+ϟ| Oo?_ _?? 4xaB 6t𡿃˧O`|'0߿}'0|/|o}O} ˗o` ߾|w0_A~//_> ̗O`_>?}/D!BQ?_>}_>'p?߿~|߿}W_|۷O>~/>'0_~/|_>0߿|_>}? 4xaB 6t𡿃'0_|/_70|˧o/_|˗o}g0˗o~w0_A˗O_|˗/_}70_>/_~o|˗?~!B"D w0|/}o_|_|/߿|˗/}/_} 70}/|O@}7߾'߿|'_??$XA .dÇ 'D B|!&"D!BT"A @!B|Oa>"D!B<"D!BTOa>"D!.?!BQa? BD"D!B?!B"D!B"D A$"D!B"D!B"ă B"D!B"D!*?!B"D!B"D"D!B"D!BD B"D!B"D!B<"D " " " H!'p 'p "Lp!ÆB(q"Ŋ/N#F1bĈ#F(È#F1bĈ#ƃ0bĈ#F1b(E1bĈ#F1bxF1bĈ#F%#F1bĈ#FÈ#F1bĈDaĈ#F1bĈAaĈ#F1bHEaĈ#F1bĈ10bĈ#F1b菢0bĈ#F1bĘПAӧ/߾|ӗ_O>/_#F1bĈѢ?8_|˷/|_||'p "Lp!ÆB(q"Ŋ|_>ϟ|?}/?,ZhѢE-Z菢?ӗ߿|_|_~O篟E-ZhѢE30@__>8P~O@ DPB >QD |_/߿o@? 4xaB 6tbD)V`>_˗_~۷_>߿~hѢE-ZhQ? _>߿|/߿}_>_>-ZhѢE-&g_| /߿|_|_||YhѢE-Z(E/|˗/_|߾~ׯ_|˗E-ZhѢEO>-ZhѢE-.G_| Yh","," gp } H*\ȰÇ#JHEE̗>-ZhѢE-ZϢE-ZhѢE% @~,h „ 2l!Ĉ'& <0… +> 4xaB)TP!| *T0a> " <0… 1D诠>$XA ۧPB)TP„*TP,h „ 2d诠 6_Æ kذaÃ6daÆ 26l?~ 6,aÆ kؐ 6lؐPaG0B  ԗ0_CW0|5B} 6lؐ` G?kPp| kذaÆ +| G?kPp`>k/_C6lذ!C +| G?kPp @8`$(0A ? 4xaB 2WP_AO_}ӗ_o@}/_~˧/A/>~˗>}˗o>}_|3/|O|˷O>~ӗo_>}O|+| g_|/|ۧO>6lذ!C +|ӧ/߾|/?O|/_ӗ?~ ̗o|WP|˷O|/_~0|O|˷O>~ӗo_>}O|O|ӗo/_} ̗o}8p@} H*\Ȑ O߿|/_W0>Ǐ`_ /?_GPA}O`|_O_>W0?}` /?ǯ_~ 5lذaCWP_A}߿|/__~O _>ϟ|/_|'0_>O3ϟ?_>/_~_O_>@/@}珟|'0_~7p8`A&T!C̗/_/|?~˗_|̗O`>>~__|/_|3O |_> o@oo|_|7p'p "LpB +`|'0߿|/|ۗ/_|˗`|Ǐ`O߾~'0}_GP|(_O__> /| O>~}߾? 4xaB 2WP_|O`/߿|o_>_?~'0_W0|'0߿|׏>˗߿~/|'0߿|/|/3|/|P_Æ 6dA_/__>߿|+/G0߿|/߿| ̗O`|/3߿|/_ 0߿/߿|/߿O|oO`/}8>$XA .d_A}_>˗/_|O~_| />o_|_ۗ/_|_|3/_>}/_|˗/|_|_˗O@}˧/_|ۗ/_|kaÆ 2𠿂 ˗߿|˗/_~˗}_|/_>}#߾|˗߿| ̷/_|_|g_||(߿/߿~/߿| _| 7p |˗_˗O~O,h „ 2d诠-p?~ 6,| 6$} kذaÆ 5<诠-p?~ 6,| 6$} kذaÆ +| K/_|%ǯ@ǯB} kp|P_Ä5aÆ 2𠿂̧߾˗_B /_|*P` ˗/_>~5Lo_6lذaC O@ D>} *TH0B *LOB'p "LpB + ? 4xaB)TP!| *T0a> " <0… +? 4xaB)TP!A} *T0> " <0… 1D诠>$XA ۧPB)TP„*TP,h „ 2d诠|6L_Æ kذaÃ6daÆ 2𠿂/k0?~ 6,aÆ kؐ 6lؐ 'p?aÄ'П| "g_|aÆ/o| װaÆ kx_A}}װaB |5|aÆ/?}/_P 6lؐ '0|k0!@_'p "gP_?!Bg0?O`>ۇ>"D!B!DH_A}O`>!D@ |!D>~oB",Ϡ~ Ǐ߿|C>"D!B WP| ̗O`>"|>}˧OB3O`|!D!‚ O?'0|C!B"DXBw0|Bǯ`>O|˗߿| g0|4hРA3O`>_?  <0… +`>'0_Æ #O_>/>5d`>aÆ/_/|5aÆ 2𠿂O`6L_|O`|_@}/| 64`> 7߾P 6lؐ?}װaBO߿| ̗O` O_|5lР>o߿| P 6l_à ;O>~_>$X'0߿|/|!B}/|"D>?̇>"D!B WP|_|"Dp?~ /߿|/B3?}Ӈ!B 3O`>}˗/?}CxPB"D!‚"$诠˗_|!D@ _/_?_>_>}C!Bϟ7ԇ!B"D!B@8`A&D|O`~S>/_~ *TXPA/_?˗‚*TPB)T诠> *T8/>}/_˧OA}_|*T>O@}/_~ SPB *T诠> *T8? ԧPaA} *T0> "ԧPB * "ԧPB *T_| H"̗Oa|S`> *T0B O@ DP…"W0@},h „SPB*TPa| *D? 4xaB 2WP~'_Æ kذaA} 6lxP_Æ 5lذaCWP~'_Æ kذaA} 6lxP_Æ 5lذaÆ g_>_ G0@!B}|6lhPA}ӗ| ԗ_C6lذ!C + |O` W0_|kPA}ӗ_Æ 3/_>}/_>P 6lؐ '0|kP?~070A @}>$XA }o>~%4/a„ &L +Ϡ| _ &ǯ`%LHP}߾ &LϠ?~O_?o_B&L0a„ &WP| '0_„ G0߿|˗?˧/߾|/߾KO|/a„ 3o` '0_B&L0a„ KPO`%L0?~ Է>}˗_| g0|%L0aB'p`?/| 7p'p "Lp!C ;O`>kP?~'0?_> O`-g0? װaC ӗ_>}˗߿|5aÆ 2𠿂O`}5l㗯߿|_&g0| װaC ˗|/߿|5aÆ 6d诠O| *Ǐ`>'0߿| ̗O`>>˗O` g0o`k(P_Æ 6@8` 3/@}ӗ/_> 4h?~ '0|/A 3߿|3hРA gp`>~˧/߿|48P,h „ 2d诠˗| *Ǐ`>/߿|'0_> /C}O?6lhPA}_~?} kذaÆ 5<诠˗| *ǯ`?kPA}ϟ g ?}󧯡@} 6lذ!C5lذ?_|˗_> ̷/_|1g_|ׯaÆ/_?/_P 6l?$X 4hРA W0_| '0|gРA ˗|4hРA3/_~/_>Ϡ8`A&T!C5lذ?6lXP_Æ װ!C} 6lؐװaÆkذaA} 6lxP_Æ 5lذaÆ  <0!}*T`> *T0B O@ DP…"W0@~,h „SPB*TPa| *D? 4xaB 2W? 4xaB 6LϡCsp!,h „ . H*\ȰaB~:t8C 8`A&T!C 6lذaÆ 6lذaÆ 6l05lذaÆ 6lذaÆ 6lذaÆ 5lذaÆ 6lذaÆ 6lذaÄװaÆ 6lذaÆ 6lذaÆ &װaÆ 6lذaÆ 6lذaÆ kx_Æ 6lذaÆ 6lذaÆ 6l_Æ 6lذaÆ 6lذaÆ 6LA 6lذaÆ 6lذaÆ 6lذaB 6lذaÆ 6lذaÆ 6l05lذaÆ 6lذaÆ jj <0… :|1ĉ+ZhE1bĈ#F1bxПA/_|/_>}O_|Ig1|)`"#`>1bL菢?O`|70_|˗?}1|̧ƃ"`>0bĈ?_>#o@}Q̇Q`x0_|%̇#F Qg0 G0|o`0W0|拘b>0bĈ? /|? /_~˷/>}_|_|o|7P`>/_|ӧ/>ӧ/߾|˗_|_|ۗ/?}˧_|˷_|/| H*\ȰC 3@70|/_?}˧>}/_~/_G0?+_|˗_|˷_|ӗo_>}W_>}>}˗o}ӧ/߾|˗>}W0?sСC:,Ϡ}/_>~ ̗/ #?}_|/?ׯ>O_|W0?߿|?_>߿>/_/>/߿/?}O@ DPB shПA'0_|/_>~#?}/߿|/?OO|`>_/?/߿|WP?_>/_?_ӗ߿|O?:tСC K/߿| G0@̗/_/|?~'p@ ̗O`_~o|_|/_|'0? /}_o߿_>$XA .dС?%O`>o'P?}70߿߿| >~ӷ߿|>~|'P`> /߿'߿/߿/O`>$XA .d!C_>#o@}_/__>_|+/ O`~`>/|_?//| /|_>#_>=|Ç=, ~ G0|o`>O`/_o߾/߿|_G0|O`ׯ`>˗߿|/߿߿~/߿| H*\ȰC˗߿|/_>'p_|#/_~ /_|/_~/_~W0_| '0߿}/߾|_/~/_~/_| /|˗_>#_|Ç6'0_|˗_|ۗ/_˗_>/_~˗߿}˗߿~#_|70߾|/?_˗/߿|_|_|˗߿|ۗ/_|˗߿|/_|?/8`A&TaC =|`a} =|pÇ>|Â>|X0}{Pᾅ>\Ç>|Ç So_BAC:/_|>|Ç=,Ç%O|Р||˗/_>~>|Ç=|Ç>|Ç>|Â>|Ç>|Ç>|Ç>|Ç>|Ç =,Ç>|Ç>|Ç  +X`|˗o@~O| ` ˗O_'PO`|˗/>W0_+X@W|ӗ,h „ ?1/_>~˷O |˧o`>1\/_>}O>_>˗O߿|/_>}1,!A̧P_~ǐ!C .P`> '0?~/@~p}w_>`>Ca| K/~oC 2\!B c(0|O>~ 䗏| '_>O ?O`>#O`cX`>$X_>?}gРA 4hРA 3/_~ۗO`|Oཱྀ_>_O_}ӧ/_|o}/_~׏>O|/~O߿| G0|O_O_~O߾|˷/O_}#|O`| gРA 4hРA 4(ПA~/߾˷}`>#/}?ӧ/߾|_߿}/_~˷߿|ӧO_}_O?}//߿O@/_/_}˗O|/_~ۗ/@˧/ '0߿| H*\p?O`| ̗?~/_>/|/@}_/_ǯ_~ӧ?}/?}/>~/_|˗߿|/_>~>/?/_>OO`>/_|'0_Æ 64Aϟ|_~70_|˗O߿||/_>_>~>}|_|߿o?/_|˗//_|ϟ|//_/߿|/O|oO`>$XA .dXП~_|/@70@}̗> O/߿/?~ (_?}_~_'P}/| O> '0? /}o߿_ |? 4xaB cП~__#`>#/?}0@'߿|_>8P~_~_߿}߿|/߿O߿| O |_> o@O |߿|O@ DPB_|O`|#o`>'p|o`>_˗_~۷_>߿~/?}'0߿|ܷ|O`>`>_|'0߿|_O`>߿|˗ϟ@ϟ 6lh_à /_>'0߿|#`>'p|o`>_|_~۷_>_/?}_@ϟ| 7_>80_~/|_>__>O>O,h „ 2, |˗/_˗o~ 'p/?/_~_|/_~/_~_|㗏_>~ /|O`>˗O߿|/_>}˧_|˗߾|'0_>/_~`ӗ_|O` 6l8_à ˗߾|˷/_| ׏`>_|O߿|/|˗߿|}˗_|/>~_O_|Ǐ߿߿|˗O߿|/_>}/~/_~˗߿_߿|'P`7p@/_8`A&T@ kذ| 5?6lp` 6~ 6lذaÆ5lذaÆ 6lذaÆ 6lذaÄװaÆ 6lذaÆ 6lذaÆ &װaÆ 6lذaÆ 6lذaÆ kx_Æ jjjjj <0… :|1ĉ+ZhE1bĈ#F1bxF1bĈ#F%#F1bĈ#FÈ#F1bĈDaĈ#F1bĈA1bĈ#F1b菢?1bĈ#F1b<#F1bĈ#FQ#F1bĈ#FaĈ#F1bĈQ?0bĈ#F1bĈ񠿃/_|g0_|˗O߿|/_>}˷O | '0|È#F1b菢/_|/_?̗/>/_|˗O|/_>~ '0_|8`A&TaC!F8C/~`>#| ܷ_>'p|+VXbŊ+G|'>3O`>/_?}O` _>/_Ŋ+VXbŊ'0_> O| G0| /|/| WbŊ+VX?'0_> O| G0| /|/| WbŊ+VXC /@ ߾'P`| ̗/O|˗O߿|O`> <0… :|1ĉ`> ߿}O|/_>~/@}˗//|? 4xaB 6tbD):w0|'0_| O`>#_>#_>XbŊ+VX?/@˗_| G0|'P߿|'0|+VXbŊ+Fw0߿~ _? O`>'_O}O`+VXbŊ `~'P| ܧO | >'0|+VXbŊ+Fw0_|˗߿}߿}˗O߿|˗_|˗| H*\ȰÇ#JH?˗_|o/_|#/_>~?~/_~UXbŊ+V_Ŋ+VXbŊ+VL菢+VXbŊ+VX񟿊˗_Ŋ+VXbŊ+G_EǯbŊ+VXbŊ!XbŊ+VXbŊ QWbŊ+VXbŊ+W ? 4x} &LHp_„ &4/a„ &L0a~ H*oaB8`A ܗ0a„%L0aB&L0a„  <0…П <П &$/a„ ԗ0a„ &L ?} H*oaB'p "/a„ K0a„%L0a„ &$O,h „ W0C cȐ!A} 2d8PC 2d?} 2dC cȐ?} 2$!C cȐ!C !C .W0A~o|O|˧> 70_O_|˗/GPA/_|O_|'0?ǐ>| '0߿|O|;/_>_>}70|˷O`˧O?} 2dC 3`|_/'0߿/߿O@O`>}߿ϟ> ̧߿|O߿|O@ H?}˗?~O`/g| / ̗O|˧/>˗/>4hРA 4h 'p߾|O _>̗O |/ 70|G0 7П>~ '0߿|g A}o} '0߿|/?O /_>'_>'0|3hРA 4HПA+`?}˗O`>_|O@ /@~_>O|O@}>󧏟'0߿| G0'P|G0_>󧏟A~O}/_|o`| GП> 4hРA W0_A}o߿|/߾~?}_>@ G0|O?o`@ G0?'0߿|_3`>_|O`o`>4hРA $ϠAWP/@~˷?~O|/?`>#@ O| /?$HP|GP`>#o_OAG0_}˗o_ 70} GП>$XA .,`˗/?} o|_|G0_}>O`/_|#o_}> '0?ǐ>/|/_>~_W0_||/|O߿|!C c_| ԗ/_>/߿|#`~'p߿}˷ϟ|_|G߾| 7p߿}O |˷,OA`|˗//߿}+`>_|O`|_gРA 4hР +`|'0_|_ G0?}/_>~o`>#~/_>~ '0~ $~ '0|O~˗_|G0_˗> 70? GП> 4hРA4hP #/? ̗/|| O|O`| O`>o`| 70|#H A}˗o?`/_|7߿|_|/|/|O@ DP‚ +O@~ ~O߿|G0߿}ǯ@} '0| GPA~O ~ 70|!A}o>_>/~ܷO /߿}oO |!C c_|/_>O|_O߿|_?`>#ȯ| O>~1$ ~SQ'P|߿ۧ_>~@ >O߿|/| o`O@ DP‚ 3/_>~ o@}/߿|#`o@}O`/}+/_~ 7P|O|1$|ۗ/_?/_>}_}ܗ/_?/?ϟ˗O_#OC * ˗|7P_/_|#?}7P?}o`|'p ˗| '0~/_~ @o_|_|ϟ 7p| //_'0_| 70'p "LpaA1d> ǐ!C1dȐ!C ǐ!C 1D`> ǐ!C2dp> 2dȐ?2dȐB1d> ǐ!C1d|ǐ!C1dȐB +!C1dȐ> 2!C˗/? !C .W0@},h B}&L` &Lh0_„ &L0aB'p "Lp P } H*\X_| 2!C1dȐ@} 2dȐ!1dȐB +!C1dȐ> 2!C 2dϟ> 2d_|˷?}cP|c> '0| ǐaA} 2dȐ!1dȐB +`|/_> #o| G0>O`2,!C 2dϟ> 2d_| /1L`|1dxP|O`>cȰ> 2dȐ?'p "Lp g0|oB'0… ̗O`>o` [p… "o… .,`>@ #߾.L`>~O`>[𠾅 .\p!B.\p@ +`>'B_ #߾O`.o„_>o` [p… "o… ?$ȏAGP`|/> $H> A $8P|'0| G A ? 4xaB aÆ W0|엯!B}/_Æ| '0| װaÆ aÆ C/_>~g0@}kP|װaA}/| 70_Æ5lذaÆkذaÆg0@}!B} 䗯aÂ/| 70_Æ5lذaÆkذaC ˗/_>~g0@}!B} 䗯aÂ/| 70_Æ5lذaÆkذ2  o|/_~8p@}? 4xp>/_~/_|"D(PB"D!BC!B GП> |/_~ $H>#H A G0|O`|˗A $(P,h „ 2'p@ H*\ȰÇ#JHŋaĈ#F1bĈQ?'P ?? 4xaB 6tbD)Vxq?1bĈ#F1JgП|C#F1bĈ#FÈ#F1bĈD?1bĈ#F1b<#F1bĈ#F)?1bĈ#F1b<`|˗/̗/>/_|˗ϟ|˧/_|ӗ/?1bĈ#FQw0_|˗| ˗o|/_~O`>}ӗ/_>}˗F1bĈ#F߾|?}80| |O`>/'p "Lp!ÆB(q"Ń(;}'П>~ '0|} '0|WbŊ+VX"E ̗O}g0|'0_>~ '0|bŊ+VXbŃ(;O`|ȯ>`>O`>#@+VXbŊ+Rw0@ ߾'P`| ̗/o_}O`|/> H*\ȰÇ#JH?0@o? ̗/>/_|˷ϟ| ̗/? 4xaB 6tbD)Rw0|'0_| O`> '0|엯bŊ+VXbŃ(;O`|/_>~ '0|O`>WbŊ+VX"E/|`>#o ~ '0|bŊ+VXbŃ(;_}ǯ@} '0|O`>#ȯ|+VXbŊ+Rw0_|˗߿}'p/A}O`>?}O@ DPB >QD!|˗/_~ W0}˗O߿|O`>˗O@}XbŊ+VX+VXbŊ+VB~%WbŊ+VXb+W_|XbŊ+VXbŁ˗/*˗/_>~+VXbŊ+V_Ŋ+VXbŊ+VL!? @8`A&TaC!F8bE'+P <0Ḃ!B"̗!B"D/_>"DHp,h B8P>߿(> 4xa>",!B"D/B"DP_|"D>$XA +OB)T ? *T ? *T?~ *THPB O@?'p ԇ!BC!B!B"B"$!B",诠>"!B !B!B"D?"DHPB"0 ?  "D ˗O߿|߿|/_>}̗/|/| ̗O?}O|O_|˗//_|˗o`|˗/?/_> 70_?O|O_|˗O߿|/_}O|O_|˗O_|˗/>!D!B`>? 7p |˷O`˧o`'P/_|/_}O ̧o`>/_>˗O߿|/_}70_|˗/_> 70_?O|O_|˗O߿|/_}/'П|˗/|/_}? 4xaB +O}O?}'_ #} _>/?70_>߿|70| /?# ?o_| |˗O |/ 70|_|O?O`>O@} *T|g_A}o_| ߿|/_A}_>G0_|/A~'_?0߿/߿|/߿O} 'П>~/_>߿|'0| G ?}>#O`> O@ D 7_>~ȯ/߿|'0߿|`|˗_>o_O߿|o`>O`>;߿|o߿|'0|/?~O?#O`>˷?~O`>~ '0|)OB !/>WP/@~˷?~+`>o߿|_|;|~'|'_>O`  ߾O`>_@ 7_>_}_?}O`>'0O@ D /_|'p߿}_'P|˗/_>̗ˇ/߿}/> ̗//|_|}O߿|_||߾| 70_|˗OA|}O`|˗/>)TP?K诠˗/?} o|_| G0|˗߿|O߿|O@ o?~ϟ}o`|˗//_>~ ?˷_>/_}>O`/_|/_}>˷ϟ|_|$HP,h „W0|O`|_|G0| _>/_>o`/_|70| /|w?_>/|_| O`?~_G_>#O>)TP? W0|O`|_|G0| _>/_>o`/_|70| /|w ?/_/_|_/_|/߿߿߿>˗/߿|߿|O@,X` ,8_A}/_>O|_o߿|G0_>ȯ_ o_?`>o|?~'_ /|_?O`?~ۧ_>~ǯ| G0@} W` ,`Wp>/?~o+`70߿|/_>|_?___ǯ|_?>}'P~ 70|_ǯ@}O`> A8`A&D诠>/| ԗ?}˗/>˗߿|/_|70_ 70?7P?}o`|'p|/_>}O|߾?}| 70_|@O߿|/_~ ̗/> *P ˗|7P_/_|#/_>˗߿|/|3|o@}˗߿/_|o|/_|O ԗ/_|7P߿|_}ӗ/_?˗O߿|߿|o@}O`>/}? 4xaB SPaA} *<ϟB *,ϟB *<菟B ԧPB*WPB SPA~*TPaA~*TPA*T> *T8_A} *,OBSPBSPBSP@Ϡ> *P*TXPB PB PB PB˗A} *Tp*TXPB PB PB '_|˗߿|˧o`ӗo|0O@ DH_„ԗ0aB&L? &L0?~&L0a /?/_|'0?}7P_„ &D诠 "ԗ0a„K0a„ 0a„ }O>~ /_>70_>+/a„ KP&LP_„ /a„ &_„ &L8 >'_|/| &L_A} &D/a„ 0a„ ?$XA  _˷?~__ [pA +o…-\ ? .\ .\( #/߾~˷?~߾+o… +o…-\ ? .\ .\( #/_}o?~˗_ 0.\(P… p… [p…`>_|_|_ [p„ [p@'p "_„ &L &Lp?~ /|/_/|70_A} &LH_„ԗ0aB&L? &L0?~&L0a7߿|_|/߿|/|%L0aB K0!B} &L &L? &L0@'P?~>}O߿| '_ K0aB&诠 "ԗ0a„K0a„ 0a„ ߾}O߿O߿|/߿||@8`A&D诠> ԧPƒ)TP‚)TPƒ ܗ/_?/?ϟ˗O_+OB )T诠> ԧPƒ)TP‚)TPƒ ܗ/_?/?ϟ˗O_+OB WPB SPA~*TPaA~*TPA*T> *P*TXPB PB PB PB)TP SPaA} *<ϟB R O@ DP@.\P… [_A} .o…[p…-\pB-\p .L诠  ԷpB-\pB~.\p@.\P… [_A} .o…[p…-\pB-\p .L`>$X"D}"DA}"D!BC!B'p "$/aB O@ <!B ۇ!BԷ!B"Do>"DHP,h „П $XA%L(_A} H!Da}"D!ƒ!D!Bۇ!B O@ D*TXPB PB PB PB)TP? ԧP‚*Tx? *TX? *Tx? *$OB WP|O_|&G0S ?OB Gp?*T?~ *THPB S_A}˷?}SP|OBO> *4|SPB)TP!A} *Tp _>SP|_> ߿׏,h „#O߿~*T?~ *THPB S_A} /)L`|/B#O߿~*T ?OB PB)TP 3O` 0>/?*$_A})TPA~ OB PB)TP? g0|OaB}_)THSPƒo߿| *T? *$OB WP|o_}&G`~_>$X@~ ,_~/|_~w`A}_><8?'0_„oK ?%L0a'_ &L8 &D/a„ "WP|/_~ G0?/aB̗0a„ g0_„ &,_„ "ԗ0a„%L(_A} |%LO|O` g0_„ &A? 4xa)TP!A} *Tp*TXPB PB PB PB)TP? ԧP‚*Tx? *TX? *Tx? *$OB W0@},h|"DX0_>"D`|"D!B}!D!‚ H KP8`AC!‚!D!BC!B˗!BO@ D*TXPB PB PB PB)TP? ԧP‚*Tx? *TX? *Tx? *$OB WP|O_|&G0O̷O`> *4|SPB)TP!A} *TOB̗/߾OaB}|*|SPBO> *D菟B ԧPB +`>> ̗O |? 4(? w`|)T8?OB G0?})TP!B*T> *P ˗O?0>/~*|˧PB+/_? *L菟B ԧPB +`>˧0>/?~*$|˧PB#?~*T?~ *THPB S_A} G_> O~P!A߿? 4xa̧PB SPB*TP@'P?~SP|? G0@~*T ? OB PB)TP? g0@}OaB}ۧ_>~*,|SPB̧PB SPB*TP@'p0>/|)T8?SPB70B "OB SPB +`>ӗ/_? ϟ0,hP ? w`"D}"D!B~!D!B8`A&D`?$X8`A&TaC!F8Q!,h B&`?$X8`A&TaC!F8Q!,h „'p "Lp!ÆB(q"Ŋ/GF1bĈ#F1#F1bĈ#F(È#F1bĈ#ƃ0bĈ#F1b(E1bĈ#F1bxF1bĈ#F%#F1bĈ#FÈ#F1bĈDaĈ#F1bĈA/_| `| ̗/_|˗/?˗O?~ӗ/_>}1bĈ#FQw0_|˗| ˗o|/_~˗߿|߿˗O?~ӗ/_>} H*\ȰÇ#JHۗO`}g0|_>~O`}7>XbŊ+VX?o_> | G0?_>/@~bŊ+VXbE/@`>#O`|o| g0_Ŋ+VXbŊQw0|'_?} '0|#/@o`>*VXbŊ+Vt`> ߿}O|/_>~/ ߿/O@ DPB >QDQw0@ ߾'P`| ̗/o? ߿ ?'p "Lp!ÆB(q"E/@˗_| G0|/?70@UXbŊ+VE ̗O|ǯ`>#o`> ?o?*VXbŊ+Vt`~'P| O>~O`'P|+VXbŊ+G|70?~+O>O} /| ܷO>*VXbŊ+Vt`|˗/_O/_|(_|˗/_/_|˗| H*\ȰÇ#JH?˗_|o/_|#/_>~˗?~/_>}O`+VXbŊXbŊ+VXbŊ QWbŊ+VXbŊ+W_|XbŊ+VXbŁ(/_|UXbŊ+VX"DO@ ,/B"D|"D!BC!ƒ!D!B8? $}8`A ˇ!B"Dx0B"D|"D`|"D>$X4hР4hРA 4h> 4hРA ϠA ϟA 4h>4hP4hР4hРA 4h> 4hРA ϠA ϟA 4h> W? 48? 4hРA gРA 4hР4hРA3hРA g? W? 48? 4hРA gРA 4hР4hРA3hРA gРA@ / 70_ '0_|7_|'0|70|O@ DHPA}O>/_|&L0@ӗ/?}'0_˧_>˗ϟA~˗|G0_| /?}ӗ& ?˧_} _>} ̗/> / 70_ '0_|&L>˗ϟ@}_|%L0aB /_>˧O`~˗O߿|ӗ/? /`|/_>˧/!A}  '>'0@˗O | 菟@~/|/_>  <>?/_„ &,|'0@ 70| ?_>̗ } ̗Р& ?o_| ߿|'0_A'p|O O` &<`O`˗0a„ 70 7П>~ '0_>3ϟ@~O`}#o@}%4/aB 'P/@~˷?~+菟|o߿|_}_>$XA'P?} /_„ &,|o ~O`|3ϟ|o|3/A}%L(_A~7_>~ȯ/|`|'_?}_>&L>o`>K0a„@ O| ̗@`|#/|%4/aB '0@}_>߾ ̗/? G0_>/? 4x!A} 엯|/_>~ &LP?~˷ϟ|O`/> |߿8p8p(?˗/?} o|O`| O`_>߾ ̗/?$XA'_~_|%L0aB /> o?߾|O`> ߿/8p8p@ O`_>> 7P?~ /? ̗/|O`>$XA70|%L0a‚O`'0| ?̗O| ̗`KhPA  W?|/?}?~̗?~˗_'0_„ g0|̗0a„ g_>˗| 7_> G0_>'0_>/A}  W? /@~'P_'0_A'p|ǯ@}/| &LxPo|O@ D?~O`> '0|'0A~'p|'0_> '0‚S_A~'_|ǯ@}/|O} ~O߿|)TP@} G0| *T '0@~o`> ?_/}OaA} +}ӗo`ϟ˗O@˗߿|7P_'0_|*TP|'_˧? 4xaBԗ/_?O`O_| 7_|˗/_/_>}O`>P ܗ/?}o|O`| o |70߿}O߿|˧OB 70|˧OB GP_|o>˗?}3@~/_|˗_| ܗ/_?ԧP)Tp?~ *TP*TPBSPaB~*TР*@'p !B"D>"D!ƒ!DA~"DA}W?"B"DA}"D!BC!ƒ!D|PAW?"B"DA}"D!BC!ƒ!D|PB!B!B"DxPB"DA"D ?O |˧o` /_||? +B!B"B? 4xaB ǐ!Á /?/70߿|˷O`˧o>!Ä1dȐ!Å2dȐB2d8? >'_ _ 70_A}1D ? &Ǐ!C .ǐ!C ǐ!Á O /_>˗O | ̗O` c_A~2LC 2\!C .Ǐ!C`>_/߿|/| W? 48? 4hРA gРA 4hР4hРA`>_/߿|/|4hP4hР4hРA 4h> 4hРA ϠA ϟ|̗߾o?~˗_>4hP4hР4hРA 4h> 4hРA ϠA ϟ|̗߾o?~˗_O`>O@ +ϟA 菟A 4hРA 3hРA 4h`A 4hР 7߿|_|__ 3ϟA+ϟA 菟A 4hРA 3hРA 4h`A 4hР 7߿|_|__ 3hР@3hРA3hРA 4h`A} 4hРA ,菟A 48? >O߿|ۧ_|@oo@~8`A !B"DxPB"DA"D ??}oO߿| '_ C!D?"D!BC!B"<Bo| //߿|_|o`C!D?"D!BC!B"<Bo| //߿|_|o`"$ ?"D?"D!ƒ'p "LpaA2d8? *wC ǐaB2dȐB} 2dp?~ 2C c_A~2LC 2\!C .Ǐ!CcȐB}1D ? &Ǐ!C .ǐ!C ǐ!Á1dP>!Ä1dȐ!Å2dȐB2d8? *wC ǐaB2dȐB} 2dp?~ 2C c_}8`A Ӈ!B"Dx0B"D}"D}"DР> A #o>$X!D!Ḃ!B"Dxp>" ?}o|/_~˗߿| /˧ϠA+ϟ@}o`>3h? 4hРA gРA W0_|ӗ/? W0_|O`|7_|'P|/_>}ϠA/_>O`~?}O`>|O@ ǯ> O`˗A~/@~O߿~#o`>;x_|󧏟|??}+؏}'0|`A~~/߿|/߿>~O@ ǯ`?~󧏟| ߾;x ;xР'0߿|;x?~ ̷?~_>ϟ@W0?_O` /|'0gP߿~O``A~ϟ@W0?_O` /|'_>8p8P߿~O`oO@ D> `|/> W0_|_>/|뗯|/_>~OaB}˷߿|o߿}˗?/_|#O`> gP߿}_O@~*TР*W߾|)D_|o?~˗߿|_~_|ۗo? />/߿}/_~˷߿|`>*$ 8P߿}_oO@ D> `>˧?~ O~#O`>#`>)La|/߿|`| /|)TH?/_>~ '0| PBP'P~"ǯ`/| G0|g_> !_/_>~_>#O`> g_}_O@~*TР> `>'0B70߿}_?}_߿ǯ߿8`A '0߿|O'0߿|O>~4hР?~_?O`4ϟA 4h>4hP'P?~3hР?~ o#O ?}`>'0A+ȯ| 䗏_?#ȯ| > gРA?~o`>g ? 4hРA 4(_A~ ?}3hР?~˧/?`|˗| /_>}˧| 8p /_~ ̷o ԗ/_/_>~ 8p7p|_|/_>,h „P'p?~˧/?`|˗|˧_|ӗ/_? ԗ/_7P߿|_>˗| `> /_| ̗/?SPB*W? OB *TOB *T?~ *LϟB wПB P)TPB SPB OB SPB*W? OB *TOB *T@'p "_„ & +ȯ@,h`~"D!BC!B""D!ƒ8`A&TaC!F<? ,? 4xaB 6tbD)VxѠ?0bĈ#F1bĈ?1bĈ#F1JGF1bĈ#F1#F1bĈ#F(È#F1bĈ#ƃ0bĈ#F1b(E1bĈ#F1bxF1bĈ#F%#F1bĈ#FÈ#F1bĈDaĈ#F1bĈA1bĈ#F1b菢?1bĈ#F1b<#F1bĈ#FQ#F1bĈ#FaĈ#F1bĈQ"'p 'p "Lp!ÆB(q"Ŋ/N#F1bĈ#F(È#F1bĈ#ƃ0bĈ#F1b(E1bĈ#F1bxF1bĈ#F%#F1bĈ#FÈ#F1bĈDaĈ#F1bĈ? H*\ȰÇ#JHŋ8`A&TaC!F8bE1fԸcGA9dI'Q7TeK/aƔ9fM7qԹgO?:hQG&UiSOF:jUW;;PK>(dbQSQPKy$AOEBPS/img/repma005.gif@OGIF87a?**?***UU?UUU????**?*******?*******U*U?*U*U*U**?*****?*****?*****?***UU?UUUU*U*?U*U*U*UUUU?UUUUUUUU?UUUUU?UUUUU?UUUUU?UUU?**?***UU?UUU?????**?***UU?UUU?????**?***UU?UUU?ժժ?ժժժ???**?***UU?UUU?????***UUU, H*\ȰÇ#JHŋ3jȱǏ CIɓ(S\ɲ˗0cʜI͛8sɳϟ@ JѣH*8 |,hP @}O~ H*\ȰÇ#JH`?'p A$XР@`?8`A&TaC!F8qb~ӧ`> 48> 4X`> 4HP>} <0… :|1"~ӧO|,h @},h |,h>}? 4xaB 6tbD O|O>}ǯ@'p "LПo>}'p ? 4xaB 6t~0ӧO>~П H'p @~ӧO|O~8`A&TaC!FDo>$O>~? 4xaB ϟ?~ӧ`>ӷ,h „ 2l~O@Ǐ?8`A&TAo>} HP~8`A&TaC!&O| Է?8`A&TaCo>O_?$XA .dС~'p@},h „ 2lp?ӧ`>? 4xaB 6ta?} O>~'p "Lp!Æ׏>} O_?$XA .dذ`?} O?~'p "Lp!Æ?}8P߾~ H*\ȰÇO@}O@ DPB >X?~8P_?$XA .d> Է_? H*\ȰÇ O| <0… :DO|? 4xaB 6tbD'P~ H*\Ȑ|Ǐ? 2dȐ!C 2D?} ? 4xaB 6t_|Ç>|Æ˗/_>~>|P_|Ç>|C˗/_>}>|Ä˗o_>|Ç/_|=|}Ç>|Ç ӗ/_>}>|a~Ç>|Ç ˗/_>/_|>|Ç>|ذ|=|ÇÇ>|Ç˗/Ç˗O_>|Ç>/_>}>|! <0… :|1D8q|M8qĉ'N/_'N\/'N8qĉ7q|&N8qĉ'Nܗoĉ'&엏ĉ'N8qĉ81b|'N8qĉ' ̗oĉoĉ'N8q8b|'N8qĉ' ̗oĉ˗ĉ'N8qD7q"D}M8qĉ'N/_'NL/_|&N8qĉ'B/_>'Bԧ/>'N8qĉ!˗Oĉ'&O߿|O@ DPB >Q"~ĉ/>'N8qĉ˗O?}'N>ĉ'N8qD˗?MQ?oĉ'N8q~''NLO~ǯĉ'N8q~˗@MQ?˧'N8qĉ˗OA~&N81!?}˗/>~&N8qĉ/_|ĉ;/_|7qĉ'N>} ?}'N(!O@˗/}'p "Lp!ÆB>}˧_BEq>~ 'P>~'p "Lp!ÆB> O@ DPBk> Է_? H*\ȰÇ o> ? _ ,X`+X ?} o? H*\ȰÇ O| <0… `?} O?~'p "Lp!Æ׏?} O_?$Xp| 4hРA gР~'p>} <0… :|x_?~'p>}8`'p "Lp!Ã5\د>O?~O@ DPB ?~'p@}8`Aw,ۧ`>Ǐ_? H*\ȰO>̧O_?$X@~}ϟ?$XA .dxП?ۧO|ԧ_?$XAC!B !ƒ0Ǐ?'p "Lp!CǏ>}8}8`AӇ!B"DaA~"Da~O@ӷ?~'P ,h „8?~ӧO|O~8`A_„ &L_„ O>$8P>}(?8`A&П O>} Hp>}O@ D8 &L0a„K0a„O>} HA H8`Aӧ_~ HϟB *$B *ׯ_?}'p 'p O@ ԧO~'p "LX> *TP‚)TPB8p@} O@ O8? 4xaB p… [p… 'p @}O@ O  <0…cȐ!C 㧏!C 2dȐ!C 2d_> 2dhP? 2dȐ!C 2dȐ!C~2dȐ!CcȐ!C 2dȐ!C 2C Ǐ!C 2dȐ!C 2dȐ> 2dȐ?~2dȐ!C 2dȐ!C ǐ!CcȐ!C 2dȐ!C 2䧏!C 2d> 2dȐ!C 2dȐ!C1dȐA}2dȐ!C 2dȐ!C cȐ!C 㧏!C 2dȐ!C 2d@O@ D0>~ *TPB *TPB *OB *TPaA~*TPB *TPB *T(_> *T>~ *TPB *TPB *OB *TPaA~*O@ DPB H@~,h „  ϟA 4hРA} 4hРA O@ DPB H*} HA4hРA ϠA 4hР| H*\(0?$XA o… .\[p… ˧ .\?} o… p… p… o… ܧo… .\[p… ˧ .\?} o… p… p… o… ԧo… .\[p… ˧ .\?} o… p… p… o… ԧo… .\[p… ˧@} H*\> ǐ!CcȐ!C1dȐ!Ã1dȐ!1dȐ!C | 2d| cȐ!Cc_> 2dhP? 2dC 2<C 2OC 2d?} ǐ!C ˧> 2dx> ǐ!CcȐ!C1dȐ!Ã1dȐ!1dȐ!C | 2d| cȐ!Cc_> 2dhP? 2dC 2<C 2OC 1C ?} H A 4hРA 4_>3hРA 4h?~ 48_> 4hРA3hРA 4h0? 4hРA ϠA 4hР'p "Lp!Ã54/_Æ 6/B~6lذ@~"_Æ  ǯaÆ װaÆ װaÆ kذaÆ Р| |װ?װ`|˗ |6lP>~ 6l0_| kP`> 6lP 6l ?} װ`|˗| O!?} _|kP ?} aÆ װaÆkH0_~_ װaÆ  <0 Р| |˗@~/_>'0_| ˧_|O |ӗ/'0_| |6lP>~ 6l0_|O |ӗ/}_kذaÄ5lذaÆkh_o_|O`>߾|/~ ˧o_|O`>O|/~ |6lؐ@ <0‚-4/߾|o߿|/[h0 .\hP .\p!B~"o|ӗ/~O?˧O`|-'0|/ƒ-T/ .T… .,B/_>'0>~O|[0 .\hP .\p!B~"o|/|o_|O_|˷| O@o|/~/|˧_> gР3hРA 4A 4hРA4X0_>~'0>~ۗ/߾ӗ/_>}4h_> 4hРA ӧ? 4xaB 䧯A̗_>~ _ ̗_ _SO_Â/_>'P?װ ?} aÆ װaÆkH0_>~'0߿~'0_'P_aÆ װaÆ 䧯A̗_~ ԗo˧?}˗| ˧뗯_|ۧ?}O_>O`k_> 6l(P 6D0?$XP`|˗O|/_>}O_|3h| 4hРA O,h „ 2 6lP`> 6lP 6l ?} װaÆ ˧ 6l(װaÆkذaC5lذaC5lذaB}6lذaÃ54/_Æ 6/B~6lذ@~"_Æ  ǯaÆ װa װaÆ kذaÆ Р| ˗O_ O!?} ˗O_ 䧯!B5lذ@ <0‚-D/_>}.\0 .\hP .\p!B~"o!|˷p„)o!|˷p„-T/ .T… .,ƒ o… [p…[p… "o!Bܗ@}| 70|[x_>-_>} p… ? 4xaB 䧯A̗`>~o>o߿|O!?} w0~o|˷_} |6lP>~kذaC5$/|߾} '0߾5,_Æ &ԧaÆ 65$/B~̗o`|/| /|䧯!B5lذ@}'p ,h „Sx0_O`|70|S0? *T>} *TPBS_>70_70| '0_>SOB/߿|O`/B)T_> *T>~ *TPa> o`| ̗o`O`| PB ӧOB *T ?} ˧a|˗_>O|'0?)~_>} H@~ 48_> 4hРA3hРA 4h0? ˧O |/|OA3hРA 4h>} H*\ ?} Р}_O |O_|O!?} ۗ/>~/_>}˗oaA~"_Æ  ǯ|kذ|/_} 7p_|/>}˗_Â5lذaB}6lذaÃ54/_Æ k_>5lذ` k_> 6l(P? ܧaÆ kذa| װaÆ kذaÆ Р| 64!BװaÂO@ ;xǏ`><(;_>"!B"DXP>"D!B Ӈ@"D_|"Dx_>CA ԗ!BC8`>_> H&Ǐ?~PB SP@~SP|*TP)TPB OaB*T(0|*T_>)Tp_~PaB~*/? *THP?SPB)TP`>})T_> *TP?}*TPB ӧ0| */}*T_>)T0_> O@~+/? *THP?8P,h „SP?˧P)TPBSPB *,O„)T|PBӧP|*TX>˗O?SPB#OB OB/_? PB ӧOB *T ?} ˧P ? 4xP|Ӈ!BO?||"D!B!D!B !ƒ ? 4xP`>"D!‚!D!B"DX>ˇ!B/B ˇP ?}"4/>!D ?}/߿|!BǏ`|Ӈ!B !B'_>!B"DXP>"D!B Ӈ@"Dh_CaA !B˗o?}㧏|"D!Bo~"D!B!D |!‚!D!B  <0… Р| 6lP| kذaÆc/_>}aÆ G0?~kذ|6lذ|6l0>} 6lذA~aÆ  O!?} 6lP ?} C/ 6A~˧aÆ kذaÆkذaÄ5lذaÆkh_ 6l(_>5lذaC-̗/?װaÆkذaC5lذaC5lذaB}6lذaÃ54/_Æ 6/B~6lPCO菟|` ,X`A,X` ,X`> H*\/? 2dO> 2dȐ?~!C O!?} 2d ?} ۗ/A2d>~80?$XA PB OB *OB *TPaA~&OB *ӧPBSPB PB OB *T ?}  <0…O@'p "Lp!?}8} ` ,X`G0߿| ,X` <0…O@ DPA}.\p…[@},h „ O@8`A&Tp ?$XР| ϠA 4|/A 4h @},h „  <0B-\p… ӷp… .\p… .\H0?} ߿'p} <Р>~˗/_?&L0a„ &L0a„ &LP &L0a„O@ DPB >QD0@8`A? 4xaB 6tbDG"EH"E)R8_>} G|,h „'p "Lp!ÆB(q@}(RH ?})RH"E˗/>~#`> 4xaBA} H*\ȰÇ#J\Oĉ'&oĉ'N8q||O@~ H G0}O@ DPB >QB}&N81!?}'N8qĉ/߿|;O_|MHP?/ĉ'N8qąM8qbB~&N8qĉ'.ܗO>~˗П|&N$A~˧oĉ'N8qB}&N81!?}'N8qĉ˗/?-7qbA}&N8qĉ'NOĉ'&oĉ'N8qB~˷|'Fǯ|8qĉ'NP'NLOĉ'N8qą G_#߿'P ,h „ 2l!Ĉ7qĉ 8qD8qDO|81>~ oD H*\H? 4xaB[p… "oA8`A&T࿁ ? 4xaB '?˗/_>}O@ DP>~OB *O@ DPB8`A&ThP .\p!B~… .\(П?p… ϟB~G_ .\A <0|*TPƒ)TPBSPB *,O„SPB ?*TPƒ)/~SPBSPB SPB PB ӧOB *T ?} OB *$ϟ?PB ϟB˧A*TPaA}*TP|*TPƒ)TPBSPB *,OBOB *? OB *ϟB/A*TB˗O?$XA PB OB *OB *TPaA~*'П? *T?)$ϟ? *TxП? /߿|SPB#o}*TPa> *TP|*TP)TPB OBPB 珠?SPBSxp_>}#/B *,|)TP|*TPƒ)TPBSPB *,OB PB gПƒSPB0!}߿'p "LP? OB PB OB *OB *TPaA~*wП? *TП?)LϟB &ϟB SPB#/_|)TP|*TPƒ)TPBSPB *,OBOB ? PBP|˧PB W_|*TP|*TPƒ)TPBSPB *,OBOB O? OB O ,h_?~w4| *TP‚)TO@ o? S(П? S?7П?)ϟ? OB Ǐ |'p "LX0?_| Sa> *TP?}*TPB ӧP?(߿'߿O@ H ,ϟ?ϟ@7П ϟ? ,X`A,X` ,XP ,X` `_|O |ӗ/}_ ? 4xaB[p… "oaB @ O?O?-,oB7П?Oϟ? .,/… .ǯ|[pB-4/߾|o߿|/[h0 .\hP .\p!B~&?WП@7П[h…7П?+O  <| &L0?}O@$XA `|˗O`?~ ̧?'0_&OB *OB *TPaA~*?O?'?8? $ϠA ?菠? ?8`A/a„ &|K0a„K0_>~'0>~ۗ/߾ӗ/_>}%L/ &L>} &L0a„ ӗ0@ ϟ?诠?ϟ K0@??0a„K0a„ G>%L0a‚%D/|_|/߿|߿| /a„ &'p "L80?뗯_|ۧ?}O_~'0„)TPBSPB *,OB*$ϟ?P@ *4B)TPA*TPaA}*TP|*TPƒ)TPBSPB *,OB*4ϟ)TXПB O@)TPA*TPaA}*TP|*TPƒ)TPBSPB *,OB*A%ϟB)Tp?O@ D| *T>~ *TPa> ˗O_? *ϟB *TO> *TP‚)TOaB#ϟ?)TПB 7@ϟB *OB OB *O!|˧PBSPB ӧPB *TX> )L ? H`A 4h?O?'p " o~_|O`>~%L/ &L>} &L0a„ ӗ0@ w@߿?$X? 4ϟ'p?߿8`A/a„ &_„ &Lh0C_?~۷_/߾ K0a„ ӗ0a„ &L ?}  0?ϟ@O_„&L8ПO?'@ /a„ ˗0a„ /a„ &4_B ̗/|_/_„%L0a„K0a„ &LH K?'?߿ gРA#?8?߿8`A/a„ &_„ &Lh070_>70߿| '0_ K0a„ ӗ0a„ &L ?}  0?O?o?K🿄 GПo?O &4/_„ &LO &L`> ˧O |/|O_„%L0a„K0a„ &LH Kp?O߿ O@ 3hРA#ϟ?#ϟgРA ϠA 4h?} 4hРA ϠA˷>˗OۧO`>}3h`> 4hРA ӧ? 4xaB 䧯A ϟBk_Æ П?5lР| 6l8P 6D_Æ k0 6LO_Æ 6lx5lϟ?aB ._CkذA6lp>~ 6l0 0a> 6lP 6l ?} kП? P 篡@5l| 6l8P 6D_Æ 6_Æ &ԧaÆ 6 &_„ &LxP@} H*\ ?} khП? `,X`+XП?,ϟ? ,X`A,X` ,XP ,X` ` ̗` ,,h „ ӷp… .DO„B[8П? [? 'ПpB-\pB}.\pa|.D/… p… ӷp… .DO„o@󷐠? paA-ϟ@ o…[p…-\p‚-\P_>p|.\pA}.\p…[[8П?-,ϟ-\HПoA-\| .\>~ H*,…'P_ p… ӷp… .DO„ oaA O@ A 4ϟ? ϟAϠA ϠA 4h?} 4hРA ϠA /_} 4h`> 4hРA ӧ? 4xaB 䧯A װaC%P?6l8П? aÆ װaÆkذaÆkذaÄ5lذaÆkxПB5lР?kП? 6<_ÆkذaÁ5lذ!|6lذ|6l0>} 6lذA~П? 6TϟA aÆ װ@6lp>~ 6l0 6l(0 6LO_Æ 6lx_Æ 珠װaÆk 8`A&TB *TϟB *Tx0? *T>} *TPBS_A)TP‚OA)TPBS| *T>~ *TPa> *TP|*TP)TPB OBPB ?PB O)TP‚)TPB)TPBSPB ӧPB *TX> ϟB *Tϟ? OB *ϟBSPB? 4xaBO@ DPB'p "LР>} .\pB-LП <0…8 @,h „ O@ gРA 4h>~ 4hРA 'p "Lp!A H*4O… .\!?} p… B-\p…[_ .\… .\p… .\p‚-\p… ӷ?.\p3… .\HП? ˷p… [p… .\p… .\XP .\p!B}"p… WП .\Р? ˷p… [p… .\p… .\X0_ .\p!~-\p… .\p… .$/… .ܗo… -B -B -B -T@'p "Lp!C5lذaÆ 6lذaÆװaÆװaÆ 6lذaÆ "ܗ_Æ 6l_>} 6lذaÆ 6lذA5lذaA~5lذaÆ 6lذaÆװaÆ */_ 6lذaÆ 6lp |6l |5lذaÆ 6lذaÆװaÆ 6ԗO 6lذaÆ 6lȰ_|6l0a|5lذaÆ 6lذaÆװaÆ 6/_>}6lذaÆ 6lذ!B? 4xaB o… .\p… .\P |-\p… &/~ .\p… .\pBo… ./_}.\p… .\p…˧… .\p… .\p… .\P`}p… /_>~ .\p… .\p˷… .\p‚˗ .\p… .\`}o… .TO_|-\p… .\p…˗/ .\pZ~˷,h „ 2l!Ĉ˗/߾~%J|'QD%J߾|'QD%/_|(QD%J菟|'QD˗/߾~$J(QDۗ/_>}I(QD ӗ/_>}I(QD/_|(QD˗/_}I(QDۧ/_|I(QD/_|'QD%J>}ǯD%Jdo_|OD%JH}˷?%J(QB/_|? 4xaB 6t?~˗o?>|Â˗/_>}{Ç:o_|Ç>|CO@}O@ DPB  ׏> ǯ,h „ 2lС~˗/}{Ç o|ӷ>|Ç O|ǯ?$XA .dP~O@}O@ DPB >L}(P?~'p "Lp!ÆO|,h „ 2l!Ĉ `>ǯ?$XA .T_?~O@} <0… :|~O@}? 4xaB Ǐ>} o~8`A&TaC!FxП?~O|Ǐ?8`A&<ϟ?ӧ`>Ǐ?$XA .dCǏ>} O},h „׏}'p`>}? 4xaB 6tbD Ǐ?}8`>}O~ HA8>}'p |ϟ?$XA .dC%׏}'p A}8`8p>}'p A}ϟ?$XA .dC%N(П?>8`A 'P ?~? 4xaB 6tbD?~'P |,h`A}Ǐ~O@ DPB >QD'p~ O@ DPB >QD8p`~ O@ DPB >QD-^ĘQF=~RH%MDRJ-]SL5męSN=}TPEETRM>UTU^ŚUV]~VXe͞EVZmݾWn|/C˗|1/\/_>˗/?c/_|͗߿~9P_~G0C~[4_~0C}㗏| o\/_>'_|˗߿}_>'_˗߾| (0|8`A&TaC!F0_>~'_|˗o?}ۗ/?/@~/_>ǯ`|8qĉ'N8q"|ۗ/@}ϟ|/?׏|'0|/?ۗoĉ'N8qb|ۗ/@}ϟ|/?ǯ}O`>_>~(,h „ 2l!Ĉ'R؏߾|O`> ̗/~_>'0_>_Ŋ+VX|ӗ/~O?˧O`|O_|O`>}#/|*VXbŊ+V$XA .dC%2̗>~ ̷_>˷_˗O߿|/߿| ̧/_|'0_'N8qĉ'"̗_>~ _ ̗_> /A~O߿|O~'_'N8qĉ 㗏_|}>~ |˧_>'P_? ̗oĉ'N8qĉ뗯_|ۧ?}O_>_˷O`>ӗ/@~/߿ <0… :|1ą/_>ϟ|/_?} |O|˗_A  <0… :|1ĉ+Z1ƍ;z2ȑ$K<2ʕ,[| 3̙4kڼ3Ν<{ 4СD$=4ҥL:} 5ԩTZ5֭\z 6؈;;PKTEO@OPKy$AOEBPS/img/repma025.gif;3GIF89a???ߟ___ooowww;;;@@@OOO///```000,,,hhhJJJYYY pppPPP!,pH,ȤrI8?`¨VYجvzPI)'l|NjHLfh€]}g&jwjR*U'  % + "UROQ(V ҩϢ% $ceQikN{ ]"+ՠ!#_U p /H4 ŋ]딩[|d &ieI^iQ˘C JI(T*m`P7J*>Nq I&SmI f)hӪgU'fLJ(*hik Zm6Y@Haa. ˘Ra-1q;BJJ}z6RY뷅b&!HNL jBL&]‡bZ8H$%JtybB_LBO_o3AX`*ֱh5Ê#|Ƃm&EG ($@G'`B}`\0B Qh≪d|Y0}L8ӁZI0n6 YXbHH$|K| PQXfIA#`qB 3Bfx @xpd \@9fT_{ X0 ,\@If%pi@ a ZD,@!x-Q@70 j]zr)yx'*V+t^Wj鲿J,*Ϊ(B\`ծrU\ ,8lEȬ)X*f+aBv%>yL :U,Y3X,Ӧ!d0G#DS^7b!rL ,{+c1-t3"r]1˗vÁ"lcNcu*1G0]FjɪL!'p@!ެ`Z6]+-۸ޜu,x@P$(t~gp xk$.$M , !/Z XsT  zՌ+ZBv{s"k9- v㲄[<2 R Rmt ;s,ns{4+k?(,jB?hAi0|)2/-8(0@Jh H2j&LѺ5Q.7UhMMCi!рRP6p~sH?T* IVWP@lD20B1zZ,y)1lGS)WpSDԛ$3tlte[J1uxrVȖ1*"(qIEbʊM5ydQh prR!%PCƝs[pYEA-| `"R,G!P,h<hA6O^I3>VOiXZ 2ЙRU><=' ZuI*AS*XYMFO%0ZVу- W/OZKc?* ͌K.G9e @rko(vZr캂nmzR:[Ђ%+iLg @!tmJ%+w-:|o= `B.VPF*s=+T$MXoypϦW@Y05^*(N<,*,D8B9#<PTcE,ik#a7/s@ `$Xv5Nˆ0N I0Vp u^D @+-m @PKx=t~/qd 4hn@9B2zDH6j16`x~pA9 L=jpBYLd9L(Ӵv +܂ҽCE:̈́r˖'*ى\܀<Ԍ#Z'@aoH<9ҼXګւ _{g$؆@rCϼP79x oD@|X(BhDb"89lK c7Af*IHPq< p3|,@t3H ̃$s_&UFNt&B.҃q=je8t;$7ysxǏ g pq >Gf}}=m}4_ gg}{_{;_}g!?`Ag~TIۿ>￿2HW HpGm X}蕁 ؁ X &xx*8tQ*)!Ȃ^2h1xHEa:؁9ȃDBAxHCaJIȄ&RQxH%aZYDž baxGajidžr~qxGaz8~yLJ}lvHHh|kw|ox X`_hfw8Hf X_wmFfJ'U_`b(6fdzG8P 1V X S܈AHV x`%Ռ(U]pˈ]@81'ti87w+P]`^Ȏx|XI ))bh_ 9h)G-a͸?H`u)J` R8䐉VjTIh0VP`@BDYhU.aGpГ[ie)*lvtg{ xG6giILyUxxvC_(&agИtgtǕ(I'Gf_G]yǚ9yq)9A2vP̉[Hg ˙uY Cqg+Ǟ} mI28f^/tpf9֍x)^e}eOI]km9|k)"Ihrv )f6Ue^yǟs)z)+5|hbf+y7*mYU pj_y|YpMx @din-ЍnycB8dZ^0Ƥixv|0*2'_ez~*Vu1 E &leSqc*e*Jx)Z6yj(f^yZ}j{v݈{7]*.*wZ]DpzDZP^+_gɪ·ڡHaE&bemCI^+F6єpЬj^a5`9`CЦSnLʛCEiф)JSJGG~k p]aMwfYl兞u浧թ`Myh_ً楱F4;v`1vmQy]x9rZ^c/%A{(lDz Kb apryw]wkfvEQKdP(+OK[h'hX{|FH?+ :ˤbtVj~+˙ Ks+ۺ[[PIiuˁmvK;4gsPn0ܛtm["E9E+;`K [虻rhJrЖ"* lDZz,;}m֖{*l'Z&ɠof~qZ !L ^Vvzj-awlIZ|wqf&viԅH0SfŸ+[5OxxC ZfDk_FIta 8Y9]|n*5Z Ix;n$K|GakGpff/&V( ݘuaĊ>\̭Sxʅas<⢮GC^u9;CDvK+EP[̯zx~<`h_E@Eʇ7e8)Zh «ʺK`t׬cii= \/;,[s]JlJ0 D@g6W^{vAnKڌzjH&Vsz Ӿ]Η;>iID*e<<]9Pf]^Jd8aE,(7$Z;`UWj똣 I{+zjGfJ[ڃV]1jjj'.,|+]-¥MyH7ق|^OYfƤKhՕx*x)h$uiOY=SDs,O~NnfG8~G2mbsι ~~d,-Ng. ~~|?\z{Wqz4>zjG ӌ`js C0%5䂰}K;ufwÇK9[e#fj{;tE0b]wKԧDx!qmLƊDF i'ȑZOtn{,׹:pwN6?!zd]םǾhϴΰqVaY(i\IM(&AxjBp)Lj‡Cl9~],Peٶ%ZYڀZnBqmzli)ŰgDt͊7yr@eVIV-oxIjӝv*(|~DΈhyʸx}Ad/(|ecPϢr'Oa_x-X4Iat>֠)^YnY,\6i-S-L0Nj^8O^ X$V" ,2 8B-NL31`6s@iV( *(JyR#WXN> I)iqÕv>-*"@@iFs!A,@8`t6hF@C„A7qԹgOۀ0A̙* 9$$!$A \mJV7 k%)F"@iH>E.9$Z8|c4X#[8ೂ,l]sgϟAUmرz=A KlLoc" 8PVwn(PĞӋys!>XY"8Nhf@a+匩 ׷ 6¼` dZGPn X0>@9+2 2Nc&j*QLQEOMLs/D>nsJ G"O?/pk+PC.Ofŀ @(`"3@,&/0(8 "8j4qa D٦"NKdM:cn $3M''9;(lR+%1L.R?qu\<yy|WAֹrefu0d,$P R8P&Vhk8blma_Ur%ցvځ VOmYiĕn1XQGXcc}(9 ٚoYeyex/fsYff(Xb':b#&hXi-.+'>w`BǀiЈxS);,#/j2 $4;pĒR P+3* ,#ȲkedH5I@"GYSs$XB(%sO)"gG J01wm6h,Dʫ\'O;Aņ}3BJ}S7J9?"x>'c_ LqZ@ N|gh K <f‡>* ȜC!P~0AXm㋐ $per,cP~۟'Xq Fu<6h#Lbp((y=t6AB@4!":訊g),昉:򢒷Rhi h/ m0YuWOVW^TxPIUozțP+fh+M/VB#M:hsHrtjȥ%vAsN4H:a 6h+0@FNWoZ@2Co29tu0;e!^4 1H0ZC #%|!!%ԓKWWfq ѫnGxVP|ZBiYJqiuV\񪇖敯j]:׸F!}BKJ>m,,:׷*!)E`#X)L"_KF0_tN58g) 8hf2Ҧl(;j"#M4ET"٫|F5+b?22P=[AeyG݆eI^`+uNV&LgIzU}`A}VgRc0%dűW6)r{Hb68DӃU(I25AJ\e !!YP%!ַLn݈ sfCQ A㉋Rs•^ÿ:tZ=@7",[jV ,ƃ &gFG!tx&h;?z'2 Wzɠ%i+}uV5R9b}kֵr6 ,[' l0/˼Uv|F"}v|&h*[~* k:(LH`:k!ۆphuύ^V :C Ybj#LW +J P_xɐX/6p)PGHWHhCv}3"JD'-j01|ؔx?%'X.08J ;͊)i7nN~߬8r( * 3`:Om4 YlBG'` .},`A)>h9za7mQ.iSM 1]#8?1eRf 06܇}/=m~{TaHgԭ^ ٳ}һ$ٷEYRbqwmAgb"?FJ1@LjN"A@/>Ic/.F숇l4brA@L ) f "H%,ӀoP=Ж@4X mX p QX4 Q$& 5 '@9*@ kQXF00f$=pp?/$ cd, h52"(1bd^aR@X@:`V 6.& >EOO:g%b0 KQfTY`0AQAa6&!EQ H L@|qW 4OERn11 (@*pqVQ&et1-10 *Z2 "a0" NH r!:  '""UroR"dAq( 2Nk2BEAtҲL4`R#FXA>`$e"1 ,`$r1XQ(&`!2Tr@p @+e!!+3(,RҒ)!,ISAT `.*P`++(r RR?IХrr`&2R?&=32{r0B22Dƒ`L`'78S@64jXb9Q5SL`T`8"0%)JvS2f2s,D&9Y3B23*2GM8Qߠb5&9}3 .?yVBU3hĂ;101t> T >'($M$?^*J@3;`CAsbf3$DeYrE U #4jH?E`CCg3'*JoCԑGE&.4H!@g'H&4=3NDp2K87'*DO5@K$N1tN  6R7H}'LR-5/pRm&a852'ST5CTSYue\cfVkucn5WmSyUW}WjWaXXuY=f2 Y%Y -U CR&X u[a\<(3 4u]s\`)T(Q`U^0rQÀ6P4$`v^ t3ub Pab5V @b?C Cc`dO Xd;cZ6.(5 ^vf g ;buL34fUb xV|3N i< jqi0a1jk#vTi %FQfVk\V 1onűlUm7 on 6i(q3!r *wf/w2Ws7lqIwB7aS8wrU[Vmg7^tetkwtotsr w!wuwwe7dytwwzzWzWg{puVv|ɷ|%|qUcw}ٷsW{wzx.cX6P|wáyjgu ~ї^8/{7|uւŀsk׃Q@#؄VsׅO<@ZxwXT؆-!rk8{8 iFuXXщ8K,؊KQ 5s3Xv}v)Qj%7xX f2VX&X((8k8 fk3hgUPqh;~8-Ybr6"cٰfv8I(nqYYcF f{\ oa^]va;*'wYx'p8Ceq-N9uM()my?ƙP/U'D1Et"U^aRMuv3.`z!:!:-+Z5GңD4R!ڟE!H44z"iimq:uz).: Z@OUTPlOSos<3 x:zڢK;zKY,]{I H奝@.E@ܩwAя1=;>= J.@==&=ƾ/`SƋ `cE< |;[1]e1#=͞>/eI*g RqE"kuڧӫaUܦC%F(x%?g>#_K>_: ",eTꬢ)jb-u1YJy8KV2 8n=  4l,],($PQVZ^bfZvE <"8(-(dhj&t.<鑶27;?CG4.-܂H[f$(, .KRXঠD("E!Yg ˨q#gLx?x[–.;T`D:9 cǞ>}4M̕ tikp3Eɘ *v,Y{CpJpX 7HN J nպ4^x䦱9 [v1Ʈ~ y\u?-3鈘Z ܠr*v,{6mkheH '5n#CNꍟ[Ϯ{b.~g ~={KS>_?|!6! .f *?98ZaFjx( !!'2"虸x-Xc 1ڨ9=J#C# y$F*9[M$7]9cYri]¶%\~9OOIbBi&(&Ps!'G)Os'RSRJ4Ph 4;$}J'+l@` q@<` @QdJ*!pEmG!ZD+zy­wޡkDs".83lUX`zZYK,6jZk}ڸ\]c.·@cXW kDC^+kJ1ȥ|<|"LH)*  ,*3<)(-pUځ"-˦nF ,IL'oO_9Ѐn5usJ?FD-@MǦoP+zWS8 K 4Ʃ^5`Do V;ōFT+Ϯ_9uF;j\ @wenuE%ޕ~+n!{~5mEhOEp{㇩¦YtGqlZ'z( ®-nSDێ++PRЭ(b:\  e ]Mv"k|1ѕn*NXx5Gii0FFZI~crQ x (7LE{`vReV%E]V xc[ o;aT/v+/$Wsyl^s[m_ vdƎeV\ ƢD*`@'[3<]%.'Q1$<[Ӯ=]"|UdT+!9-86{HHQ2FԍNzK&cnH |g~tH":e\׫Ac~XYs݇]K׾{X͹6r:7HV,m#zh{FqZﰈ ҽ(^K B8i p %J]bՎwR?p X""%^Rph(Yw xJPh057D/T* 880NݢyQ3neߓRK;B77ua%EߥUZ޴_p*7AGUQTQo6|+n@^끥ZQFpZ% (L0IZ9S[vk;֎ ȂWTz ]'|걵zXzc5{^R7xa2<;WD,{vc и35Mr ّ muBw2!AjڹGu^RzjM;ݾeFg7Aγm8~=}ȂZ ĂXCQTQm4TYx \Ak]&y`4 {y]? iq$U`Y )с(2Н=>u 1"M<$PZGA6&-H` )%,d&t&ne<D'Vމ]wa4> k0k4~WBkXla(!MHևZ TRwHvZTڃ t]Z=]uiF@ Nihj % H)G@X)&ئ tiO| eL)P@ ~TXP )i,9[0ic0) [h@ F>*(e( G^*6FB"&H |ju`L1DU *yPr < 밾@0"B :J+P X+eEIL@J)1ǝ+~(I ~@ثD{L(t볪,PqjP[@+blƂƚ2αCe n8i),8JR(0k @¬l,| -b6TV,&.-Q,ԚԢmڪԶBm~c;PKIo%;;PKy$AOEBPS/img/repma003.gifFeGIF89a 忿???߀///___ooorrr999OOO򫫫׷ǘ@@@000PPP pppggg```333>>>ttt777yyydddkkk|||!, A%&"!ϐ X*\X Ç#Jh!ŋ3jDhqGMBIɓ(S\ɲ˗0cʜ SDisn@ϟ@ JѣH*]ʴӧPJJU B5]Ê-4@+Hc2mβ[5v݉p޽[w_f\|Rǿ]"^pF8ʘ9,"9/nsɤNڜiȨ[{\-vם+6ot@ c欀H.  =;i@Bҿ~ D}ҹ;"`< =>?)u _{!0t,@yw%rAv$OWT }@$ 1ā t=8 Ls=5 A GQ`=46p~Qd|ig2$p^@@A G@wRX pepwܜ)n2wRXx ';th tqH\9( H> ȏJYZ`a"Z$ 䭹ʓ=vچiJD1{@Py)0n .=7,bI28܏yyA@@ݭvW( NGAa0}@ ָb4gt*aX*"$!%+\xu,/sd&%eKm &`)x^w/74,c7x14u<h!"}4qIs؀#5_'$P1 !(R5.9C;Oҳv"v?.lyīo$.PxڬpVwbU ̄ ?Lvd+GȂxj S@ ;e>O蒌N:@AWTg<="\PkuIgB2ޮ@q~!0O~ g:łWM 𩘯z"$kX)K~G^ s/?0`6 Wg8ŧᓸE6= )tɸ3Zq=0@JA/K} b $ QZѴXP(;QZ Su'FMRmrP@]s+_)Ɩ%39X߁HYSʊysaSil)Q)Vτ֣$@AysQ;\V%6TY"):%VP86GF!g}ΙO>"m&= :dNV %},aXc|(.Ʉ,h+;(@T޳NRUITڨ5L "{rAM?Ѐ7 ('j]l5IRVQUQ@ 0][uRUiS}'zc%ʝu6es*|dw-:.⼊H{A @ywԷo" n0"`mU! k<ʕ!(aj\pA bq|1!8bfR X dͯrplbx;[2y\'=׀;| )#Ye28 *Wr1$aZ!fhmśK39k6F1g}n|Y{nFɑhZ,z&qqhb4zǥesDzs7ۖ =BU#N͊9{X$/Ւxs`D:&K mZT[@5u;o" jOG&țR3;.5<$(|#0x|MvPY0)rC-"Ϊ!O`y/AHhWOgGi@(U}(%53f F,ؕ\;u|,sU)p*.8J2/.)bJz^,EDeM׺}iuc:Y%z $'qR@q&ǧQYʪ^*fr @WS#>7C׊&qΰRQ@=ߑC,ޞn8_l紾"OlSd <E%wnZ(wZ8l@I+ BW3Le| P*t~eݮ 824͢+. 4(8TWm%l;#Pw0uYzv[ǡk hE @@H||P"'P%mz(sBVHo[F '7su6oBDE?p%#X(TCrsF jUC,ˆY RHX&胉N&!a_M.x 24BOh2(()#c61#t8 YG}w⌸(.š5Y&Ujo2>1PTdf 77YUAH,%sTדƷ5 l+ |'Fx Cw9!@^qŧjz}6rpoxr72tc#jY%wxS)N`}s7Ȏ8>ə'1j])[01bJs4"ٔeQ |#h !s™EA$Eu҉#rz'TX[YU|c(YYzН8:%5Ab?)&)($#B^A0{ Yʧo$)nrx8  6'`R46AjpbvNIIiS }N9ʖp$mm; ?AmУmԇV7Z Mj H*0`Ha"mp[ V| hZeHn`Tq* sj wj ~ m Z J z\p!Ȑਞ*>WѪHqt>ZOUHbg z*gêfz hɊթͪ : h:fZšİЭ`ՀJlZj  J Zn\\: z  {n  kij腭  ˨P!k # (;+0೒ʲ:"<K5+73/ҴhF'Y '(c[u:f T <5WQJ'[RQaR {6AAҷTRQTFzl;an!.gyy[,dRWRw!<-c+fpKawg\{ RAa2;OOuN WTQO4մV"(̃c5!KHUۂ Xv໿ q+ik!hu.=4Q{mp~"2̂*,9ڨ[}W ga=9QxkxhF Bn@f='#ܽU&#Eymb[#X2ȗ@khj$C@*(Z`eWbe0j}1;" 9'k)>a8;@ BW G-]&TX7Í16L9)5ǓŅ xb"H kQo*kLm B,/™BUuBc%Hi<@22g|8¹ A Kg̋̕$}Ú,ۤ],}#pjm^v)t'&蛲PFkMcG(RoK'=<͂+vҌ7Z B D - e+<Д? Z "=$]&}(M-).0=4]'6"-:>==32H8LM=P<=Vm(JFwiO՛ ^-ha Mmݧ`Ќim kfqM0Q:gҜאz-؄Ɔ+FYffWr| *ápI/s_ @tl|ד!2D.|tA >r7`jJj>Vo@ZR7É7BVDہ}6۔8YQQ$љ]sRR-L`eێ=\-œG~*moȻP- }˓##Ggw-*&ߔECK}|æ#QH;Pnu/p5 _8CΝ5rY+FoW@m㌀YmRl(|%m9&>G= ݘ!.נ7~& sU8\k3rN{p񩑪"c~rh,VWrrd> M]nkƧuYj.ȅPO YU+~KwYU*Q&52 ߾ΤTA ~۬^)VMH|p2'Ii 0UTjVv)_s>u]_ݾ}~ ec-䝥l]_Ꞷݖ[o8:<>@A_FLHL??N:R_Vo4`b?d_efj,npOhtXxkMk$[O,O[3c'(ΐ_|(ͣ|kEL(ܽ2ҁͲ8% !^(?W̆tLKU9sɼԣ̭O/}?CҿqUrȈfa9vXa`Jם'#D[B!|pjKroTPGZ՘.tf.9*^Z 駠e(ꩨ"i*$rݫjji̪ nk(n.z JV{fB~B"lJ|kn9Р;-,Nº, ǫpp$Ww śql ?ږZ0Cr8o's#4,8#DmH'L7PG-TWmXgM\V'>o!0hlp-tmx|w0oa{@'7G.Wngwyៗn騧ꬷz&d0't"cF/o<걋K (APBog'aѧ )` D qu0H O3);JBO@ /+ ! &x $E6|'^ʇʄ@ 7 2 rG"H$b#@D@() C;A$B@`$XH2*UL%},( 3 D0GA@+HBjy#N >PbLO$8@5  *4(Gi(D|"!D {t#KtAKV)Uq0Jp43of)fjR5IrjL:uvh~l~ @Oԋ`$:D'JъZͨF7юz HGJҒ~Tx<Bz@J ؔ*VӦܴi*x Ԇ .9*Tc%Ό D& 9|gw5 7#$QCjY4T\m@ 1[h@e08F^@K#e'rZŃoJ8/ȽYa q682:xPΊuQ {zuݮ0a_xn,Yf:F [:Zv,As!<0rs5xBȆ3oimQ=awWN0=yLJvk؊? MϪ+W\b"%{ѕb_9f&0j'~#a'ٰ^6pp{b'gl_r׷ b0F[] Hyyebj;؁ #V*/Z ~I!I$h?5M8_@cIb`dxȇ_đ_]gvknep$ w}xCC & 7 FnvPyB3r"жazdـ]hhrJe|6beyA'"g]'v`Ԑj,'l ] <~uhF\x6g<2r/dq1#_9tzmU"n6 pX@oyW)%}Xlu!f~BgyXAX@pIbqn aV&9v! &ؒ vH$Yx! ?@掫>^0}FmF+0;aEGŕS' . 3fYV!זr 0p2jYBz/w93yٗ—/3YC.D՘7֘v3FU9i/FoĘ/iɖyo)+92 S en o-_NCVu~.Z.\>r:͝El^)!~|>P-06 'xBIǻ(kP"%n^%Ơ@⋀*1搐NÙR=v  *\Qr⎀ i|'` !@8#_Y qá~<3P k ְ5bYfm }߀I saĂ? ART%+־'` ״:_yˑAon[XAJ~@B"82ALǮ{~ QNw 4dE N, B;wbl(֠ :g!^S񂁩{UʼnɐsG0>z +r'kfr0q@ QAh\/ta Xn_},=FmO 9r&j1ПW-62/ _-G WwP:pHBeoU)uA   AA ¡ňºɰ̳ȂAуႲՇ옍qZ&`YLChw@sHŋa\p!182$>$V2ɲ5I͛8sɳ' | JE*](ӧ6BJ5yׯبJԲhgMvٶ>4*7̾J ` kwJŐ#o+Pb+xYs"{Meҝ=f. bjۚN~q5kR4Vm ~șp)oOѻ fyc<_$=ヾՉerK>`8'H Z@0zЁGHB j( SЀКgh88̡w@ H"HL&6; x/| ;(`-Cave~=/.opțA%WMuHbd8dTH| 3pAr(7uJp7ϵGGLU; O*fw5 N0e/XY" `oS&I3IY(##nI 4/r6ZE+† ۄ cdp-\($pΥ ”0e2rv# `?dsDD>] j5 n<7U\ x$~X@f AShJdGͩg_)4Lİɹ 99jNdjgi!X%@3ҔPà S ] X+CS0iL#4 Bz0j(pGڬ) @Rjؒ*!RW`M 6Nm#WSZVKH^%e_䕭&P| R 0}JnZjSVMвĬ7!ȏ,īd I= "(jf;S"ӠŸtfCrAzNZW_硫zadxwER?{S hGf&b8|X(]*uſ ]UªiQ`&֎Ywqcӣ ے@#! ڐ4E,^=rǞ)n&[cK޸0lwpdQRN&+&زE6w1o$1m:xγ>PYO.\!2)T41(I[01 dʹY j ciQkϘv"׃5OTy@WU@ LjUsY|=kN/z=Dp4>6;pKxnqؙ:;Ml($eYhFN:,@¼Љ rY}kv*M"qy*ous6IXlue-.!C+rp@v rGi?J\8 u&˽\VҤ1Z8W5\;kpkc4^i&Ը5(n5ThLͽ"pF<6ūP= Q[-S;[)U!`Q\aoR 7Ï@bwm!UŌ{nxzBjSOB-ԔmFAP + ۫% [SB ٫WwvwGCX2!GR%},& RX/?7Z #tJ0 b "4x$-Z3bc""YwfGxqW Q"p+rsG)71dN1%@ЃĖK lGx G7.< & Kw Tݳj`1j0Q|k-Rpx؉ZH}VX%h׳؊ cA؋uAx$˜ʸ،WawhbfxgJbfx bȎXx䘏8 YԈ8eP`yّ "9$Y&y(*)610`6y8:<ٓ>@B9DYFyHJLٔNy: VyXZ\ٕ^`b9dYfyhjlɖ26TIm9tYvyxz|o9q}9YyQ9Yyٙ9YyY4gٚɏ9yi ٛ¹9yPȹyz9i4yؙڙ.`80YyY#ٞ9Yyٟ:Zz ڠ:Zzڡ ":$Z&z(*,ڢ.02:4Z6z8:<ڣ>@DZFzHJLڤNPR:TZT iZ\ڥ^`GZ,Yfzhjlڦ' r:tZvzF&yp6)꧄``|Fz q :[{Z/ ⨆-j[Vy .yVY*  ڢ z𪏰Ъ,J jz'ګjĺ ZΚ j IuzI( bT1&EȺڮS ̔B>ayZUb,}BG[raűҬ2ELF 3?lU- @dZG"[! k&D& &D #!fҲ1 @[BdȳC#!f= ˵@:뇻ŪUL` T!A*t&x:@ =±T  "A# ƱLU/$3@K &ؘ̔[v%{ }+T˅;p(۸rLk ۅ'@[")K+ARԹy;ۯyw׊[]']W AO广62K!a! KtU\LaW nf%xm%m ۅ" ˆ; t .ּ֖ XQRGʼ2ϥ Xp.Au~,+ΌNÎ?; k4BU~"袍OhБȖ1p N >{ +WS{W87$ >Vˍ~ ͠6k@@-?* nh{ ڨ K KnnnR Ol/|NMUΡ_%-?Q*0z>,,أC B PE C~t^ RTV_J;H., rik/_ZWw_wL}tʍ/I9O\ _/F?<_O ?OEE5O/ ?EOO2?S /OC_/// ׿?HN`@JPRXBPRA@A@@ AA; ݰ   Aj'*_qAPp*v B e RgA -(g_ KJ!Ca21B~D$@ -$?T3X%`j/o` dLF ĶBjM[RR@Z`O"x破C 5m3S;I#,PH h8-h@B v P(<B@x]Z][HO4:w=0m4zA$ rƣ;E!񍂠ځ/%q L==&qBv7LY(l}ƮvE$[{v( T CчiHNSq4@x%TXĢJc0$L6)*}(# 6(F+pŔ L 1+y}UL>WH;aңT`"ӝ:3E@M]zUrpЅ#΂"-OKMz{-LJ'ropҦ-*N;n0[5D {!/GLbô`emSͺ0".v0 }qc8/qXd|ǕU[H6l "x2^LY4\Q1ʅ[0K(.Z݌7OFv0bZ6ysaLgeS>ЊV֠y h(:ё f>ҙ^ė7 i`wmN֞کV&X]MOL>7uG-ZP9Ϻ|ب.3MlȾ7=NCˎkmC_ܲvmWG@27F=gؔJL&-!0=pK& F"d樍-dALA8 H(@JD1؀8CNw/T AMk^ @+tFXXp(}d%ý,fn֦?R?;y1Q[J',t0T\,Ա?Q33QZ2-”pT#@ۄ`0շ*@4 |h׀N4`{@^ԬVn(xߕ/1!_1)Ox?7Nd/M0mwH[чG!~_e&$S@#oPSX$M NA!2du%Y(W8 8Mp {R+6t&&t7\gvhOfiH%H'36$}$+q Ѡvg)ZRKa5)X(hL F E 'PexHqav0>' wEoc?3&"Vww .2LhOUX ؆V!K eQ!]! 8S46E%|kSDjpa?4wR-n@Wg8 bq98Gg F4# QIC 4#0F0#"%3 ?3!JX h2! 2qmW )R+{sAWp'h?8w4"e*YH!.]q0X*-ٓ(/xBVAl)SQ:;> QFQ 8 X QTMߤBX0%B(![b6[3=vdza)"S%%/so/xTae=`vς+[#Ԝf˜Pz+'VP .UG nkm t+N1sDRQ1QS,3(-)YY*0hSǶ !M?q 3M )[K;A#X[IC.>A3A[&QGK|dVfgnWJ QіWOi8X=rn{fIYP3]I?{S3e}ſ{(5hH;"p2!f'>MS! ~;- `IPϛ'\Y#G'}ґZ - ׂ"= Zv7TS.Fҍ@ˌڐK1/1M%v4>Xi{mX<й A ;0SbEu;-do!1k o!$R1#/ N6O#-@ݦZ#wC-"Dq 6iJajI *: B NKwx!~%@p.mؒ=y@4r@M P?⠻/X4C a=̰ JUX&:#toE|A." u()&nCwi!9>oh 9z٧ i*:/\rc] ࡫KiqN gtYX,Γ?PSI㵈0B9QAF72J)F 0$7A. 0k㝓ȧn(x.Q G'(y9zYVySz>pġ ZXi鎥؀ ؁  $8+)GJX VR0@:ݏU8M9pOBoz;*X'ή|sNQ)gԧ̰6i莖|ZدVlwi("}7xg ~2wwyiOykz'N:s3Iz @G{'{{Т``nMQT10NFd& -ݹ @+; D˶rA4LGoGώ~׍}}xGx| aրw`' ~s3jusLSxT\V u^wpax鼀PZ1ggq-qGrwMz|H0rAA    A@@ @A@ Őѧ A@A ۦ AA@Vo+v RgP8,hf yk_}ѳǮ^EA(`_URPϟ@$(ԂEQKʴhz>JjU` eԥ :`WiDϪ]kRE7肳`-u߿7Ye-޼(,ആ#vd/O9HΠRpheIx浀ǿOnJu53>GSc#_~eL_>ݩȅo%'@<%?:{Ksj=Xs.i^i`~N&[58)fOg~f?FT)% 0 `x ,dd@@ 9dx 1rS%JvR-af^% knbs$\lBc\) Ҥs (/ `C T*@d@,B8 ЇalHHj$w'eyJ)\@Z,XxЪL "HpXN8Pۘs9Ɩt26ihJ75.򂺍W@^*:HËdi:g,*Fp5D )01 *xP@A(P!aAAxΰ tpPQ~2}>M VA"} ѪtvlQd0/h;v?xʸg-q vR=U5PPHJ6-srP xXN9?.#{lT ,@{  Lh.Viss4q#&S xT?,93s+[CB |P' )Ps# k~" BMO֊pqn@hRr6.B(lo0a0A62xQ4wݬRs x5!ThB6-75;z7dby)oeW,JEb9M,?| ' b%_PĚcl'P|E `'N N xM*2y@)6,x2gC)<\))h`S9fͧX@@"/, x@bLj&?b BϷB Lf"26{h<@}CI j6]EhJa.Fg` HJ0j$QBˮ &m^ Q%5a &88:6 fsO}J3'㸑"R*n?'"!'rEtyyb#=~xq''%8Um xEq]!m"b c]^ +s5r"4X6 |7x Lְbx@8DH % UJ%LPG IV8BxZU:`XYdXT1Pf1lpUo#qXvkz8Wȇp] @B9DYFyHi!NPR9TYBhZi>^`b9dYfyhjlٖnpr9tYnɔ>a[i9`~9Yli; ٘9Yyٙ yٚ 隲9Yy)9yșʩ ) pؙڹٝ9Yy虞깞ٞ14Yy :Zz ڠ:Zzڡ;PK5JKeFePKy$AOEBPS/img/repma009.gifGIF89a???@@@ߟ666///___oooOOO```ppp000PPPర {{{cccķQQQKKK777縸;;;WWW'''###===xxxeee333CCC+++SSS]]]|||GGG ((([[[ wwwzzzsssű888DDDlllHHH!,_^١qG{ ȰÇ#LHŋFȱǏ&bIdE S\Rɗ0cCٲ͛8ɳa4s J訝 (!Pw)!Y p2u/VXv-r0= |F;shjW8LKdK ],z7XPS|A˰.u}&ŕqv^ ,j`ƼhzKcɗ ӫӫ_5ȴxi*jw] e1-0VSu&L&V-v Z &"].JF_`M2Ѧ&P~pvb7A'D^c "@u@fg.#]dDUu _[3~o(%.!Sryl~Ahghz1!h@馜S  mq6(Fh/YUDfU:jVM[JoojgpR2'>rgr]"{d!*i+,@(iX5dKH7m+"mMhV\@wL)8g9n4`Pm`.0gQo' @6g$h0.aqE- hRl O(PT_.}s {* U  P */ĚhqwAvâ ^p;&. Kf܇ً j p&TUFX*m;qʑMV3 6cY6}ufY63漀 *t&K  hrWw gvͨE,gt>6hO30-6K7@6i۹S{n&3qHr7㺫9;fs' 3CgyBD6-W*9Qp JD54eVAhkv> .Y,®4Jc`t x.hx6a;G_Qp|.cd^{{bx0/h; 4U^`|B/xkΑty\݄5_7eǭ9A6ﭟtn!jyȣjwrӺPH'2PekfԢ8q}Md/9ǚKАuHܕoĩonͻb1zŒc]puz5|t({ Xx3hW_zy=fn4FWS> ;~=Q|"pmgeW0Fg`ܧwq' JFz'iFxg!7[9d1t%"C8B>`b#AWubAl8hX;X&lwW‡1&҄GP|RxB% !V5t rNA懢}($(:3q95!gqQp9L!*$5 ]9SYZ i8ڱ3j6] pV-0=\)‰q{"AO 4È@(bUYff `g +`XE*8x F_7 h3{9ZU9 B cc`8C `}+ T c_zGXzpnP@nI[VjErZ vj \Ez| xJPJ ejYy zF Z }jD_ ZFJ : e_wG"hX J1lɡ]p&f~o 2jg`&dϪnG!6p2ec*q=6o#{ ,J!bպ`` 6cьik"4` "_pXŚQ6ƬTg޺cr캯ocZ&1+3p *) 7SүqkR0^gJfatcRsvpJ4Hh0R"p⬊7FN\{rnQLF#i(T G;Mfp(L3# ``kJ&: Z:p˦fѴ  (}hY#+#{Hg p(]耟qkBr(6QcoS g껀{ Pֻ"iAE;}a x&' $%=dXқg7F&( p&Q(f[_˷g"o K1 0giU ]M1<RN l%r#4Zн/ G 4"Ccqq= Vr(Ua0sURC*KtQSdkR\uiVzP|3)U"9n,TlƠ!q@A08WKLN POzV[q1p7 ƱE14855$h|;\wo|hrxL?4+ML!= w]fY7!(lLN#|L&wx(51Y'F-S Lbl\L 0 vΊ]L1_ )i],^\l,ٌ&kߜWę^k5,/[hq"hLa5Y r$-an1|9:58iilȚF-U t.v< -.| z-!},,ZrA+}Z]wg_-#|_d8[2P G-zlgGfqdP }dxv&\r#:`Xu 2 kv^aԛ5+) ٳ>MzRaqի%WcSڶK ٖ=JpJ؊}d P(Ճb%vUٱ-ȝ6*9 ݕ-e[}}`Ҫ%-zE $}ܸY]̫]o ] ෨V M pІAdު47η }POpb W, :^ A.A`H }?$>G.I:gUQ C> cE4jln4r>t3ouzN|~3jK\^.z`)N|.^V>w{頾>~u^~訮n^^^븞n醱Sՠ^eND ֐]VaN\ N> N>>^:5B~H N NN֎d.C`}@c~J/'6  $}KU~>~4ߥ&*j;J%cne#nˮ٠,KU\>ڰe5\^٬]ʖyo^z\. ϩv/ 2  K77{c,+ ӕ5_J?` 2SS>W`7O[.Rٚ0 znj/ > RgJj8? 󏸓d`r''*V,\؇c^N++ 3"h^/~o ^ __  _ _^__  ^ _ ^ ^ _ ƕ ]]^^ $B@нhZ%UNqxe߾3 ԡD$i|9ÖajV[vlXci$5_׼d˷.g_SJ.QrT\/i EJ l6/"05y0մ)(P@KC-(p`Aq"an/u,b[ͺ;,PǼУK^ Uq#á$Xf[^;^W =И8vr@HY! tj 6YlBmY%i'q וSD5EgwW9ZŢ [^r G*< ]  v]V<|qBP@$h\&$ N2q6grqAh[_Yg-TR!!i2bj倹ʤ xL-)kY>EV<~@oz+=YFp62zrIb.#>{c7߄y3rH/ѕl7A}"`$ႃ/nw?D Ϯ~Zy,ǨZD:fQA(l^yۋ-n-) m2 im<%1(s`740rBDN8R:Zµ)mE\y-9!n&,.,@A"p^FH,% ZʧZ$OZL ʮ|4>IfHTYKVi~4,;;$"(hKaʞg3%l&ΐ@tpQ|Z)hH6ΏbD-)ZRTsFKf&ʣwUJNᎺ"ebzꑱ,")Y\LUZ5X$,h+{m OCvalOˍ<ֵ-i)+٩鶑o:֚õ_YZ6Эlm]V}.n*zkrKVMzEi,ڷ-f;ZW `ꗱSU".~͛];ϳm &0GX.Kc,{OW3u#wN- םpmWPf/-EޤSVkd$Kmn"@Q6]ٛdr_T%QD|y:6ѷ!ZFR'?9~6 gBI\$,U,1}`悀*+֯qIjJטȊFXq[1UJݬ #Gg4 #[IGwt~`d^jb0ڞ!1UAĀaQRFė ҝn`-ޖ01 x{Vo!oi ݸHS#ޯWFH]zxld "n%zXǖH;fX -E72p;>\,2ũnڙźe[ `*䙉f~mـ%$ $Cv}`4`D10L⋺KFR*ZbΨ#,A1&ȄE{@N̓žgϡb/Ws'׻һ$pL?dH1ƾ%ن&yxE2Li)H<2F䊷o_€ѧ{;S Vvlg@JK P&pWdCPTS#c5#a!jd4(a j2T&] a pQ x:Cd΂r\FZ'K0:W_HclTW!4crHZ;)b^s`j ȃT4'!Љ!ӈ7Ș0d{`'{d-K/vvs( $MWP'y* W! Rd>Qʡ&HN)2[ ;ɴ4qEb$Kb8fӍ8q:xK/RrsASsx!A7*0(B= $Xa$p.Ð *a%)u4Mua xAemI7H +`7_] v ]ZCJH Q+մ^bf@ZB;2h+`n(T t[dm{zT۲{dvˮ[w۷Ak{[]۸k5[늩D;b;f{E/]yk_{K{ۻU滁{][țr›ɋ_42[{؛ڻ۽kAp[{蛾껾 LPM0O1[{ۿ<\lH]p l..\| "#| ^0(.b 4\6|6e8ߠ,B<`JLNPRǗׅb[Y ˻ Zڒuڨ]׬k=آNjڵ ^mmܷ=]YvcVKuR-~\~z]k_ 'k _MbN{؉E`]Qۂ Sܦ]Y g%ct Br#R@pa NNd6U^PfWo6L&s~q"626q`+Wmg/Sw9OVT^9n@xqTp1.$VNFNdo]}ܶ/X( )߹I2C4Ar`Ќ$ lyi 8 BMAF몀ZGW~遾 }e-.-ޝ..b%)i'G4N^^4@ `8۶?:* rN{ "-7$$H b.i dsqs1D i0l.Bҳ 6 ~U)N'(.!}Gi~=D 8Y\hN'81'm .$C }j"B"_[KR,~L$+QN6Y;;= aT~Xslb )ߝ?P-0I0 9_VBtljE!hP %_Q6.I❇ y-ߢ 1  [)@Taݥ_LAXƟ*.AQ _T^_^]]_  _^^_^^ ^ _ Ƀш ˧^ ^^  ]Α!#+Go?1|lQ6\}) @tԞAA/ #s$QA EY供8sLt)ӦNV*1Q_n#-"`VjDĦ pDȍPgBN*ա' ŊT+QʐםعLXg{ 엳z nw}Es YCΌ Z~!J-4yA4wt$|inGTL8ម~j$R 1(ʎ 40E5GM3Es*` țE51R@XL{L@u_! CHfwW;MYa,d؆;o)#H*hB h A@G5DMH@^_ jyM嗑 '1:R@9<&p#HpR'$G9jx9 ʙ<6SLB}r6 "V*y R憂etɇC H.ZH\JPw!t(.kh3lf4J bϨ(Ay%y4)_x oNHk_!"0%WMlKtqǸaܐȄLrq 0{ɌT 4k "Ӌs%N)K\&L|T>7Oи۰Xg5$Jo5 @_WBev]#`oOrvu筷m>g͝ߌ-Մ'8N}/8$a*4ޔg%qK.vgx.:n5봣zG.;.{.|ݷw8{W ]|kpNkw/`Zrv"i?+6G4pRY<ڇ"/'h?|5Ph!/D!F`q2xHK",F{m@*040 nzaӹaa8Dp[a/&&RBB⽘A%Z^q|!.~V-cv<̘E1_Q$XQhcx3o#J 1rNDN @4p\2C< 3fxR8d>UJacSF7e#qaءXTƄ-4MjZ`%x@%e0"/GARC f-Eqْ4Y%krriȥ8i"!F@^"  Pl$ h9 mjԜ|Yw]4%8iP7_  nZ¡&I5Cδ@HP9" 0Q$qCk5D-ft[Dڴ)+tݿ oTߥ ԡӗCRK,u JMĦ.K3#f92 գdYKgzbHQF8?X]יWE+~=({ܹ]1}Jov22["H/]4o^".;g{p/ga d.c}S{Jfz8Qo@BGvjT+@ iD4F v`"򀃂}!IpADxyTCTI>aDLH]0OE6; 37:Y((ӄhASq(Vh1jlHtuH?s8IU8ExY KVӈ8Xx؉sc<@ Xx؊tx/}脁aD*W/!SHY+ÌnH+CH8AڈH؍~e4P9+츇{$@0dxh|x Y9%C0ȏBI؍Ih+Ayi I-9' )9B1yI=9syr }5WU/" {c!"ڙ靊I2 ʞ-S02:ؓӹI1eȠи6Nwg7Ah4KѝC* x+q a1! =P4 4e"q ? NM)CR`jS@lJ˒"b,(&U 術@?&$T 9Jr|F+-CzQӄ7s\]\ rɍ@KS! A*Fţ]!8?e>,t&EcdM,K\-2Ӗ)Uz& epg#G9N$LDYqKIQ7( NRNlJ!Lń `5LŰ`OTt,wִ4CWK&K褼N~點&bn0Q"&OuB 4cFK">$OQAr2 I]&=Ѡ gAog\./YDAZ kE{lZ=Шx v:QA Uy^BV&YF\d&Y09TUEUʐ9oyeaUC_d_yX [`eHJ#S"UԷݡho KCNpedO!UNj}F5MoIǘ^8v"> #N֖dUtA, x1Ljp`VU { )F '2sa'1wl/np]/mzFA_yva __^_^__ _ ___  _  ^]]_ь ^  ؍  ,e+ c;  (@j98ẎVGuTwn[˺PG消a<%dAҼD==f[k|5 Q)T/l¯JhQFN9c),Y) 0ReZP"Y>~9j7i#m97U` B0IU.:څT*QMqL\Gʋt*у߅^xW?j{s7!U/xA (4pA6IthQmM'XAg' %wJÑg`"NnbUܗ `!C3CD`ZK=NCCLv,'% "R!1~A@9<0Hsf!C((*9Im}3$* Ir9Wd-`rF㌲D 1Ԃ$0d/tɚ%Z2)(|RFz@Q,~7"*X䏂%=[ع>@yjHjet) +h*f"y@Ȃd})(:'VP#6%2W:91E 4 d`ZPu0P#.x R4H@ ))pQk0" g|n ,;z gwI(6ܮ|$nNM'Ń`(:[AϕЃ(<5=;a8Dp!\hB0+`;z?Lbଧ10>h /ah9$Rц T8{ł ^}瀤al>l|o G͗F:}y$#'I-{X&79Cr򓠔^YL򔟌$*Wv\,?1|e)qKP.g`<29s_2I/6zf!(Imz}3INH:v~3?JЂMB0~`(DZͨF7юz HGJҒ(MJQ}h VJӚ8ͩNwӏaDۘ@LJԢHMRԦ:PTJժZըlծz` XJ֢6#eMZֶ5YeVJ׺x%Y!Լ ,`J MbWid'KZͬf7z hGKҚ< NֺlgKƠͭnw pKMr:ЍtKZͮvz xKMz|Kͯ~LN;'L [ΰ7{ GL(NW0[ 8αw@L"HN&;PL*F.{`L2hN6pL9[xγgc@uMBЈN^lD(&A/+`e 4^XQel$^N(Bw֚!f ̝Dmcz@[]Ճ sEőni|_吗}BRuwB楻9[ysuT$ߧxlX~3/Q!.kh72$b:"FoMb#ud~ ^kz Fqu|ly#yʷ gOo)0w 2zfvgf@{w. bq.7gq+(n߀^ p$="B6|:|,FQ]6@xqPv\0   , =gUa!$&A5F+fPBP$4bVc(u@5n@5qu&,! ;sWptPtt`!kgftzy{7|I_vt 's=Qps"z|sc}\HȂp zP}  g劉8!wO(x(wxr^z z޸q %fi#.'ssq }d nsw>eWqꈅsu-Q*z 9{'sgisgΈq2w 1@x 'qKe+9z-8y ID;hu\z/!=bftmX{=Q^rٔpmQ.))v p,2|ْe^a3n5i7i0jqyB Dp8Ph,f2 2钲2I[:v]븵۸1>˸û ;{ʠ{ɋ;ۼs˽˺ +Kk[N"^ S@Tž?F:] >,(L \E\<TuߓDl\\ 56mA)B+Vq3mK3rn,Dž mQn `2!1ĉ0|.,+l$ƒ[= Be ;sră Y|Ă7`W|Pzu/ c $*ZcWFhɜJ4T"@zrBx\$$ꁦPGv#|*`~<PW n¾z(Û0 `J9 *͢t`uU,9zDG&l7B1˖lˀסvv˟!gsĜœ ɩ!, Oqs!»бΎ[#p npL 6S ݐ='# 52F'0«)],.mp;=Dq֥9B @|pTAD. _ v! Qu=t: ly{͍ͫ-WY4H #Չ01-x;c@t’};)ٙ=B=BI3$m)\.Q*= q;˭ oyFG11=˭=M# p ] 1$]R 9̞Ic.fa+'\ 4Q:L]#ܕs 1]8J Amz4!.nd\;܄@0iD]ۙ#n-~} F p;I.mW,ޅ0r; i nn= 0a.s]t#u]##Ǡ$AʹM9& ǐ4#d;Nkg+#ZK^̎ UH1#  ]*BVX'"×!Bp[\}< ,pݾ}-G^ 9nT8 &S8={:^> y؇.2&9.4tzstm/: ˜iцdiX{ݐ,ǞV{6Z ⹭ը'7p mDWn~៽v1F!pJ &8WL{1.vޣ5q|񅈰p*3\D s |q Q&TF_8sZ]_b!Yۀ* nB`ي ^ sO.|_\9nMesƂr؇O8V?^>WċO:O^;=9Xo@yaa;ۼ_;߽_;߷ۯ߾{?ϷO:__]]ɦʎϊӊ^܏̡݆^_ߣC_u0\>{SHq!fvC.N#P (er#?.sVb(sn?7ILx&^ӢP"Q:.5מTxA}VE2er%ugb @dܲg]{HB5sn';(D9Qf30"u@#Z@Ё˂ euܡm7v,ݼ@sCw"d /E:9gW]vur6^I_%h`f~E@*٦#y}hޅe k@ wm^'b@8l @  _5 6HP)@|=@_xxT*wA 0Cؚ 8`^@ 0V  @]%} €B@J(K|xhE6 8 4;BJꨠ3dVjyJŝS~ @5"YXĉ43ڊ4NIh]g ;<@^UcV nު3HLhoo  ~!oDp!M ZJbMKVooꄖ5: R㭍t\:1!KPE &l(wF骂6IP3EF$_3"+. ૄv E*T  ~4_1H<@D@5c66s?3t)KϷ3$s`a,ǻNT ?xPtN fZa7tbHWu9"Kis/w-,ox s竇Տ' !a4dLs(ѐVML 4Zg.$ t`T\6\NVV,*cH~T*A$X(rMDZ`w"Oj0+'dl".TC$k;d)Ξ^]s}Z-mY;$؜%r BCoi?Z+*wVǼmG]BE[(S7yA׿gm|~7P/!vܑ7TvVS C} 'Oi 5@vCc n!x }/"WA y-p{WgzWApwCE @ay U070F'#xC1")BQzQ~Po-}"/-x3~XHw&(h}}y$> Nk7`-(=6Jcʳ;G2*.J%Qx#SXYݢ%Ҵ ͤxKbEt#2~Yy5: d-W''Ǣ4 p>p=$  ${=+ 'h ب{H8'%@)*@OR 4g KpӋ'0bJv(6d1(C'#y|1 'AeWe[ yB$sy+7bԊWmҒhpx>5#{t$GIPtSGKQ50Pg/1/DfC}2 7Y 6tf#n4G1C/=0GknAYC\s4_ =P80)w (@y8(JE=q9(Q>DxQVuS Kb^Кԛ%Hb&=HI}Kg M%ynE ;X9G`# ІOIfhrVs {y9J.T.4qD/a'-i 0dIC!D!R 9% JP)`ypP %0 ` *>p5*TQ$@i~䠙 V G)PjP2F!s {y+1 1]UUc?)]A9?ɝ=:Q7N3dN':S.K~Rᕀ(Q,@bD_tPAHO锹[M,3j8S5LP'a8bűA%yJT; ֪ Q"/2'UEBJ"P:sP:X B|I0/ URd7K 6MREqH+"*;WZ'vt9p#*s5{%DK +i[xu`7*'"g,B(^ D򆘫'G*uA`ykO#%DPi6 $uZI#=siji1 PX Yd#U{yRȐ5~K6 P+/sӹ;RE\X`+2X5dk5{xWxRr Ȓ^8d\{+vםhAKwZ_܋ *`uÆk\o+*Lx ue–;tP~z1L 2X3l `q:fZL B_=P' XR L9 (IGPp\6ZWw,s%r>tpۻ0 Ȃ@p0_tPX\8\qLk\ gĭ " ^pʸ!p@!L ȗpƙǧ97Fā\s 2/0JT  __VȂ0Ȑ t<Ͳ u$<İ<a"Ҭ!#_\ ̓_@҃ʬNQwd,f-ȃp"`Ŕu\G}Ԭ2 oJsۡ1O|"a Ñ] ]4-0%-}lnq0#@&}4[!֊JP3^`#02Q]L  h-S1U$2a$l-Q@2͖\Ո?P^P ۧ0 LD]3'O؅Q m6>| bRrI,Kx]a|H{b{8Z]⎞$Q"q+zQ24Ojx*@!B!Zdk}Wձ"d ֯j!RѠۛ ^ᠥ@L1]GIXZ ہz R[aؽv ٤ Y~"" B "r!c>^[G#}%~ ɱ!j)M"$2#" {'H&Bz)B%#C2$b Z[/}#>R* ڢF(~r%*X@@כ=Gd5狤#| A~: IKIy"&J}$'8WSX)Gmr*$0B(Zyr.'EQ¼6*br-9F_&rI$u1\92 z{ 'Te1JLyIcN9O/Jc47XLL2!F3]6 #6O<= J\dyNZX.M=U#N[c U !?]-cR37<%pesH gWx)Qˡ%k]gc,!\P i?Pѓ 4573d/K =@M1 @Vg0!bMf"e4V[H)b",tdm&IȮb~l.TEdNϬ!}NKBl~qBO'L,̵pL"Sp" .0+?HȚ1?Js4r4ӯ=s|ABO* =s< sPfP 7 3PSTa_@ Ps=?f=֙=2Y{vxa ez4t8j8u=C/έhxǚ8R:1]^z#8OL#>쀧^O@ ~ |'wK  ??1 O o{VwpSY{`/s?8a+l۹=4YmT/D/y3@ BP~W-^#LIcK g9k @Nc0A!-DY/l10%rAX4qhLcdvF51pntL!+q̣>±D4L;j LH5Q@C"#3 G&28Z6HN<= HP'X/Z֐D#+J2^$bL2f:Ќ4IMfB1M̦6 \j &7IrL:)Mo<+@̧>~ @JЂІ:O:RhVe`C7юz HG Ј MJWҖ0LgJӚ@MwӞt3G^PӢHMRԦNTJU괪XEfpr5` XJV #HZֶp\J׺xͫ^ ,`I3 Mb:,^ ;ia1zևmgGKҚz=jW֚-lgK*xAj@!}Kd%nK~tgkκ o*0^VMzq _A Η2lmowFpxVu/+|z>PT^ 0@T@‡}9 @`l 80 2ov w%0E 2x+!zH08|\ p|93XDd&sfqi@Bp0 s5Jd\<.oLI;y.@o*WM Q $l 񭱦/}/\`f7CDZ/)Svm=G L׼5<{ZAy7g Զ"N[ Uv@ H!4C|7/E;9o{#+>A %Q}$INen06\.y¥lu< P G=-^8 H gh A3=i>wc/'jЅm*/#Z o|L=ip}c6}j}c-^'iDch~ ؀h$[=!-PXK8( Y8F 0+ &Bp s)#`4KP=1]0`da-|Qϐ)d:pU-H( XX7Ze>hbQ3 3m " z}/@p/аv( xHGT dELh0x 2Wx  8d׉'x,Z 'Ћrc* PQySW2pBʐ ^ jqMY!HȋqM p9c}f3c^^@ b*"QBR6p,؍߈ ($، i"   ︍ t_&(>$!) p+i3: mR B10'hQ!0q`0ȱa2y 81^0=or[:-) /9_Pa8ق PR Q3ٓINP^ #ysh(!]y q.𕂠$i9li)+p @E0'!22@"p"@!Y" 2i@@60Ph `'ᎣpI;(! 2l s @@ @ ax PI8 >)P :Y~yviB&̩JYL `" @9A2!Y С"oYXDI.>٣/2*K>RT N1@eHRE)B D*[&a!# ؙh#E:L$3:*}_(Q:(B.*Х ڱJ銄ђ Y :^qs! p؀ OQ mHIz,/yj!P0'ْ y$a82-KL۩D:Kز E]1;3놙2pg{VD 2JM2+jA@XkbJI $B y ޘ EF[+#=ys,#z `RuЍ,{!i!,қ*YEc-빘Ҽ@UZ&˪)۹{@Iyra}û* E Ю@ {Y$+Cכ CqGs\XL"Ixs}jrH{C,&G1t/L|$,5<7̃e/(r3DkIBlK;tG|DI\-EP;3ŬƊ?]C ]]]%=M#-;L@iS[|#A\*6mJ ] .]>7LЧҵ!1ZW2ڹ N{ 3  U:E<!)gyX`' {-0 R52/"#j}zJJM\ 0 1!`, E3.Hgk0 b,VM5r m J9q '!M rCY𹮭 Jb|S;051JY:+ `9:k ʐ8 ݪ*Cr=3ia.*+Dv  r!+ DӓL]L)#vj6Y] *c s+ \( "+lH)$q"lip"p蔽 QL1 `P 7 [L p硒.E=(RR SW [ (LC]6=怡Ra4!ڱ)0*/f^k"&)&ɄXF*X9̠CS^lM4Π9t465O;6 9g~|5.n֫so4ىS]1_ >/|۵߾>n؞/vhzgvǝ6~_s6F`}rwar &H$"F`^}XlԹx\F#)Did \rL6idNF) t2Xf[n(YVI(hn)[J̉?.b@|矀* 2衈&*h6 <褔Vj饗!yi~**xjj!㮑-"+xq뱻=k7 iz [nɶmfJ }J(n;r/p &pm/f\_{nV/rK p/k(!32s oB|Kpk^NK85CLM/uwm.Vk0\ԍ][ژj Rwd_oH ҃g(ӄ|D/xmq `t#G~u5q6F&-@nϗMjo.ukoip$>Kj#},H lםY{Ϡ,~)ݴs D7<3  (314VCgF/M0"bN *をH#qd sFK@C)3O\Tid~a4 |Da=|xaL-+ql =]MIJeLK5bi|b5͸|1Q%eaz~%|J?#!NV.׋1h[C/YOboLn /(0؉e!I#HOc )Q|}riP;F 8&X!W0M2 7Bv*EHT E4 |v.LNPS0xXd݃R xv.taO,]c KN((jJP6"p$E/Q.Brflt>E,7֯Pkؚڷ:U%؈N, ]'W;qpZHJ0R=+3ӹ0x KHBX}e/#l4"x{2#%U#F :{ _K Smw' ?glqd~Q_|P09;%FT'H!BW`vj4kF~S߯¿> zi3ŌH,N㸯 6aMB0lx^/:ݕ}HLbm ћӐBO4 Y.#z3_0x}6Ӿ29xe8 +mQ'Y _F컸6 C,#2Ǔx#6Z6"s Q9пt<'ھ΄;AI|Md<9ա]ywWៜRژ9>⣏~EBItxÌDN @5n^bpPG3y^wj̅,, H7V'4d7q.6@ᶎa{:3דfBc.d\_< ]p'{%p= 8`YNaotxۃDRF^iΡձ.xؽlTqC YRx?^^~]QDVIRԦG9Ϥ0uy.j^*%`$|!J3ʪSݫy6n4X tW!P|G^rÒD X %\5t3 c? 2"v8:4r 'H{g#vh81A7ŋDSkh5a/ĉd/Ԉns ؍bfhӌ8ƍX,v#6x숋(3^H-㐙C y 8h[j"fw>vdA?g pzoNu鑒.fK3u |G1 )o7B{0?p8YȠG7 ]) 9d#7DWy8i:irUĢGlUu2]xJpVq=zdH1>fs#YVކj^a).@@B }?QHPpzR 1Ts$VǤ'Ur]"N T@jr)I)IRIoAUD?"L9>R&Ӕ$Si\y4…/'gsAŁ 9 p UH&1CLY=@)c$AJ*"/ ti+3 I{ M^PTp 6eډ?>ᔂ ɐ&d"gYyx7L!?S߅uTVIEu@8uqO  GR eu.\ʣ&1uPypgLKUBG`*%j` c6jk59jm@q': ~姆3*q1r*E)$Ui*g^Pqxv"Hfד=}UG35kKꠝ QF2 \;EiW@T8,0m ΗiH uZUjGF'3&9}̺`T}HuFlS*p/7ק)+jG9uΰD YA Sf1w Jc KP*UVX_u w NS \_b}7ikzmH}\9fЖ|^Fv~`$Psg;'D3f $$3镰Bz1 JWA:($u[ PX@P{ke[&ARxOhJ"hfqi x%YEWC(g& j ;nDX TeiGZvm·zp6>>u"Y apj 9 e|b83 q;78qjJ:Eb|7T齲x ^Bg ꧽN; љD)UBպͦ*I եZSŴ `M0y&G^s' "9fXp|P ;U k: .z Wzz%z`fPfSW3`_` )mjƞUmŔ0 ç V0exǻ0L PMcf)m_IU?9>5E pv,+ W8PѾqP)Af)T1ydpqfCiPAhHD!T! ((LH en a$T ,T\Ɩ%fa[!:Ӝ ܦk*L, e ` ]AXao, yXdla Y7uQ:)  V 'M؇SYҽHlh]8 C}4+1͑X鯶qӚyNyw9xT-^kxe= wVokj4רuQ{Q}zԅ}P]R]c=+ذԸթ+֔mx|Aٍ95wrʯg۾-l="}&b_a-֭,} `3=fMMؽ];i9)ߖۦ1=xi nn~ں1rᨢ$^&~(ߡ0>94^6~8:<>@B>D^F~HH.0>J>T^V~XZ>ݽb>d^f~hjlnpr>t^f^"anz|~Nː~舞芾>x>~^阞难ꢾ_;PKiW2yPKy$AOEBPS/img/repma015.gifGIF87aX`?**?***UU?UUU????**?*******?*******U*U?*U*U*U**?*****?*****?*****?***UU?UUUU*U*?U*U*U*UUUU?UUUUUUUU?UUUUU?UUUUU?UUUUU?UUU?**?***UU?UUU?????**?***UU?UUU?????**?***UU?UUU?ժժ?ժժժ???**?***UU?UUU?????***UUU,X` H*\ȰÇ#JH1"@,h „8`A&TaC!F8bE1fԸcGAJ0 <0!B~ H*\ȰÇ#JHŋ3jȱǏ #R>~!C 2dȐ!C 2dȐ )Q!C 2dȐ!C 2dȈ򅔨_Ȑ!C 2dȐ!C 2dDBJ/dȐ!C 2dȐ!C 2|!%2dȐ!C 2dȐ!C _ 2dȐ!C 2dȐ!C/_H 2dȐ!C 2dȐ!CF/D}B 2dȐ!C 2dȐ!#˗_|0@߿ O@8>~ H*\ȰÇ#JHŋ3jȱǏ #˗0_ |O| 2dȐ!C 2dȐ!C/_|`>#`> 2dȐ!C 2dȐ!CF/>}G_ 7?2dȐ!C 2dȐ!C _>o`>O |߿| HP?$XA .dC%NXE5nGC@#0@?}?  <0… :|1ĉ+Z1ƍ;z2|/|߿|#O>~!C 2dȐ!C 2dȐK/_|~#`> 2dȐ!C 2dȐ!CF/D}B 2dȐ!C 2dȐ!#R>~!C 2dȐ!C 2dȐ )Q!C 2dȐ!C 2dȈ򅔨_Ȑ!C 2dȐ!C 2dDBJ/dȐ!C 2dȐ!C 2|!%2dȐ!C 2dȐ!C @'p "LhP?$XA .dC%NXE5nGO@ DР>~ H*\ȰÇ#JHŋ3jȱǏ #O@ D!?$XA .dC%NXE5nG!˗H"E)RH"E)RH'RH"E)RH"E)R|)RH"E)RH"E|0'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? q|O@ DPB >QD-^ĘQF=~#|  <0… :|1ĉ+Z1ƍ;z2G~ ? 4xaB 6tbD)VxcF9vqb?~`>'p "Lp!ÆB(q"Ŋ/b̨q#ǎ?F08`A&T | <0… :|1ĉ+Z1ƍ;zQ|  <0…˗,h „ 2l!Ĉ'Rh"ƌ7r#D} o`>~ H*\X_|8`A&TaC!F8bE1fԸcG!˗/_}'P ,h „ ̗,h „ 2l!Ĉ'Rh"ƌ7r#}?  <0…O@ DPB >QD-^ĘQF=~`>  ? 4xaB 6t"D$XA .dC%NXE5nQ|8> 4xaB 6t| H*\ȰÇ#JHŋ3jȑ>7P ?$XA .dC1bĈ#F1bĈ#F1bĈ#F|(,h „ 2l!DE1bĈ#F1bĈ#F1bĈ#FT0 O@ DPB >_#F1bĈ#F1bĈ#F1bĈ 'p A H*\ȰÇ1bĈ#F1bĈ#F1bĈ#Fqa?? 4xaB 6t"D"F1bĈ#F1bĈ#F1bĈ#6ܗ/_|˗_Ć`K@~"2/_>~E/_Ĉ#F1bĈ#F1bĈ#F1bDO>~-| ؐ_}̷o| =|/_Ĉ#F1bĈ#F1bĈ#F1bDo ?/?O_>}`/'_|ۗ|˗| 0˧߿/_~˗ϟ|˗߿߿|?}/߿O@ DPB >QD-^ĘQF W0|?} _> ϟ@~/_'|/?+/߿}+_O|o߿|O`>~o`'߿|G_>=zѣG=zq"?}/?'0߿|3؏| /|O`>#/_}'0_|/Ao` '0~/߿|O@8`A&TaC!F8bE1fԸcGGp|(_?}/߿ϟ@0@/߿Ǐ_> O'P`_?}o_>~O@'P?_ _}| H*\ȰÇ#JHŋ3jȱ#A~ '>'|'0?}7'0߿|O ? '0߿|G_W0?~/70߿|߿|/߿|O ?#/G=zѣG=z8>70?_|?}+/_|ӗ/_O_|O`ӧ}/?'0?~_>?}/˗/>O_|˗/_O@ DPB >QD-^ĘQF ѣGѣG=zѣG=NϣG=ϣG=zѣG=zOG=z=zx_>=zѣG=zq"?}=z|=zѣG=zD~$XA .dC 'QD%J(QD%J(QD%Jx>%J(QĆI(QD%J(QD%J(QD%OD%J(|%J(QD%J(QD%J(QD(QD%Jl/D%J(QD%J(QD%J(QA~$J(QD'QD%J(QD%J(QD%Jx>%J(QĆI(QD%J(QD%J(QD%OD%J(|%J(QD$H"$H"$H"$H">$XA .dC 'QD%J(QD%J(QD%Jx_>$XA .dC  <0… :|1ĉ+Z1ƍ;P <0… ˗aÆ 6O@ DPB >QD-^ĘQF=~/_>~ A $H A $H AR/? A $H A $H )˗H A $H A $Hӧ/_|$H A $H A dC} 8? 4xaB 6tbD)VxcF9vdȎ8P>$XA .dC%NXE5nG!=O| H*\ȰÇ#JHŋ3jȱǏ CO@~ H*\ȰÇ#JHŋ3jȱǏ C0@ H*\ȰÇ#JHŋ3jȱǏ˗/> ˗/? A $H A $8P`?$XA .4/_| H*\ȰÇ#JHŋ3jȱǏ'p ~ H*\h0_~ H*\ȰÇ#JHŋ3jȱǏ˗~$B~@ $H A $H ˗/߾/_~ A"$H A $H A/_|˗O`| $H A $H A`>׏ @},h „ 2l!D H*\ȰÇ#JHŋ3jȑ#|o@$XA .dCO@ DPB >QD-^ĘQF(?~O@ DPB >_#F1bĈ#F1bĈ#F1bĈ ˗o?~ ? 4xaB 6tC"F1bĈ#F1bĈ#F1bĈ#*̗/_1bĈ#F|/_Ĉ#F1bĈ#F1bĈ#F1bD8p>$XA .dC1bĈ#F1bĈ#F1bĈ#F| <0… :|1|#F1bĈ#F1bĈ#F1bĈ˗O?/b||1bDE1bĈ#F1bĈ#F1bĈ#FtO_A~1|0|1bĈ1bĈ#F1bĈ#F1bĈ#F萟 'P?~'_|˧|̧o|?}ӗO?~?O>~O`>ӗo_Ĉ1bĈ#FQDEQDEQDEQDEC@|O`>'@Ǐ_ /_>70۷} '0_'p "L_>$XA .dC%NXE5nؑ ?}/?'0߿|+߾#/?} /?#o| /| '0|/ѣG=zѣG=N䧯`>0@/߿ ߿O߿|/߿/߿߿_|߿_/,h „O@ DPB >QD-^ĘQF W> O?_>'?_@~#/?}_|oNjyѣG=zѣG3/_}/_>~˧Oӗ/'0?~_|ϟ| W|'0?'p_>}ӗoGyѣG=zѣGc|7ѣG=z#<#&>$XA .da>:/,h „ 2l!Ĉ'Rh"ƌ7rH>=zx_>=zѣG=zq"?}=z|=zѣG=zD~=zx_>=zѣG=zq"@'p "Lp!ÆBH_>%J(QD%J(QD%J(QăI(QD%6OD%J(QD%J(QD%J( ?}%J(QD (QD%J(QD%J(QD%J%J(QD%J(QD%J(QăI(QD%6OD%J(QD%J(QD%J( ?$XA .dC'p "Lp!ÆB(q"Ŋ/b̨q#ǎ8`A&Ta|1dȐ!C8`A&TaC!F8bE1fԸcG-˗H A $H A $H$H A $H A $H$H A $H A dD$? 4xaB 6tbD)VxcF9vdH8p ,h „ 2l!Ĉ'Rh"ƌ7r#Ȑ8P ?$XA .dC%NXE5nG!=O| H*\ȰÇ#JHŋ3jȱǏ CO~ H*\ȰÇ#JHŋ3jȱǏӷ$H(? 4xaB 6tbD)VxcF9vQ"| <0…˗,h „ 2l!Ĉ'Rh"ƌ7rcD$ <0…˧? 4xaB 6tbD)VxcF9v1b|/_|@D/? A $H A $~O$~@ $H A $H ˗/>~/_>} A $H A $H A*O}? 4xaB 6t"D$XA .dC%NXE5n`>`> 4xaB 6tbā H*\ȰÇ#JHŋ3jȑc|ӗ/|رcǎرcǎ;vرcǎ9˗/_ ̗/_;vX_;vرcǎ;vرc|/_|:vرA:vرcǎ;vرcǎ8?$XA .dC1bĈ#F1bĈ#F1bĈ#Fp|  <0… :||#F1bĈ#F1bĈ#F1bĈ'P ? o ? 4x`~C}!BO@ DPB >QD-^ĘQF g_}̷0| )̷o|9O`|ѣG=zѣG=N`>/}+/_>˷O '_|O_|˧߾|̧o|?}/'P?~#?}ۗ/?O_}ѣG=zѣG'W_۷|/}'0/@~/߿|> o߾ _O|o|O`>~ (0O`>O(_>$XA .dC%NXE5nؑ ?}O߿|70| 70߿| /@ӷ| G0߿}G_#_>~ G0@}O`O`"˷П>=zѣG=zcA~ 'P|/߿_/߿8_> '߾| /|Ǐ_>'0? /߿߿_/߿߿| H@ ܗ/?$XA .dC%NXE5n8> O߾ӷ|/|/>~ӷO```_>o`>'O?}o?/|_>˗_ǎ;vرcǎ;v8> ϟ|/>}˗@}ϟ|/_~/_~/_~O`ӧ|?} ~O߿|ӗ/_ӧ߿|O@g|O@ DPB >QD-^ĘQF0_ǎ/_A} >'p "Lp!ÆB(q"Ŋ/b̨q#DžuD/;"W_8` H*\ȰÇ#JHŋ3jq!?};vؑ|'p 8`A&TaC!F8bE1fԸB~:vر#C O|(P_| H*\ȰÇ#JHŋ3jq!?};vؑ|'P? ԗ/,h „ 2l!Ĉ'Rh"ƌ7r\O_ǎ;vd/_}WP_|;vرcǎ;vرB~:vر#Cӗ_A}uرcǎ;vرcǎ رcǎ c_A}uرcǎ;vرcǎ رcǎ 囨/_;vرcǎ;vq!?};vؑ|ױcǎ;vرcǎ;.䧯cǎ;2o|:vرcǎ;vرcDžuرcGMԗ/_ǎ;vرcǎ;v츐;v| H A}'p "Lp!ÆB(q"Ŋ/b̨q#DžuرcGMԗ/_ǎ;vرcǎ;v츐;v_رcǎ;vرcǎױcǎ7Q_|;vرcǎ;vرB~:vر#C&˗cǎ;vرcǎ;v\/@~,h „ 2l!ĈO@ ˗? 4xaB 6tbD)VxcF9.P <0… ˗aÆ 6O@ ˗? 4xaB 6tbD)VxcF9v_|>~HP_|?~Ǐ?~ǏGǏ?~Ǐ?~/?ԗ/Ǐ?~Ǐ?~>}˗O>}>~/_?~Ǐ?~#G} 8? 4xaB 6/_>$XA .dC%NXE5n#G (p,h „ 2l8P_| H*\ȰÇ#JHŋ3jȱǎ80,h „ 2lHP_| H*\ȰÇ#JHŋ3jȱǎ8,h „ 2lHP_| H*\ȰÇ#JHŋ3jȱG(? 4xaB 6,/_>$XA .dC%NXE5n|ǁǏ?~Ǐ?~ܗ/_?ԗ/Ǐ?~Ǐ?~|}|>~Ǐ?~ǏǂǏ?~Ǐ?~ǏǏ?~Ǐ?~_?ԗ/Ǐ?~Ǐ?~c|ǁǏ?~Ǐ?rܗ/~˷ǏǏ?~Ǐ?~O|O} <0… ˗? 4xaB 6tbD)VxcF9vx_|)/_>~?nԗ/Ǐ?~Ǐ?~}簟||>~Ǐ?~Ǐ˗oE~E}}Ǐ?~Ǐ!˗/_?GǏ?~Ǐ?6/_}8ۗ/>?Fԗ/Ǐ?~Ǐ?~qa|8_|}P_|?~Ǐ?~DŽ~cC}}>裏>裏> ˗o?$XA˗o &L0aB}'p "Lp!ÆB(q"Ŋ/b̨q#ǎ ˗/˗ǏǏ?~Ǐ?~o_|}O_|>~4/_?~Ǐ?~c?}߾|q|>~Ǐ?~GG~?}}Ǐ?~Ǐ˗o_ ӗ/>;˗Ǐ?~Ǐ?~O_|8g0_|˧ǍǏ?~Ǐ+˗O_3`? 4x߾q}1?,˗ϣG=zѣG=z/_|<>~/߿} |O?~˗?P_|=zѣG=z#}>~o`_|]/@~?~˗ϣG=zѣG=zO_|y<0@/߿| <}0@ O K8P_| H*\ȰÇ#JHŋ3jȱ#B~1a|ӷ|/džob _}'p A}'p "Lp!ÆB(q"Ŋ/b̨q#ǎ˗O_? O?}O_>}<>/_>~ O ?S/_>=zѣG=zQb?}Da|S/_>=zѣG=z"|#F~|ѣG=zѣG=./_>~#滘`>߾|O@ $/_>$XA .dC%NXE5nx_|uO`&|'p " <0… :|1ĉ+Z1ƍ-˗O_'P߾|˗?}/_?'P?~O`} '_|˗ϟ|o} H'p "Lp!ÆB(q"Ŋ/b̨q#Nj˧F߿|o|| o}߿}/@~/߿|/_|8`A'p "Lp!ÆB(q"Ŋ/b̨q#Go| /| '0߿|`_ /@ #|رcǎ;vرcǎ;vDO_|U짏| /| '0? /߿_/߿| ? oo_|'p "Lp!ÆB(q"Ŋ/b̨q#ǎ˗O_O`>_>>~}?~@~_>Ǐ?~Ǐ?~_|E/>}?}߿|/_>~/_~˷O`?}|˗Ǐ?~Ǐ?~}#|˗O_?~Ǐ?~F~|>ۗ/>?~G}G}G}@? 4xaB 6/_|8`A&TaC!F8bE1fԸcG ۗ/~ A^/~ A $H A $Ȍ$H˷H A $H A c?}d~$H A $H A9p_|_| $H A $H A/_>~ A/~ A $H A $H ˗o?˗o? A $H A $H~$H A $H AY_|/_>}'p "Lp!ÆB(q"Ŋ/b̨q#ǎ?Lo_|o_| 2dȐ!C 2dȐ!C:/_~!ӗ/!C 2dȐ!C 2dȉ˷/$B~2dȐ!C 2dȐ!C y߾| 9_| 2dȐ!C 2dȐ!Cr/_>~˗o!C 2dȐ!C 2dH˷ϟ~2dȐ!C 2dȐ!C |/_|B 2dȐ!C 2dȐ!C&/_>~˗o!CRH!RH!RH!RCۗ/> HP`?}O@ DPB >QD-^ĘQF=~r"|C/_|D)RH"E)RH"E/_>~˧H"E)RH"E)RH˷o_|)RH"E)RH"E|/_>}OH"E)RH"E)RA3/|"E)RH"E)RH" ˗| 'p_|D)RH"E)RH"E˗|߾})RH"E)RH"EO>}ӧO?_? 4xaB 6tbD)VxcF9vdH8p_? 4xaB 6tbD)VxcF9vdH8Pϟ? 4xaB 6tbD)VxcF9vdȇ80߿|? 4xaB 6tbD)VxcF9vdH ? 4xaB 6tbD)VxcF9vq>}p|'p "Lp!ÆB(q"Ŋ/b̨q#ǎ?JO|8`A&T`|O@ DPB >QD-^ĘQF=~08`A&T |'p "Lp!ÆB(q"Ŋ/b̨q#ǎ?FO@~O@ DPBO@ DPB >QD-^ĘQF=~`>70,h „ ? 4xaB 6tbD)VxcF9v1"||8`A&TР?$XA .dC%NXE5nLj _'p "Lp!ÆB <0… :|1ĉ+Z1ƍ9˗/?O@$XA .dC'p "Lp!ÆB(q"Ŋ/b̨q#G |رcǎرcǎ;vرcǎ9O|O@ DPB >_#F1bĈ#F1bĈ#F1bĈ 80? H*\ȰÇ1bĈ#F1bĈ#F1bĈ#FQ>$? 4xaB 6tC"F1bĈ#F1bĈ#F1bĈ#.0'p "Lp!ÆB/_Ĉ#F1bĈ#F1bĈ#F1bĆ˗| +`~'0|+@~"./_>~E8_#F1bĈ#F1bĈ#F1bĈ3/> 3/> #/b|/_|/?"F/bĈ#F1bĈ#F1bĈ#F1C~ o| ܗ_>/|O ?}'p_|ۗ@~`>}/_~˗?}/߿|/_>˗,h| H*\ȰÇ#JHŋ3jȱ#A~ o߾}+/߿}_O`o?/?`>~?}>'||O Ϣ|=zѣG=zD~ o`_O`o`#/|O߿|ӷ|O`>_>'?}aϣGyGyGyD@ /߿߿| 0@/߿|_/߿_߿| >O?~ۗ|(߿|߿߿| ߾|8`AO@ DPB >QD-^ĘQF G__`|ӷ|/| O߾'0߿|'0_|/߿|o`>'7_@~ g_>=zѣG=zq"?}O?}O_>}7>ϟ| /ӗ/_/_>}W0?/_>}˗|˗|˗o|O_|˗/_?$X? <0… :|1ĉ+Z1ƍ)ױcǎ˷p_>;vرcǎ;vرD~:vر#C˗/;vرcǎ;vq"?};vؑ|'P?$XA .dC%NXE5n8;v_>8@ O@ DPB >QD-^ĘQF رcǎ #`> ̧? 4xaB 6tbD)VxcF9.䧯cǎ;2o>$XP>$XA .dC%NXE5n丐;v_>8`|8`A&TaC!F8bE1fԸB~:vر#C O@ />$XA .dC%NXE5n丐;v_>˗_A}uرcǎ;vرcǎ رcǎ K/_| ˧cǎ;vرcǎ;v\O_ǎ;vd/B~ԗO_ǎ;vرcǎ;v츐;v_رcǎ;vرcǎױcǎ7Q_>};vرcǎ;vرB~:vر#C&˧cǎ;vرcǎ;v\O_ǎ;vd/D}uرcǎ;vرcǎ رcǎ_>$X|8`A&TaC!F8bE1fԸB~:vر#C&˧cǎ;vرcǎ;v\/@},h „ 2l!Ĉ'p  <0… :|1ĉ+Z1ƍO@ DPBǐ!C O@ ˧? 4xaB 6tbD)VxcF9v_|>~HP_>}?~Ǐ?~ǏGǏ?~Ǐ?~/?ԗOǏ?~Ǐ?~|}|>~Ǐ?~Ǐ/_}G}}Ǐ?~Ǐ9'p A H*\Ȱ@}'p "Lp!ÆB(q"Ŋ/b̨q#ǎ9O@8`A&TaÁO@ DPB >QD-^ĘQF=vO@8`A&TaÁO@ DPB >QD-^ĘQF=v08`A&TaCO@ DPB >QD-^ĘQF=z0@ H*\ȰaA}'p "Lp!ÆB(q"Ŋ/b̨q#ǎ=˗/_}?~/?~Ǐ?~G}#A}}Ǐ?~Ǐ?˗Ǐ ˧Ǐ?~Ǐ?~߾|?~,/?~Ǐ?~G>~XP_>}?~Ǐ?~ǏcA}}Ǐ?~Ǐ=˗/_>~?~/?~Ǐ?~#}O_|}Q_>}?~Ǐ?~nj˗o? ܗ/~ H*\Ȱ|8`A&TaC!F8bE1fԸcG˗B~F}}Ǐ?~Ǐ)ۗ/~˗o1˧Ǐ?~Ǐ?~(|Q/~?ZԗOǏ?~Ǐ?~"|/_|>~/?~Ǐ?~cC珣}cD}}Ǐ?~Ǐ˗/˗ǏǏ?~Ǐ?~L/_>}>/_>~?6ԗOǏ?裏>裏>裏 |O@ Dh߾|K0a„ &ԗO,h „ 2l!Ĉ'Rh"ƌ7r |_|}P_>}?~Ǐ?~˧NJ˷GǏ?~Ǐ=ӗ/߾W0_EǁǏ?~Ǐ9˗/?3`>Ǐ?~Ǐ3ۗ/>7p_>~/~cG}}Ǐ?~Ǐ˗Fo߾۷|˧`?$XA ԗO,h „ 2l!Ĉ'Rh"ƌ7rH_|q_?} /|˗/? 䧯| ˧? 4xaB 6tbD)VxcF9v|/_|< o>~}h_|a?~?}S/>=zѣG=z|HpӗOӧ#~wQ|_>S/8`A&TaC$XA .dC%NXEӗ/>5jo_|Qϟ|o?k`> 4xaB 6 <0… :|1ĉ+Z1#C~QFob _}'p A}$H?$XA .d,h „ 2l!Ĉ'Rh"ƌ ˗O_?5j/_>~ O ?S/O@ DPB? 4xaB 6tbD)VxcƃO|5>/_>}O_|˗/_?k/_>5"ԗ/?5jԨQF5j/_|4:'0ƅ4/_>~˧!|4jԈP_|4jԨQF5jԨ}_|ۗ}/'_|o}O |/_>/_>w|iL/ӨQ#B}ӨQF5jԨQƆO?} ߿|o߿_߿|/?ϟ}?~ 4`> 4x@} Hp |8`A&T!B}kذaÆ 6lذaÆ 6lذaÆ 6\/_>}6,/|70| /?+O`>O>O ?6$`> 4x>$8_| H*\|5lذaÆ 6lذaÆ 6lذaÆ &/_>}6O?~_O` _> '0|/~|? 4x?} H'p O@ DPBaÆ 6lذaÆ 6lذaÆ 6lؐ|k_>O`O`>@~+O`>_>~a˷? 4x!/_>$XA .dP_|6lذaÆ 6lذaÆ 6lذaÆ /_>~ ˗O>~ ϟ| _>ӗ/? O`ӧ|?}!C~װaCkذaÆ ˗_Æ 6lذaÆ 6lذaÆ 6lذaÁ˷_Æ 6lذBaÆ ˗aÆ 6D/_> 6lذaÆ 6lذaÆ 6lذaÆ ˗O_ 6lذaCǯaÆ ˗aÆj!җ/?$XA .dC%NXE˗/?5j/_|4j4/_>5"ԗ/?5jԨQF5jo_|iOa|it/_>}4jD/_>5"ԗ/?5jԨQF5j/_|4Ṙ0?4./_}5./F˗ϟF5jԨQF5jO_|4*/_>˧| '0ƄOƆӨQ#B}ӨQF5jԨQF˗O_?o߿|O ?i˗o?#˗OFOF5jԨQF5&/_}4/0@? 4x_?}C!B"D/_>"D!B'p |8`A&TaC!F8bE1f/_>}4_'?˗F˧QF8 ,h „ 2l!Ĉ'Rh"ƌ˗F/߿|˗|˧F˧QƂ 8,h „ 2l!Ĉ'Rh"ƌ˗o?ۗ/>5/F O|8`A&TaC!F8bE1fH_|mX_|mܸ_|7n`>8`A&TaC!F8bE1fx|m_|mܸQ |6nH`>'p "Lp!ÆB(q"Ŋ/b̨1}Ѣ}qF۸q#A~˷qƍ7nܸqƍ˗/˗ƍ˗oƍoƍ7nܸqƍ7>/_}˗/7&/ƍ ˧oƍ7nܸqƍ7J/_>}6&ܗ/~7n\/_7oƍ7nܸqƍ7V/_>~ ۗ/>7nl/_7nܸqƍ7nܸqƍ˗o?oƍ˷qƂ? 4xaB 6tbD)VxcF˧E~qF۸q@~ ? 4xaB 6tbD)VxcF˗_Doƍ˷q~O`?}qƍ7nܸqƍ1ۗ/> ˗ƍ/˗oƌ!|۸qƍ7nܸqƍ˧B~qƌ۸Ѣ}ǰ_|mܸqƍ7nܸqƌǏ |۸qF~mH_|E/_}6nܸqƍ7nܸq#F۷/_}6nܸQ |6no_|Y/~7nܸq6h6(#˧߿/,h „ 2lؐ_|:tؐ_|9lO_|:tСC:tСC:tСC:T/_>~ϡC:th_|:t߾|sp}СC:tСC:tСC:tA?˗ϟC:t_|:t_|9t_|9tСC:tСC:tСC:tX_|߿|oC:t_|:tX߾|sa?}sСC:tСC9C9C9C94@߿|_O@ DPB ˗ϡC˗/>s߾|sСC:tСC:tСC:t_|_sСC˗ϡC˗O_?!|sСC:tСC:tСC:t_|/_ϡC:t/_>2/_}"/@}˗ϟC˷ϟC:tСC:tСC:tСÄ70@~ӗ/_?:t!|:t߾| /߿}/@~/_>}8`A&TaC!F8bE1fh_|6nܸ |6Z/_}4>'_F~qƍ7nܸqƍ ˗ƍ7/|x߾|(`>o@ H˷,h „ 2l!Ĉ'Rh"ƌ˗ƍ7/|X|8_O?m/_>}6nܸqƍ7nܸQ|'p "Lp!Æ˗?'0}8p /_|8`A 7ӗ/?"/_>~ H*\ȰÇ#JHŋ3^0 <0… :t/߿}7p/_}8`A&TAaÆ 6lذaÆ 6lذaÆ 6lذaÃ8`A&TaC80߿~o`8|O@ DPB ˗_Æ 6lذaÆ 6lذaÆ 6lذaÆ'p "Lp!Æ'p`>o`|O@ DPB ӗ/?$XA .dC%NXE5nѣ|O߾9/_>~}4ȏ߿|}/_}>~Ǐ?~Gϟ|-/_}4Cc>/_|>~Ǐ?~Ǐ˗}/_~_| ˗߿}o_>~/?~O_>}b?}Ǐ?~Ǐ?6/_}6_ '0?#o?o|O ||} H˧,h „ 2l!Ĉ'Rh"ƌ7r!|o`> G_>70| '0߿| /?}u/_>~?~Ǐ?RO@ DPB >(|O@ $o`O`㗏`>O`>_ۗB ӗ/> H*\ȰÇ#JHŋ30 <0… :|>$X_>_>#o|O`>_ /?~!D|O@ DPB >QD-^Ĉ|,h „ 2l!D8`A ӗOӧ߿|˧Oϟ| '0|ϟ|_|!D? <0… :|1ĉ+Z"|'p "Lp!ÆB/_|8`A&TaC ۗ/>!B"D!B"D!BH_| B"D˗o?!B~"D!B"D!B"D"D!B!|"D!/~!B"D!B"D!B_| B"D!˗/?!"/_|"˷D!B"D!B"D!0'p "Lp!ÆB4O_|"FX0_|/~1bĈ#F1bĈ#F1bă8?$XA .dC ˧_Do_|ӗ/'0@~O` ˗_Ĉ#F1bĈ#F1bĈO@8`A&TaC!2/_~O}?~߾o߾'~"*/~#F1bĈ#F1bĈ#Fl08`A&TaC!>/_>~o`o_ 7_˗o#F1bĈ#F1bĈ#>08`A&TaC!F/_} o`>'߾|o`'PO@ /_>~ H*\ȰÇ#JHE  <0…(P,h „ 2l!Ĉ˧Do??~@~$/~%J(QD%J(QB} (p,h „ /_|2dȐ!C 2dȐ@~`>}ӗ/_|| ϟ|Р}ǐ!C 2dȐ!C 2dȐ!C O@8`A&T|1dȐ!C 2dȐ!CǏ!| 2d|1dȐ!C 2dȐ!C 2dȐ!C˗O@~ǐ!C ǐ!C 2dȐ!C ۗ/> cȐ!ÃǏ!C 2dȐ!C 2dȐ!C 2$/_|O_|1dȐ!Å1dȐ!C 2dȐ!C׏!C /~ 2dȐ!C 2dȐ!C 2dȐA 'P|8`A&TaC!F8bEϢE˷ϟE-ZhѢE-"OO@ DPB > ,h „ 2l(|9ta?}sСC:tСC:taB O߿'p "Lp!ÆBt/,h „ 2lH߾|saB~СC:tСC:tСÅ O࿁'p "Lp!ÆBt/_Ĉ#Fl/_>}"Fdo_|E1bĈ#F1bĈ#/_|/_|#F1bĈ1bĈ˗_Ĉ˗o_Ĉ#F1bĈ#F1|'p_|E1bĈ#>/bĈ#F/_>~#/_>~#F1bĈ#F1bĈ8p>$XA .dC1bĈۗ/>!˗O_#F1bĈ#F1bĈ8,h „ 2l!ĈE1bĈ˧_ą˷_Ĉ#F1bĈ#F1bDGp_|Ex`>'p A+X| /_| ,X`  <0… :$/_|&/_>~>|Ç>|Ç>\O_|a0| _>~s/Ç>|Р?}{X_|=|Ç>|Ç>|!?}#?~o_>~O>~˗|˗_| /?'0?~|ӗO?~O}7_O_}˷O| /_>} {Ç&ܗ/>O?$XA .dC%NXEw_>/?~?|7 '0_/?~O| ̷o?/_}O`>_~۷}ϡ|1bH_|)/_}1bĈ#F1b>˗/_>~ '0߿||O _>~/߿/߿|?/߿8?}'0|70_o7p@~8`A&TaC˗~Ç>|Ç>|Ç#~ _(߿|Ǐ_ ߿߿_맏|O߿|߿߿|_'߿_>$H_˗? 4xaB 6tH߾| /~>|Ç>|Ç>\O?엏@'@~?@~O?}//?}| ̧o?`?}_|o߿|ۧo?ϡ|˗/Ç>||Ç>|Ç>|Ç ˷ ?}˗O?}O`>ӗ/?˗O>~0_>~ o|˗|_׏_|߿|O`> /_}ӧO`>} ̧/߾O`> 8p?0 H*\ȰÃÇ>|Ç>|Ç˗/=||>L``>'p A}8`A&TaÄСC:tСC:tСCO@? 4xaB -\p|-\x_8`8`A&TaÄg߾9tСC:tСC'P?$XA 0 ?} H*\ȰÇ#_?$X ?$XA .d0!|O`>:tСC:t|s0C'p  <0… :|1"AO| (0_|8`A&TaÄw /ϡC:tСC:,`>'P|˗?~/>O@ O,h „ 2l!Ĉ+`>8P|'p "Lp!Æ >~'߿|СC:tСC7 '0_'?} !AO@8p߿O@ DPB >|˗/B}(QD |'?}I(QD%J( |߿?? } <0… :|1"A˗|I(QD0@ ߾|8`A&TaC!F8qaO@o@~_>$XA_|? 4xaB 6tbD)܇P_|$J(QAӗ/>~+o>~70D%J(QDO?}/'_>OCC/?I(QD%6O?}(QD8 O_|˗/_?$XA .dC%N\`O`>}/_>~ӧ߿|(./?G"E)R/D}H"ň8P ?$XA .dC%NX`> ˗D~,ZhѢE囨/_>~-Z`>'p "Lp!ÆB(q"ŊYX_|&gѢE-Z/D}hѢE8,h „ 2l!Ĉ'RhBOF1b_W?~0b(`>8`A&TaC!F8CO|7P߿O@~8poO,h „ 2l!ĈO_|$08`A&T`|ǐ!C 2dȐ!C 2dȐ!|o`> O~+Bcx> 2dȐ!C 2d_>ǏaA 8p,h „ ԗ/_> 2dȐ!C 2dȐ!C د|G0}#/'P?~ A~2dȐ!C 2dȐ?ԗ/?'p ~ H*\X_|2dȐ!C 2dȐ!C 2LO?g0@~/߾>1/_> П <0… :|1"A~8`Ag ~G_| 4hРA 4hP>$XA .dC%N?} G`>O߿߾}_/$/_> $`> 4xaB 6tbă H A}3h|0'p "LpaA2dȐ!C 2dȐ!C 2L@#`>#_c(_|2dȐ!C ˗C 2dȐ?}cH0_| /_|8`A&TaC!BO@ DPB > G0|O|/|/bĈ#6/#FP_| ˗/>0 <0… :|1@$XA .dC ˗o|(߿| 8p_|ϟ| G A <0… /?:t谡|90? 4xaB 6tC"F1bĈ#F|E1bĆ1bĈ˗}/߾/bĈ#Fѡ|#F1bĈ#Fx_|"F1B$? 4xaB 6/_>~˗/>˗OC:tСC sСC:tСC/?:tp> <0… ԗ/?'p A H*\ȰÇ1bĈ#Fqa> 拈_|"F1B? 4xaB 6/_>~ O@? _ ,(p_| ,ȏ_>+Xp |O@ 3H0A ? 4xaB 6tbą/B(QD'p`>$XA .dؐ|9,o_|O}s?}s` OÂs_>:tСC˗ϟ@~/_>ׯ| ̷/>˗ϟ@~/>СC6O~ H*\Ȱ!A}sx o_|ۗ?}'p_>~O>~篠~ ܗ/?O_>}O |˧`>˗ϟ?}/_>'0?}o_|ۗC:tСC:4/@~}߿|o|/||-/?:t!? O@ DPB ˗ÃWp߾ _>o߿~O`>~ W0}'0O`_ ؏?~}o| '0|O`>~9ϡC:tСC G_O`>o`_[/_>:tС|СC2ԗ/?+`O`>O`>@~70| /|߿O@ /߿߿|߿| _? ? 4xaB 6tB O?~O| o`>0'p` /?$XA .d`|9tСC A~ #/| '0| '0|O@߿߿|/߿/߿|'P` |/߿|߿| _? ? 4xaB 6tB}?'0߿|Է|o߿| O>[/_>#Fa|"F1"C}H O߾ '0|_|O` }o?O`}W0@'_>/|_>s/_Ĉ#F1B_|/_~ GП| ԗ/>˗?߿| (P|'p "Lp!ÆsСC˗Ã/߾O`>?}/>}/_>~˷O?}O`>__>~ϟ|˗/_O`'0˗|9ϡC:tСCp|9tСCϡC:l/_>~?sСC:\/C:tСC:/> ϡC:\o_|˷ϟC:B˗,h> ,/_|8`A&TaC"D!B`>!2/?!Bذ|/_~!B|'p O@ DPB >|%J(QD ̷0D OD%/~˗D%J0 $?/8p8`A&TaC{Ç>|P_>}O |ӗO@}?~O_|./>|߾|co_|=|C8`A'P`}8P`>8_>$XA .dСC>|Ç2'0_'0|o?} /=\/_>>|p!|{8_|=|C8`AO|'_|˧_>~ۗ/?ϟ|'p "Lp!ÆÇ>|a>#/|/߿|o Ç&ܗ/~ӗ/߾>|@~ ?~'|o߾۷|oÇ>||>|ÇO`O`Ǐ_?}o_>~˗Ç>4O_|=\o_|=|Ç+߾@~ '0_}>|Ç {Çh >C/߿_'P|?? 4X_||!||/?|/_|./>|߾|{`?}Ç*䧯`>~O`>/?}|>|C=|Ç>|ÇÇӗ/˗O_>|!?}O`O`>~ O_|ӗOÇ>|_>|Ç>||'p "LpA~ǐ!CǏ!C 2dȐ> 2dȐ!C 2d_> 2dȐ!C 2dȐ!C!C &/_}2dP}ǐ!C 2LOC 2dȐ!C 2/C 2dȐ!C 2W0|-p|1dȐ!ÃǏ!C ˗O_? 2dȐA~2dȐ!C 2dȐ?2dȐ!C 2dȐaC!Áǐ!C ˗O_? 2dO_|2dȐ!C <0… :|1"A$J(QD˗}/|O|ܗ_>ۗ}#/_>%JDO_|I(Q}'QD(QD%Jl/D%J(Q@o?~_ o߾ܷ| /?/߿}G_|$Jh_|I4@~$J/_|$J(!?}%J(QD (QD%J,/߿|70߿|/߿_/߿_/߿|'p "LP}p!|˷pBo… .\X .\p… .\p| .\p… .\p`?}o`0@/߿__߿|/߿? 4xaB˷O„ ԗO| Ǐ|)T߾|SPB & ? 4xaB 6tbD'p "Lp!ÆBT?_>~ӷ|/|o`߿~˗ϟ@~1B~a>~߾}|Et/_|"F1a?$XA .dC'p "Lp!ÆBT/_>}ӗOӧ?}O_>}ӗO>/| ϟ|/ 1"B/"|/߿| /?"B/_}#F1bĈ#F1bĈ#F1bĈ'pAO?~˗?qa?}Q`_0@8`A ۗ/~ H*\ȰÇ#JHŋ3jȱc|#/_>'_>>ׯc|/?}'0?}!|رcǎ;vرcǎ;/?@~߾|0?O_|O_|:./_}:vرcǎ;vq|`>(߿?'p  /'P /_>~ H*\ȰÁÇ>|Ç>|Ç>|a~70| o?}{_| @~ |{Ç/_>~>|Ç>|Ç>|Ç o`> #o ?~=t/_> /_>~˗˷Ç>|p}Ç>|Ç>|Ç>|p>~ #`C{ |{P|{p`?O@ DH_|'p "Lp!ÆB(q"Ŋ/b̨b?~ |70>O,h?O@ O_|'p "4?%LP`>˗0a„˗,h „ 2l!Ĉ'Rh"ƌ7_3m`> 4x>$XA O`>ӗo@}/_>/K0aƒ? 4xaB 6tbD)VxcF /|̇?m`> 4xa>}8`Aܧ??}O}'0?ӗ0a„˗,h „ 2l!Ĉ'Rh"ƌ˗/>'P 8p| G A O@ D/_|8`AO_~ /| ̗o`>/_„ ܗ/> H*\Ȱ#JHŋ3jȱǂ˷G O`>_ '0|h|}Ǐ?~Ǐ˗//|?~>}'0|˗/?~Ǐ?~~q |/>}˷O`>}/_~ o`˧Ǐ?~Ǐ?~q}a>R/_}>~Ǐ?~Ǐ˗DžO| H/_>~ H*\ȰÇ#JHŋ3jȱǎ˷Ǐ˗Ǐ?~Ǐ?~@~}Ǐ?~Ǐ?~x_|}hџ|}Ǐ?~Ǐ?2/_}>~/_|>~Ǐ?~Ǐ#˗/_˗O_?~Ǐ?~NJG˷Ǐ?~Ǐ?~cFǁǏ?~Ǐ?~#|_>O@ DPB >QD-^ĘQF=~9| yq_| 2dȐ!C 2dȐ!C"ܗ/~!%ӗ/߾!C 2dȐ!C 2dȆ/~2dȐ!C 2dȐ!C ߾| _| 2dȐ!C 2dȐ!CZ/~! ۗ/>!C 2dȐ!C 2dȐ˗_~2dȐ!C 2dȐ!C ߾|/_|B 2dȐ!C 2dȐ!C/_~˧_Ȑ!C )B )B )B:~ /_} H*\ȰÇ#JHŋ3jȱǏ C2/_>}˗/?"E)RH"E)RHO!|)RH"E)RH"EI|#o_|)RH"E)RH"EL/_>}˗H"E)RH"E)RH˗H"E)RH"E)RȈ'RH"E)RH"E)R|)RH"E)RH"E/_>~"E)RH"E)RH"_|o`>? 4xaB 6tbD)VxcF9vdȉ H߿/,h „ 2l!Ĉ'Rh"ƌ7r#Ȑ'p@}O?$XA .dC%NXE5nG!'p@_>۷} H*\ȰÇ#JHŋ3jȱǏ C:0(0߿~o`>$XA .dC%NXE5n˗OH 'P? 'P_|  <0… :|1ĉ+Z1ƍ;z`>O@ DP‚˗o|O߾'p "Lp!ÆB(q"Ŋ/b̨q#ǎ;O@8`A&T|7_? 4xaB 6tbD)VxcF9v`> O@ DP‚ <0… :|1ĉ+Z1ƍ;zQ_|/_>~ Aܗ$H A $H A |>$XA .4? 4xaB 6tbD)VxcF9v1"|`>$XA .dC8`A&TaC!F8bE1fԸ#Go@} H*\ȰÇ <0… :|1ĉ+Z1ƍ9'p}O@ DPB >_#F1bĈ#F1bĈ#F1bĈ ˗/߾  <0… :||#F1bĈ#F1bĈ#F1bĈ˗/ ? 4xaB 6tC"F1bĈ#F1bĈ#F1bĈ#.O8`A&TaC!B/bĈ#F1bĈ#F1bĈ#F1"C? 4xaB 6tbD"F1bĈ#F1bĈ#F1bĈ#:̗ ? 4x? `8`A&T| H*\ȰÇ#JHŋ3jȱ#A~ Oǃ0|=6ϣG=zѣG=zO_| /_>ۗ|˗_|/?'0@~|ӗO?~O}y/G=zѣG=z8_>߾ϟ|/@~ Ǐ_>O| '0|O`>~y/G=zѣGyGO'P`}߿|/߿? O~߿|/߿߿?_'p "L| H*\Ȱ#JHŋ3jȱ#A~ O? ߾|/߿_߿|o@/߿| ߿~_/߿ <0B'p "Lp!ÆB(q"Ŋ/b̨q#ǎ+o?}/| O?7П>}/'0}_>ӷ| 籣|=zѣG=zD~ #?}/_|˧O| ϟ|G0?}O_} O_|˧OO_|cG=zx_>=zѣG=zq"?}=z|=zѣG=zD~%J(QD%J(QD%J(QăI(QD%6OD%J(QD%J(QD%J( ?}%J(QD (QD%J(QD%J(QD%J ,h „ 2l!Ĉ'Rh"ƌ7rX? 4xaB ˗/_Æ 6l <0… :|1ĉ+Z1ƍ;zx1_>} A $H A $H AFǏ|ǯH A $H A $H 'p@~ H*\ȰÇ#JHŋ3jȱǏ Cr08`A&TaC!F8bE1fԸcGA`>O@ DPB >QD-^ĘQF=~#|O@ DPB >QD-^ĘQF=~>  <0… :|1ĉ+Z1ƍ;z2d|'RH"E)RH"E)2"|)RH"E)RH"E)1_>}"E)RH"E)RH"'OH"E)RH"E)R$E~"E)RH"E)RH'p "L? 4xaB 6tbD)VxcF9vD~8`A&4,h „ 2l!Ĉ'Rh"ƌ7r#Ȉ􅔘_Ȑ!C 2dȐ!C 2dD~BJ/dȐ!C 2dȐ!C 2"?}!%2dȐ!C 2dȐ!C  2dȐ!C 2dȐ!CO_H 2dȐ!C 2dȐ!CF/|B 2dȐ!C 2dȐ!#Rb>!C 2dȐ!C 2dȐ )1!C 2dȐ!C 2dȈ=O@_ ? 4xaB 6tbD)VxcF9vdD~3/| a>!C 2dȐ!C 2dȐ{`>~o?} 2dȐ!C 2dȐ!CO|_>{_Ȑ!C 2dȐ!C 2dD~'P/߿/,,h „ 2l!Ĉ'Rh"ƌ7r#Ȉ=g0@} 7П 2dȐ!C 2dȐ!CFa>˗O`=/dȐ!C 2dȐ!C 2"?}(߿|߿'p O@ DPB >QD-^ĘQF=~ 2dȐ!C 2dȐ!CO_H 2dȐ!C 2dȐ!CF/|B 2dȐ!C 2dȐ!#Rb>!C 2dȐ!C 2dȐ )1!C 2dȐ!C 2dȈ􅔘_Ȑ!C 2dȐ!C 2dD~BJ/dȐ!C 2dȐ!C 2"| H? 4xaB 6tbD)VxcF9vd~ H" <0… :|1ĉ+Z1ƍ;z2ȑ$K<2ʕ,[L| 3̙4kڼ3Ν<{ 4СD=4ҥL:} 5ԩTZ5֭\z 6رd˚=6ڵlۺ}{6 ;;PK_ߚrhPKy$AOEBPS/img/repma011.gifhBGIF89a @@@999|||)))ddd  wwwnnn """mmm  JJJ333vvv¯;;;KKKAAA===FFF̲LLL???555'''---:::lll...$$$}}}CCCqqq000ZZZ>>>666DDD***WWWBBBHHHMMM###VVV888777uuuooobbb222kkksssjjj\\\~~~111OOOYYYfff]]]IIIccc{{{GGGzzzEEE///,,, PPP^^^(((%%%```!!!+++xxxiiittt&&&___444<<5۷9QGxcI̟?\CaV.=Ê+(Dj ?n1ߜ0bBVA&_RE V:`d] }pqiο6_=O @dq)#P Ͱˡ0"#(@$ f* +C \ЀP (!p%".Ld$Ф&6Iy'( e?JP@(FjR |*d0GN#?\9G p8\o8 eQfДKֲhЉa[z?5rt@]0Tȅ.v "  qTPzdC~/=Z dt?1w?aE$vn1@:G8āE3: 5pCl0C?Ra"AfP!`Nc0h?(;BPBV" 7>C` PZ70چ4!HD$ZYɱoFhY=K˄o=;$p ,LPk7{  0Ȣ1HU?` hAuRPeXc]c匇,ĀA&;y$ 6<6`30p g49Fe!^ 4Џ>p0|LPº CcNYsFD^h :5:QR"U0 L~<@ 9A5sBpEҸIl,,Rإq5F>k$W?(!u,7KX2Na4W&)@&@,~(7Ip7BFL+!Mcw븃*fX F&_9AUP+p?m8 G<ė0%@q(B%rXZ`ʃNuc?dpw7B `D-󪛝HA;|"K{B?̀T Awc`wX )&,iԀYPBr[jG'"qu{(Ȁ6t 3Y E koG3Tk_BLE?z?GdP@aqao@Wn0 C0DXs Qp c~!qVg'??~"n@gH v J0pkn#p]0@`aa}''D'k 0}1ha >y pw5Bha@@XXɀZ`RxeT , cxvp F/`@ЃoHufP9ifT}hvG3 /`Hay 㗈USg`Q8DF!h-$`yr0_8"5@yHq `y;^XQ7`CF1@P[ (n V `et`x;/8VW oP@٨!FѠsH8!P`e@c?`,hlp@~!0aTx"y{H ixMPD@ }| pb+9c-j{cxuY3m0`?AD#_0Dp dG Yp*.1^Nf @ P )E.DP;7 0ߘ 0VY i0 kPoN npdp n KP[ B`y90 ,P9 `F!I`IP P00y(lD0  ) mO6t0pApP }wqb m *<aJZP%kp֠J`M^ t 0f `  900!*Y'٢U*`i `\{FĵLP, D0 VC<˱M޴ȶC~F }=M$Nћc 6s) ]]:HL +0d(bPps}M } /[ P g p.p QP Z;Lu` c^e%0`Po]ЊL nzXШ`9벞C^-N ͨ .PKscpY aP лo*p"?δP`{K { BP '`pH Tp^s. DqPB, 3PPx.% p8g-y p  |`ʰe [ A'qG [R?z~ykQ l 0 5 ` @KL `+ 9Yauw/no>ϰC-ϐa t`,': {PC@ldğ>dBR6k D$YI)UdK1eΤY?5A PAQTQ75n!99r( % 2L8aH2ٲK13SLQ3Nvu]xGs=;s>=)J!W u3(d U8:&FTP970$. ae[vecyfk!JtFF[o5G_Mc"a'F bFwtcKqӺ2f+֍myl>Q Q*qA>HZawΈ PEAPY#&GLXTRA6Ud$fD]W`8x~t@-`E@ <@)D @AEN/S]0@)v7HpW8UP? h@?H@,8`T.x "x N|:uG}!bh~F@Ѐ%<L@-Qe/3A 0h+Z Bp 3 s0C,D\9)41=RĉNT?ᯋ؏^a@JoX?6 YHGGRDWJ;0! m @ @J%e&9Qh(j_J6>$c MKzDΈ5겂N-0 wL VMqU1ddfa?#x8iN%5L(V˥)e-擰8}?>01X 84I8Lxb,S7{Aj0YGL@ZhWe {N.nHHJ/ BXrfϚt݁?8=KJ>(ІJeRMH`}{I_XLY&*0>k"پ@x!>;j$l&&l@3)L)o-r8?kWY%,l/+Az>8)ܽ*T+|A-I+º"sQ 83DCHd <6@8d9T*;$^;t>ܼ?9kr$(,0K)RH|ʔ(^I#ƚětH#4xH*<šTEjCI +rJKʘDHL\tCCD ܽR 2|FSB¢4ĐǑt;pKp(P?cG_JDG\GO@<*?h=tTj\KlKsh0LN\C3HrI$DMTbaE;H+ƎlEEMi)єRN=+M=G x5;8\K$tPР4$P>Fbh\"AІ єNG˫ ӺX88QN ASe8 5 eO%uO !0XUP\0*JGQT8X-HC 8._>r̓H@So5JWD 0&h Ukv=T20 `T7/TushS+\8ZE0 Ƣdϖ{E Ȇ^8HnXUVVe1\s(Y]F =ZFx8x%V0Q?XR8YZ h,`L8B@FºZ XAV$[Գ-]X7Pr=/WpY(ZHNpM 9s؂ͳE %U|TMr2U`M6j̜O-]L /xʘ=PSa83ȀW3R j@8E(( ?r "ɘ 4\h1/h1(؂^8+hDRLGQ "YX4M<(>!zp+Ot_e0\H P 4C707`c8C؆j;#*6 `#F  X*PNx &,+-#a Y cc P Xb&&oȃKh ЀH؀*@do8[I.$;hz40Pb Y`|>>pHK@g؆;S oQ0St4S 6^t]@88XxQax  g6h jM I <;afX0溠蹰x hchN kH( @- VW(O8c ^i`^@( v=jљqjfkJ6F7 ^X~lv > Fkdžl~dxrj @> masNmnyDpm;3!Pf胨mV bpy㞌n Oh Exc8i~nF~x8T:"Fn^fN Ȅc8onpm pp(p:Z^p8x& p pHX Tq^(.]`q (oRh3(q"@`1Yh_'h( rq"s  45618=_ :);)<CW `?@&ݘXxH!XyZU HtF(w gӃ6f@DiY10.w\1 ]AKhPn?RU 9_ b^V2 A#HQ@A G-Ur*^X2L98r +)B+B$P1):P `YA2hCDSGc5H p =2jĬ@ D/\B1sGtP#hLб$@*(87 ab Rh4Q*Cp9V0NnHpRV& 0Ӟ b}@ #()M^- /qh?>cHF $C&K@L@QQKȅYz(`h1~ 3]Be^2xC@$U#}x:ښM@hBL.6C: pZ `p%ZPٌ(l1.Bah=I; Pp ` ,s"2wk5 ]ipYT%y^q PlpD r`|:cT8x+[`lt1.WDAuA-?xA w.6`^G!V$X)PYL.Nh j.@: (bIEcܠi\l(B3\)J9=3Pd2K! 1F8Lgq!`GT-s9?Yi`D*5bm0607`5 [`r]l k e9pІVa-3Z!;z00"."a-=}eT pӲ. _m|f# "G~ ޑxb ]lE0`<['죆no`QG2>pFRW۵4?4 pp;KJ H@@F@OH)#p^WBAD X| 47KF7 `Khy_XH>`i H C/ё.3A؇܂!XX `@8$%L@ a!A7B8 8DB&44A. 4P6T )"!\j"-4xC .<_8@+| :@@5^#r`HA lA 6b@ ̢@)A4AL;*tM>lPc b* +t_b8,@ x68/0Cd0A!te Ad,|<̂L@dT5Z b7a!8!MM$x'FB6t*,ԥ]ޥ''dOl'4`U^e?n%@@d9.$0ԃ: ` p$]Ѓ:HADDB=, TUJ*d~)MN(h7%('AԀu^g \;(L3AP 4@L`&V&6rő!t}cp.Y''r>@D8xB)BpBH"$pB8 C#@y.@zBaje{&@A2c&dRfNqr ; !`8p (@y'm"n &,LL}gNq&'u@ \8 XD@H@ P $@?{@|e}Yg*\y͔Vfv闆阖陦)y'zV#!v $0&BF&-h~hriN X) d)@xNUgJ* )摊)r)Rbj)))jmi6 pA&A)i, g2ij*2+>Nf%~N&NbvijjjJ1d4*~:i"z*Jzbrݵb+l7޷&if, l&*ka+b"$B+k"n,*,)šh6mjCoL,r,zjϺkɶ)VfBr ykڎklꬺml+kH#m+(,l~i¦vmf_Ē-lNm+",n_޾@Mg~첊ϾkZfh!B6VB6-k悪r~.jrmiF XŲ.jl,*/&.lrA﯊,.ޮ(n!*)›cbo:-r@oVb-//ZײR^0Jm20.*.D /׬0n,ޭ*cfj>-ko覰/ؾp$́ )& ;q>pG+rPqX/.-w"Xd*-dn  o0z!YqpBp..$x2r7,?q#>JTr&{0'0l 3,2#r2ίm11:r) @ %!! n"':N;33!X"b2r1~q'Wsq(蚲zsM8#+1n3#32p.s $/'q>3m +8@H@, 3$t&ôL4ZNGK6e[vbb) 5AorR6(6 GTStUV4q@PA$ T 4 X;H/Y/ (%܀Z2!  @'0?.uFQF41H0x1IZW"DArCQ$I VӄU&%x%hM4|w@K"v5FR PE(xF8D3GDɥLx“.@& 81a 6F5v džk0 jXb|H BJ)J*JMԨZafNĚbY" G Ijdq2hc0X`KlΓ^0 3D#4 (xp L'i&˜!N81.|`91bD :FCJ;t(`j2;@iz G,C Z9ÒrGB3^,1n8ƟBe4 @Ag=`I|]66؈%rȤjꩨꪬg/ 'R!Nq;O BNNS1 㓗Jt⨣6tDb%yƆ'f8.0C@ c 9 FEtl)cAb8G 7ި%zx"k Xr`cu~J>fIO8&@@#.wmgL%7d^K"F )#!c<ֱJ51Zs#$hlK7yCnMPRXq% @߰RGB` jA A$?0 rr@0s:@Dk@}nG١ `jAe+(A! 95t%]R DtPH@DlۈӼ9_%sZ`jt|n;s4N(> @@ @Hx1ܮt?_" խTK;PA@0@ } Hs%0@\W 8dPW2 : $^rO  URRS?A@K | `f!Rʠb/ V?L`W5|U @t@2)2s !5AP"(Zgu% `&`[AHULb&  ^l޵r:qT 2Swzm$o,6? >h1Id#8` 0aX`f74^Q 8[(W<a! ,`]#EjaRk l;Aۜ0mWnmc5mL4q61ͧJtL_Wۆ]YpCT wrGH D< L`J  j]t u3iu]T,a\ xXfmw4 vwW7roθMy4Y'a$q%'7fxVi  2AʀF)6F[L~1~U@ f@` 8 2 <p qK8n5y·qF_Q D[)\hI t@کi;s! h V8 6!EȀ v880` Z8jθ@yW &A(i3kDka ` 90 w^QH,FS /5` @v|k *t B@vVt9blxqYExYܚP` 'LX"0@+ 0aoKMFk+öuQ<@aNLXXbi].֟5V`T@()x1Zwpt$C(,4F!СSkQ!aLW;@\ZuaG9vZb0x ha a̠v]?}"`zP XZQE[$&z\`ؠ`0 (@ ڡ9)A_S_ u;\  "3ౙ@ (c&mҩPK۪POlStYO[!T 'hh QsY5^[)4@~[ŖE 4![),T:wmjJ \H{x;;S{pOA"d \rxzQR!,«Ó(Lh!:\y ڡԛ=[ƁӾvdzM}y Z!,\'|(~\7r\)aL AScր`ט mBtX `p@|uQtu)}YrdA> |?]Gמlehe3 a=} x\}YЕR d` .ڱI @}>%-ٓiTUAcMz +}`An.桩 plYcwT;c* A=cཧ>!#]]Ct h~qb̞P91B`DV 4P;{˯lm=ἳ`zX>iFO)Kӫ`F<Nگ&H@f0>Ib0… :|1Ht!oĈ%J!"PP:tGą+`a!B*$hq &L$8q ,ȐB Rbg|Q d˚=6ڵ y$j?>V)sA9wJy ( 6P)TT H 3&\ѤKvHB)[k^+[yAM {"V1O!H`9&kOc?YdcάywϟA=t)SZꚿl6:`uHhD@]HD[K/a:pF ǔdQ7@!?DBXV`.e@/N xIDmմ[oe8TpI TTU,Ws 4(݋k}sN#xH$J,'M6tz@ EQH)TRaSBXhe 83ܥ#0"A(»چ[fJdN|lq3 ؝ueJEHR%+fzm{rWS T`K-Y  ͶqH !2 8'6?4R }0m?n3c8FV%|(-5oD9Y\H+5U7|'0oS/8t{0A>xsO(.(|\ gCJ F05 BNC5B 1\>X.m@zSx2s0v~na'0\8L!ZP -b8B k-X;b` iT n 4P9zr% ljs( }Bq2(l[PԣP.ԡ5?ـl 8B&sJ$@A )Ps Jp3?'?YNЀqEWX@( hNʔ-2T8fbC3R1 iC @ P :gՇ3PG3`1 6ul@q&ȁ Us@ iVD`)@ l d"Vv! 'd! 31P9ʁPﯤ%P@ S1T4) ;dv) X6șJ\b@OlPE8@)q [6H@w@]{wfx.f:I_$~~<!yh Kx/ kx? x$.Ox,n_ B]qP,*Po#P~ yCvlk C0p䴌:( kǻe vsZC.rUo0 ^pd1" G ~NЃ.a\ЂC."H;B` uc [(+[A.h:6 0E Y A 2F6 A j  w| p0! b @)?jp 4Cvؒ? $p`!C "_ܱlIB Ftx-6`RI^E 0Gp `Ay@Rp  '0 Hp%pPk Lk kk G0P Pl   0 P\` Q 1S`rC Q  .@/ 0 @ {H ` FP)ܠ{]pRsp`qqqp_g'r+rV` P@X80 0~  H "P W@/K4@ pwsWww_ @pg6  a@TC= a ;PK[hhPKy$AOEBPS/img/repma024.gifGgGIF89aꅅRRRnnndddooommmZZZaaabbbGGG111222$$$ &&&ʾ???|||yyy@@@<<<픔qqqLLL蚚KKKBBBuuujjjXXXttteee```岲hhhpppOOOݖ[[[ܤgggrrriiilllԗ NNNkkkWWW}}}wwwccc䯯___QQQðĢzzz̞YYY\\\MMMFFFPPPsssfffУ+++]]]SSS>>>vvvEEEUUU^^^{{{;;;AAAǵDDDHHHxxxJJJIII˭TTT777===,,,CCC~~~ 666...444999555VVV:::%%%***333---'''888###(((  000///!!!"""))) !, H*\Ȱ! ::Aŋ3jܸV2HIɓ(SC˄B|I͛7YsΟ@)dϢH*ItãNJMt*LVjYu+A^ÊmU,رhӮRYpÖ-800ou xq[;"wS XtH 0W`AV(KzE ƪb Ibƃ6#CZBaԋO1ك@ *݋>͓,0}?& ~*0AJ$ ˁ&Lby?!5v@Pv16gfP{s$a`9Q$]#sLZF ӵa ,u ԙ2@i6*q = w@ H"HLX-<#h3C 7XX̢.z` H2ь`jH" tl.Sdq:x̣> IB2 ,I0Z"&ل27 d%Mɒp̉O,eIp e,Y b~G'B4*! *GB-am rR9z>(މLXAyP@0BAI @9@P T+A6  ` w̐@$+XA zyYAju` &Qe*-¤1j̓`@.hbN *! %!X?11fHH4 *a( '%4JSP0? `DQ;42G"bA@)aJkduYZl㚗APp t(E7`qc"RQ$a3 ?:1Y-e<l (:` I# ܝIPwቿ$/OEodG1 Q qр Xhq (^1$&h(Vт.(0H28NQqV@Y8 6~@HJL؄NPR8TXVxXJX0%*pz@dXfxhjl؆npr8tXhh, . 8Xx 8XH`h32"h􂊤8Š(֊(;7`c:C Nx"@@`=cz x"N 3zP(R 3ƍb`K&'9 ,h 6` T0070$< N@Ip_ KT69;BW9 5&P:7>G:#AC543m? P_ F:J^sp @: D:32 @I9 Q9npsJF99DdYfC0glٖV" 09`6\З~9Yy٘8E: qB3 9Yyٚ ,@ %A X3@ !@930UM 9` 0A@+:c`Bs8ԉg$1 3OL'[0݀; S@Ql H+@#S  ? "e 1 !SGpApA  5 y)!Zl>*#9S `q@ {(!  q qf@ ?Pq zPPƀ yN Rwpo&CN @Dpw)G~]]  MP{QMt` =Vgh1[bG98N 0S0h"7*r@lS0.<w # 05 N" 0@ S @UB5P[  @ &5bPP%@` `07HP G ~0  O>P `u CP l  { O'Vp IP"NP lCz0 9j    | #wm7 dP`sA;@ eu<8 O`h d0 =@ ; P@G@ ~@<0 PRP xӠ 0%/ ̀w PЕup߲@] HPðfl D" 2k P qF 80 |  a ns d$ {P pOpڰ BijdZ% EdZ l^ $0 Oja6P p@E{c5 < P rj@^ 50  6 1-hwp o@ 0S@1 ] KN/  ԰ Fj@`E 0 B  Pۀk@ W ` y@V " 0+ ՀRPF1e@ i@s pY@114aɠSk :< 0 3NyV}Ƅ뢄L @yΞFJW~ƞ5pI6a~5>~L-^/܃B 7 0_ "?$_# O 02?4_68:<>@?vGpJLNPR?T_LԐ`^`_E)Pjlnpr?t0pP|~~4c xV/?NQHL`/Qp s`:@~5hKoА0` T6! sK7!ظ9¨;1SFI[ `LJ4 ݟ1J4䰙 AOWA .dC#N П>z,j@G!E",/)Ud 8,Dg?(fbh)0c?`BHA⇕0a!sAO$P2(of  C$\O! p2ѣ[tQ%UctrD%n Z!VHdG!g\(FŜ'>d`(@g> yEJAY 0bEP|294 ,UBot* cdZ<4'@0" "f`Y5є0PM1iF%džGdq$b 0!! fQ.pf9 lt&>6DŽLd&g)C *T#KRa8(p pe/\SN&@j_Q55Ⴄh=2qKA X%I9'T'dr/\1&b)%Fgk8 0V႔xTEŒ*]>ؠWY0b:qmHG>c< p 8/4)$  8Ň]YC//`6“@d5H& i!'@ 8D04HKUP#]!L0 HD)`4| P`x0mX2x0Lralr8 &j(rA:Td A8 AU þwHBZ_q( Ԫ(B1(a^O ~0), l` B1İ< ' $ HقGq&8Pp:AaЂ :O w x.p4|?A!@A؀A<@LaGZ=SD:P9hBB(U"VTAC2Q hHM*2'ey^T IBb:S iNsӄԧ3*B:Ԗ GEIj65O-HTQêWhVu5 rrI@ `k[VUsk]zWU{k_:7u$p&VelcXFVle-{Yf`W"P4%miM{ZԦVemk][`4р^{[VXH%nq{\&WenqNhnu{]^7bM pW);^􂤼Mo{^׽]|K_ľ?_*0zz:g%`r3 aA(B6b)-PU# |11('GlfZxl 0z pn `9а F#@]jXZֳum}kZ` }k`[ر0hzp\!;T@Ӧv}mlg[vmp[.ٮ > [w}o|[wo< 0r|a., +@x-~qg\x=q\#yy, ~r p,q 7A#BA>/w.`ػ+sKPL*$`!Hu3mQJX KX8U;C@JrMYЃ HSo`PxTX V:pA/ap4xhH+7pnx3x**%9E_R‘8}(8PP:P3/FJ(QJ؁1]J +Z)'a Xd (D gXxH<A@8ap/pZ6%<xwS)pD@/x@0+0'hPF'(,mT BHl<2P U9PydU9DB XVd@O+&Hrphg;]0jgp-h\]R@-p]@X_(V8H/J–@OƦ* 4PT9wX3P3[ˏI:h9d^@K58 F`Hh1-`H)0A1D3ȃ9[(EH#OP`p&)PEPVMGYP X lHN Bdؑc@@[*e%кUjx@h :q4h)@Hj8C(rR=<dؖGh)xG]hR@*X@QX>h(ܣ,pU8h'Hw^ <PQflMP'*c:8xH:@F.2 1*z dXtP-`Tȃ]N+Ux(eP;H7Nh1GO, @- R_%V o`*'@.%P)o^+h//xd|Մ^:P 9; ^ 4PA;^ڣh:0B"S\J6h&0PGx%HV 2#\)1-[` TX#`&p34p3`GX+Ax\Pb+*XU!iL\ ]ӵ#-W&kHŠHMD40U>@Jj]We΄8J(pjCYpuTt&`[U8V`؂ p[ [@O(P\([6(\>m wP 9؇@() Re0\I7 GXF^*d0 g 0@dEbP;BU;2RY EWHQPh>-8=QH]V_Ej,Xnx儓2 a`i`~K 0).hȂ40cHc(yA.2*0->/*H.gUP`!0oLE``5X-H$%ȇPH5'H@T@UFRq19Pa4/P^NYh=p1< 4KFK 'xf7hS30)Qnеnl1E S/9n* p1h/ mP%<@˃aPЃ3*vyxN&X|\TpȄP'Bx20m 80eE%UeȂ(.x(м~h_U@-)Y@/b3.o $00E0^r-F -8 A\@#(ب+(3G8(8>0g@vu)t8쇐F?Il=tZGwDXl Xn~bߺ)k-H_ww?(x+x yW)?IyZy)yyyyyg/z?|OzyxzYzz{{/{3(H8{{{8o<;x{{||/|?|gF {Ȇ4@|ȏ|ɟo Xa||a#0e|}yqh:hHcؗrԯ}(܇ݯ[pu(m$#8wx?0@-~C{ihawH€n@B\y o);vz< G,h „ #D:0h"ƌ7rcBV-"[$ʔ*Wl KE ZҬi&No('РBD2mT l(Rjr7j,+^͗' hz͋} º ?k0(,qߞABsLE8is` Mt2A؝oh2m Rn,\! t˲),Y7! Y^:" ^ǮZ>VXBI`،8GS1-]CpJҭ-P#/ȕ `K$NpgbMH X | {"F@ %ȃ x$A`K<@HYL3H l )oQMbdTx@w9̂>T1r0M;n\Q܀# '0 u8Ra=,@7E+<6dgI!zv@ > #FW`״3 p;aBN"1j"3CL@qq0²pDhkLjBB HvDAG32S5t?oV/D.,t@AM:g`H\A OX$Sds6TABLI8D2}0Ib8O xL" XwI.l$8sD&: P lq:TGh#0R5L72V8Ep0 mP/ ?@!-!IP0 2+9HPB'Wt4CdRC*;x 68 ( r0! LhD1#hE taPX-A C Xf+p6,#B^W<b0A&@ Trd(a@< <" XC92@ $`IaSՊH )P@|L <s(C }8|:;"@ @+Q`(E&0 `H@r@-bb0 `!h0 u H "!+b9@8P)!`F-F@3#X.b2dM* W%6 "?Q@\? *#e!#Vx) #J*1a@[>U5 A4:  PEb BCHO@]@ Fb}ʰf@ PC֑D H8 0 pN`:@P $ >-F y0?x6[" ~#!V8xa` P@TxPL4Bj/`p€k`GPaH65B$$( x a',hL`i`C GH,01~{d yHPFKAAz|{08bdz ~CF,*'E#.K\ 0X   78J\A LF4aPDXDG -`DpBeD,1B#;:ֳs^ ц=dH ΄™Q@1&| BİH(*tLXUD9P5c$"<#/S>"(:")!O iL@wYBYJpp@!J!Kpa10DA#'l`߫!)A Q'i@!{<ӯ#KH"|/ "DBH: =D B`B <d$Ad&1C&,B3\+`C,d*LC(`AA3؁D@ /l_B(*G1؁;C, T^!fn!bp:aeЗXBa1,@-?A,՜)`4*AA/!B؈1xC$@ /=@XBx6 8'L)h+ 8@@ l@L4|@+lB# 7PG@!(<#4F4N#5V5J D&@<e|?4B%DA CH7 (XA4DB<#"D@PAx*/-8 )@ F!@ *?( t@8A$64A@;`D4/>,C% lD½UX C\B,8.h? @\x?<09RO0?d+P0TA 2@'B%C"@ @A2005D%I @,A,B3E4#&C0@aG@U h']ScT !8 2@'P0@nفI%ZA"!<41@4BT@&<7piB24T4w"` 4?$DdAe^/0B|TXq.D"l:<#lFJkv4h\X<%8)HehL@6(P %h@((3uB5D/P$̸H)C$4.dCt<,@,0l4S{Z2܂CTeC l@ h,C=AށCk`*4;lB*]xA%.B *܂&C)hI rS, =ădY@ <P1d@a5(d"C8(x5M (Cُ~v8 ?Hg>AdB!B?A!-?&:'  'Cs'1|eз?B}0.7? 6tbD)V$@E9vQ/y4yË? 2#Rִ ǞJ;Z)O zM1$7`E@=IA$6̶U ,B "_,pWc*6<n: j^-);T69K<1'^,17:svXΟ% V^-3xl1`8NvDW VT ΫBv۹w|xɗ7}z!bN0߃S\񕠶m 1,e!E^E9ƨ>`Ei& ]HA,w!a$A# ab6y*07M!E !"#v84dZ$C8P V$@,Fg ȃ'LM0P@ l!:0" B ?&QtCA EX8g@`J0? b:G\ B?,!Yd`! X` ڰA$KAT"3E40hЁ-D&FhȐ/&D 6B2!V7C (B*1Za@AU1`(3ә^ DBs{3ç@UP;fHR px C&,TBQ0*b1?W:ΐ?V@'&8A6  Ps4Cc= DI8 !Qa % QlDvSHP " La0I ]Q 7ʴHP O:$aT굂 |@VA!V J!!D*l=Z&2 P;HjB*$ nqx4UG iBP4Dы@kjB # 8T20?P@ (A `B;| >.! ?DS@o3^,bX#^( L"Duт/8|!J؄4&1C%$C>%p(aW !Rq8f5 C0C @@&\`? M`@ :S lJЂ0 PI @tl8-du0*GXA Px {#|8`e ? Y`£>[S7$#iW?")Bb"_HV"%e"lR_HB@f ##h.p&ʆd e I $ X"` 0 0Il@O@N!z Ura >o!@<(IFFc(hKp!`6`P!!$|!,!yv@d Ћ&@Z2a!a|!@ X!2 Ш(* aa v`:!J!c &@!˸ b!a&`!6 $` * ^d D !AP   F!r@ `z V x4n&Ƞ `A `V` ` ( !\`@ ȁ%7Q9~;graa&CBN~! ` TJT@, PA> f! Ba9 A  A `! &,``Bơ_Vg_S#b9 vps! ` ր&!y@@ @r ANu9R`.@ aH! "@R@\XN `DdvH xL!\` aLPD+DM A 7P! $E@Z`X#A!x! Ta vg"* `B !* t| $,V% (ahe  O!hA @ RG_r!`lp r/֠l@ `&@ ^`Rg f@*.a:aa`Nf Z@4a!@!8  !~P!l@! ' D%ġN  ab@Kb@@ 01v.`a^>@ -` [  `2D Z h"aqA m \a-% `&A `er@56}Q#ZskV 7bW!_@`!62f`2PRDlp3"`V /B`b87$R)D ceKB A$RԴW!dAHA!nnLz#"8[,! 'F 0( X>AT@J{GT ~j1"'" Tp#aq L`Pa``0%ba sίoql@X!!zHBhv!!` hP<5sP| d1x!l@(&! $@L> @ ӓXRx` t@m`Р$NaB-ajXb@ c  @3 * XAzadx:FfA|@"@N Z A@a ``` Q) ߿ZFBf)|1ĉō1@ ".!]}b`/1n啂ɳ\ p&K5ES7BT#gֈ%5$J𯈭"BZ:s ~ȸ"5Z\gES6% %13%$V@ TqRDB8LL i$ fUȟR( @??>4H`Ӏ\O0u ? x@@<_ԫ @e@] PU<7t!B!@XOWEF;I"#{p!(t5)6"  `P.Psη =a?D?9p2<$ AC0!3ls#=QBPl$ 3C4bh8ߔO)nlPCȐ7B ?Q5Cb䓌.w#s4 ]YP 43َV?yc | $$XAD6/>p2@a N`0\ G4Cr  >I 0AH`a% ^\adXBQT‘<'  8 ) >p&wTVk܇4e CӮ,CFcpW.C/<*Wj =(;BRP(; zޤ`! XCjCY 8}DƤ Da$O7P$07 qUD"94=jpuap`+Ax@xI <@ }(wa A0tp++ׯqP QeC1PB !0\B ׈Sp#?:8E= psFSvȼHء{3"k̍nz)P&>ATip?}?>@(#NpW`E` YBB6"r@]d?lp臜2H}BWP9̢, r()\0@h F O|NB b?AF+2 Y vb@ 8> 2au `$L0@b,h0K?h?nGh s R f QJ@ Q  ] M ` 5N4q}X#gh'#@ᑈ#f)'+A c1Pq#ZؗUGxg ؊hd7 ȋ▋"XnH 2(Hh׈٨ȍ(7"W h爎騎ȎD0'Pȏ\Ii ɐ `G xkX0m9"I '!&ɒ+3g1965W=7C9}1_|KaG_|mo}/@"7p_> `O>/a>9?~'0~i0B~g0~Ao?~ 7'@{S˗?~/_|˗O@?/˷/@}GP`>~߾|o_}˗/?ۧ/@o_>$/_|˗O@}/_|G_? ܗ/_~ӗO?~O_>}$H#؏ A#?~ <0… :|1ĉ+Z1#|0@߿/O@~/߿? /߿|'0߿| 8P`>'P ?`>߿O@O`>/|(߿~'p ;x <0… :|1ĉ+Z1#|O?g0B}_>`>?_>O>~a>~`~a@O>~ b>(SOF5jԨQF5ܗ/?}˷?}/_}˗/_}O߿|_>} /߿|˷/߿|?~#O`|'p_|߾|_>~/_>~O@O}/ ܗ/>˧? 4_| w A~;>$XA .dC%NXE5nb> {ȏ#Lj8 ׏#G9rȑ#G9r/>q|8rȑ#G9rȑ#G9JO@~ H A <0A <0… :|1ĉ+Z1ƍ;z2ȑ$K<2ʕ,[| 3̙4kڼ3Ν<{ 4СD=4ҥL%״iӦM6ݩ/M6mڴNkڴiӦMܗO_ӦM6mtg|6mڴiӦ:״iӦM6ݙ/M6mڴ~5mڴiӦMw˷iӦM6 ? 4xaB ˗oC 2dȐ!C 2dȐ!C 8`A&TaC!F8bE+ <0…ǐ!C 2dȐ!C 2dȐ| H*\ȰÇ#JHŋÈb|0bĈ#F1*̇#F1bĈ#F È"|0bĈ#F1*̇#F1bĈ#F Èc|0bĈ#F1&̇#F1bĈ#F È|#F1bĈc|1bĈ#F1bĘ?1ӗ/_|0bĈ#F1̇#F1bĈ#F È}˧#F1bĈc|1bĈ#F1bĘ?/O@} H*\ȰÇ#JHqa+VXbŊ+VXq ?~+VD`>'p "Lp!ÆB(q"Ņ*VXbŊ+VXbŁUX1!?O@ DPB >QD UXbŊ+VXbŊXB  <0… :|1ĉXbŊ+VXbŊWbEWbŊ+VX|+VXbŊ+VX@~*VП|+VXbŊ+.'p "Lp!ÆB(q"Ŋ/6#FaĈ#F1b,0'p "Lp!ÆB(q"Ŋ/6#F1bĈ#F'p@} H*\ȰÇ#JHŋ È#F1bĈ#F (P,h „ 2l!Ĉ'RhbC~0bĈ#F1bĈ!|  <0… :|1ĉ+Zؐ?1bĈ#F1bd0'p "Lp!ÆB(q"Ŋ/6#|.ÈF1bĈ1!|  <0… :|1ĉ+Zؐ?s!?È#F1"O@8`A&TaC!F8bEG?s ?;ȯƅ0bĈ#F8P>$XA .dC%NXņIo|˗O߿}ˇp_|/׏_|GП>}˧O˧߿}默#F1bĈ`>O@ DPB >QD-^lȏ| O@~7|/߿ /߾|70~#H A'p "Lp!ÆB( |  <0… :|1ĉ+Zؐ_A~C~3߿~;o`> GP '0?0bĈ#F8P>$XA .dC%NXņI엏߿|˗oӗp_|ۗ/>˧?~#ϟ@~_| ܗo_>G0|#F1bĈ`>O@ DPB >QD-^lȏF 971FaĈ#F'p@} H*\ȰÇ#JHŋ È1|0̗F1bĈC? 4xaB 6tbD)Vx!?~'p ?$XA .dC%NX@? 4xaB 6tbD)Vx!?~1bĈ#F1b`>O@ DPB >QD-^lȏF1bĈ#F12O@8`A&TaC!F8bE#F1bĈ#F 8P>$XA .dC%NXņaĈ#F1bĈ#C? 4xaB 6tbD)Vx!?~1bĈ#F1b`>O@ DPB >QD-^lȏF1bĈ#F12O@8`A&TaC!F8bE#F1bĈ#F 8P>$XA .dC%NXņaĈ#F1bĈ#C? 4xaB 6tbD)Vx!?~1bĈ#F1b`>O@ DPB >QD-^lȏF1bĈ#F12O@8`A&TaC!F8bE#F1bĈ#F 8P>$XA .dC%NXņaĈ#F1bĈ#C? 4xaB 6tbD)Vx!?~1bĈ#F1b`>O@ DPB >QD-^lȏF1bĈ#F12O@8`A&TaC!F8bE#F1bĈ#F 8P>$XA .dC%NXņQ`|Q/A~%/E~aĈ#F1&O@8`A&TaC!F8bEq`>̷0'p_> #F1bx`>O@ DPB >QD-^lȏƁϟ|-П@ [@~#F1bx`>O@ DPB >QD-^lȏD~ԗ/_>ӗO?}g0|˗߿~'П>}/_|G?~aĈ#F'p@} H*\ȰÇ#JHŋ 񫘯`> ۗo_> [o`W߾|'_|S#F1b`>O@ DPB >QD-^lȏ_|)`>g0|O߿|'0|aĈ#F'p@} H*\ȰÇ#JHŋ /_|˗/B_|/_|˗/O| /~˧O!|aĈ#F'p@} H*\ȰÇ#JHŋ È#F1bĈ#F (P,h „ 2l!Ĉ'RhbC~0bĈ#F1bĈ!|  <0… :|1ĉ+Zؐ?'p ?$XA .dC%NH`>O@ DPB >QD-^lȏF1bĈ#F12O@8`A&TaC!F8bE#F1bĈ#F 8P>$XA .dC%NXņaĈ#F1bĈ#C? 4xaB 6tbD)Vx!?~1/A~at/FÈ#F8P>$XA .dC%NXņaX0|s/!~1bĈQ"|  <0… :|1ĉ+Zؐ? `>|!`>#F1JO@8`A&TaC!F8bEa|O|̇_} /_>}/}_|˗/_?~W0|˗?| ܧ/0bĈD? 4xaB 6tbD)Vq_>$Xp`| 4hP?7P}/O`> _~OO@~_8P`o| `>O O@ DPB >(`>O@ DPB >QD-BO@ D0!7_> o|'0@} ǯ'_>}_?} (0|O?} O O`>$XA .dC8P>$XA .dC%NX"D}'p 3hРA8|/_>}˗/_>~˗AO}/_>~˗o?|ϟ@~/_}/O| ? 4xaB 6t@? 4xaB 6tbD)VQ_>xň򻸰_/^x`>O@ DPB >QD-Bԗ_D~.^x|.^xŋ 'p@} H*\ȰÇ#JHEȏŋ)'p ?$XA .dC%Nt0'p "Lp!ÆB(q"Ŋ!/"?~/^xŋ/^x|  <0… :|1ĉ+Z/]xŋ/^x (P,h „ 2l!Ĉ'Rh|"G_G_|wŋ/^xbB? 4xaB 6tbD)VQ_>H0wa ܗO`|xŋ/"O@8`A&TaC!F8bE9'П? cȯ~0Do?~/^xE (P,h „ 2l!Ĉ'Rh|"7_|˗a|O|̗P_>}/_>}ۗo_>׏_|/_>}˗/ Ǐ`/^x"B? 4xaB 6tbD)VQ_>񫘯`> ۗo_> S |_|@O <0… :|1D (P,h „ 2l!Ĉ'Rh|"W1_| #ϟ|̧0A}_ _>Uwŋ/^t0'p "Lp!ÆB(q"Ŋ!/"?~˗@}C/_>}˗O>˗|w0_|˗o|߿}/_>~˷C~xŋ/6O@8`A&TaC!F8bE/^xŋ/^`>O@ DPB >QD-Bԗ_D~.^xŋ/^x?? 4xaB 6tbD)VQ_>x1"|O@ DPB >QD8P>$XA .dC%NX"D}Eŋ/^xŋ/O@8`A&TaC!F8bE/^xŋ/^`>O@ DPB >QD-Bԗ_D~.^xŋ/^x?? 4xaB 6tbD)VQ_>p_/|*˗o |.^d/ŋ/^8`>O@ DPB >QD-Bԗ_D~.>W1|̧0ŋ9wŋ'p@} H*\ȰÇ#JHEȏŇ*;W0|wq`>.^xB? 4xaB 6tbD)VQ_>0_|_|g0}ˇ_|O_ K/_|˗/_ӗ?~/}˗/_>'P_|/_>~/^x!|  <0… :|1ĉ+Z/]|O| G0| a>ۗ`#o| `>ׯ8_8߿|_>$XA .dC (P,h „ 2l!Ĉ'Rh|П#H A O@O`>#(0|G`>|#HP`> |Ǐ@~#H0?G_~? 4xaB 6t |  <0… :|1ĉ+Z/? H O}O |/_|˗/o@׏_|/_|˗/˗}8P`|o_| ˗_>~/_>~ H*\ȰÇ8P>$XA .dC%NX"D}!̗>G A ? 4xaB 6ta>!B"Ă (P,h „ 2l!Ĉ'Rh|w/^x"}]xň (P,h „ 2l!Ĉ'Rh|w/^x!|O@ DPB >`>O@ DPB >QD-Bԗ|wŋ/^xŋ'p@} H*\ȰÇ#JHEC/A~.^xŋ/^x?? 4xaB 6tbD)VQ_>;ȏŋ/^xŋ/^0'p "Lp!ÆB(q"Ŋ!a|xa|]̗/a|]xŋ/O@8`A&TaC!F8bE0_]0_C~K!~cŋ/^h`>O@ DPB >QD-Bԗ|w"C}/_|˧O?˗?~/_|˗O@}O_>}/_>}˗/A˧_ /_>}/?wŋ'p@} H*\ȰÇ#JHEC/A~.^lo` ̧0~'P o@~@O@~/7_0@/߿'p "Lp!Æ&O@8`A&TaC!F8bE0_]0|'0|O?w0_|#~'__|ŋ/JO@8`A&TaC!F8bE0_]P_|˗o|K/_>~˗o'p_| ̗/_>7p_|ۗ/?}/?~'p_|O>˷ŋ/^t0'p "Lp!ÆB(q"Ŋ!a|xŋxŋ!'p@} H*\ȰÇ#JHEC/A~.^xłwŋ/>O@8`A&TaC!F8bE0_]xŋ/^x (P,h „ 2l!Ĉ'Rh|w/^xŋ/^`>O@ DPB >QD-Bԗ|wŋ/^xŋ'p@} H*\ȰÇ#JHEC/A~.^/_B~./A~]xŋ/O@8`A&TaC!F8bE0_]x_>.g0E&7P_oŋ/^0'p "Lp!ÆB(q"Ŋ!a|x|Aϟ? kȯ~0DO?~/^xq |  <0… :|1ĉ+Z/?Ņ ܗ|˗/˗_|O_> S/>}˗O߿|ۗO|/_>~˗O?~˧o`?o`/^8`>O@ DPB >QD-Bԗ|w"~70| ̗0AG0| O@~/߿|_> O@~/,h „ 2l@? 4xaB 6tbD)VQ_>;ȏŋ Ǐ` /a>`>|/?WP?wŋ'p@} H*\ȰÇ#JHEC/A~.^dȏ?}˗?~/!/~ӧ߿|'0_|!̗/_>/o_|˗}p_}xŋ8P>$XA .dC%NX"D}!̗ ?~/^xŋ/^x|  <0… :|1ĉ+Z/?ŋ/^xŋ/O@8`A&TaC!F8bE0_]xE <0… :|1D (P,h „ 2l!Ĉ'Rh|w/^xŋ/^`>O@ DPB >QD-Bԗ|wŋ/^xŋ'p@} H*\ȰÇ#JHEC/A~.^xŋ/^x?? 4xaB 6tbD)VQ_>;ȏŋ/^xŋ/^0'p "Lp!ÆB(q"Ŋ!a|xŋ/^xŋ8P>$XA .dC%NX"D}!̗ ?~/^xŋ/^x|  <0… :|1ĉ+Z/?ŋ/^xŋ/O@8`A&TaC!F8bE0_]xŋ/^x (P,h „ 2l!Ĉ'Rh|w|,h „ 2l!Ĉ'Rh"Ƅ8`A&TaC!F8bE0_>8`A&TaC!F8bE1  <0… :|1ĉ+Z/?90 <0… :|1ĉ+ZQ>$XA .dC%NX"D}!̗!?$XA .dC%NXE'p "Lp!ÆB(q"Ŋ!a|'p "Lp!ÆB(q"Ŋ/b? 4xaB 6tbD)VQ_>s`> 4xaB 6tbD)Vx@} H*\ȰÇ#JHEC/C~ H*\ȰÇ#JHŋO@ DPB >QD-Bԗ|O@ DPB >QD-^(P,h „ 2l!Ĉ'Rh||,h „ 2l!Ĉ'Rh"F8`A&TaC!F8bE0_>8`A&TaC!F8bE1  <0… :|1ĉ+Z/?90 <0… :|1ĉ+ZQ>$XA .dC%NX"D}!̗!?$XA .T>> 2dȐ!C 2dȐ!C 'p "Lp!ÆB(q"Ŋ!a|'p "LpB~ 2dȐ!C 2dȐ!C * <0… :|1ĉ+Z/?90 <0… ˧?ǐ!C 2dȐ!C 2dP>$XA .dC%NX"D}!̗!?$XA .\_>~˷?߿_ ߿?ǐ!C 2dȐ!C  <0… :|1ĉ+Z/?90 <0… '߿O߿8_/߾ 0 <0… :|1|8`A&TaC!F8bE0_>8`A&TpӗO}'߿}?}>OC 2dȐ!C 2dXP,h „ 2l!Ĉ'Rh||,h „ 2|7?? /߿8p`> H*\ȰÇ#J? 4xaB 6tbD)VQ_>s`> 4xaB O_~/߿ 2dȐ!C 2dȐA} H*\ȰÇ#JHEC/C~ H*\Ȑ߿G??|?~_2dȐ!C 2dȐ!C8`A&TaC!F8bE0_>8`A&T~?@~'? 2dȐ!C 2dР>$XA .dC%NX"D}!̗!?$XA .dؐsСC:tСC'p "Lp!ÆB(q"Ŋ!a|'p "Lp!Æ 3C:tСC:<? 4xaB 6tbD)VQ_>s`> 4xaB 6d:tСC:tA} H*\ȰÇ#JHEC/C~ H*\ȰÇ#JHŋO@ DPB >QD-Bԗ|O@ DPB >QD-^(P,h „ 2l!Ĉ'Rh||,h „ 2l!Ĉ'Rh"F8`A&TaC!F8bE0_>8`A&TaC!F8bE1  <0… :|1ĉ+Z/?90 <0… :|1ĉ+ZQ>$XA .dC%NX"D}!̗!@,h „ 2l!Ĉ'Rh"Ɓ H*\ȰÇ#JHEC/ŋ/^xŋ/^xŋ/^xEC/ŋ/^xŋ/^xŋ/^xEC/ŋ/^xŋ/^xŋ/^xEC/ŋ/^xŋ/^xŋ/^xEC/ŋ/^xŋ/^xŋ/^xEC/ŋ/^xŋ/^xŋ/^xEC/ŋ/^xŋ/^xŋ/^xEC/ŋ]tE]tE]tE]tE]tE]tC? <0… :|1ĉ+Z1ƍ;z2F}!̗OH"E)RH"E)RdB}!̗OH"E)RH"E)RdB}!̗OH"E)RH"E)RdB}!̗o?$XA .dC%NXE5 <0… :|1ĉ#a|O@ DPB >QD-^ĘQ|8`A&TaC!F8bD}!̗o ?~+VXbŊ+VXbŊXbŊ+VX1|7+VXbŊ+VXbňUXbŊ+VQ_>ȏ_Ŋ+VXbŊ+VXbD}ׯbŊ+VXbņC/@~*VXbŊ+VXbŊ#˗/_~+VXbŊ+6ԗ|WbŊ+VXbŊ+VQ_|XbŊ+VX|7+VXbŊ+VXbň˗/_?$XA .dC%NP_>ȏ_Ŋ+VXbŊ+VXbD}ׯbŊ+VXbņC/@~*VXbŊ+VXbŊ#˗/_~+VXbŊ+6ԗ|WbŊ+VXbŊ+VQ_|XbŊ+VX|7? ? 맯_ $> <0a ˗O?$XA .dC%N(R,"A~ G"E)RH|G"E)RH"ŁC/@~(+O@}/_>~O~ϟ@}/_|!WP_|˗@}7_|/_>~|O|O?8P_o`O`˗,h „ 2l!Ĉ˗/_?%J(QD%J~ O`>~o}O@!W0> '0߾ }o}/||g0| 7p?70}'QD%J(|'QD%J(QD0_I`'0@}o`>˗|w0| aO`>'`O|/| _/,h „ 2l!Ĉ ˗/_?%J(QD%J/_>}ӗO_'0|o` O߿| O߿8`A&TaC!Fl/_|I(QD%J(QA}!̗o ?~+ȏ߿| 70A G0Ȧ0_|O` /?O`>#O` 7?}o`>O`>$J(QD%ԗ/_|$J(QD%J(|7?O>~o>~o`> Ǐ_>C`'0|_> | 'p? 70|//߿O߿}? 4xaB 6tbĆ˗D%J(QD%|'Q |?}/߿߿|@'_|8P` />}o|/_}O_|/@}o`˗/|˗O |/_>~ H*\ȰÇ#:ԗ/_|$J(QD%J(|7?%J8ПD$J,诟D%J(QD˗/_?%J(QD%Jȏ_ŊXbŊUXbŊ UP_|XbŊ+VX|7WbŊXbŊX1|WbŊ+VXbC}!̗o ?~+"bŊ+"WbŊ+&WbB}ׯbŊ+VXbņ?7?$XA PB *TP*TPB *TPaA~ *T| <0… :|1ĉa|X?+VX!+VX1!˗/_~+VXbŊ+6ԗ|W"B* WbŊUXbŊ UP_|XbŊ+VX|7WQ`+V,ȯbŊ+VLȯbń˗_Ŋ+VXbŊ 0_UП?'_|˗߿|/_~O | Է/'P߾|'_|*VwP|ȏ߿}/_>ۗ߿}?~O@ DPB5lؐ|װaÆ 6lذaÆ 6lP|7 .`~O`_'0߿}_>/?} _~O w0_߾}|?} _~O 6lؐ 2ԗ/_|6lذaÆ 6lذaÆ  ԗ|װaÅ70@_>} /|O`>'0|߿8`Aw0| 70_| '0߿|K0a„ &L_„ &4/_|'p "Lp!ÆB(q"ņC/@~*VDϟ|Ǐ_ O`?}o` _Ǐ_߿|  < O`'0߿~'0|O@ H*\p 2ԗ/_|6lذaÆ 6lذaÆ  ԗ|װaÅ}}o>~@~/ '0|_Æ ;?~o?O`>_>>~kذaÆ kذ!C}ׯaÆ 6lذaÆ 6lذ@}!̗o ?~ +`3O_}˧O?/|˧O?ϟ>/߿ ԧ߿|/?O@ Dh|O?}/_~ _|O`>ӗ/ &L0a„%W0_| &/_|'p "Lp!ÆB(q"ņC/@~*VDϟ| 'p_Ŋ;bŊ+Vǯbń˗_Ŋ+VXbŊ 0_UП?*/_>+V\`+VX˗/_~+VXbŊ+6ԗ|W"B*VX"B~+VXbB~+&ԗ/_|*VXbŊ+Vl/? ǯbEUXbE*VXbń*VL/_|UXbŊ+VP_>ȏ_ŊXbŊO@ DPB >|"D˗/_?!B"D!BP_>ȏā HC!B"D!BC!B"D!B"<!BO@˗,h „ 2l!Ĉ'Rl/? o"@,h~"D!B"D!B"D!B"D!BC!B8| <0… :|1ĉa|X?+VX!+VX1!˗/_~+VXbŊ+6ԗ|W"B*VX"B~+VXbB~+&ԗ/_|*VXbŊ+Vl/? bEUXbE*VXbń*VL/_|UXbŊ+VP_>ȏ_ŊXbŊUXbŊ UP_|XbŊ+VX|7WbŊXbŊX1|? 4xaB 6tbD)6ԗ|W"B*VX"B~哸`*V_*VL/_|UXbŊ+VP_>ȏ_ŊXbUa>W0_Ŋkȯbń˗_Ŋ+VXbŊ 0_UП+V| ԧ/>'_|˧| 'p_|/|O>~O?GP߾|˗?}'P?~?}Ǐȯ` ,X`˗,h „ 2l!Ĉ'Rl/? ǯbEUXbEO`~۷|O` 'P߿}'0߿}O|o߿~>_>/߾'0|/߿|>*VL/_|UXbŊ+VP_>ȏ_ŊXbŊ'0||O ?O`/| O> /?o_'`}/ȯ` ,X`˗,h „ 2l!Ĉ'Rl/? ǯbEUXbEO` >~ `>/߿_맏|/߿o_>~߿| /~O?~/߿o_>~O@,X` ,O_|O@ DPB >QD 0_UП+V|?~/߿|'0?}/?}'0?}˗?߿~`>'㧯߿|'0?}|1WbB}ׯbŊ+VXbņC/@~*VD_Ŋ+VD| ̧/߾ӧ|/?'P?'0?/_>}'П|/_~/?' />}O_}˗/_ (P@8`A&4/_|'p "Lp!ÆB(q"ņC/@~*VD_Ŋ+VDȯa8П?*FOྃX1|WbŊ+VXbC}!̗o ?~+"bŊ+"0_E*/_>#˗/X1|WbŊ+VXbC}!̗o ?~+"bŊ+"w0_ł*RׯbŇ*VL/_|UXbŊ+VP_>ȏ_ŊXbŊULO`~+X!˗/_~+VXbŊ+6|8P`|O@ D? *TPB * ϟ| /?˧߾'_|/˗@}ۗ?~ *T ? *TO_|O@ DPB >QD 0_UП+V|_>/@~O_>/߾O`>~/߿|X1|WbŊ+VXbC}!̗o ?~+"bŊ+"w0߿|ӷ|O`>_>~߾| O`>o?*Vtȯbń˗_Ŋ+VXbŊ 0_UП+V|/~0@/߿߿| /~맏|/߿o_>~O@ DP?~ .\xP_|[p… .\p… .\pC/@~.\Р? .\p… w0߿|70?}/| '0?}O_| _| 'p… .o… ˗/_~ .\p… .\p… .\8P_>ȏ… o… .\pO`?}O`>~ '0?'/>}O_}/_~O@ DP?~ .\xP_|[p… .\p… .\pC/@~.\Р? .\p… pB~.Dϟ}-\pB.\|p… .\p… .\p…0_-\pA.\p… .o…-\_|p… [pƒ˗… .\p… .\p… ԗ|p…[p… .\p -<`.\pa~ ,h „˗/_?$XA .dC%NP_>ȏ_ŊXbŊUa>W0_Ŋkȯbń˗_Ŋ+VXbŊ 0_UП+V| ԧ/>'_|˧| 'p_|/|O>~O?GP߾|˗?}'P?~ϟ|Ǐ!˗/_~+VXbŊ+6ԗ|W"B*VX"B~ '0~۷|/߿۷}o?~/߿۷_|o߿/?~ϟ߾}?~+X` ,X| <0… :|1ĉa|X?+VX!o`|O` '0߿| /|O``>'?/Ao`#!˗/_~+VXbŊ+6ԗ|W"B*VX"B~ '0|O?~0@߿/߿Ǐ_߿/__?}맏|߿/'p A ,X` /_|'p "Lp!ÆB(q"ņC/@~*VD_Ŋ+VD` }_>>~}}| _| G0|?}_>>~o`>X1|WbŊ+VXbC}!̗o ?~+"bŊ+"wp_>}ӗo?_|?}?}?}/>}O_}˗/_??}O?˗O>~/߾|˗߿~ (P@~ Hԗ/_|8`A&TaC!F8bC}!̗o ?~+"bŊ+"0_łUϟ}#'pA} UP_|XbŊ+VX|7WbŊk}˗/˗A~ UP_|XbŊ+VX|7WbŊXbŊX1|WbŊ+VXbC}!̗o ?~+"bŊ+"0|!G0_U_Ŋ ˗/_+VXbŊH_> (0_'p "LXП? *TPB 0|!a>*OB &PB ˗/_~ H*\ȰÇ#JH|7WbŊ;/|O`O_>}O'0߿}/_~/?}˗ϟ@~*Vȯbń˗_Ŋ+VXbŊ 0_UП+V}_>O ?'@}o|?} o߾}X"˗/_~+VXbŊ+6ԗ|W"B*VX"B80|O`|_>~ '0|o?o`(0,h „ [pƒ˗… .\p… .\p… ԗ|p…[p… .\p ?0@ _߿|O?~/߿o_>~ <0.\|p… .\p… .\p…0_-\pA.\p… .Ϡ}@~O ?O ? Է|_O`[p…-\pA}o… .\p… .\p… a|[pB-\p… .\8Aϟ| O_|O_|O_|/>}˧O/߾|˗߿'p "Lp .̧B~O |_>~;/|O>}ӗO߿}ۗ/?'_|ӗ/Uh_Ŋ ˗/_+VXbŊa|X?+V0_|%w0'?~O}/@~?o|/@~o߿~8`A&OB ӗ/_|8`A&TaC!F8bC}!̗o ?~+"bŊ'P> @~/߿|/?_> ̗o`>@~G0,h „)TP˗,h „ 2l!Ĉ'Rl/? H*\ȰÇ#2O` _>~ O@/߿|߿/߿o@߿| HPB ˗/_~ H*\ȰÇ#JH|'p "Lp!ÆB? /|?}oO?} '0_>@~ 'p,h „)TP˗,h „ 2l!Ĉ'Rl/UП+V|08? ϟ| | ӗO>'0|O~O_|?}/_| <0@~ *T| <0… :|1ĉ!?~+"bŊ˗/*V!~X ˗/_~+VXbŊ+6ԗ_C~*VD_Ŋ+>̗B~ O@ H_,X A+X` ,H_ ,X`˗/_?$XA .dC%NP_> X?+V_C~+V/_>+*WbB}ׯbŊ+VXbņkȏ_ŊXbŊUX|X1!˗/_~+VXbŊ+6ԗ_C~*VD_Ŋ+VDȯbŊ˗_ŊUP_|XbŊ+VX|W"B*VX"B~+V/_|*V4ȯbń˗_Ŋ+VXbŊ אWbŊXbE~W"A'p "LhP_|O@ DPB >QD אWbŊXbǯbŁ*VL/_|UXbŊ+VP_> XbŊ+JWbŊ˧bŊ˗/_~+VXbŊ+6ԗ_C~*VXbŊ+VXQ`|XbE˗_Ŋ+VXbŊ א+VXbŊ+V$/_>}+VP_|XbŊ+VX|WbŊ+VXbŊ˗_Ŋ+ԗ/_|*VXbŊ+Vl }'p 'p "Lp!ÆB(q"Ŋ ˗Oŋ+˗/_~/^xŋ!!?~/^xŋ/^ xŋ/^xbB}xD}ŋ/^x"D}5ŋ/^xŋ ˗ŋ!˗/_~/^xŋ!!?~/^xŋ/^\O_|.^P_|xŋ/^Q_> O@ DPB >QD-6ܗ/_~/^l/_|'p "Lp!ÆB(q"ņk>'p "Lp!ÆB(q"Ŋ/b̘,h „ 2l!Ĉ'Rl/'p "Lp!ÆB(q"Ŋ/b̘,h „ 2l!Ĉ'Rl/'p "Lp!ÆB(q"Ŋ/b̘,h „ 2l!Ĉ'Rl/'p "Lp!ÆB(q"Ŋ/b̘,h „ 2l!Ĉ'Rl/'p "Lp!ÆB(q"Ŋ˗/߾/.O@ DPB >QDWbŊ+VXbŊ#˗O+VXbŊ+VX|*VXbŊ+VX~WbŊ+VXbŊ+ԗ_Ŋ+VXbŊ+V/_>}+VXbŊ+VXA}UXbŊ+VXbŊǯbŊ+VXbŊ+V$/+VXbŊ+VXQ|UXbŊ+VXbŊWbŊ+VXbŊ+/_~+VXbŊ+VX?}UXbŊ+V* ˷? 4xaB 6tbD)VxQ|0bĈ#F1bĈ!|È#F1bĈ#FÈ#F1bĈ#Fۇ#F1bĈ#F@~,h „ 2l!Ĉ'R?'p "4/_|8`A&TaC!F8Q ,h „ 2lhP_> O@ DPB >QD O@ Dhp_|'p "Lp!ÆB(qb> H*\ȰaA}5ϡC:tСC:t萡?}sС@~СC:tСC СC2ԗ_C~:tСC:tСCwП>/_>~:tСC:t谠>:t!C}5ϡC:tСC:t萡?}saA~СC:tСCСC2ԗ_C~:tСC:tСCwП>/_>~:tСC:tP>:t!CO@O@ DPB >QD wП> ˗OYhѢE-ϢE!?~-ZhѢE-B?}-/_>~gѢE-ZO?-ZD/YhѢE-ZџYp|O@ DPB >QbA}&N8q?}5oĉ'N8qĉwП!O@ H*\ȰÇ#J$ĉ'N/M8qĉ'N8q"B7qb} ? 4xaB 6tbD8qĉא'N8qĉ'NDOA&N`>O@ DPB >Q@}&N8q?}5oĉ'N8qĉwП!'p@$XA .dC%oĉ'ӗ_C~&N8qĉ'N8?}8?~˗/_~'N8qĉ7qĉ!?~'N8qĉ'NПM8?'N8qĉ7qĉ!?~'N8qĉ'NПM8qĉ'N8qbB}&N8q?}5Ϡ'N8qĉ'NOA&N8qĉ'N81>'N8|W_>}&N8qĉ'N(џM8qĉ&h&(!O@ DPB !?~˗O?P? СC:t谠?}s|*Pa:tСCϡC:d/0@'p "/a| %L8|%L0a„ &L0a„;O_„ &,/|%LH|%L0a„ &L0a„K0a„ &LР>$XA8P`?~$H $(0A A~} H*\ȰÇ ;OD0|B~#"D!Bq>!B"?$XA8_}/_>}/˗/?'P_|˗/ O_߾|o| H*\ȰÇ ;ODӗ?~/}˗/_˧O|/_|O|ӧϟ}G0|!B"D"D!W|O0@?o`|(߿|/ '߾|70|? 4xaB 6tP?}X0|(߿? |߿ /߾| 70O@ DPB >\D!B˷oa>W~'__?}!'0??+"D!BQ?}X0|3ȏ_?~/?} >ϟ| |"D!B8P?!B"?~ǰ_>~/_}O_}'p_|/>ǯ ?˧O?'p_}˗/?A"D! ?} 엏߿|˗o?˗>_>~/_>~/_>} ̗/_>7p_|? 4xaB 6tp>!B"D~ B0C~KدD!B@"ą(0_~ B"D"D!B"D a| B"DwП>!*ܗOć"D!BtD!B?'p ?$XA .dC%N?}'O@~ H*\ȰÇ#JO?)RȐ?)RH"E)B?})RH"E)RE)RdȏE~׏_|/_|˗/?}˗"E)RHbAG_|/_|˗/O_H"E)RhP?)RȐ? /@~ G0|QH"E)R,OA(70߿|o "E)RHA}(RH"C~(˗/_>'0_B8`A&TaC!FПM/_|˗o`>_'N8qĉ8qĉ(0~O`>#o`8qĉ'NПMO`}70@~ 70߿~M8qĉ'N|ĉ'NȏDo`}#o`>M8qĉ'NtOA& 70߿|۷o`/ĉ'N8qćM8qĈM/_|O߾_>$XA .dC%:?}˗/_~(߿}o}? 4xaB 6tbD8qĉ8qĉ'N8qDoĉ'N8qĉ7qĉ#7qĉ'N8qĉ;Oĉ'N8qĉ'&oĉ'Foĉ'N8qĉwП'N8qĉ'NLĉ'Nȏĉ_+/_>M8qM,OA&N/_>M$/A~Eoĉ'˗oA}&N8qbD~&N$b>;o"D~˧o_> 0_>} ?~@}? 'P>$X |OA}/}_|_|˧o|˗O`|˗/wAw_ A?~O O| 'P||(P~'P@O@ ˗@/_|_| /@wP`|70| ?'|߾|ۗ/_~˗/?~;x?};xܗ/_~˧/|g_| O_>׏`>˧@~ o|˗ ?~``/_ۗo_>̗߿}|'p O@ DPB C/|0_A'0@0@8`#H_O`> '0|GП /@`>'p 3ϟ> 4h`/|}O| O@~ H0|$/?}_> /|o? OA_/?  ? 4xaB 6tx@G0߿~+ϟ|/|so`>?۷`>_70_A~`>O?}/>~wП@W0߿~+ϟ|/|so`>O ?w0|/߿}# ~ g0|O?} >~Ç><ȏÇ ˗߿}/_>}_>} (_|˗O>ӗ߿|'p_|$/_|/>'P | @} _?0]Ϣ} _>7p_|ۗ/> $(П>#H A $H0_| ܗ/>|Gp | />}ӧ/?߾|#H0_|_>}O'?7P~7p߿ _?~7P /߿|˗o}'p_| 8p'p "Lp!ÆÇ>|Ç>\OA>|Ç>|Ç {ÇÇ>|Ç>|П=|Ç>|ÇÇ><ȏÇ>|Ç>|p?}{Ç>|Ç2Ç>|x7_/Ç !|:/A&B|p_>{!|/C+/C=dÇ>Cď,h B&` &D/aƒ&LH0_„%L?}K0a„&a &D/aB&LH0_„%L> &L0a„ &LH &D/aA ;/aB%LH0_„%$ȯ_ƒϟ&׏;O_„ &̗?!̗0?~&,/aB/| _| _B%L0a„ &L0!A~&L|/_'П>}˗/_`>} 8P_>}ۗ/_~ ܗ A//?~#/Aӧϟ?~/_|/_>ӗ?} /_>~7p_|o| @8`Aܗ/_|7p|ӧ/|G0@ӗP_>}ۗ/_~/_//?G0_| ԗ/_~/~ϟ>}˗/?#/_|ۧ/_B%L0a„ &L0!A~&Lp`7_|ۗo_70@  7_|70@ ߿ ߿'p 'P /߿'P` o_}8_>'0|OO@ DH0~/_>~˷/|#O |O/~/_|'`> ߿| H_ ߿|߿| o`˷/|70@o <0… :<ȏÇ /| /?_0|~}ag0_ W0|'0| O?} П=|0? 7|'0|G0@}@׏|3?̷0@} |` _>Ç><ȏÇ O|O_|˗O>O_>˗߿?˗/}ȏ?} ˗/_>~˷ϟ@~˗o?Ǐ |/_}O_|/_>}˧O?'0_|ۗ/>OA#8П>$XAO߿|O_|˗O>ӗϟ|o_|!̗/_>7˗/O |˷߿|0_|˗o?_|/_|˗O_?~O | ̗/_>~˷_|ӗp> &L0a„ &LH &L0a„ &L0a„ K0a„ ?} &L0a„ &L0a„ ̗0a„ &$_„ &L0a„ /a„J(J(J(J(!ڗO,h „ wП .\p… .\p}-\p…-\p… .\( .\p… .\p… .\XП-\p… .\p… .\pB-\p… .\( .\p… .\p… .\XП-\p… .\p… .\pB-\p… .\( .\/_ ./_ .\p… "?} .\_| .\(_| .\p… .L… .\pB ?~ H*a ̷p… .\pBo…  ̇0… [p… .\paB}.\p… .ȏ… .?-\(?)̷p… .\pBo…  ϟ.؏?~[pA$XA .d0߾'p "Lp!Â'p A,X`8P |/_|˗/_'_|/_>} /˷/@}70}>/>˧O>}'p "Lp!Æ;OC /@}o_|O_>?~C_|/߾|˗|˗_?}_|/>W|,h „ 2lp`?$XA .dH`> 4xa|8p`>_ۗo_'P ?0@_/߿߿߿~ o@~  <0… ?}2'0|/} |O _/߿/߿_@ @~  <0… 0_> H*\Ȑ`| HP} ,X '0|/?'0|#Hp>~ /|70|7߿~#O? ? 4xaB 6$OA:dO`/?'0|[_|/_ 70? @}W|:tСC5ԗϟC:d/C~:d/>}O?㧏_|/_>~˷}O߿|_>}˗/GO|/_>}:t!C!C~'0|ۗ/?}ӧϟ@~/_}˗o_>_|o_|׏߿˗o|'p "Lp!Æk/?:t0_>9t`>&`?:tСÂϡC9ta>9tСC篡|:t!|СÁs}9/_>~:tСC;OC ˧ϡCP |9tСC篡|:t!|СC:tСC:tП9tСC:tСC6篡|:t!|СC3/_>˗!B~O@ /_>!D_>"?}"D!/B"/_>˗!BG_>ˇ!BCXP_>"D!B ̗!A~"D!B!̇!B Ca>"̇|"D?}C!Bw0B"$!B!D`> C!BCXP_>"D!B ̗!A~"D!~ `>"ȯB!D0‚!D/‚G0B? $O4hРA O?ϠA3h`| 4/A3h`>| ؏? Ϡ3hРA 4hРA3h? 4hp?~/>}ӧ/|G0@gp|/_|/A/>/?~# A}| ԗ/_~ /~'П>}˗//_|ۧ/Ag?} 4h /_>}ۧ/߿߿|߿|/_>} (P_>} ܗ/_~ ܗ A/>/?~#/Aӧϟ?~/_|/_>ӗ?}/_>~7p_|o| $8P? ӗ,h „ 2$/C~6l0@_ۗ߿|߿(G0@?Ǐ`> ?~7P O@O@~/߿O| o_}8P`>/|8p?O,h B _/߾||߿'p| _~/_| '`>?~ ߿8|(߿|߿(0/߾| (0|O`8>O_> H*\Ȑ`| kذ>~ /?_>0|~}`W0_W0|'0| O?} Р?}kذ?} _> | Ǐa> ?~-'P| ǯ`~#`> O`>@A}aÆ 6$/C~6lo_|뗏߿|˧O}O`>o_|'p|/_} ߾|/}/_|$/_|˷߿|'0_|˗/_>~˧?~| ̗/_>~˷_|G A#8П>$XA˷_|/_>}ۗO|˗/?`| ܗ/>ӗ0_|ۗ/>/_}˗/?'p_|/>˗߿|'_|˗O>o`|/_}/ KHP_> &L0a„ ˗p ?~ &L0a„ &L0a„ K0a„ &OA&L0a„ &L0a„ &̗0a„ &L(P0a„ &L|8@~8`A&TaC!FD/>%J?}%J(QD'QDk/?%JT/C~$J(QD%J(Q@'QD%J(QDP_>%J0_>I(QD%J(QDOD%J(QD%篡|$J(Qa| (_|ӗ|˗oD%J(QDwП>˗/>}˗|(QD%J(Q?}ODǐ? /|o>$XA .dC%NDOA(7߿| 'p>)RH"Ek/?)R/C~(˗/|/|QH"E)RlOA(˗/|'0|QH"E)Rt_C}QH|G__H"E)R(џQO`(RH"E)J篡|(RHQ`| /| _> G"E)RHѡ?}/| O |_?$XA .dC%N,_C}QH|G|˷|?} H*\ȰÇ#JHПQ0@/?~O,h „ 2l!Ĉ'篡|(RHQ`| H?)RH"E;OEQH"E)R|_C}QH|G"E)RH"E"E)RH"Ek/?)R/C~(RH"E)RџQH"E)RH1> G"EcȏE)RH"E!wП>)RH"E)F篡|(RHQ`| H"E)RH"DG"E)RH"ň5ԗ?$XA .dH0_>5lذaÆ 6lذaÆ 6l(П5lذaÆ 6lذaÆ 6l8PkذaÆ ǐ 6lذaÆ 6lذaÆ wП 6lذaÆ 6lذaÆ P_> 6lذ!|װaÆ 6lذaÆ 6lذ@װaÆ 6lذaÆ 6lذ@}aÆ 6$/C~6lذaÆ 6lذaÆ 6OA6lذaÆ 6lذaÆ 6_C}5lذaÆ(_>$(?$XA .dC%NX?}hѢE-Zh1> gѢE1ϢE-ZhѢEϢE-ZhѢň5ԗϟE!ǐ?-ZhѢE!wП>-ZhѢE#P_>-Z/C~,ZhѢE-ZOA,ZhѢE-Z_C}Yhb| hѢE-Zh?}hѢE-Zh1> gѢE1ϢE-ZhѢEϢE-ZhѢň5ԗ,h „ 2$/C~ H*\ȰÇ#JHA} |,h „ 2l!Ĉ'R/?$XA .dH0_>$XA .dC%NXE5nLj Rb| A $H A $H|@ $H A $H $H $H A $H AӗH $H A $H A/? %$H A $H AO_> AJ̗$H A $H A |@/H A $H A ?})1_> A $H A $ Rb| 'p "Lp!ÆB(q"Ŋ'p@$XA .dC%NX ?$HP_> H*\Ȑ`| O@ DPB >QD O@ DPB >QD  ? 4xaB ̗!?~ 6lذaÆ 6lذaÆ  ?} 6lذaÆ 6lذaÆ  ?}5lذaÆcȏ_Æ 6lذaÆ 6lذaÆ;O_Æ 6lذaÆ 6lذaÆkO_> 6lذ!|װaÆ 6lذaÆ 6lذ@~GП 6lذaÆ 6lذaÆ ׯkذaÆ ǐ 6lذaÆ 6lذaÆ ˗/_?5lذaÆ 6lذaÆ 6l( ? 4xaB ̗!?~ 6lذaÆ 6lذaÆ  /_~kذaÆ 6lذaÆ 6lP|[/ 6lؐ`| kذaÆ 6lذaÆ 6lP |#O_Æ 6lذaÆ 6lذaÆ˗oB}5lذaÆcȏ_Æ 6lذaÆ 6lذaÆ˗A6lذaÆ 6lذaÆ 6/_|aÆ 6$/C~6lذaÆ 6lذaÆ 6/_|װaÆ 6lذjj!/_} H|8`A&T!|p |O@ 3hРA $| H*\ȰÇ ˗A O| H`| 4hРA? 4xaB 6tP|[/?!B(0_>Aqa>S`>!B"D׏?}僨0D )w0D!B@۷P_>!BQ`| |!&̧0|!B"D˗A Qa>S`>!B"D˷o| B|1B}/_>~˗|˗?~'P_|˗~GP_|˗/?˷o`> <0… :|H_||˗O| ԧ/_} /_>~ϟ@}/_>~˗A}/_|/߾˗D!Bq|[/?!B(0_>Ȧ0/|'0}/~'0 O`>+o`> O}O`>~!B"ą׏?};?o`}/}/~'0 ߿? O`> ԷO`> ? 4xaB 6tP|[/?!B(0_>AO@}_/߿/߿/߿|O߿/_?|'0?}O@ DPB >/_||߿߿/߿||߿/?}߿|8P`> G0| ? 4xaB 6tP|[/?!B(0_>Ȧ0| G0|o߾'p࿁'P? 7| 7_>'p ,h „ 2l@~GП>70|/|۷_ o ? /| O`>  <0… :|(_|-ԗD!B/C~ Co`#O`>/}/A+o`> G0|"D!B\/_|_o`>`70AW_'0| '0A!B"Do| B|1| '0> 'p? ̗}o?o`/|'0߿}"D!B\|?8`A 70|߿|| O>~?~+o`> ̷O>~ O>~ H*\ȰÇ˗oB}A"D1"|/߿/߿ ߿|'߿O@}/_>~˗@/_}ۧ/_>~ ԗ/?$XA .dC׏?}'p`>߿O}>/˗@}/_| ̗?~ӧ>}o|'p "Lp!Æ/_} "Dǐ? (> "D!Bd/_|b|A!B"D ˗oB}A"D1"D "D!B"D˗A B,| B"D!B8_|-ԗD!B/C~ B$| B"D!BH_|"Ă"D!B"D˗oB}A"D1"D!B"D!B@߿O@ DPB >QD ˗/߾h"|gѢE-Zh"D~GП>-ZhѢE!˗/߾h"|gѢE-Zh"D~GП>-ZhѢE!˗/߾h"|gѢE-Zh"D~GП>-ZhѢE!˗/߾h"|gѢE-Zh"D~GП>-ZhѢE!˗/߾h"|gѢE-Zh"D~GП>-Z","/_} H|8`A&T!|װaÆ 6lذaÆ 6lذ@~GП 6lذaÆ 6lذaÆ ˗/߾kذaÆ ǐ 6lذaÆ 6lذaÆ ˗/_?5lذaÆ 6lذaÆ 6l(_|-ԗ_Æ 6lH0_>5lذaÆ 6lذaÆ 6l(_|aÆ 6lذaÆ 6lذaC˷o|6lذaC1ǯaÆ 6\aÆ kذaÆ ˗/_?5lذaÆ  <0B.\p…˗oB}-\p… ˷?~ .\p…-\pB.\p…˗A.\p… [p…-\p… ˗/߾[p… ̗o?~.\p… [p…-\p… ˗/_?-\p… p… [p… /_} p… .,/-\p… p… [p… /_~[p… .o… "? 4xaB /_} װaÆ ̗!?~ 6lذB~ 6l_Æ 6lH_|aÆ 6\ȯaÆ kذaÆ ˗/߾kذaÆ ǐ 6lp! 6\ȯaÆ 6$/_|װaÆ .װaÆ 5lذaÆ˗oB}5lذaÆcȏ_Æ kؐ`>;aÆ SaÆ #/!|#O_Æ kؐ`;aÆ SaÆ #/|[P_> H*\Ȑ`| kذ| &ǐ| 5lp ?*Pa˗/_?5l_ [`>6l8| k0_| ˗oB}5lذaÆcȏ_C'P߾|'P|/_>| /?/C~/_O_>}O | Է/_?} //@~O_}O>~o_~/_>|/?8p |#OA /?/?'0߿}||$O|$8˗?/>O | Է/_?} /?#8p_>~˗ϟ@}/_~˗O?}ӗ@~o_>~Gp G?G@}'p "Lp!C1ǯaA~ϟ|?}۷}׏|O ?/C~'0߿|/|O|󗯟|/!?| >~ '0/_?'|a}˗_|aA~ϟ|?}۷}׏?~O ?_O`_>ϟ>/_??~ 8A| >~ '0/_?'| |㗏 ˷ O@ DPBcȏ_ '0| 70߿|> /?70C~ }CO`> '0|/!?@~ 7_>O`>'| ̇0_˗/_?5,@~ '0|˗o`>/?a[`ӷ| G_>_>~%g0|O`'0| '0߿|O`>̗߿8p|#Hp|8`A&T!|װ |߿|/߿߿|@  AO?~ۗ߿| _?}O`>'P?ȏ|O@/_?}/߿_(߿|/ ̗o`>˗/_?$H@ /߿_'߿/߿?o`>#80_?}o_>~$O`O`>0@8P ? `>߿|߿|/߿o@߿| (0_/_|/?$XA .dH0_>5,@~O`>_>}'_>~ϟ>~;O߾1w0_>o`_>O`>'? _ _>| '0|O ? '0|/!|#O_ _>?~ӷ|'P?|/B~_a>_>>~C @}O?~/߿_>~/߿_>˗/>? 4xaB ̗!?~ ӗ/?O`>} O_|ϟ|/_>~ӗO>/>}˗߿||/|/_>~ />}˗|/_>}'0?}O`>O_>}˗/_?5,O_|O`>'0?}ϟ@O_|O_>};_|/_~;O`ӧ߿| ?}O />}˗|/_>}'0?}O`>ϟ|$_|$8P_> H*\Ȑ`| ka5lؐ_Æ .` 6T/_|װ!| kذ! 6\ȯ| 6l_|-ԗ_Æ 6lH0_>5l0~508` 48|O@ 4!"D? ˗/_?,X`,(_~ 08` 48|O@ 4!"D? ˗/߾? 4xaB ̗!?~ 6lذB~ 6l_Æ 6lH_|aÆ 6\ȯaÆ kذaÆ ˗/߾kذaÆ ǐ 6lp! 6\ȯaÆ 6$/_|װaÆ .װaÆ 5lذaÆ˗oB}5lذaÆcȏ_Æ 6l_Æ .װaÆ /_~kذaÆ kذaÅ6lذaC˷o|6lذaC1ǯaA$XA .,!C ǐ!C O׏?} $(? 4xaB cȐ!C1dȐ!C8|#Hp|8`A&T!|װ @,h „ ǐ!C cȐ!C 'p?~GП> П <0…1dȐ!Á2dȐ!Á _|$8P_> H*\Ȑ`| kذaÆ kذaÅ6laC׏?} 6lذB~ 6l_Æ 6lH_|-ԗ_Æ 6lH0_>5lذaÆ 5lذB~ 6lذ!A~GП 6lp! 6\ȯaÆ 6$/_|aÆ 6$/C~6lذaÅ6lp! 6lؐ |#O_Æ 6l_Æ .װaÆ /_} װaÆ ̗!?~ 6lذB~ 6l_Æ 6lH_>?8`A&TB~ 6l_Æ 6lH_|-ԗ_Æ 6lH0_>5lذaÆ 5lذB~ 6lذ!A~GП 6lp! 6\ȯaÆ 6$/_|aÆ 6$/C~6lذaÅ6lp! 6lؐ |#O_Æ 6l_Æ .װaÆ /_} װaÆ ̗!?~ 6lذB~ 6l_Æ 6lH_|aÆ 6\ȯaÆ kذaÆ ˗/߾kذaÆ (_>$(?$XA .d_Æ .װaÆ /_~kذaÆ kذaÅ6lذaC˷o|6lذaC1ǯaÆ 6\ȯaÆ kذaÆ ˗/_?5lذaÆ 5lذB~ 6lذ!A۷P_> 6lذ!|װaÆ .װaÆ 5lذaÆ˗A6lذaÅ6lp! 6lؐ|[/ 6lؐ`| _C˗o |6lp ?6lؐA~/| H*\/_|ӷP!/_ .\Oa .D | /… &|[/ .\pa|O |-/~-\pB~ -\p!B~O߿~۷p… ˗/_?-L/~-\pB~ -\p!B~O߿~۷p…˷|[/ .\pa|O |P|>-\pB~ ۗ/?ۗ@~O_|8`A3ȏ|!B"D|#OB'P?'0B"DhB˗ϟ@}/_>˗B 3ȏ|!B/_|/_}!B"D!B'p A 08| /| ,X` W`}'0'߿|W` +X0߿|'p "LP!|#OB_.\P!?o|/@~o…)/| .\ϟ>O@˗O_ <0… 'p  O@_8`A&LOa| '0߿|o? _~ ̧PB /_~S_>o`> *TH|O` O> *|OB O@ D(,h „ 2$/@}/@? o`O@ D0!?70|O@? 4x 70B"D?~GП> o`C!B 3o`| '0? ߾|8`A;o|!D!‚80@}/_| ˧? 4xaB 64ȏ@~ ? 'p߾۷_?} ,X` W_>ӷ| O?` W_}O,h „ /_?-TO}o߿~.\P!?O߾ '0?}o` 3o}ӷp…O@$(_|'p "Lp!Æ '_|97p_|˗Ç3/_>}˗|/_>~˗C ˗/_>Ç˗A7p_|˗Ç3/_>}˗|/_>~˗C ˗/_>Á˗|{ÇO |>|aB~>|8Ç>|?}˗/߾>|aA~>|C~>@O@ DPB˗A6lذaÅ6lp! 6lؐ|kذaÆ 64ȏ_Æ 6l_Æ .װaÆ /_~kذaÆ kذaÅ6laC˷aÆ 6l ?~ 6lذB~ 6l_Æ 6lH_|aÆ 6\ȯaÆ kذaÆ ˗/߾ 6lذaC5lذaÆ 5lذB~ 6lذ!A~GП 6lp! 6\ȯaÆ 6$/_|6lذaÆ ? 4xaB .װaÆ 5lذaÆ˗A6lذaÅ6lp! 6lؐ|kذaÆ 64ȏ_ 6l_Æ .װaÆ /_~kذaÆ kذaÅ6lذaC˷aÆ 6l ?~ 6lذB~ 6l_Æ 6lH_|aÆ 6\ȯaÆ kذaÆ ˗/߾ 6lذaC5Do | kذaÁo߿| 6L | /_Æ 6/_| 7_|4hРA |ϠA 4h'_| 4hРA /_} H*\ȰÂ=,/~7_*w0}>|hA=|aA~GПO߿~CoÇ 3/?߾>,/_|>|Ç{HP|O>}>||}C '0?}{Â׏?} ӗO> ԧ/Ç;߾}ӷ/_?}=|A~ϟ|>|X_|=|Ç?~ H| G0A 4hР /|󗯟| 4h A~ o`> 4hРA ˗/_?4hp`>#ϠA 4h?~뗏`_> 4h ?70A 4hРA˗o,h „ 2l ?~ o`>>||_>{P!?o`>,/_|`>#Ç ̧O`C/_{Â˷Ç>|X 70|>T`> /|=|}Ç ˗/_?=4O`{B~ O`C70|>|X_|=|Ç `>맏`*w`/߿|/,h B Gp߾%L0a„ ˗/_?%L80}G0_„ &L|_>K0aB Gp߾%L0a„ ˗/߾ &L0a„ &ȏ_„ ܗ/_?&L0ao߿| '0_„ g_| ܗ/_ &L0@~GП /_~%L0a„7߾O` &$ |/_~ &L0aB˷/a„ &L0a„ 0aB %PB %@8`A&T… .\ |#O… .\p?~ .\! .\paA۷p… .\p!?~ .\p…-\pB.\p…˗A.\p… [p…-\p… ˗/߾ .\p… [p… .o… "p… .,/_|ӷp… .\… .Do… .\X_|-\p… .\ȏ… .\p?~ .\! .\paA~GП ZhZ'p "L! .\paA۷p… .\p!?~ .\p…-\pB.\p…˗A.\p… [p…-\p… ˗/߾ .\p… [p… .o… "p… .,/_|ӷp… .\… .Do… .\X_|-\p… .\ȏ… .\p?~ .\! .\paA~GП .\p.\p!B~ .\p‚˷o… .B -?~ HA~7_| 4hРA 3/_|4hРA g| /A 4hРA˗A 48@~ /? 4hРA ˗/_>~ 4hРA/_>gРA 4hРA <0… :,ȏ _}OÇ;O|>|XA=|aA~GПO߿~ϟ&w0@=| ?_?}{Â˷Ç>|X'P?'0Ç;o}/_~ 'P|>g?'0Ç/_~{HP|?~=|0!O?~'0|C~_  <0B˷o… .\pB~*'0|-\pB~ O`>~ '0|oBo` .\_|o| W0… *w0@O| '0.DOa[p… ˗o… .\p…-TO`o… ;0@?_? 4xP ?o`>"D!׏?}'0|!Bw`>߿߿|/,h@~/|"D!B˗oB"D!B"4ȏB 70}"D!B/߿|/| '0B ;o|!D!B/_~C`>oB"D|_?}O`>CA~o`>"D!˷!B"D!B!‚!D!B;o`?}|O`>"Dh~`?} H*T/_|ӷPa>_} .\P /߿|'0~oB Gp߾-\pB˷o… .\pB~*7p_|˗/_ .T`|/?~߾| '0…/_|o… */_~[0}/_|.\P!˧߿|˧O'0| "g_| ܗ/_ .\_|-\p… .\ȏ… -B -@8`A&T… .\ |#O… .\p?~ .\! .\paA۷p… .\p!?~ .\p…-\pB.\p…˗A.\p… [p…-\p… ˗/߾ .\p… [p… .\p… .\p…˗A.\p… .\p… .\paA۷p… .\p!?~ .\p… .\p… .\ |#O… .\p… ZhZhZ ˗o,h „ 2l ?~>|Ç>|Å׏?}>|Ç>|Å˷Ç>|X>|Ç>|B~GП>|Ç>|BÇ>,ȏÇ>|Ç>|p!|#OÇ>|Ç>|p|{ÇÇ>|Ç>|_|Ç>|Ç>|_|=|Ç Ç>|Ç>\`>ϟ>$XA .dC%NX|hѢEYhѢE-Z_|ϢE-ZhѢE˷ϢE-gѢE-Zh"D~GП>-ZhѢE!˗/>-ZȏE-ZhѢE˗A,ZhѢE-Z/_|,Zh"?~-ZhѢE-B/_~hѢE-Zh|hѢEYhѢE-Z_|ϢE-ZhѢE˷ϢE-gѢE-Zh"D˗߿ <0… :|1ĉ+/_}-Zh?-ZhѢE!˗/_?YhѢE-Z_|YhѢE~ H*\ȰÇ#JH~ϢE-ZhѢŊ8`A&TaC 8`A&TaC!F8bł8>$XA .dC%NX>$XA .dB$XA .dC%NX`?$`> 4xaB 6tbD)V$? 4xaB 6t`> 4xaB 6tbD)V,? O@ DPB >QD O@ DPB .p <0… :|1ĉ+'p "Lp!ÆB(q"Ŋ'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? )r$ɒ&OLr%˖._Œ)s&͚6o̩s'Ϟ> *t(ѢF"Mt)ӦNB*u*ժVbͪu+׮^ +v,ٲfϢMv-۶n˗/_M/oVݗ/_~0@'p "Lp!Æ|'0_Ç>|Ç>|Ç>|C/? ̗!| <0… :D/|'0_Ç>|Ç>|Ç>|C ̷O?k/@~=|Ç7П?ӗ/_ |Ç>|Ç>|Ç>|Å O`|˗|3/@~=|Ç˗O߾~/?~뗏A}Ç>|Ç>|Ç>|Ç ˧o_ ̗|ǯ |O@ DPB */_|'0_/|Ç>|Ç>|Ç>|C˗|/_>+0'p "Lp!Æ˗O`|0(|O@ DPB >QD-^ĘQF '0_>O| /@'p "Lp!Æ˷o`|/߿|O@~ H*\ȰÇ#JHŋ3j!|'0_>˗Oa|ױcG ? /߾O|˗? 4xaB 6tbD)VxcF9&O} O?~뗏'p`} H*\ȰC˗o|˗|+/?{Ç>|Ç>|Ç>|aB˷o`|_|O@~ H*\ȰÇ"D!B"D!B"D!B"'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? )r$ɒ&OLr%˖._Œ)s&͚6o̩s'Ϟ> *t(ѢF"Mt)ӦNB*u*ժVbͪù;;PKVwV:0PKy$AOEBPS/img/repma006.gif)S֬GIF87a?**?***UU?UUU????**?*******?*******U*U?*U*U*U**?*****?*****?*****?***UU?UUUU*U*?U*U*U*UUUU?UUUUUUUU?UUUUU?UUUUU?UUUUU?UUU?**?***UU?UUU?????**?***UU?UUU?????**?***UU?UUU?ժժ?ժժժ???**?***UU?UUU?????***UUU, H*\ȰÇ#JHŋ3jȱǏ CIɓ(S\ɲ˗0cʜI͛8sɳϟ@ JѣH*]ʴӧPJJի!>'p "LP? 4xaB 6tbD (>'p "DP(? 4xaB 6tbDO>} H A ? 4x@} O@ ӧO_~8`A&TaC!Fׯ>}'p 8P>$X} (`> $O}'p "Lp!ÆB(`?~'p AǏ?~  <0B׏?~0ׯ,h „ 2la~0ӧ ?? 4xaB ?0ӷ_?$XA .dCO|ԧo?~O@ DPB ?~OO@ DPB 2O>O?~ <0… ?~O <0… :|`?}80>} <0… :L?~'p@}'p "Lp!Æ O@,h „ 2l0?0 <0… :|>} o~8`A&TaCo>? 4xaB 6O|Ǐ? H*\ȰÇ O|? 4xaB 6t萟> Ǐ?$XA .dCO| <0… O@}O@ DPB >_?~(P>$XA .dС~˗O~>|Ç>,>  <0… 'P>~8`A&TaC!F>  <0… 6ܗ/_|sСC:t~˗OC:/_|СC:tСC˗/_>}:tС˷C:tСC/_|:t0!|C:tСC /_|:tСCϡC:tСC˗/>:,/_|:tСC:t!|sСC ˗C:tСC:O_|:t80_|:tСC:tС~O@ DPB װaÆ 6lذaÆ /_Æ ̗_Æ 6lذaÆ 6lhp_| 6lذa|6lذaÆ 6lذaCkذaÁkذaÆ 6lذaÆ ǯaÆ 6} 6ljjȟ|8`A&TA~װaÆ 6lذaÆ /| 6l80|5lذaÆ 6lذaÆ˗O_Æ 6lxװaÆ 6lذaÆ ӗ/?~6lp`>ǯaÆ 6lذaÆ 6/_5lذaÆ/_>}6lذaÆ 6lذA˧O | 6l80?˷_Æ 6lذaÆ 6%JlOB}˧?%J(QĈ˗/_>~(Q|ӗ/_|(QD%J߾|>}%Jؐ˗/}I(QD%׏> ?  <0|0@ <0… :|ѡ?~'P>$O>$XA .dxO@}O@ DPB >(_?~'P}8 A~ ,X` ,_O@}O@ DPB >(?~8P?$XP>$XA .dx0,h „ 2l@0 ϠA 4h| 4(>̧o?~'p "Lp!Æ ?}80~ H`A}8`A&TA~6O| ԧo?~O@ DPB ׏?}8P>}'p  w4 ӧ`>Ǐ?8`A&TaÆO>O_?$X`A}}ϟ?8`A&Tp?O>} HP>~8`A ˇ!B!BO|ԧO?~? 4xaB ?~0? 4x>}"D!B!B ׯ>}8 A}8P ,h?ӧ`> ԧo_~ H ˗0a„ /a„ O>$XP>}'p @O@ O O>}8 A}? 4xA}&L0a„ /a„ &ׯ_? O@ DP|ӷ_~ H&OB OB ׯ?}O@ DPBǯ_~ H&ԧOB *T ?} *TPB 8@},h ~O@ DPB1dȐ|2dȐ!C 8p@},hp> <0…cȐ!C 㧏!C 2dȐ!C 2dȐ_> 2<C 2dȐ!C 2dȐ>} 2dȐ!1dȐ!C 2dȐ!C ǐ!CcȐ!C 2dȐ!C 2ԧ!C 2d> 2dȐ!C 2dȐ!C~2d`> 2dȐ!C 2dȐ!C1dȐ!C ǐ!C 2dȐ!C 2d/C !C 2dȐ!C 2dP> 2dȐ?~2dȐ!C 2dȐ!C O@ DPa> *TPB *TPB *OB *TPaA~*TPB *TPB *T(_> *TX0? *TPB *TPB  ԧOB *T ?} O@ DP8 ?$XA .? 4/A 4hР4hРA 4P <0…'p "LР>} .\pB-D/@~,h „ ӧ?  <0…O@ gРA 4h_> 4hРA  <0…O@ DPA}.\p…[ .\?} [p… P!| .\0 .\X0 .\_> .\Р>} .\pB-DO… .\>-\p…[_ .\… .,… .\/ .\hP .\p!B~"o… .OB}.\p-T/… .o… o… .… .4O… .\!?} ӷp… O>~ .\hH?$X | 4hРAgРA 4h`>'_|3h0A3hp`>4hРA 4O>$XA .dxkذaÆS_Æ 6_C5lذ|6la>߾|k0_ װaÆ kذaÆ  ?} 6lP ?} kذaÆk_ 6_Æ "`|ӗ/?/_>ӗ/_?/_>}7_} װaÆ kذaÆ  ?} 6lP ?} kذaÆk_ 6_Æ "`|ӗ/_o߿|o_߿|o_>| ,h „ ӷp… .DOB-\p…S… .\O [p…-\p‚̗_~}O??~O`O?`> .\Р>} .\pB-DO… .\>-\p…[_ .\… .,|/__>˗_Ǐ_>/˗O`> p… ӷp… .D>$X ?} ̗?4ϟA  A} ,/3hP? $AgРA 4h_> 4hРA G0_˗_>O>~o`O`>'P _>4hРA 4O>$XA .dxkX0_~0_ÆS_C/_5l(PkذaÁ5lذ!|o_/>}O_||O`>}O_|˧O|6l0>} 6lذA~䧯a|/@~/_}߾| /_Á)ǯ!|/@~/_}߾| /_Á5D/_Æ aÆ װaÆ װaÆH>$XA .dxkX0_}'P?/߾_>~p ?} kH0_}'P?/߾_>~p>~ װaÆkذaC5lذaC5lذaB}6lذaÃ54O_/_>/>~O|kX>5$/>؏߾|O`> ̗_k_ 6_Æ "!B~/_Æ kذaÄ5lذaÆ>$X ?} ̗>~ ̷_˷_>˗O߿|  A} ,/}o|˗o߿|˗/ 4AgРA 4h_> 4hРA gРA 480? 4hРA <0…  ?} /|/}O>~aA~א`|˗O`O`| O~5,_C5lذ|6la> _>˗?}_ kذaÄ5lذaÆkh뗯_|ۧϟ|/?'0_)ǯ!|/@}O_|ӗϟ?}aA}"䗯aÆ װaÆkp_ ߾|/߿| }}O~/_> A 4hР'p "Lp!Ã54O_ÃׯaÆS_ÃׯaÆk_ 6_Æ "篡~ ϟ| 䗯߿|*aÆ װaÆ 䧯A~̗O | 6OB}̗O | 6_C5lذ|6la> 6lP`> 6lP 6l ?} װ|/_|˷o`O_C)ǯa} _~˗o| /k_ 64@_~ H&OB *<ϟB *TO> *TP‚)LOBǯ|'0|oB)O!|׏_>~o`>˷O!B}*/B *,~*TP!|&ܗ/~ *T80? *T>} *TPBS>/_70|'0_>SB ̗/߿|_/B)T_> *TX0?  <0a|"̗O | *T80? *T>} *TPBS>70_70|'0_>SB/߿|_/B)T_> *TX0? *T0?7P_?/_} '0|&OB *OB *TPaA~&O!~ /߿|o>_>~S>)D/>O|/ _>} ? 4/A 4hРܗ/> 4hРA3h`|׏_>~o`>˷ϠA4hРA 4O>$XA .dxkh߾|/}'_|˧/_> ӧP˗o?} ܗ/>˷O|װ>~ װaÆ#o}6l0/_>70߿| '0_kذaÄ5lذaÆkh 0!?} kذa| !| 6l80?kذ|ԗ|/| '0|aÆ װaÆ 䧯A~6lX0,h?}w w$~;x`>~/_>}˗o>A_>$XA W_|*TP|*T`> PB ӧOB *T ?} ӧPBۧP)OBO? P?~*TPa|#OB PB)T(0? *T>} *TPBS> ߾| *OB}*T/B P |OB `>*TPa> */_> OB *OB *TPaA~&OB/~ HC(P?̗!Bp |G_>"D`>'p>$XA PPB)TPBSPB *,O„)T|O@ OB!DР|!BC80#/B"Dx0?"D!ƒ!D`>}!Da>"D!‚!D!B"DX>Ӈ!B/B ӇP>~"4/>!DР>~/߿|C!B!B"$B o_>"!B"DXP>"D!B Ӈ@~"Dh_CaA~ !B˗o?}O߿ <0|˗/_>} *T0? _~ *ϟB *TO? *TP‚)LOB *Tx>)TPBS(p_|OB `>ۧPB SP!|O@ B"D>~"D!B!!D!B@}"D!Bp ?C!BG0?~C!B!‚/B!B",B"D!BCp ?}"D!BC(P?"D!!/_>~ ˇ!B ?}Ӈ!B !B/_?!B"DXP?"D!B Ӈ@~"D!B?  <0…c菟|ǐ!CcȐ!C1dȐ!Ã1dȐ!1dȐ!C ?} 2d ?} cȐ!Cc߾|ǐ!C#0'p "L80? *T`> *TP?}*TPB ӧ0!?} *TPA~PB O|W_> *TX0? ܧO> *DϟB *Tx0? *T>~ *TPBS> *T ?} SPB ߾~SPB#`*Ta> *TP|*TP)TPB OaB~8`A&TP_>} HP_>$XA .ԗ,h_>4hРAG0?gРA 4> 4xaB  <0B-\p… ӷ?$XA .? O@ DP8p`(߿O <`>˗/_?&L0@$XA .$ <0ƒ-\p… ӷp… .\p… .\ |˗/ &o… .\p… .\paA}.\p…[p… .\p… .'p "4,h „ 2l!Ĉ' Ǐ"E G"E)RHQ |G_> H߿O@ DPB >QB}&N81!?}'N8qĉ/߿|#`>'p "4߿_} H*\ȰÇ#J\ĉ'&oĉ'N8q| |'P?$XA#}'p "Lp!ÆB(q>~'N'N8qĉ ӧ>!ܗ/_>' ?}7qĉ'N8q>~'N'N8qĉ ˧A~oDM8qĉ'N(P'NLOĉ'N8qD+/ĉ8qĉ'N8Q>~'N'N8qĉ />M1oĉ'N8qB}&N81!?}'N8qĉ70A~&NA}  <0 :|1ąM8qbB~&O@ DP8`?$XA .? O|+X` ,X`> ` ,X`A$XA .$ <0ƒ-\p… ӷ!| H*\/>$/@},h „ ? /_|W` ,X`|' ,X`'p "Lp|8`A&ThP .\p!B~"o… .OB}.\p-/_>}˷p… #08`A&ϟB *Tx0? *T>~ *TPBS> *T ?} SPB P |OB OB *OB *<ϟB *TO? *TP‚)LOB *Tx>)TPBS_|#/B *,_}PB SPB PB OB *T ?} ӧPB O>~ *TPA}_˧PB Gp>O@ D`> *TP|*TP)TPB OaB~*TPƒ)OB *</A~*TPa|#OB G0_|wПBOa|SPB PB *TX> SPB ӧP? *T>~ ˧O?}SPB#@~*TPa>߾|S_>OB *B *TPaA~&OB *~ C/… . |-\p|o?}ۗ| ܗ}/߿}'0|/?~/|.\pA}.\p…[ .\?} [p… 㷰?-\p|p… #/_|?~'070?'0|/ '0|.\pAO@ DPBkh_| 5l(>5$/k_Æ[0/,h „ #؏B *$|/__>˗_Ǐ_>/˗O`> PB OB *T ?} ӧa|˗O| "O>~ _|̧P!B}*/B *,AO@ D`>/|_ϟ߿~_~O@}3ϟB *TO? *TP‚)LOB/_>_|˗߿}_>Sƒ/_>'_|˗߿}_>S| *T`> *TPa>/߿|˗o/_~ _| '0|/_~ӧ`> *TP?}*TH!RH? $OAo_|_>O|/~  A} ,/߾|o߿|/3h>~ /A 4hР4hРA 4ϟA 4hРAgРA 4h?}8`A&TA~䧯a|ӗ/~O? ̧O`|5,OB}̗O?} o_>'0|/_Â5D/_Æ |kذ|6lذ|6l0>~ 6lذA~䧯a|/|o_|O_|װ ?} kH0_>~'0>~ۗ/߾ӗ/_>}5,_C5lذ|O@$XA P?~/B PB OB *T ?} ӧa|˗O`'0_'P_"O>~ /|/?~/@}/B)T_> *TX0?˧PB S|P„)TPBSPB *,O„)D/_|/>}˧?}ӗ/?"O>~ /_|˷O?|˗'p 3h@~ 4hРA }3hРA ϟA _>˗?}_> ϠA 4hР'p "Lp!Ã54O_Æ 6OB}6lذ@}"䗯aÆ G`>'p "L80? o>_>~˗>}  OB *B *TPaA~&OB * *TX0? *T0? /?'0_~/? PB OB *T ?} ӧPB O>~ *TPA}*/B *,ϟB *TϟB70߿|˧_}OB)TPBSPB *,O„O@ ˗O_? 4h ?} gРAϠA 4AgРA 4h_> 4hРA gР>~/~4h`> 4hРA ? 4xaB 䧯A~̗O | 6OB}̗O | 6_C5lذ|6la> o`O |Pa> 6lP 6l ?} װ|/_|˷o`O_C)ǯa} _~˗o| /k_ 6_Æ "aÆ  aÆ װaÆ 䧯A~̗`>~o>o߿|O>~ /70|G A#H AO@ DPa> *TPa> *TP|*TP)TPB OaB~"̗o`|/| /|"O>~ 70_| ̗o`O`| P?~*TPa|*TP|&ܗ/~ *T80? *T>~ *TPBS>70_70|'0_>SB/߿|_/B)T_> *TX0? *T0?| H0a„ /a„ &L0!A~&O_„/_>}/߿|ӗ0!?} 0a|˗_>O߿|'0?%L_„K0a„ 0a„ /!} O`~˗o| / 0a„ /a„ &L0!A~&O_„˗o?} ܗ/>˷O߿|0!?} 0?O߿|˧?~'0>O@gР4hРA ϟA 4hРA4X0_>/70|gР| 4hРA ,h „ 2 o`| ̗o`O`| װaÆ kذaÆ  ?} 6lP ?} kذaÆk_ 6_Æ "!~ /|o˧? ϟA 4hРAO@ DPBkh ˗/߾ ӧP ˗/ !| 6l80 6D_Â˷>˗OۧO`>}kX0 6L_Æ 6lxkذ`|kؐ ?} kذ`|װ!A}"䗯aÆ װaÆkذa| װaÆ kذaÆ  ?} ̗O>} O>~ ̗O`>} ǯ!B~6lp`> 6l0 0a> 6l(!O@ DPBkh 'P ?$XA!B'0_>!‚!D!BC!B!B˗o?!B"DXP?"D!B Ӈ@~"Dx0_>!D ?}!ƒ ̗!BC |"D|"D!BCaA ԗ!BC!B!B"D!‚!D8>̗O`|"4OB!D`|CA}",/B"Dx0?"D!AO@ /_?C|"D!BC!B"D ?}!B/B ӇP>~"~!B"<B"D`>",/B!B"DXP?"D!B Ӈ@~"Dx`>'p  @}"Dx0_|!D>~!B"<B"D`>",/B!B"DXP?"D!B Ӈ@~"D!BӇP>~"D!BC |"D|"D!BCaA} B !B",B"D!BCp ?}"D!BC(P?"D!!DX_>"D`>"D!B!D`|ˇ!ƒO@ DPA}.\p…[ .\?} [p… P!| .\0 .\X0 ӗ/> &o… o… .\[p… ӧP .\>~ ˷p… [p…[p… p… p… .DOB-\p…S… .\O [p…-\p‚-\p…[p…[p… "o!B~.\p'p A}8`A&T>~ ǐ!CcȐ!C1dȐ!Ã1dȐ!1dȐ!C | H*\O>$O@~,h „ ? 4/A 4hР4hРA 4o@~,h „ ? 4xaB[p… "o!~ H*\8P <0…'p 3hРA 4/? 4hРA8`A&T?$XA o… .\ .\p… .\p…[p…-\p… .\p… .,… .\>} .\p… .\p… ˷p… [p… .\p… .\X0 .\p!B}.\p… .\p… ԗo… ۷p… .\p… .\`>} .\pB[p… .\p… .\H0߾ .\/… .\p… .\pB[p… &̗o…ZhZhZhZh  <0B)TPB *TPB *T0_> *TPƒPB *TPB *TP})TPƒSPB *TPB *T?})TPB "/? *TPB *TPB ˗B *L/_~ *TPB *TPB /? *TPBOB *TPB *TPPB /> *TPB *TPB ˗oB *TPB,h „ 2l!Ĉ ۗ/'"/~'N8qĉ ӗ/_'N(П|M8qĉ'NO_|&NȐ_|M8q'N/_|&N8qAoĉ'N8a}7qD˷ĉ'N8q~oĉ'./_>}&N8qĉۗ/_}&N8Q |7qĉ'N߾|8qĉ˗/~'N8qĉ˗/߾~'Nx|oĉ'N8?~,h „ 2l!}Ç>|C˗/~>|С?~˷Ç>|C˗/>~>|Ç/_|{Ç>|(߾|Ç>|?˗/߾~>|Ç ӗ/_>}{Ç><؏|Ç>|߾|ǯ>|Cӗ/_>}=|Ç>$߾|ӷ>|B˗`| <0… :<|Ǐ>|B˗/_>}=|Ç>l>}˧o?>|Æ0@ <0… :|(?} ? H*\ȰaCO@}'p "Lp!ÆBX_?~8P?~'p "Lp!CO|,h „ 2laCO@}? 4xaB *?}(P?~8`A&TaC!F?~8P} <0…Ǐ>} O?~8`A&TaC!&׏>} O?~O@ DPBO>Է_? H*\ȰÇ#J\?~O|Ǐ?O@ DxП?O>O?~'p "Lp!ÆBhП?~O@Ǐ_?'p "Dϟ?~ӧO| Է?8`A&TaC!F8?ۧO|P 8p>O@$(P>}? 4xaB 6tbDǏ>}8@O$>8@}ϟ?$XA .dC%NП?8>'p 8P> ϟ?$XA .dC%N\ϟ~ >'p 8P> ϟ?$XA .dC%NXE5nG!E$YI)UdK1eΤYM9uOA%ZQI.eSQNZUYnWaŎ%[Yiծe[q̗?9q_| 'ܝ/_;O`>70߾&˗/?5_~0C}㗏|sw˗߿}G1|'0_?/?z͗?~ /_?O_|˗'_|O?}ۗ/?$XA .dC˧?}ӗ/_/?}O˧|˷/_|'P}O?}70_O_|OD%J(QDo_|O`>O|/~˷?/?I(QD%J,/}˷/?/?~__>o_> ׏_ۧO`|O˷?/?'p "Lp!ÆB(q"|ӗ/~O? ̧O`|O_|_>}H"E)RO?`|_>}뗯_>}#؏|'0߿|G"E)RH|/|o_|O_|WП'0߿|˧"E)RH`|/>}_>}o`/߿|O_>˗/߿_>}/>}7П'0߿|˧? 4xaB 6tbD/|/?~/@}/_A~O߿|O~)RH"E/|/|O|_| _~O@}3/'P_/A~O߿|O~)RH"E) ̗_~ ԗo˧?}ӗ/? ˗/>O_|(RH"Eo_˗o>ӗ/_?_|_˧ϟ|/>} /ӗ/?o@˷O`>ӗ/?$XA .dC%NXE5nG!E$YI)UdK1eΤYM9uOA%ZQI.e SQNZժʀ;;PK`.S)SPKy$AOEBPS/img/repma026.gifGIF87aXf?**?***UU?UUU????**?*******?*******U*U?*U*U*U**?*****?*****?*****?***UU?UUUU*U*?U*U*U*UUUU?UUUUUUUU?UUUUU?UUUUU?UUUUU?UUU?**?***UU?UUU?????**?***UU?UUU?????**?***UU?UUU?ժժ?ժժժ???**?***UU?UUU?????***UUU,Xf H*\ȰÇ#JHŋ3jȱǏ CIɓ(S\ɲ˗0cʜI͛8sɳϟ@ JѣH*]ʴӧPJJիXjʵH~ H <0… :|1ĉ+Z1ƍ;zR>} Hԧ? 4xaB 6tbD)VxcF9vD}BF/dȐ!C 2dȐ!C R>~!#2dȐ!C 2dȐ!C )Q 2dȐ!C 2dȐ!C_Ȉ 2dȐ!C 2dȐ!CJ/dD~B 2dȐ!C 2dȐ!%2"?}!C 2dȐ!C 2dȐ !C 2dȐ!C 2dHO_Ȑ!C 2dȐ!C 2D}˗/?(߿o@ ? <0… :|1ĉ+Z1ƍ;zR>~/?˷o`̧!C 2dȐ!C 2dH!7_?o`>SO_Ȑ!C 2dȐ!C 2D}ϟ||#O!?}!C 2dȐ!C 2dȐK؏|߿~'P`O@ DPB >QD-^ĘQF=~)Q ` _߿8 ?} H*\ȰÇ#JHŋ3jȱǏ %w'_7П>2dȐ!C 2dȐ!C )Q?˷`> _>SO_Ȑ!C 2dȐ!C 2D}BF/dȐ!C 2dȐ!C R>~!#2dȐ!C 2dȐ!C )Q 2dȐ!C 2dȐ!C_Ȉ 2dȐ!C 2dȐ!CJ/dD~B 2dȐ!C 2dȐ!%2"?}!C 2dȐ!C 2dȐ,h „O@ DPB >QD-^ĘQF=~)Q>$XA  <0… :|1ĉ+Z1ƍ;zR"?$X|'p "Lp!ÆB(q"Ŋ/b̨q#ǎ?JO>}@L`>'p "Lp!ÆB(q"Ŋ/b̨q#ǎ?F0'p "LpA} <0… :|1ĉ+Z1ƍ;zQ| <0…˗,h „ 2l!Ĉ'Rh"ƌ7r#D~ o@ H*\XP_| H*\ȰÇ#JHŋ3jȱǏ˗o_ ? 4xaB ? 4xaB 6tbD)VxcF9v||'p "LpA~ H*\ȰÇ#JHŋ3jȱǏ'p࿁8`A&TaC!B <0… :|1ĉ+Z1ƍ7O'p "Lp!ÆB|,h „ 2l!Ĉ'Rh"ƌ7r`>  <0… :|>~#F1bĈ#F1b#F1bĈ'p࿁'p "Lp!ÆB|_Ĉ#F1bĈ#F1bĈ#F1bĄ(@ H*\ȰÇ!1bĈ#F1bĈ#F1bĈ#FQ>? 4xaB 6t"D}"F1bĈ#F1bĈ#F1bĈ#.0'p "Lp!ÆB_Ĉ#F1bĈ#F1bĈ#F1bĆo|El/_|>  gРAO@ DPB >QD-^ĘQF G>E̷0@}80|!WQ?=zѣG=zqb>O>~˗ϟ@~ӗO?~+o?}O>} o_|'0@}ӗ?~o_>~g0A~o_~O_} /_/_>ѣG=zѣG'G0|'?|G0?~?}۷}󗯟|߿|/7_>/_?O|O` G 'p "Lp!ÆB(q"Ŋ/b̨q#ǎ#`> G_'_|O ?/|O`>O ?` '0| 70_> /?ѣG=zѣG=N`>0@/߿| ߿O߿߿|/߿_7p_>o |߿|/߿맏|7P?$HP?$XA .dC%NXE5nؑ`>o|_>>~#o~߿|/}/O?'0| O ? '0|ۗ_>>~sG=zѣG=z8170@_|ϟ|̗/_>~˗|ϟ| o`>/_>~ '0?ӗ/?O`>}|/?O@O@ DPB >QD-^ĘQF bycA}~=zѣG=z|~%J(QD%J(QD%J(QD(QD%JlD%J(QD%J(QD%J(Q|$J(QD'QD%J(QD%J(QD%Jx0?%J(QĆI(QD%J(QD%J(QD%OD%J(>~%J(QD%J(QD%J(QDO@ DPB >>~ H*\ȰÇ#JHŋ3jȱ#A$XA .dCO@ DPB >QD-^ĘQF=~/_> A $H A $H +˗$H A $H A $Ȋ $H A $H A 2?˗ϟ?@ $H A $H Al`>O@ DPB >QD-^ĘQF=~#| <0… :|1ĉ+Z1ƍ;z2dG~ o,h „ 2l!Ĉ'Rh"ƌ7r#Ȑ80,h „ 2l!Ĉ'Rh"ƌ7r#Ȑ 'P>$XA .dC%NXE5nlj$H  <0… :|1ĉ+Z1ƍ;z(| <0…˗,h „ 2l!Ĉ'Rh"ƌ7rcD} 8,h „ ԗ/,h „ 2l!Ĉ'Rh"ƌ7rcD~'_|_>~ A $H A $H˷}˗/H $H A $H A/_>~/_| A $H A $H A*0 ? 4xaB 6t"D H*\ȰÇ#JHŋ3jq> @ H*\ȰÇ <0… :|1ĉ+Z1ƍ7˗/_>~'p ,h „ 2l!ćE1bĈ#F1bĈ#F1bĈ#FL/_}'p>$XA .dC1bĈ#F1bĈ#F1bĈ#F0_| ˗_Ĉ#F1C}"F1bĈ#F1bĈ#F1bĈ#*O@8`A&TaC!B/bĈ#F1bĈ#F1bĈ#F1B? 4xaB 6tbD}"F1bĈ#F1bĈ#F1bĈ#2ܗ/_| ` ˗O Q|O@ w,h „ 2l!Ĉ'Rh"ƌ7rH03` ϟ|)0_|ylG=zѣG=z81/|㗏~o_}/?/>7P_>}`>'P߾|'P|/_~_|<ϣG=zѣG=zAo߾۷|'0/@~/߿|o|o|_>_>|'p ",h „ 2l!Ĉ'Rh"ƌ7rH0?_`>_|o`;o`>~ '0| /@@~ѣG=zѣG=N |߿|/߿߿߿ /o_>~o`0@/߿߿|Ǐ_(,h B} <0… :|1ĉ+Z1ƍ)7__`|O`>O?'0߿| G0?}w0@}/| }_>'S/;vرcǎ;vؑb>O?}O_>} ۗ/~˷O`>ϟ|_|ϟ|7П| '0|˷O`>~_>~ǯ#B}ӗ/;vQGuQGuE <` &Lp` &Lp>~˗/>$XA .dC%NXE5nH1 בc+`>O@ H*\ȰÇ#JHŋ3j1a>;vؑ>~O@ O@ DPB >QD-^ĘQFرcǎ `> 4? 4xaB 6tbD)VxcF9"cǎ;2Ǐ>$X ?$XA .dC%NXE5n0;vP8P /?$XA .dC%NXE5n0;vP˗OBرcǎ;vرcǎױcǎp_|˗_ǎ;vرcǎ;v0;vP?C/_>~;vرcǎ;vر#|:vر#C}C/_>~;vرcǎ;vر#|:vر#C}*˗_ǎ;vرcǎ;v0;vPױcǎ;vرcǎ;"cǎ;2ǯ|uرcǎ;vرcǎ(?$XA .dC 'q|I(QD%J(QD%J(QD(QD%Jlā'QD%J(QD%J(QD%JOD%J(>~˗D%J(QD%J(QD%J(`> 4xaB 6tbă8`A <0… :|1ĉ+Z1ƍ'p "Lp!CkذaÆ 8`A? 4xaB 6tbD)VxcF9vQ_|?~~?~Ǐ?~GAǏ?~Ǐ?rԗ/Ǐ˗Ǐ?~Ǐ?~>$ <0… /?$XA .dC%NXE5ncF? 4xaB 6,/_>~ H*\ȰÇ#JHŋ3jȱnj8P ,h „ 2lh_|8`A&TaC!F8bE1fԸcG80?$XA .dР|'p "Lp!ÆB(q"Ŋ/b̨q#ǎ5O@} H*\ȰAO@ DPB >QD-^ĘQF=nO@ H*\ȰAO@ DPB >QD-^ĘQF=n/_>}?~4/_>~?~Ǐ?~GAǏ?~Ǐ?roǏ˗Ǐ?~Ǐ?~c?"/?~Ǐ?~Ǐ?/?~Ǐ?~c~?~D/_>~?~Ǐ?~G˗o?/?~Ǐ?~#~_|}q|}Ǐ?~Ǐ-/~ /_|8`A&TaÁ <0… :|1ĉ+Z1ƍ;zO_|%/_}>~/_>~?~Ǐ?~Lj!|q|}Ǐ?~Ǐۗ/~˗ǏǏ?~Ǐ?~Ȱ|a/_}>~/_>~?~Ǐ?~Gǯ#||}Ǐ?~Ǐۗ/>ӗ/߾%˗Ǐ?~Ǐ?~`?}x߾|O@ DP… <0… :|1ĉ+Z1ƍ;z/_>}>2/_>~?6/?~Ǐ?~}b?}BǏ?~Ǐ;˗/˧ǏǏ?~Ǐ?~ܸ/_>}>j/_>~?/?~Ǐ?~c?}ѣ}@Ǐ?~Ǐ-˗/ ˗O_˗Ǐ?~Ǐ?~8߾|ۘ|qO_|8`A&Th_|8`A&TaC!F8bE1fԸcGǯ#|+ϣ}߾a/?=zѣG=z#|/|O|y/_|4'0_FѣG=zѣG5ۗ/>o?߾}X|a?~?}k/_>~=zѣG=z#~>~o`x߾|_> /5/?=zѣG=#,_|'p "0@_? 4x!A~0@ O Kh_|8`A&TaC!F8bE1fԸcG˷ϟG }o?<2/_} O@? /?$XA .dC%NXE5nQ |p/>}˧OG˧|˗G=zѣG=z߾|D~0@_|5/?=zѣG=za?}#~cBѣG=zѣG˗/?=v/~˗G=zѣG=zx߾|1|=/_?˗> 4xa|8`A&TaC!F8bE1fԸ~1b>0擘O`q`> 4x@~ H*\ȰÇ#JHŋ3jQ"|_|ۗ}ӗO߿|/_>Gp_|ۗo@~O |˧_?8O@ DH,h „ 2l!Ĉ'Rh"ƌ7r/_|6'0|o?߿|O`>~o|/||/}П 

_>@~70|˗@~ /@0ӗ/;vرcǎ;vرcDŽb?}O`O`>'P(0| `>O|8p/_~ H*\ȰÇ#JHŋ3jȱGǏb>O`_>@~+o?߾ϟ}˗q_|}Ǐ?~Ǐ!ۗ/߾~˧OO_|/|˗|˗@}ϟ|/_~/?}Ǐ?~Ǐ?Z/_>~?Q`|Ǐ?~Ǐ?j/_}>~OG~Ǐ}G}G}Gۗ/~ H*\Ȱ} <0… :|1ĉ+Z1ƍ;zH_|y| $H A $H 3ۗ/> AJ/_~ A $H A $H$H$H A $H A R`| 2} $H A $H AQD-^ĘQF=~_|/_|B 2dȐ!C 2dȐ!ӗ/>!˗O_!C 2dȐ!C 2dȉ/A/dȐ!C 2dȐ!C "| 9_| 2dȐ!C 2dȐ!Cr/_}>˗O_!C 2dȐ!C 2dȐO}2dȐ!C 2d!C `?}O_|B 2dȐ!C 2dȐ!C&/_}"˗/!C )B )B )B !˗/_>}8`A&TaC!F8bE1fԸcGAO_|ۗ/>"E)RH"E)RH" ۗ/~˗H"E)RH"E)Rȅ˷/_>}D)RH"E)RH"E>/_>OH"E)RH"E)RA}̗o`>"E)RH"E)RHw0?~ۗ/?"E)RH"E)RHw0߿|۷}"E)RH"E)RHӧ/_|70߿~˗߿8`A&TaC!F8bE1fԸcGAt`>_߿| H*\ȰÇ#JHŋ3jȱǏ C>0/߿_>$XA .dC%NXE5nG!O|/߿O`?$XA .dC%NXE5nG!!O@$XA .dC%NXE5nlj$Ȅ(,h „ 2l!Ĉ'Rh"ƌ7rcD~ ,h „ ܗ/_| H*\ȰÇ#JHŋ3jȱǏ'p~ H*\h0_|8`A&TaC!F8bE1fԸcG!˗/_>~˗$H $H A $H A/_|_|@DH A $H A d|/$B A $H A $H'p~ O@ DPB >,h „ 2l!Ĉ'Rh"7rܨ`>o @},h „ 2l!ć'p "Lp!ÆB(q"Ŋ/b̨q#Ǎ˗O|˗cǎ;ǯcǎ;vرcǎ;v/_|'0_>};vѠ>~;vرcǎ;vر#G _8`A&TaC!>/bĈ#F1bĈ#F1bĈ#F1B$? 4xaB 6t"D}"F1bĈ#F1bĈ#F1bĈ#.O@8`A&TaC!F/bĈ#F1bĈ#F1bĈ#F1"}˷߿|㗐 ˗/>#6̗/_>~ c/bāE1bĈ#F1bĈ#F1bĈ#Ft|C/|0|Ca>"F/bĈ#F1bĈ#F1bĈ#F1|O@~/ۗ@~+`'P?~O}O |˧| Ǐ|/_>˧_|_ӗO?}O@ ? 4xaB 6tbD)VxcF9v$|O ?߿|ȯ`'0|'0|/?~| ǯ`>'| '0| /qϣG=zѣG=z|O ?O` W0_|O` '0|_ '0|O ?'0| O>ѣG=zѣG'G0@'P/߿ ߿'P`?}O`?}O`>'P| /O? /_?}/߿_? 4xP?$XA .dC%NXE5nؑ`> >~O`@~+??O` /?}/|@~|O`>>~=zѣG=z|˗/?O`>?}+ |/@~_>O_|O_|3/_|ӗ/?˧O'0|˗G}ѣG<#<#<2|8`A&TaC!F$B~I(QD%J(QD%J(QD'QD%JP?˧OD%J(QD%J(QD%J0?%J(QĆܗ/_|$J(QD%J(QD%J(QD (QD%Jl_A~ ?'p "Lp!ÆB(q"Ŋ/b̨q#džuرcG 0  <0… :|1ĉ+Z1ƍױcǎ'|,(,h „ 2l!Ĉ'Rh"ƌ7rd_ǎ;vd} H ?$XA .dC%NXE5n0;vP'P',h „ 2l!Ĉ'Rh"ƌ7rd_ǎ;vdA~˧|uرcǎ;vرcǎ رcǎ K/_>}ǯcǎ;vرcǎ;vd_ǎ;vdB/;vرcǎ;vؑa>;vؑ>~ /;vرcǎ;vؑa>;vؑ>~ǯcǎ;vرcǎ;vd_ǎ;vd_Dرcǎ;vرcǎױcǎ_|:vرcǎ;vرcG ,h „ 2l!Ĉ/_>~%J(QD%J(QD%J(QD H*\ȰÇ# /?$XA .dC%NXE5n? 4xaB ˗/_Æ 6l /?$XA .dC%NXE5n | $H A $H #˗$H$H A $H A/_> A˗H A $H A 2|@/_>~ A $H A $Ȇӗ/_>} | $H A $H O8`A&Ta <0… :|1ĉ+Z1ƍ;z`>'p "Lp!Æ? 4xaB 6tbD)VxcF9v| <0…  /?$XA .dC%NXE5nѣG}  <0… /?$XA .dC%NXE5nѣG ? 4xaB 6/_>~ H*\ȰÇ#JHŋ3jȱǏ˗ǏǏ?~Ǐ?~_|}Q|}Ǐ?~Ǐ?ۗOǏ˗Ǐ?~Ǐ?~|>~8_|>~Ǐ?~Ǐ#AǏ?~Ǐ?~O_?/?~Ǐ?~cG(,h „ 2l8_|8`A&TaC!F8bE1fԸcG˗o˧ǏǏ?~Ǐ?~_|/_>~?n/?~Ǐ?~Eoa?}1|}Ǐ?~Ǐ)ӗ/?˧ǏǏ?~Ǐ?~(_|U/_>~?R/?~Ǐ?~C/c?}cDǏ?~Ǐ?6/_>~˧Ǐ/?$XA .dC%NXE5n}`||}Ǐ?~Ǐӗ/>ۗ/>?*/?~Ǐ?~A~!||}Ǐ?~Ǐۗ/~%ӗ/ ˗Ǐ?~Ǐ?~_?}k/_|/EǁǏ?~Ǐ?z/_~ aǏ?~Ǐ>h#˗o?$XP` /} /? ӗ/> 4hРA˗,h „ 2l!Ĉ'Rh"ƌ7r숱_|QG0?~O`_>&ۗ/~9˗G=zѣG=z |` '0| /?,˗/?ϣG=zѣG=zH߾|Øo?}(߿|߿|  O_|'?/c>U/?=zѣG=z豣}1_| /_>~ /|˗_G~w //|yѣG=zѣG˗o?=/_}*O |} ϣG=zѣG=z/_|~ 8_|8`A&TaC!F8bE1fԸcǂ#|yo_|=7P?/|yѣG=zѣG˗G'P߾|˗?}/_?'P?~˗/_ӗ//|yѣG=zѣG˗o? O`>~۷} _ '0? ˗ǂѣG=zѣG=6/_>~'0| '0|O ?'p "$XA O@ D,h „ 2l!Ĉ'Rh"ƌ7rO_|u?}O`>':N0 }'0?'0O_|_|'p  <0… :|1ĉ+Z1ƍ3˗/;v}:vرcǎ;vرcǎ ӗ/߾;vo_|uرcǎ;vرcǎ;&/_>}:v쨱|uرcǎ;vرcǎ;>/_>~;R/_ׯcǎ;vرcǎ;vqb?}ױ#| }ױcǎ;vرcǎ;v숑_|aԧ/>'P?~O}|ӗO?~O@ /_} H*\ȰÇ#JHŋ3jȱGb~O`>O`>_>~| Ǐ`?}˗Ǐ?~Ǐ?~?ob'0_AO`|_>~ G_Ǐ?~Ǐ?~ |o`~'0~'0|8߿| /߿ /_}8`A&TaC!F8bE1fԸcGӗ// '0 '0| _ _>$H A $H A߾|cO_}˧O˗O>~ '0?}?}`>$H A $H A |Sd}$H A $H A|;~$H A $H Ap_|/_|@ $H A $@ $$_|'p "Lp |O@ DPB >QD-^ĘQF=~i߾| 9߾| 2dȐ!C 2dȐ!C\/_>}B>/_>~!C 2dȐ!C 2dȐ˗_ȅ/dȐ!C 2dȐ!C }| 2dȐ!C 2dȐ!C/_|B/_}!C 2dȐ!C 2dȐ˗o~2dȐ!C 2dȐ!C }뗑_| 2dȐ!C 2dȐ!C4/_|(ۗ/>!C )B )B )B )$/_}8`~ <0… :|1ĉ+Z1ƍ;z2$}뷐_|)RH"E)RH"E/_|˗O?"E)RH"E)RH˗o˷OH"E)RH"E)RdC~ ? 4xaB 6tbD)VxcF9vdH#|"E)RH"E)RH"˗`|)RH"E)RH"EL/_>O|)RH"E)RH"E/_>/߿}'RH"E)RH"E)r|O߿| 'RH"E)RH"E)r|_)RH"E)RH"E9P_| /?}'RH"E)RH"E)r|_? 4xaB 6tbD)VxcF9vdH)RH"E)RH"EP|O@ DPB >QD-^ĘQF=~#| <0… :|1ĉ+Z1ƍ;z2d} (? 4xaB 6tbD)VxcF9vdȏ ,h „ 2l!Ĉ'Rh"ƌ7r~|O@ DPB >QD-^ĘQF=~`>'p "LpA  <0… :|1ĉ+Z1ƍ;zq| <0…˗O,h „ 2l!Ĉ'Rh"ƌ7r#~ ȏ| H*\h0_|8`A&TaC!F8bE1fԸcG!'P  <0… <0… :|1ĉ+Z1ƍ;z1_|`>8`A&T`>$XA .dC%NXE5nLj˗_|(? 4xaB 6t"D$XA .dC%NXE5nQ_|˗|,h „ 2l!Ĉ'p "Lp!ÆB(q"Ŋ/b̨q#Ǎ |رcǎرcǎ;vرcǎ9'p`'p "Lp!ÆB|_Ĉ#F1bĈ#F1bĈ#F1bĄ ~ H*\ȰÇ1bĈ#F1bĈ#F1bĈ#FQ!| <0… :|>~#F1bĈ#F1bĈ#F1bO@8`A&TaC!F/bĈ#F1bĈ#F1bĈ#F1"C <0… :|1?}$J(QD%J(QD%J(QDG0_|%_>(0_|(1!?~;ObB}$J(QD%J(QD%J(QDG0@}/|OĆ|'QD%J(QD%J(QD%Jx0?'_|˧'_| #?}/_>G0|O>~O}O |ӗO?~>~O`>'0| /O@ <0… :|1ĉ+Z1ƍ;`>'|_ W0|o| ǯ`'0|O`>| _>GO`>|} ѣG=zѣG'G0|O`>_>~G0?} O ? ˗/> G_>_>~ /?3߾~O`>'?}-? 4xaB 6tbD)VxcF9R`O@_(߿߿|ۗ@O|Ǐ_>Ǐ_>|@O@} 짏| '0? ߾|8p>~ O,h „ 2l!Ĉ'Rh"ƌ7r|@~_>'? ߿||| '0?}/?}/A~ | _ | C/_|:vرcǎ;vرcG̗/_>~˗|'0?WП|/_|˗|/>}/_>}'0|˗|˗|`|߿}O@~ ?Gp| <0… :|1ĉ+Z1ƍ)ױcǎW|O@ H*\ȰÇ#JHŋ3jȱa>;vؑ>~'p 'p "Lp!ÆB(q"Ŋ/b̨q#GuرcG 0  <0… :|1ĉ+Z1ƍױcǎGp|,? 4xaB 6tbD)VxcF92cǎ;2ǯ?} ߿  <0… :|1ĉ+Z1ױcǎw_|#/_>~;vرcǎ;vر#|:vر#C}˗OAرcǎ;vرcǎױcǎP>ױcǎ;vرcǎ;2cǎ;2Ǐ?ױcǎ;vرcǎ;2cǎ;2/|uرcǎ;vرcǎ رcǎ /_>~;vرcǎ;vر#|:vر#C}"˗_ǎ;vرcǎ;v@'p "Lp!ÆBHP'QD%J(QD%J(QD%J$ϟD%J(QbC}"˗D%J(QD%J(QD%J(`>%J(QD /_>~%J(QD%J(QD%J(QD8`A&TaC!F,,(_|8`A&TaC!F8bE1fԸ#C$XA .d/_| 6lذ?$XP|'p "Lp!ÆB(q"Ŋ/b̨q#ǎ?ӗ/H $H A $H AQ_| A/? A $H A dD} _|@ $H A $H /_|$G $H A $H A60'p "Lp!Æ? 4xaB 6tbD)VxcF9v`>'p "Lp!Æ? 4xaB 6tbD)VxcF9vر| <0…  /?$XA .dC%NXE5nѣG}  <0… /?$XA .dC%NXE5nѣG ? 4xaB 6/_>~ H*\ȰÇ#JHŋ3jȱǏ˗ǏǏ?~Ǐ?~_|}Q|}Ǐ?~Ǐ?ۗ/Ǐ˗Ǐ?~Ǐ?~|>~8_|>~Ǐ?~ǏǏǏ?~Ǐ?~|O@ DPB ˗,h „ 2l!Ĉ'Rh"ƌ7rq}||}Ǐ?~Ǐ3ӗ/ǍǏ?~Ǐ?~/_|˗/3˗Ǐ?~Ǐ?~}|Ѣ|}Ǐ?~Ǐ%˗/GǏ?~Ǐ?~/_>}2˗/%˗Ǐ?~Ǐ?~a?}߾|!@ <0… :|1ĉ+Z1ƍ;z\/_|>/~?6/?~Ǐ?~#B#~BǏ?~Ǐ?/_}˗_B~o_|}_|>~Ǐ?~Ǐ˗|C#|Ѡ|}Ǐ?~Ǐۗ/> O |ӗO?~O |1/_}?/?~Ǐ?~c?}O@_>_>~O  ۗ/~ H*D/_>~ H*\ȰÇ#JHŋ3jȱF~1|O`>_>~E/_>~=/?=zѣG=zc~obO@_(,8|3hРA 4H_|8`A&TaC!F8bE1fԸcGbO ? /|_}Q|yѣG=zѣG ˗O_?O?}O`O_|0˗/ |yѣG=zѣGӗ/>=V/_}*'0_FѣG=zѣG=˗/?7˗O_O |/_> ϣG=zѣG=zo_|y_| /@~?~ /_>~ H*\ȰÇ#JHŋ3jȱ~b> ˗o@~_|~ H*\ȰÇ#JHŋ3jȱcAcA~o_>~|㗯@~?˗|˗G=zѣG=z(_|y}<2O`>O`>@~y\/_|</?=zѣG=za?}qa?_߿|/߿'P8`A/_} H? 4xaB 6tbD)VxcF9f/_>~_>o?O` _O@ D,h „ 2l!Ĉ'Rh"ƌ7ro_|u/_>}'0?'0O_|8q|,hA~ H*\ȰÇ#JHŋ3jb?}ױcǎ ˗/@},h`~ H*\ȰÇ#JHŋ3j}ױcǎ˗_ǎ;vرcǎ;vرc~ױcǎ˗o;vرcǎ;vرcDŽ˷_ǎׯc?}رcǎ;vرcǎ;v|/_|:v|˗o;vرcǎ;vرcGc>O߿?}/?/߿_߿ O_|8`A&TaC!F8bE1fԸcG˗o| O` '0| '0߿||˗Ǐ?~Ǐ?~?ob/|/| O@(߿|/,8߾|O@ DPB >QD-^ĘQF=~4/_|"߾|'0|'0|'',ӗ/? A $H A ~a>}/>}/_>}'0|O`>~O`˗/_? A $H A $H~0H˧H A $H A $~/a>˗oH H*\Ȱ!B~ H*\ȰÇ#JHŋ3jo_|mȐ_|m0 <0… " <0… :|1ĉ+Z1Ɗoƃ˧ƍP <0… ̗O,h „ 2l!Ĉ'Rh"ƌ/ۗ/߾~7 /_}7̗/7./7nܸqƍ7nܨ_|m/_|6n7n\/_>}7nܸqƍ7nܸq~oDoƄqƅӷqƍ7nܸqƍ7/~ӗ/߾˗ƍ˗Oƍ7nܸqƍ7nh|m\/_|6nt/_>7n\/_>}7nܸqƍ7nܸq#BocA? 4xaB ˗C 2d|'p "Lp!B(q"Ŋ/b̨qB~DZ|q1_|8r_|8rȑ#G9rȑ~"|qb|q|qȑ#G9rȑ#G˗}Ǒc|ȑ#Bȑ#G9rȑ#G ӗ/> ˗oG#G˧#G9rȑ#G9r4o_|%/_>~9j̗/?90'p "Lp!ÆB(q"Ŋ/b̨q~Wp_|q1_|8rX`> O@ DPB >QD-^ĘQƊ˷|qq`|qȱ`?? 4xaB 6tbD)VxcF3˗/?9̗/?90'p "Lp!ÆB(q"Ŋ/b̨qF}q`|1O~9F08`A&TaC!F8bE1fԸq|8rh0_|O|8`A&T> O@ DPB >QD-^ĘQFȑ|K0'p "Lp| <0… :|1ĉ+Z1ƍǑ#Gp| <0…˗? 4xaB 6tbD)VxcF3O@߿'p "Lp|C/_|˗OC 2d/?$XA .dC%NXE5n`>? <0… `|08`A&TР?} H*\ȰÇ#JHŋ3jܸq| O| o_|8`A&T`|ԗ/_>}˗/_>$XA .dC'p "Lp!ÆB(q"Ŋ/b(`>O|o߾'p "Lpa|;/_|_|'p "Lp!ÆB|,h „ 2l!Ĉ'Rh"ƌ'p O߿|O@ DP‚wp| ,h „ 2l!ćE1bĈ#F1bĈ#F |O|˗o`>$XA .,/_>_}˗oC 2dȐ!C ? 4xaB 6tbD)VxcƁ˧`>ӷ|5N̗/?O |QF+QF5jԨQF`ӗ/_?'˗_B$? 4xaB 6t"D}"F1bĈ#F1bĈ#Fh_>}#F`|)O@? W`| G0_ ǯ`A˧| ,X` <0… :|1ĉ+Z1c|5jl/_> ˗/>ۗ0| #/c'1ƃiԨQF5jԨQF5̗//|ӗO߿|/_>|/_>ϟ|/?/_>o_|Ǐ`>Ǐ߿}/_~_|4OF5jԨQF5jԨ`|5珠|O`>/߿}'0?ȏ_'P`} '0o|o| 7'0|? 4hP?$XA .dC%NXE OF a>O| '0| '0|@~O>O`>3_3/_|O` O` >~5jԨQF5j谟|˷F˗_|'P__/߿߿__} _ۗ߿߿'0@}맏|O@ H'p "Lp!ÆB(q"/b/_|˗/3*̗/ o>~O`>o?ϟ `>~o`>}/@~O߾ g0| 䧏߿|'0?}>~ 1cƌ3f̘1cƌ ˗O_˷/cƌa>O߿}߿|/_~ ̷/_|˗_A|/_>~ /_~/_~O|o`>˧Oӗ/?$XРA}˗/?$XA .dC%NXE˗C/cƌa>3f̘1A} ˗/_>3f̘1cƌ3fX_|E/_>~3f/_> ˘1cƌG|O@ DPB >QD-^(߾|O_|e̘1_|1cƌ3O`?$Xp ?$XA .dC%NXE}#0(,h_>$XA .dC0  <0… :|1ĉ+ZȐ_|a 3|aĈ#E}O@O@ DPB >QD-^LO_|a\o_|aH1_|g0A~o_~O_}/_/_>1bP'p ?/?$XA .dC%NXŃcD~|kϟ|O`>O`~ϟ>/@~1bP(˗,h „ 2l!Ĉ'Rh"Ac~#|kϟ|O`>o`'0߿|È#F/_>#F1bĈ#F˷#F˷F a> O@߿|_/߿ ? 4xaB 6tHP;/>|Ç>|Ç ˗/*/_~>t/_> 3o>~O`>߾/|Ç>|>~ ;/>|Ç>|Çۗ/>>tO_|>|0_|g0@'0| ̧/>˧Oӗ/>|aA}̗Ç>|Ç>|Ç˗Ç/_>}>||'p ,X`8`A&TaCq`| B"D!B"D˗O_?!B,/_| BH0_|Qa>!B"DA/?!B"D!B"D˷D!&/_}!B/_> "D!BP?"D!B"D!B_|A$|Ado_|A} o_|A_|O@ O` ˗A'p "Lp!ÆBHP?'QD%J(QD%/_}$/|ӗO߿|/_>|/_> ӗ/>O_| ˗_|$J(QD'_|$J(QD%J(QĂOA'0| _O`>~Ǐ_>$ܗ/~7_>o|kϟD%J(QbC}$˗D%J(QD%J(߾| 4߿~O`>o`>o߿|;x~w@ O ?}/_> O@ DPB >`>~ H |'p "Lp!ÆB(q"Ŋ˗E _߿|߿_o@ H˷'P~O|8p H*\Ȑ_|6lذaC H |'p "Lp!ÆB(q"Ŋ˗ń _ '0|/|o>~_|1GP? g0_|,Zh|,ZhQa|,ZhѢE-ZX߾|pۗO>'0?'0|˗O?}Ȱ|)GП|˗/_?gѢEgѢE gѢE-ZhѢŁϢE-/_},̗/?-Z$/_>-ZT/?-ZdEYdE|O@ DPB >/_| *̗/?!BP_|!B|A"D!B"D˗o?!BT/_~!>/_>} H <0… O8`A&TaÁsСC:tСC:t/_|:t|s} H'p "Lp!Å 8,h „ 2l80_>~:tСC:tСC˗/_?'0?'_|O_|ϡC'p  <0… O|8`A&TaCsСC:tСC:t8|9t`>߾ '0|G> /_} H8`A&TaC? 4xaB 6$/?:tСC:tСC˗O_? '0?} O ?篠|:/_|:tСCO} H*\Ȱa|9tСC:tСC:D/_|:tO`>`>_}_>$XA˧_„ &L0a„ &L0@ H*\Ȱ|9tСC:tСC:TO_|9t0߿~>~:t߾|sСC:t(_|9tСC СC:tСC:t|s0|/_~˗|˗|"/_>~:tСC ˗ϡC:t/?:tСC:tСC˗/?:t?~СC:t!|:tСCsСC:tСC9C } <0… ܗ/~:tСCsСC˗C:tСC:tСC˧C:tX߾|sСC:tСC:t/_>~:tСC:tСC"/_>~:t~СC:tС}9tСCСC:tСC:tСBϡC*/~:tСC˗/|sСCϡC:tСC:tСÆϡCo_|'p "Lp!ÆBo_| ܗ/~#Fa|"F1bĈ#F1bĈ ˗o_Ĉ#/_>~#F1bĈ˗B~1bĈ /bĈ#F1bĈ#F߾|1C~1bĈ#F8߾|co_|E1bā1bĈ#F1bĈ#F/_>~#F\/_>}"F1bĈ˗/߾˧_Ĉ#F/#F1bĈ#F1bD˷_Ĉ ۗ/>#FQDE@ۗ/~ H}0"/_~1b}2dȐ!C 2dhp_|1dȐ~ǐ!C Ǐ!C 2dȐ!C 2dȐ!C 2dp |c߾|cȐ!C 2dȐa~!C ۗ/~ 2d`|2dȐ!C 2dȐ!C 2dȐ!C ӗ/> ӗ/? 2dȐ!C /_>~ 2d|cȐ!C!C 2dȐ!C 2d!b!b!˧,/_|8`A&TaC!/_}"F谟|1|E1bĈ#F1bĈ#FL/_|˗o#F1b/bĈ˗O_#&̗_Ĉ#F1bĈ#F1bą˷_~1bĈ#F|(0_?拘_|E`|"F1bĈ#F1bĈ#:/~˗_Ĉ#F1?~ |/bĄ˷_D /"|E1bĈ#F1bĈ#"'P`?$XA .dC˷ăO`_~O>~/_>}"A~Qa>A4/?!B"D!B"D!/?!B"ăbB'0| _O`>~Ǐ_> /_>~?ϟ|)̗D!B"D!B"D `~A"Dۗ/߾~>O`>O`>/@~O@ /_};80_>~ H*\ȰÇ#JHŋ`|e̘1cD~㗱 |߿|/߿_߿~(,h |;xР|'?},/?$XA .dC%NXEw0?~ۗ/3fLo_|e4/@}/| O߾ '0?'˗|(߿~O@O@ DPB >QD-^Ĉ0_>~_}ۗ1cƌ˗_Ƅ ߾| _>ӗ/_?/_|˗_F˷|/cƌ3f̘1cƌ`˗o`3f$o_|e̘1C~0@_|)̗_ƌ3f̘1cƌ3"̗|˗o`3f/_|2f̘qb?}0_>~3f̘1cƌ3f̈0_>~ /} <0… "/_>}:,`>sX0CϡAϡCsСC:tСC:tСCw0@~˗C:tP_|9tx0_|9DϡÁ0!?$XA'p "Lp!ÆB(q"Ŋ/bD/3fO_|2˗}/|˧'P߾|˗| ϟ|/?ӗ/?˨`> 4x!?$XA .dC%NXE1c˷_Eo?~_>o߾ _ '0_|} '0|G>'p "? 4xaB 6tbD)Vx#|e̘1E~g_o`>/| G_> }'|W_/cƌ3f̘1cƌ3V̗_ƌ3b/_>~/߿|70| ̗o`>O?~+O`>0@߾|/,H_|'p "Lp!ÆB(q"Ŋ/bx1_>~5jh߾|=|/?}'0߿|_>?+_| ̧@~o`>OF5jԨQF52̗F5fܗ/> ˧O?ϟ| /˗|/>}+/>}˗?}|#ϡ}ӨQF5jԨQFQF˗/_?5^/_>~5jԨQF5jF/?$XA .dÆ"D!B/_>} B"D!B"D!B"Ă"D!B~!B"D ˧D!B~ H*\ȰÇۗ/>#FX߾|1bĈ#F1bĈ#F1bĈ 1bĈ#F_|E1~1bĈ#F1bĈ#F1bĈ/bĈ#Fa|1C~1bĈ#F1bĈ#F1bĈ!/bĈ#Fa?}1bB/bĈ#F1bĈ#F1bĈ#F/#F1bĈ˷_Ĉ ӗ/#F1bĈ#F1bĈ#F`>'p "Lp!ÆB8_|I_|I(QD%J(QD%J(QD(QD%Jt/_|$J\/_>}$J(QD%J(QD%J(Q"|I(QD%B/_}%/_}$J(QD%J(QD%J(Q|I(QD%J/_}$JO_|$J(QD%J(QD%J(Qb|I(QD%J/_>}$>/~%J(QD%J(QD%J(qa|$J(QD%P|O@ /_}8`A&TaC!F8bE1fԸa|8rȑ#˷c?}ȑ#G9rȑ#GǏ#G9r$/_>}&˗/?9rȑ#G9rȑ`|8rȑ#G!|ȑ#G9rȑ#G Ǐ#G9rDO_|ۗ/>9rȑ#G9rȑ#|qȑ#G ˗o~Ǒ#G9rȑ#G9.̗G9rp_|/_~9rȑ#G9rȑc|qȑ#G/_|_~ <0… :|1ĉ+Z1ƍǑ#G9>/_ Ǒ#G9rȑ#G9̗G9r_|O`>Ǒ#G9rȑ#G7Ǐ#G9r|/_>}_#G9rȑ#G9n̗G9r_|O߿| Ǒ#G9rȑ#G7Ǐ#G9r|/_>} /߿|qȑ#G9rȑ#Ǎȑ#G_|o`>o?8rGqGqG/?$XA .dC%&O@߿O`?$XA .dC%NXE5nl/?9rȑa? <0… :|1ĉ+Z1ƍǯcǎ;v<0'p "Lp!B(q"Ŋ/b̨q#رcǎO@} H*\ȰÇ#JHŋ3jQ`|:vرcG(,h „ 2l!Ĉ'Rh"ƌ7r/;v|ױcǎ;vرcǎ;̗_ǎ;vP_|uرcǎ;vرcǎױcǎ;&/߾;vرcǎ;vؑ`|:vرcGuرcǎ;vرcǎױcǎ;.ױcǎ;vرcǎ;̗_ǎ;vl> 4xaB8`A&TaC!F8bE1fԸ`|8rȑD~8`A&4,h „ 2l!Ĉ'Rh"ƌ7̗G9rONjqȑ#G9rȑ#Gȑ#Gx1?9rȑ#G9rH1_>~9rQ"?}/Ǒ#G9rȑ#G)Ǐ#G9J|8rȑ#G9rȑ#|qȑ#GqG9rȑ#G9r/?9r(>ȑ#G9rȑ#GǑ#GSONjqȑ#G9rȑ#Gȑ#G㇐>ȑ#GqGqGQP|8`A&TaC!.ԗ/_~{0@߿| ? ,h „ 2l!Ĉ'Rh"ƌ7̗G9rQD-^ĘQF H*\ȰÇ#>$X0_/|,X0?$XA .dC%NXE5n40 <0… :|1A'p __  <0… :|1ĉ+Z1ƍ8` H*\ȰÇ 8P O@O~O_O@ DPB >QD-^ĘQF=~iP|?~8`|/_>W`|8`A&TaC!F8bE1fԸcGAԗ/_| `>?~,/?$XA .dC%NXE5nG ?}!%2dȐ!C 2dȐ!C iP߾􅔘_Ȑ!C 2dȐ!C 2dD~BJ/dȐ!C 2dȐ!C 2"?}!%2dȐ!C 2dȐ!C  2dȐ!C 2dȐ!CO_H 2dȐ!C 2dȐ!CF/|B݆ 2dȐ!C 2dȐ!# <0|8`A&TaC!F8bE1fԸcGAFP <0!B H*\ȰÇ#JHŋ3jȱǏ CIɓ(S\ɲ˗0cʜI͛8sɳϟ@ JѣH*]ʴӧPJJիXjʵׯ`ÊKٳhӪ]˶۷pʝ;5 ;;PK:&$PKy$AOEBPS/img/repma001.gifv:GIF87aP?**?***UU?UUU????**?*******?*******U*U?*U*U*U**?*****?*****?*****?***UU?UUUU*U*?U*U*U*UUUU?UUUUUUUU?UUUUU?UUUUU?UUUUU?UUU?**?***UU?UUU?????**?***UU?UUU?????**?***UU?UUU?ժժ?ժժժ???**?***UU?UUU?????***UUU,P H*\ȰÇ#JHŋ3jȱǏ CIɓ(S\ɲ˗0cʜI͛8sɳϟ8`A&D <0… :|1ĉ+Z1ƍ;zR?$XA O@ DPB >QD-^ĘQF=~_ 2dȐ!C 2dȐ!CL/_H 2dȐ!C 2dȐ!C&/D}B 2dȐ!C 2dȐ!R>~!C 2dȐ!C 2dȐ )Q!C 2dȐ!C 2dȄ򅔨_Ȑ!C 2dȐ!C 2dBBJ/dȐ!C 2dȐ!C 2|!%2dȐ!C 2dȐ!C _> ߿|7P O@ DPB >QD-^ĘQF=~_|70@S_Ȑ!C 2dȐ!C 2dBد|70|)/dȐ!C 2dȐ!C 2| `>O`̧P!C 2dȐ!C 2dȄ)O_~_?}(߿O@'p "Lp!ÆB(q"Ŋ/b̨q#ǎ?L/B70A /߿߿| HP?$XA .dC%NXE5nG CO~/@}O| 2dȐ!C 2dȐ!CL/_B~G0}/|)/dȐ!C 2dȐ!C 2|!%2dȐ!C 2dȐ!C _ 2dȐ!C 2dȐ!CL/_H 2dȐ!C 2dȐ!C&/D}B 2dȐ!C 2dȐ!R>~!C 2dȐ!C 2dȐ )Q!C 2dȐ!C 2dȄ? 4xaB'p "Lp!ÆB(q"Ŋ/b̨q#ǎ?L/@,h „O@ DPB >QD-^ĘQF=~|,h „'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? _|D)RH"E)RH"E*/>"E)RH"E)RH ˧OH"E)RH"E)RB)RH"E)RH"E_|D)RH"E)RH"E*/>"E)RH"E)RH ˧OH"E)RH"E)RB)RH"E)RH"E_|D)RH"E)RH"E*/>"E)RH"E)RH ˗O,h „ 2l!Ĉ'Rh"ƌ7r#Ȑ˧OH"E)RH"E)RA}˗/>})RH"E)RH"E`>O@ DPB >QD-^ĘQF=~"|  <0… :|1ĉ+Z1ƍ;z2} ? 4xaB 6tbD)VxcF9vdH ? 4xaB 6tbD)VxcF9vdH(? 4xaB 6tbD)VxcF9vq||$H A $H A`>O@ DPB <0… :|1ĉ+Z1ƍ;z|,h „ ̗,h „ 2l!Ĉ'Rh"ƌ7rc||'p "Lp~8`A&TaC!F8bE1fԸcG˗/>'P ?$XA .4? 4xaB 6tbD)VxcF9v1>7P>$XA .dC%NXE5nG!#O H*\ȰÇ# <0… :|1ĉ+Z1ƍ'OO@ DPB >0?$XA .dC%NXE5n8|(,h „ 2l!ćE1bĈ#F1bĈ#F1bĈ#F0  <0… :|a>#F1bĈ#F1bĈ#F1bĈO@8`A&TaC!B/bĈ#F1bĈ#F1bĈ#F1@} (P,h „ 2l!ĈE1bĈ#F1bĈ#F1bĈ#F`>'p "Lp!ÆB/?%J(QD%J(QD%J(Q"D~#/_>~%B/_>~%J(_>%J(QD%J(QD%J(QDO>~/_cO|%>OD%J(QD%J(QD%J_ 'p_|ۗ@}/_>|˗?G0~ϟ|ӗO?~o_~#/_~'Q|$J(QD%J(QD%J$DI$D@ܷ}O`>~O ?~'0 / O?׏_>| _~ O`>8`A&4,h „ 2l!Ĉ'Rh"ƌ7r/_| '0| /? '0A`?~>#_>~ '0||رcǎ;vرcǎW0} '0| `>80O`} o|'߾|0@/߿O?~ <0|ӗ? 4xaB 6tbD)VxcF9. }o?O`>'} G070~_>~ '0?}/| |u_}رcǎ;vرcǎg_|ӗ/_?O`ϟ| o |/_|˗/߾/_~/_>~ '0@~_>~+w|'p "Lp!ÆB(q"Ŋ/b̨q#Džu_;W|O@ DPB >QD-^ĘQF Qa|:v} HA8`A&TaC!F8bE1fԸ|9rQb>8`A'p "Lp!ÆB(q"Ŋ/b̨qE 7_>b O`>O`>Gp|,hP>$XA .dC%NXE5n/_|ˇ0|7p_|9WП>O@ <0… :|1ĉ+Z1ƍ+O@}˗?}/?'_|Ǐ_| /?GP?/_>?~د?~/_>-w|'p O@ DPB >QD-^ĘQƋǯ?~O`>'|O|7P o߾_}'?~O_}_ b> ˗|8rȑ#G9rȑ#DŽo?}O` '0|_> O +߾~'?/~/߿|ȏ|P_>}9rȑ#G9rȑcB ϟ짏|0@/߿~_߿_> / _>~߿_7P?$XA P? <0… :|1ĉ+Z1ƍ+?}?@~_>_>'?}W}'㧯~/߿|NJiԗOG9rȑ#G9r_'0?~_>~O`>˗O>~˷/_|ӗ/ӧ`~ӗ/? |_>~Ǐ|4˧#G9rȑ#G9rL/G9rP> HO@ DPB >QD-^ĘQƋqȑ#GiԗOG9rȑ#G9r_>9r(1?ȑ#G9rȑ#GǑ#G%Q_>}9rȑ#G9rȑcB8rȑ|4˧#G9rȑ#G9rL/G9rϟF}qȑ#G9rȑ#G ȑ#GӨ/>9rȑ#G9r1| H*\ȰÇ#? 4XP_>} H*\ȰÇ#JHŋ3j܈ ? 4xaB ˗/C 2dh? 4hP_>} H*\ȰÇ#JHŋ3jȱLJGǏ?~Ǐ?>/?2ԗOǏ?~Ǐ?~|}|>~Ǐ?~Ǐ˧Ǐ Ǐ?~Ǐ?~|/_>}?~d/_?~Ǐ?~C#C}}Ǐ?~Ǐ˗OǏ˗Ǐ?~Ǐ?~_|>~P_|?~Ǐ?~LJG˗? 4xaB 6tbD)VxcF9v_|>~P_|?~Ǐ?~LJGǏ?~Ǐ?2ԧO|ӧǏ˗Ǐ?~Ǐ?~Ȑ|O@ DPB ˗? 4xaB 6tbD)VxcF9v`>O@ DPB ˗? 4xaB 6tbD)VxcF9vؐ|O@ DPB ˗? 4xaB 6tbD)VxcF9v`>'p "Lp!Æ  <0… :|1ĉ+Z1ƍ;zt`>8`A&TaÆsСC:tСC:tСC:tСC(? 4xaB ˗/? 2dȐ!CO@ DPB >QD-^ĘQF8P>$XA .4/_| 2dȐ!C  <0… :|1ĉ+Z1ƍ˗~Ǒ#|qȱ|8rȑ#G9rȑ#ǂO߾Ǒ#D8rhQ_|9rȑ#G9rȑ#}/_>Ǒ#D9r/_>9rȑ#G9rȑ |A$XA .dC%"ԗ/ĉ'N8qĉ'N8qĉ'BO}'p "Lp!ÆBH,h|8`A&TaC!F8bE1fԸQ"|o@} H*\ȰÇ ,/_>$XA .dC%NXE5n/_|O@~ H*\ȰÇ1|"F1bĈ#F1bĈ#F1bĈ˗_|1bĈ#F|_Ą1bĈ#F1bĈ#F1bĈ#0'p "Lp!ÆB_Ą1bĈ#F1bĈ#F1bĈ#O8`A&TaC!F/bB}E1bĈ#F1bĈ#F1bĈO@~ H*\ȰÇ#O"B}I(QD%J(QD%J(QD׏|Id@~$ ̇0߿| o`}I0?'QD%J(QD%J(QD% ?}oa}CO|7p_?!'|$J(QD%J(QD%J(QĂo ?/?O_>}`>}/_~_|Ǐ@~?~'_|/A߿˗?}?$X!DP|8`A&TaC!F8bE1fԸ|Ǐ_>'0|ȯ`>~?} _>/?_O 㗏 ?~_>/߾8"O|8rȑ#G9rȑ#DŽw0߿|#/|ȯ`|O ?#/| O`>~70_|/?o_8"O|8rȑ#G9rȑ#DŽGp|'P~_߿|/߿~_߿|/߿O߿ ߿(P|'pǏ,h |"D(P_| H*\ȰÇ#JHŋ3jx_ O` / O?>~|O ? / /?}ϟ}+O>?}׏#|4˗#G9rȑ#G9rL/A~?}/_>}ϟ|_>˗O>~/_>~ _|_}ϟ|/>}#ϟ| |Q_>8`A&TaC!F8bE1fԸ|9rQb>Ǒ#G9rȑ#G9&#G9JO|8rȑ#G9rȑ#DŽqȑ#Giԗ/G9rȑ#G9r_O`ȑ#Giԗ/G9rȑ#G9r_| Ǒ#GӨ/_>9rȑ#G9r1| ?}/O_|˗ϟ@}ӗ/?9VO|8rȑ#G9#8(!O}_ 7P`} '0? 4xaB 6tϟCsСC:tСC:tСC:tСÄO_~/? #}'|СC:LϟCsСC:tСC:tСC:tСÄo|`>__} _ۗ,h „ 2l0? СC:tСC:tСC:tСC #O~>~#@~O?'|:tСÃ9d/_>:tСC:tСC:tСC:L/_A~'0߿|˗_A|/_>~ /_~:tСÃ9d/_>:tСC:tСC:tСC:L/C:tСC 琡|:tСC:tСC9C9C9C9@'p "Lp!ÆBX0?'QD%J(QD%J(QD%OD%J(a>˗OD%J(QD%J(QD%J,/D%J(Q|$"ԗ/D%J(QD%J(QD%JX_>%J(QDID/_>%J(QD%J(QD%J(|%J(QDP_|%J(QD%J(QD%J(QbA$J(QD'|$J(QD%J(QD%J(QĂO@ DPB >`> HO@ DPB >QD-^ĘQF H*\p_|2dȐ!C HAO@ DPB >QD-^ĘQF=>/?2ԗ/Ǐ?~Ǐ?~|}|>~Ǐ?~Ǐ˧Ǐ Ǐ?~Ǐ?~|/_>}?~d/_?~Ǐ?~C#C}}Ǐ?~Ǐ˗OǏ˗Ǐ?~Ǐ?~_|>~P_|?~Ǐ?~LJGǏ?~Ǐ?>/?2H_| H*\ȰÇ#JHŋ3jȱLJGǏ?~Ǐ?>/?2ԗ/Ǐ?~Ǐ?~>}˗O>}>~P_|?~Ǐ?~G8p ,h „ 2lP_| H*\ȰÇ#JHŋ3jȱdž (p,h „ 2lP_| H*\ȰÇ#JHŋ3jȱdž80,h „ 2lP_| H*\ȰÇ#JHŋ3jȱG ? 4xaB 6d/_>:tСC:tСC:tСC:Lد_~:t ? O@ DPB ˗ϡC:tСC:tСC:tСCO@} H*\x0_|1dȐ!C "ԗ/,h „ 2l!Ĉ'Rh"ƌ7RO@ H*\h_|2dȐ!C ˗? 4xaB 6tbD)VxcF'˗/?˧#GȑcE}qȑ#G9rȑ#G˷>~˗#GqѢ|8rȑ#G9rȑ#G˷_>}˗OGqѢ|8rȑ#G9rȑ#G ?}'p "Lp!ÆB 4/_>$XA .dC%NXE5n00 <0… :|1@ HO@ DPB >QD-^ĘQF˧O_|˧#G9.O|8rȑ#G9rȑ#G_>}Ǐ#G9.O|8rȑ#G9rȑ#ǂO`|ȑ#G Ө/_>9rȑ#G9rȱ>$? 4xaB 6t"|"&ԗ/_Ĉ#F1bĈ#F1bĈ#F>? 4xaB 6tb|"&ԗ/_Ĉ#F1bĈ#F1bĈ#Fa? ? 4xaB 6tbID/_>%J(QD%J(QD%J(| ˗DOb>w0DP_|%J(QD%J(QD%J(QbA 'p|I%'|$J(QD%J(QD%J(QĂo ?/?O_>}` /_/_~˷|/_>`ۗ|/_>%*,h|8`A&TaC!F8bE1fԸ|Ǐ_>'0|ȯ`>'0|O`>~'0߿|_> +_>~ O߿|Qb>Ǒ#G9rȑ#G9&`'A@~G_>'0|o W0_| '0>Ǒb>Ǒ#G9rȑ#G9&`>0@/߿ ߿ϟ߿|/߿O?~/߿| _>O`}'p "L/? ˗? 4xaB 6tbD)VxcF/W> O?_>'?/ / |||'0|70Giԗ/G9r#G9r_>70?_|?}+/_|˗O>~/>}˗o|/_|ӗ/˧_O`>Qb>Ǒ#G9rȑ#G9&0,h „ 2l!ĈP_|%J(QD%J(QD%J(QbA$J(QD'|$J(QD%J(QD%J(QĂEo |%J(QDID/_>%J(QD%J(QD%J(|-̷o| I(QD P_|%J(QD%J(QD%J(QbA˧߾|̧o|?}ӗO?~?%J(_>˗OD%J(QD%J(QDI$D/o? ǯ?~O`_ '0?$XA .da|.ԗ/Ç>|Ç>|Ç>|Ç +_ O>O ?>|Ç{P_|>|Ç>|Ç>|Ç.`+>O?~ۗ߿|(߿| H*\ȰC=\/_>|Ç>|Ç>|ÇW0?}W0?~/70߿|߿|>|C=\/_>|Ç>|Ç>|ÇW0?W0?/_>}˗/_ӗ/?>|Ç{P_|>|Ç>|Ç>|Ç.Ç>|C=\/_>|Ç>|Ç>|Ç-| H*\ȰÇ#O"B}I(QD%J(QD%J(QD(QD%JtϟD(QD%J(QD%J(QD 'QD%J0?'QD%J(QD%J(QD%OD%J(a>˗OD%J(QD%J(QD%J,/D%J(Q|$"ԗ/D%J(QD%J(QD%JX_>%J(QDID/_>%J(QD%J(QD%J(?8`A&TaC!F,,h|8`A&TaC!F8bE1fԸ?$XA .dCO@ ԗ/,h „ 2l!Ĉ'Rh"ƌ7r|}|>~Ǐ?~Ǐ˧Ǐ Ǐ?~Ǐ?~|/_>}?~d/_?~Ǐ?~C#C}}Ǐ?~Ǐ˗OǏ˗Ǐ?~Ǐ?~_|>~P_|?~Ǐ?~LJGǏ?~Ǐ?>/?2ԗ/Ǐ?~Ǐ?~|}!@O@ DPB >QD-^ĘQF=>/?2ԗ/Ǐ?~Ǐ?~|}|>~Ǐ?~Ǐ /_>}GǏ?~Ǐ?2O@8`A&TaCO@ DPB >QD-^ĘQF=208`A&TaÅO@ DPB >QD-^ĘQF=6O@8`A&TaÅO@ DPB >QD-^ĘQF=608`A&TaCO@ DPB >QD-^ĘQF=:0@8`A&TaCsСC:tСC:tСC:tСC  <0…˗/> 2dȐ!CO@ DPB >QD-^ĘQF8P>$XA .4/_|2dȐ!C ˗? 4xaB 6tbD)VxcF'O@~O@ DP‚ǐ!C 2dP_| H*\ȰÇ#JHŋ3j8`>70,h „ ܗC 2dȐaB}'p "Lp!ÆB(q"Ŋ/b̨q}˧˧#G8rhQ_|9rȑ#G9rȑ#A /߿8`A&TaC!FP_|'N8qĉ'N8qĉ'N1_|˗|,h „ 2l!Ĉ'p  ˗? 4xaB 6tbD)VxcF%˗/?˧? 4xaB 6t|8`A <0… :|1ĉ+Z1ƍ'p`'p "Lp!ÆB|_Ą1bĈ#F1bĈ#F1bĈ#O|O@ DPB >0 1bĈ#F1bĈ#F1bĈ#F4`> O@ DPB >1 1bĈ#F1bĈ#F1bĈ#F<0'p "Lp!ÆB_Ą1bĈ#F1bĈ#F1bĈ#"08`A&TaC!FϟD(QD%J(QD%J(QD @w0|)̗/_>}$*/a~(0|=g0?'QD%J(QD%J(QD%`~g0|)7> 70_|ˇ0$3ϟD(QD%J(QD%J(QD W0~˗߿|/_>O`>/_>'0|o_>~˗ϟ|O_>}O߿_|˧|?~˗߿|/_>}˗߿}O|8`A <0… :|1ĉ+Z1ƍ+O?/߿|/@~/| _>O|߾}/@~||O` '0'0߿| |_>iԗ/G9rȑ#G9r_>/@ /?O`>@~˗O|'0|ȯ>~`|O ?O?O }/| ,/_>$XA .dC%NXE5n/A˗`>'P|_@?_>0@o'P`_?}|߿|/߿|O߿_>? 4XP_| H*\ȰÇ#JHŋ3jx_> O>>~ӷ|O` o`/@}O? o>~>~|O ? /'0?}O߾O|8rȑ#G9rȑ#DŽ/_}˗߿|/_>~˧O}?}#|'П|/_>~O߿|/|˧O?/_>~/?~/߿˗O?O_>}80?$X`A}'p "Lp!ÆB(q"Ŋ/b̨qE8rdϟ}9rϟF}qȑ#G9rȑ#G ȑa|ȑ|4˗#G9rȑ#G9rL/A~/D'0G9O|8rȑ#G9rȑ#DŽ7p_?|9rH0?ȑ#G9rȑ#GWP?/_>?~د?~_|8r1?ȑ#G9rȑ#GW/|Ǐ߿|O}O`  <0… :,Å{Ç>|Ç>|Ç>|p|O`|o_}3؏|_>~=|Ç p|>|Ç>|Ç>|Ç>\/A} O@맏߿_O@ DPB B}=|Ç>|Ç>|Ç>|_>O?ӗ?}7_@~>|Ç{P_|>|Ç>|Ç>|Ç.`~ӗ/? |O`>~Ç>|X0 Ç>|Ç>|Ç>|B>|Ç>DÅ{Ç>|Ç>|Ç>|p|>|衇z衇(?$X`A}'p "Lp!ÆB(q"Ŋ/b̨qE8rȑ|4˗#G9rȑ#G9rL/G9rϟF}qȑ#G9rȑ#G ȑ#GӨ/_>9rȑ#G9r1|9rQb>Ǒ#G9rȑ#G9&#G9JO|8rȑ#G9rȑ#DŽqȑ#Giԗ/G9rȑ#G9r_>$XA .dC  ,/_>$XA .dC%NXE5n <0… ˗!C 24 4/_>$XA .dC%NXE5nC#C}}Ǐ?~Ǐ˗OǏ˗Ǐ?~Ǐ?~_|>~P_|?~Ǐ?~LJGǏ?~Ǐ?>/?2ԗ/Ǐ?~Ǐ?~|}|>~Ǐ?~Ǐ˧Ǐ Ǐ?~Ǐ?~|/_>}?~d/_?~Ǐ?~C#C <0… :|1ĉ+Z1ƍ;z|/_>}?~d/_?~Ǐ?~C#C}}Ǐ?~Ǐ'p } H*\ȰB}'p "Lp!ÆB(q"Ŋ/b̨q#ǎO H*\ȰB}'p "Lp!ÆB(q"Ŋ/b̨q#ǎ'p@~ H*\ȰB}'p "Lp!ÆB(q"Ŋ/b̨q#ǎO| H*\Ȱ!C}'p "Lp!ÆB(q"Ŋ/b̨q#ǎ'p ?$XA .dؐ|:tСC:tСC:tСC:t0a?}9tСC(? 4xaB 6l/_>:tСC:tСC:tСC:<`>'p "Lp|ǐ!C 2dP_| H*\ȰÇ#JHŋ3jH`> 'p "Lp~cȐ!C 2L/_>$XA .dC%NXE5n`> O@ DPBcȐ!C 2L/_>$XA .dC%NXE5n/_|˗GȑE}qȑ#G9rȑ#G˗/?̧? 4xaB 6tbD7qĉ'N8qĉ'N8qĉ˗O@˗? 4xaB 6t"D$XРA}'p "Lp!ÆB(q"Ŋ/b̨q|/߾8`A&TaC!F? 4XP_| H*\ȰÇ#JHŋ3j(`>7P,h „ 2l!ćEL/_#F1bĈ#F1bĈ#F1b}/߾/bĈ#Fa>˗/bĈ#F1bĈ#F1bĈ#Fh0_| /_|#F1bĈP_|#F1bĈ#F1bĈ#F1bD8`?$XA .dCP_|#F1bĈ#F1bĈ#F1bă8P`?$XA .dCP_|#F1bĈ#F1b#F1bĄ ?'p|  | ̗/_>}$/A o | $H0#H|  A /_>$XA .dC%NXE5n/_|`>So ?} 9W0߾G1| Ө/_>9rȑ#G9r1| |/_?'p_>~O`>G0| O_|㗯_A~/> ԗ|ӗO?~˗|˗/'p_>~Q_|9rȑ#G9rȑcB ϟ@~/_'߿}'0 _> '?} ̗?~/@ '0@| '0?~| '0|/@~/@ ,h|8`A&TaC!F8bE1fԸ|ӗ__>~70| /?˗/ӷ|O`_ /?o| '߾ /| Ө/_>9rȑ#G9r1|/_0@/߿__>O`'0|/|ϟ/|(߿|O?~_7P|W`˗? 4xaB 6tbD)VxcF/G'0߿|O ?O` O? w0߿~ '0|/|㧏߿|O` _/|7P?_iԗ/G9rȑ#G9r_˷?}O`?}/>}/_>~ܗO>'0|˧O_>˧Oӗ/?0_>}_}O ӧ? ` ӗ/,h „ 2l!Ĉ'Rh"ƌ7^#G9JO|8rȑ#G9rȑ#DŽqȑ#Giԗ/G9rȑ#G9r_>9r(1?#G9rȑ#GG'_| Ǒ#GӨ/_>9rȑ#G9r1| ׏b~G0G9O|8rȑ#G9rȑ#DŽO`>˗?}??}/?9jO|8rȑ#GqGqG />?~o}O`  <0… :,Å{Ç>|Ç>|Ç>|p|O`|o_}3؏|_>~=|Ç p|>|Ç>|Ç>|Ç>\/A} O@맏߿_O@ DPB B}=|Ç>|Ç>|Ç>|_>O?ӗ?}7_@~>|Ç{P_|>|Ç>|Ç>|Ç.`~ӗ/? |O`>~Ç>|X0 Ç>|Ç>|Ç>|B>|Ç>DÅ{Ç>|Ç>|Ç>|p|>|衇z衇(?$X`A}'p "Lp!ÆB(q"Ŋ/b̨qE8rȑ|4˗#G9rȑ#G9rL/G9rϟF}qȑ#G9rȑ#G ȑ#GӨ/_>9rȑ#G9r1|9rQb>Ǒ#G9rȑ#G9&#G9JO|8rȑ#G9rȑ#DŽ'p "Lp!ÆBX0?$X`A}'p "Lp!ÆB(q"Ŋ/b̨qE H*\ȰÇ# ,/_>$XA .dC%NXE5nC#C}}Ǐ?~Ǐ˗OǏ˗Ǐ?~Ǐ?~_|>~P_|?~Ǐ?~LJGǏ?~Ǐ?>/?2ԗ/Ǐ?~Ǐ?~|}|>~Ǐ?~Ǐ˧Ǐ Ǐ?~Ǐ?~|/_>}?~d/_?~Ǐ?~C#C <0… :|1ĉ+Z1ƍ;z|/_>}?~d/_?~Ǐ?~C#C}}Ǐ?~Ǐ_|ǏǏ?~Ǐ?~d0'p "Lp!Æ  <0… :|1ĉ+Z1ƍ;zd`>'p "Lp!Æ  <0… :|1ĉ+Z1ƍ;zl0'p "Lp!Æ  <0… :|1ĉ+Z1ƍ;zl`>'p "Lp!Æ СC:tСC:tСC:tСC ϡC0@8`A&TaCsСC:tСC:tСC:tСÃ8p,h „ /_|2dȐ!C ˗? 4xaB 6tbD)VxcF)'p A$XA .4/_|2dȐ!C ˗? 4xaB 6tbD)VxcF'˗/>˧#GȑcE}qȑ#G9rȑ#G˗ϟ>}˗#GȑcE}qȑ#G9rȑ#G˗/|˗/>!E}qȑ#G9rȑ#G(߿ O@ DPB >? 4hP_| H*\ȰÇ#JHŋ3j(`>`> 4xaB 6tbD8`A <0… :|1ĉ+Z1ƍ(O@ DPB >0 1bĈ#F1bĈ#F1bĈ#F,/_|/_|E1bĈ#>/bB}E1bĈ#F1bĈ#F1bĈ ˗/>˗/bĈ#Fb>˗/bĈ#F1bĈ#F1bĈ#FhP| <0… :|b>˗/bĈ#F1bĈ#F1bĈ#FxP|  <0… :|1b>˗/bĈ#F1bĈ#F1bĈ#F| <0… :|1|$"ԗ/D%J(QD%J(QD%JX_>O"|O|I(Q|$"ԗ/D%J(QD%J(QD%JX_ /b'`>$J(Qa>˗OD%J(QD%J(QD%J,/_A}?~/_~_| #>~˗?~ӷ|ϟ|/?/_>%J<ϟD(QD%J(DI$DI$DI$QA@|O`>'@/O> _>O ?} H*4… <0… :|1ĉ+Z1ƍ+` G_>'_|'0| |#`@~ ԷGӨ/_>9rȑ#G9r1|'0? O?~o@? 70|o|o_>~ _ۗ,h „ p!A}'p "Lp!ÆB(q"Ŋ/b̨qE '>'|'0?}G0|/@} 䗏_|| _>ȱ`>Ǒ#G9rȑ#G9& | ϟ|/>}O_| 3O?}Ǐ߿~WП|/_|˗|˗GӨ/_>9rȑ#G9r1|9#G Ө/_>9rȑ#G9r1|9P|8`A&TaÁ9d/_>:tСC:tСC:tСC:L/C:tСC 琡|:tСC:tСC:tСC:t0|:tСC:$ϟCsСC:tСC:tСC:tСÄ9tСC:t`>˗ϡC:tСC:tСC:tСCСC:tСC9d/_>:tСC:tСC:tСC:L/Cr!r!(?$X`A}'p "Lp!ÆB(q"Ŋ/b̨qE8rȑ|4˗#G9rȑ#G9rL/G9rϟF}qȑ#G9rȑ#G ȑ#GӨ/_>9rȑ#G9r1|9rQb>Ǒ#G9rȑ#G9&#G9JO|8rȑ#G9rȑ#DŽqȑ#Giԗ/G9rȑ#G9r_>9r(1?ȑ#G9rȑ#GǑ#G%Q_|9rȑ#G9rG%| H*\ȰÇ#O"B}I(QD%J(QD%J(QD(QD%JtϟD(QD%J(QD%J(QD 'QD%J0?'QD%J(QD%J(QD%0 <0… :|1A HO@ DPB >QD-^ĘQF H*\Ȱ_|2dȐ!C HAO@ DPB >QD-^ĘQF=>/?2ԗ/Ǐ?~Ǐ?~|}|>~Ǐ?~Ǐ˧Ǐ Ǐ?~Ǐ?~|/_>}?~d/_?~Ǐ?~C#C}}Ǐ?~Ǐ˗OǏ˗Ǐ?~Ǐ?~_|>~P_|?~Ǐ?~LJGǏ?~Ǐ?>/?2H_| H*\ȰÇ#JHŋ3jȱLJGǏ?~Ǐ?>/?2ԗ/Ǐ?~Ǐ?~!| <0… *ԗ/,h „ 2l!Ĉ'Rh"ƌ7r!? <0… .ԗ/,h „ 2l!Ĉ'Rh"ƌ7r!|  <0… .ԗ/,h „ 2l!Ĉ'Rh"ƌ7ra? <0… 2ԗ/,h „ 2l!Ĉ'Rh"ƌ7r!|O@ DPB ˗? 4xaB 6tbD)VxcF9v|'p "Lp!Æ  <0… :|1ĉ+Z1ƍ;z|/_|>~P_|?~Ǐ?~LJGǏ?~Ǐ?BԗǏ˗Ǐ?~Ǐ?~QǏ˗Ǐ?~Ǐ?~ǏǏ?~Ǐ?~|>~Ǐ?~ǏcC}}Ǐ?~Ǐ˗/_}?~\/_?~Ǐ?~B߾|#B}}G}G}G}QBӗ/>/_>~ H*\Ȱ!B}'p "Lp!ÆB(q"Ŋ/b̨q#ǎ˗/_?˷Ǐ˗Ǐ?~Ǐ?~H߾|{/_>}>~O_|?~Ǐ?~GǏ"|ѣ|>~Ǐ?~Ǐc}F}}Ǐ?~Ǐ˗onjǏ?~Ǐ5˗/˗ǏǏ?~Ǐ?^/_>}>/_}>~/_?~G}G}GO_|8`A"/_~ &L0a„ <0… :|1ĉ+Z1ƍ;J/_>~%ӗ/?%˗ϣG=zѣG=zo_|I`&ۗ/>=>ԗ/G=zѣG=zȱ|Qo|Y/_>~=6ԗ/G=zѣG=z_|Y/}/|˗oG ѣG=zѣG=^/_}.o߾}o_|yTo@~'P  <0… :|1ĉ+Z1ƍ;/_>~O߿|70_G~1a> w0_3/_>=zѣG=zq|0@/߿| <8|C!BO`gP_| H*\ȰÇ#JHŋ3jȱ~c|ӷ|/GcA} wp>~˗ϣG=zѣG=zt/_|< o`?}ӧ?}h_|y/ ߿? <0… :|1ĉ+Z1ƍ3ۗ/~;vo_|u`> Ϡ|:vرcǎ;vرcNjǯcǎ ˧_|o`|ױcǎ;vرcǎ;V/_~;vl/_|6#0@7pӗ/,h „ 2l!Ĉ'Rh"ƌ7ro_|uܘD#E}uرcǎ;vرcǎ˗_ǍX_|u/_;vرcǎ;v!|븐_|ۗ}/'_|ǯc~|:vرcǎ;vرcDž˷_G '0>/?~_G˧_džرcǎ;vرcǎ˗/O`@~'p "L`> 4xaB H*\ȰÇ#JHŋ3jѠ}1b?}O`O`>'P8`A&`> 4xaB$XA .dC%NXE5nhp_|u?}O`>':F`> 4xaB$XA .dC%NXE5n䈐_|u/_>}'0?'0O_|_|uرcǎ;vرcǎ3ӗ/>;v8_|uرcǎ;vرcǎ;ۗ/~;vo_|uرcǎ;vرcǎ;/_>~-S/_~ӗ/;vرcǎ;vرcG˷_G/_džׯcǎ;vرcǎ;v!|П|O_>}~O@ D8߾|O@ DPB >QD-^QF=J/_>~߾/@~h|}Ǐ?~Ǐ/ۗ/> o`>'@>/_>~?~Ǐ?~G~O` | H˧,h „ 2l!Ĉ'Rh"ƌ7r~| O?o_| $H A $H +ۗ/~˗|/_>~u/_>~ A $H A $ȍ$Ȅ$H A $H A| | $H A $H A$/_>}@~/_} A $H A $H ˗ȍ$H A $H A }"| $H H H H/_>}8`A&$o_|'p "Lp!ÆB(q"Ŋ/b̨q#ǎ?4O_|B2/_>~!C 2dȐ!C 2dȐ ˗o˗_Ȑ!C 2dȐ!C 2$D~r| 2dȐ!C 2dȐ!CO_|>ӗ/߾!C 2dȐ!C 2dȌ˧~2dȐ!C 2dȐ!C _|Y/~!C 2dȐ!C 2dȐ!ӗ/>˗o!C 2dȐ!C 2dȐ˧~2dȐ!CRH!RH!RH /_|8P |O@ DPB >QD-^ĘQF=~}7p_|)RH"E)RH"E/_|'RH"E)RH"E)!|)RH"E)RH"ET/_>}"E)RH"E)RH"˗OH"E)RH"E)RH'RH"E)RH"E)R|)RH"E)RH"ET/_>}"E)RH"E)RH"˗O_|/_>}D)RH"E)RH"3/> ̗o`> ,h „ 2l!Ĉ'Rh"ƌ7r#Ȑ˧`>~~D)RH"E)RH"1˗O_|_>D)RH"E)RH"1˗O_|_>D)RH"E)RH"1˗O_|O_?)RH"E)RH"Eb/˗_|OH"E)RH"E)|7_>˧H"E)RH"E)RdF)RH"E)RH"E|'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? _|D)RH"E)RH"E*/>"E)RH"E)RH ˧OH"E)RH"E)RA$? 4xaB 6tbD)VxcF9vdH8p ,h „ 2l!Ĉ'Rh"ƌ7r#Ȑ8P ?$XA .dC%NXE5nG!-O| H*\ȰÇ#JHŋ3jȱǏ CbO~ H*\ȰÇ#JHŋ3jȱǏ Cb0@ H*\ȰÇ#JH3jȱǏ Cjԗ/_~"E)RH"E)RH"˗OH"E)RH"E)Rȅ)RH"E)RH"EП>"E)RH"E)RH"E)RH"E)RH"'p "L,h „ 2l!Ĉ'Rh"ƌ7r#Ȅ'p "Lh0?$XA .dC%NXE5nG )Q!C 2dȐ!C 2dȄ򅔨_Ȑ!C 2dȐ!C 2dBBJ/dȐ!C 2dȐ!C 2|!%2dȐ!C 2dȐ!C _ 2dȐ!C 2dȐ!CL/_H 2dȐ!C 2dȐ!C&/D}B 2dȐ!C 2dȐ!R>~!C 2dȐ!C 2dȐ {0@߿| ? ,h „ 2l!Ĉ'Rh"ƌ7r#Ȅ=g0_C}B 2dȐ!C 2dȐ!0| '0@2dȐ!C 2dȐ!C _ ߿|P!C 2dȐ!C 2dȄ=O@__>$XP?$XA .dC%NXE5nG {`>o?} 2dȐ!C 2dȐ!CL/| /|{_!C 2dȐ!C 2dB'P /߿O@ <0… :|1ĉ+Z1ƍ;z2|!%2dȐ!C 2dȐ!C _ 2dȐ!C 2dȐ!CL/_H 2dȐ!C 2dȐ!C&/D}B 2dȐ!C 2dȐ!R>~!C 2dȐ!C 2dȐ )Q!C 2dȐ!C 2dȄ򅔨_Ȑ!C 2dȐ!C 2dB8`A&4,h „ 2l!Ĉ'Rh"ƌ7r#Ȅ8`A&D? 4xaB 6tbD)VxcF9vdH#I4yeJ+YtfL3iִygN;yhPC5z)ŀ;;PK|3vvPKy$AOEBPS/img/repma027.gifGIF87aXX?**?***UU?UUU????**?*******?*******U*U?*U*U*U**?*****?*****?*****?***UU?UUUU*U*?U*U*U*UUUU?UUUUUUUU?UUUUU?UUUUU?UUUUU?UUU?**?***UU?UUU?????**?***UU?UUU?????**?***UU?UUU?ժժ?ժժժ???**?***UU?UUU?????***UUU,XX H*\ȰÇ#JHŋ3jȱǏ CIɓ(S\ɲ˗0cʜI͛8sɳϟ@ JѣH*]ʴӧPJJիXjʵׯ`ÊKٳhӪ]˶[ H" <0… :|1ĉ+Z1ƍ;zRb>$XA  <0… :|1ĉ+Z1ƍ;zRb>!#2dȐ!C 2dȐ!C )1 2dȐ!C 2dȐ!C_Ȉ 2dȐ!C 2dȐ!CJ/dD}B 2dȐ!C 2dȐ!%2>~!C 2dȐ!C 2dȐ Q!C 2dȐ!C 2dH_Ȑ!C 2dȐ!C 2|BF/dȐ!C 2dȐ!C Rb>˗?} ߿o@ ? <0… :|1ĉ+Z1ƍ;zRb>/ ˷o`̧P!C 2dȐ!C 2dH!7_ o`>S_Ȑ!C 2dȐ!C 2|_||#O>~!C 2dȐ!C 2dȐK؏|#߿~'P`O@ DPB >QD-^ĘQF=~)1 o`> _߿8>~ H*\ȰÇ#JHŋ3jȱǏ %w 7_7П>2dȐ!C 2dȐ!C )1?˷` _>S_Ȑ!C 2dȐ!C 2|BF/dȐ!C 2dȐ!C Rb>!#2dȐ!C 2dȐ!C )1 2dȐ!C 2dȐ!C_Ȉ 2dȐ!C 2dȐ!CJ/dD}B 2dȐ!C 2dȐ!%2>~!C 2dȐ!C 2dȐ,h „O@ DPB >QD-^ĘQF=~)1>$XA  <0… :|1ĉ+Z1ƍ;zR"@},h`|}"E)RH"E)RH"'˧OH"E)RH"E)R|)RH"E)RH"E/>"E)RH"E)RH'RH"E)RH"E)!?~˗?~D)RH"E)RH"E.0'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? `>'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? | <0… :|1ĉ+Z1ƍ;z2G <0… :|1ĉ+Z1ƍ;z2$H~ ? 4xaB 6tbD)VxcF9vQb}|$H A $H Aϟ>? 4xaB ˗/?$XA .dC%NXE5nLj H,h „ ̗o,h „ 2l!Ĉ'Rh"ƌ7rcD} o@$XA .4/,h „ 2l!Ĉ'Rh"ƌ7rcD˷?  <0…'p "Lp!ÆB(q"Ŋ/b̨q#ǎ?F/_>}O@} H*\ȰÇ#JH3jȱǏ Cf0O@ DPB >,h „ 2l!Ĉ'Rh"ƌ7r`>  <0… :|a> H*\ȰÇ#JHŋ3jq#?7P>$XA .dC1bĈ#F1bĈ#F1bĈ#F`> ? 4xaB 6t|"F1bĈ#F1bĈ#F1bĈ#&0@ O@ DPB >1#F1bĈ#F1bĈ#F1bĈ 'p@ H*\ȰÇ!1bĈ#F1bĈ#F1bĈ#Fq!?? 4xaB 6tb|"F1bĈ#F1bĈ#F1bĈ#6䗏?/b|q`>僘 ?~/|1bĈ#F1bĈ#F1bĈ#F|_| /|/_|80_ĆE1bĈ#F1bĈ#F1bĈ#Fl/_A}?~/_~_| 7P_>O_>}O>~ /_?/_>}O|߿_|/_> ܗ/?O_|/?$XA .dC%NXE5nq|Ǐ_>'0|ȯ`>~?} _>/?_O 㗯 ?~_>/߾ #o?_|ۧ0?=zѣG=zQ|/?'0߿|+߾#/|O`>'0߿|@~ g0߿}O ۗ__0@ H*\ȰÇ#JHŋ3jȱ@ #O` 诟>~@/?}>~@/߿~_߿_>/@/~O|_ۗ <0… :|1ĉ+Z1ƍ; }>~|O ?߿|/|߿||OA}o? ӷo`>}O_+}߿~ ̧0?=zѣG=zQ|˷o`|/?W0?/_>}ϟ| '0?~_˗O?ϟ|o`>?~˧ϟ|/߾|oO@ DPB >QD-^ĘQFѣGa>=zѣG=zѣD=z0?=zѣG=zQ|/G=:ϣG=zѣG=z/|/_|=zϟG=zѣG=z(_O_>}/@~O_|_|ϣGѣG=zѣG%GП>+_ϟ}?~ <0… :,Ç>|Ç>|Ç>|Ç>/A+߾#/?} /?{ÇÇ>|Ç>|Ç>|Ç`?}`_?}o_>~O@'p "Lp!Æ Ç>|Ç>|Ç>|ÇG0 W0?~/70߿|߿|>|C=|Ç>|Ç>|Ç>|Á/>}G0?/_>}˗/_ӗ/?>|Ç{Ç>|Ç>|Ç>|Ç{Ç>|a>>|Ç>|>|Ç>|p|>C=C!P> H*\ȰÇ#JHŋ3jȱ@QD-^ĘQF 'p "Lp!C~kذaÆ 8`A&TaC!F8bE1fԸcG/˧$H A $H A $Ȋ $H A $H A b|@ $H A $H A/> A $H A $H +˧$H A $H A $Ȋ $H A $H A b|@ $H A $H A/> A $H A $H +˧$H A $H A $Ȋ $H A $H A 2"| <0… :|1ĉ+Z1ƍ;z2$~ 8? 4xaB 6tbD)VxcF9vdH80>$XA .dC%NXE5nG!=O| H*\ȰÇ#JHŋ3jȱǏ C0@8`A&TaC!F8bE1fԸcG)B  <0… :|1ĉ+Z1ƍ;z(|O@ DPƒ? 4xaB 6tbD)VxcF9v1> <0… <0… :|1ĉ+Z1ƍ;z_| /_>} A"ܗH A $H A |o?$| A $H A $H˗߿|˗/H A $H A $H 'pO@ DPB >QD-^ĘQF=~2#|`> 4xaB 6tbD8`A&TaC!F8bE1fԸF}? П <0… :|a> H*\ȰÇ#JHŋ3jq|`>'p "Lp!ÆB|_Ĉ#F1bĈ#F1bĈ#F1bĄW0_|"F1bĈ1bĈ#F1bĈ#F1bĈ#F1>$? 4xaB 6t"|"F1bĈ#F1bĈ#F1bĈ#*0'p "Lp!ÆB_Ĉ#F1bĈ#F1bĈ#F1bą8,h „ 2l!Ĉ(QD%J(QD%J(QD%J4/?O"C  ` #/_| W` ,X|8`A&TaC!F8bE1fԸcǁO>~-7П>[`~w0NJyѣG=zѣG+@~/_>|˗_| /?'0?~O |ӗO?~/| O |/_?'P߾|'_|6ѣG=zѣG=J`'?|7 '0_/}O|_>_>O?~/_'|/?O@ ? 4xaB 6tbD)VxcF9v/_|O ? /? 'P`߿|/?߿_>~߿(?}7߿|O ?o?8`AO@ DPB >QD-^ĘQFW0}O@߿| ߿O߿߿|@O` /߿ϟ/|߿|O?~8`AO@ DPB >QD-^ĘQFW> O?_>'?O?}˧o|/|ϟ}O~'0߿|O ? '0߿|˷1?=zѣG=zQ|˷o`|/?W0|˗|_>_|?}O_>}˗/>_>ӗ/?_ӧ,h`> H*\ȰÇ#JHŋ3jȱ@=zѣG=zѣD ˗@}/|O߾|篟?}|o߾W0߿|ϣGѣG=zѣGI| _>o`>_>}8`A&TaC{Ç>|Ç>|Ç>|Ç#O?~_ +_>O`}=|Ç Ç>|Ç>|Ç>|ÇG0 '0?}W0_| '0߿} Ç>$Ç>|Ç>|Ç>|Ç>/A~_>ӗO˧_O`>Ç>$Ç>|Çz衇z衇z衇z衇zh O@ DPB >`>%J(QD%J(QD%J(QD(QD%JtϟD%J(QD%J(QD%J(QA$J(QD'QD%J(QD%J(QD%Jh_>%J(QDI(QD%J(QD%J(QD%OD%J(a>%J(QD%J(QD%J(QD(QD%JtϟD%J(QD%J(QD%J(QA$J(QD'QD%JH"$H"$H"$H"$ O@ DPB >`>%J(QD%J(QD%J(QD'p "Lp!ÆBx,h „ 2l!Ĉ'Rh"ƌ7rH? 4xaB ˗/_Æ 6l <0… :|1ĉ+Z1ƍ;zx1_>} A $H A $H AV̗OH A $H A $H$H A $H A d| $H A $H AY1_>} A $H A $H AV̗OH A $H A $H$H A $H A d| $H A $H AY1_>} A $H A $H AFϟ|H A $H A H @8p ?$XA .dC%NXE5nG!9O H*\ȰÇ#JHŋ3jȱǏ Cz0'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? `>'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? r|O@ DPB >QD-^ĘQF=~/_|`>8`A&TaC!F8bE1fԸcG%'p~ H*\h_|'p "Lp!ÆB(q"Ŋ/b̨q#ǎ?FO@8`A&T`|8`A&TaC!F8bE1fԸcG#˗/?˗$H $H A $H A/_}/_|@D$H A $H A |O߿~$H A $H A B} ?}'p "Lp!ÆB? 4xaB 6tbD)VxcF9n0@70@~,h „ 2l!ć'p "Lp!ÆB(q"Ŋ/b̨q#Ǎ˧O_|˧cǎ;cǎ;vرcǎ;v/_~/_>~;v`>;vرcǎ;vر#|'_|uرcǃuرcǎ;vرcǎ8?$XA .dC1bĈ#F1bĈ#F1bĈ#F`>O@ DPB >1#F1bĈ#F1bĈ#F1bĈ ˧o_a~80|AGQ|0#F1bĈ#F1bĈ#F1bĈ +O}"[o@}80_ _ā /"|"F1bĈ#F1bĈ#F1bĈ#6~ Ǐ| /_/_>/@~/'P?~˗|˗/>߿}O@}|_>~Ǐ߿}O`>7_> H*\ȰÇ#JHŋ3jȱ@ ;|O`>'_|/?| _ '0߿|/@~/_A~'0|_}̇0_>OyѣG=zѣG+` G_>'_|/A@~ G_>o|o`>'0_>~߾|7P_|o`>߿|߿|8`A&TaC!F8bE1fԸcǁGp|(_?}/߿__?}/߿_߿|߿߿| _ _>~߿_|߿/߿߿'p "Lp!ÆB(q"Ŋ/b̨q#ǎ+o@~@~/||/߿|'0?}/|/|GP?_>O?ӗ?}O?}o?/|70?=zѣG=zQ|˷o`|/?W0?/_>}ϟ| '0?~_˗O?ϟ|O O_|_>˗O?} /_~ӧO`>}? 4xaB 6tbD)VxcF9v/G=zw0?=zѣG=zQ|=z1|=z0?=zѣG=zQ|=za>=zѣG=z#? 4xaB 6tbĂI(QD%J(QD%J(QD%OD%J(a>%J(QD%J(QD%J(QD(QD%JtϟD%J(QD%J(QD%J(QA$J(QD'QD%J(QD%J(QD%Jh_>%J(QDI(QD%J(QD%J(QD%OD%J(a>%J(QD%J(QD%J(QD(QD%JtϟD%J(Q"$H"$H"$H"$H"? 4xaB 6tbĂI(QD%J(QD%J(QD%OD%J(a>%J(QD%J(QD%J(QDO@ DPB >`> H*\ȰÇ#JHŋ3jȱ@ H*\P_|6lذaC H*\ȰÇ#JHŋ3jȱǏ$H A $H A d| $H A $H AY1_>} A $H A $H AV̗OH A $H A $H$H A $H A d| $H A $H AY1_>} A $H A $H AV̗OH A $H A $H$H A $H A d| $H A $H A`> O@ DPB >QD-^ĘQF=~c?? 4xaB 6tbD)VxcF9vdȎ (p,h „ 2l!Ĉ'Rh"ƌ7r#Ȑ'p`>$XA .dC%NXE5nG!AO} H*\ȰÇ#JHŋ3jȱǏ˧H 'P ,h „ 2l!Ĉ'Rh"ƌ7rD? 4xaB ˗/?$XA .dC%NXE5nLj H,h „ /_>$XA .dC%NXE5nLj ȏ| H*\hp_>~ H*\ȰÇ#JHŋ3jȱǏ(߿O@ DPB8`A&TaC!F8bE1fԸcG#˗/_>}O@$XA .dC%NXE5nG!3˗/_>O@$XA .dC8`A&TaC!F8bE1fԸ#|/_ P <0… :|a> H*\ȰÇ#JHŋ3jq|#/_|:vر|:vرcǎ;vرcǍ80?8`A&TaC!>/bĈ#F1bĈ#F1bĈ#F1bB ,h „ 2l!DE1bĈ#F1bĈ#F1bĈ#FT0'p "Lp!ÆB_Ĉ#F1bĈ#F1bĈ#F1bą (,h „ 2l!ĈE1bĈ#F1bĈ#F1bĈ#Fd/_>} / ( Ǐ A$/_>}8`A&T`> H*\ȰÇ#JHŋ3jȱ@ 'pO|O`|=2ϣG=zѣG=z/_A}?~/_~_| #O |ӗO?}˗?'0|G?ۗ/?O_})ѣG=zѣG=J`'?|7 '0|_>߿|%o߾ '0|qb>8`A&TaC!F8bE1fԸcǁw0߿|#/|ȯ |߿_}/߿߿_/߿߿| H? 4xaB 6tbD)VxcF9v/_| `>Ǐ_(߿?} /߿ _}߿|߿/߿|_߿8`A&$,h „ 2l!Ĉ'Rh"ƌ7r8_ O` / O?7П _>'?~ '0~ /|/|?~}ϟ|G0?'0|˗?'0|˗O?}/_~ӧO`>}yϟG=zѣG=z(_>=:b>=zѣGyGyD <0… 6СÅ'p "Lp!ÆB(q"Ŋ/b̨q#ǎѣGѣG=zѣG%ѣGѣG=zѣG=JϣG="ϣG=zѣG=z/G=zDϟG=zѣG=z(_>=z0?=zѣG=zQ|=za>=zѣG=zѣDQD-^ĘQFO@ DPBװaÆ O@ DPB >QD-^ĘQF=~/> A $H A $H +˧$H A $H A $Ȋ $H A $H A b|@ $H A $H A/> A $H A $H +˧$H A $H A $Ȋ $H A $H A b|@ $H A $H A/> A $H A $H +˧$H A $H A $Ȉԧ/_| <0… :|1ĉ+Z1ƍ;z2$G~ 8,h „ 2l!Ĉ'Rh"ƌ7r#Ȑ8P>$XA .dC%NXE5nG!=O|8`A&TaC!F8bE1fԸcGA08`A&TaC!F8bE1fԸcG%ӗ/_} A&0@ H*\ȰÇ#JHŋ3jȱǏ8P`?$XA .4/_|8`A&TaC!F8bE1fԸcG#'p ~ H*\X_|8`A&TaC!F8bE1fԸcG#'p A H*\hP_>~ H*\ȰÇ#JHŋ3jȱǏ˗/AA@ $H A $H ˗/_ (? 4xaB O@ DPB >QD-^ĘQF=~/_|ӗ/_| H*\ȰÇ!'p "Lp!ÆB(q"Ŋ/b̨q#G˷_}˗/@},h „ 2l!ć'p "Lp!ÆB(q"Ŋ/b̨q#Ǎ80߿'p "Lp!ÆB|_Ĉ#F1bĈ#F1bĈ#F1bD_}˗_Ĉ#F1|"F1bĈ#F1bĈ#F1bĈ#&̗/>˗/_Ĉ#F1"|"F1bĈ#F1bĈ#F1bĈ#*O@8`A&TaC!B/bĈ#F1bĈ#F1bĈ#F1B? 4xaB 6tb|"F1bĈ#F1bĈ#F1bĈ#2/}g0_|˧ϟ|E(0_Ea x0#F1bĈ#F1bĈ#F1bĈ 3/> +~Q`>7P_>"_1bĈ#F1bĈ#F1bĈ#F_>/|㗏~o_} /?/>7P_>}`>}/_~|?~˗߿/_>}˗߿ ,h „ 2l!Ĉ'Rh"ƌ7r8_߾}o?~3_>~||}۷}|O` '0'0| |۷|ѣG=zѣG%Wp70߿|g0߿|/?_3_ '0߿|O`> /@~'߿|aϣG=zѣGyG/'P|/߿~O߿|/߿O|o| 7P`_?}|߿|/߿O߿ ߿8`A;(П>} H*\ȰÇ#JHŋ3jȑ|}o?O?}߾'?}o? O_>'?ϟ> O߾a!|uرcǎ;vرcǎ#~˧O?W߾|/_}/_>~˗߿|˗|˗_||/?'0|˧O?˷/_|ӗ/ӧ? 480?˗O,h „ 2l!Ĉ'Rh"ƌ7r/_G:v1?'P>$XA .dC%NXE5nH_ ױcǎ 0 $ <0… :|1ĉ+Z1ƍױcǎ|,h ,h „ 2l!Ĉ'Rh"ƌ7r/A~/}ױcǎ`> 4X? 4xaB 6tbD)VxcF9`QO`|;vX0?8P@$/_>$XA .dC%NXE5n8_ '@~߿|'p? Ǐ߾| '0@}ر#| ˗/_>}ױcǎ;vرcǎ; ?~|_} ̗0}'0|_ǎwП|9/_ǎ;vرcǎ;v8_>'0߿|o_}o| /| '0|;v\_~9/_ǎ;vرcǎ;v8| _'PǏ߿߿~/߿߿|_>$XA .d`> 9/C:tСC:tСC:tСC:/A~ O?ӗ?}O?}o?/|СC:!C~9tСC:tСC:tСC:tСÁo`O ?}+O_|?}/>}˷ϡC:t/? СC:tСC:tСC:tСCСÆ:tСCsȐ|8`A&TaC!F8bE1fԸ@:jױcLJi/_ǎ;vرcǎ;v8_;v0?رcǎ;vرcǎױcǎ_|;vرcǎ;vر@:vرc|4˗cǎ;vرcǎ;v/_ǎ;vlϟF~uرcǎ;vرcǎرcǎ /_;vرcǎ;vq| H*\ȰÇ#? 4X_| H*\ȰÇ#JHŋ3jq?$XA .d/_| 6lذ?$X`A~'p "Lp!ÆB(q"Ŋ/b̨q#ǎ1˧Ǐ Ǐ?~Ǐ?~Ę/?2/Ǐ?~Ǐ?~c|>~Ȑ_|?~Ǐ?~G#C~}Ǐ?~Ǐ1˧Ǐ Ǐ?~Ǐ?~Ę/?2/Ǐ?~Ǐ?~c|>~Ȑ_|?~Ǐ?~G#C~}Ǐ?~Ǐ1˧Ǐ ?~G}G}@O@ DPB ˗? 4xaB 6tbD)VxcF9vH`> O@ DPB ˗? 4xaB 6tbD)VxcF9vH| <0… */,h „ 2l!Ĉ'Rh"ƌ7r"|  <0… ./,h „ 2l!Ĉ'Rh"ƌ7rb? <0… 2/,h „ 2l!Ĉ'Rh"ƌ7r"|O@ DPB ˗? 4xaB 6tbD)VxcF9vh|'p "Lp!Æ  <0… :|1ĉ+Z1ƍ;z/_|>~_|?~Ǐ?~NjGǏ?~Ǐ?bԗǏ˗Ǐ?~Ǐ?~1Ǐ˗Ǐ?~Ǐ?~ǏǏ?~Ǐ?~GǏ?~Ǐ?^/?2/Ǐ?~Ǐ?~b?}˗o?&/Ǐ?~Ǐ?~q"|/_>}>~x@O@ DPB >QD-^ĘQF=B/_}˗/?/Ǐ?~Ǐ?~!|cO_|}Q |>~Ǐ?~Ǐ ˧_D~G~}Ǐ?~Ǐӗ/>˗ǏǏ?~Ǐ?~?j/Ǐ?~Ǐ?~}_|}_|?~Ǐ?~Gc~E~'p "Lp!ÆB(q"Ŋ/b̨q#ǎ˗G˷ϟGѣG=zѣG=zdo_|y|/_|=zѣG=zѣ~b?}1"|g0_|˗G ѣG=zѣG=z/_|.o| ܗ_˷ϟG ѣG=zGyGy} /߿}_˧$o@~'POO@ DPB >QD-^ĘQFӗ/߾_#|0?3?/G=zѣG=z_|uO_O@ $o_|!D@~70|3/_>$XA .dC%NXE5n}__cA~瑠>~3O?ѣG=zѣG=V/_>~7>ϟ|yWП/G=zѣG=z߾|A~1_|/A~yѣG=zѣG˗nj~O@~  <0… :|1ĉ+Z1ƍ5˗O_ q}q"|:vرcǎ;vرcNj˷_DŽ'P߾|˗?}/_?'P?~˗/ױcǎ;vرcǎ;V/_>~'0|o?߿|O`>~ӗ/߾ױcǎ;vرcǎ;J/_>}:BO`>O`>@~uto_|'p ",/_>$XA .dC%NXE5n|uO?~_O` _>$XA O@ D0,h „ 2l!Ĉ'Rh"ƌ7rt/_|:J| O߾ '0|߿|'O@ D? 4xaB 6tbD)VxcF9:/_>}:F/>}?}߿|/_>~uo_|'p "4 <0… :|1ĉ+Z1ƍ#˗/;v4O_|:vرcǎ;vرcǎ ӗ/>;v_|uرcǎ;vرcǎ;./~;vԸ/_>}:vرcǎ;vرcǎ˗/_|:/_};vرcǎ;vرcǎ˗o M'0?:/_>~;vرcǎ;vرcǎ˗_ǂ'0߾|/_>|@~ױcǎ;vQGuQGu@? 4xp}߿}O O`>!D} <0… :|1ĉ+Z1ƍ;z߾|o`>/?O`q/_>~ A $H A $ȋOc| ,/_|8`A&TaC!F8bE1fԸcGӗ/>/|/>~ӷO`>:˗O_? A $H A $}Wџ| ԗ/>˗?'0*ۗ/> A $H A $Ȃd>˗H A $H A d~o|@/~ A $H A $H˧Ȏ˷H A $H A ~2c?} $H A $@ $@"˗o?$XA ˗/_?$XA .dC%NXE5nG ˗_ȇ/dȐ!C 2dȐ!C b?} ߾| 2dȐ!C 2dȐ!Co_|,/_|B 2dȐ!C 2dȐ!5˗/˧_Ȑ!C 2dȐ!C 2~珣}2dȐ!C 2dȐ!C R|O_|B 2dȐ!C 2dȐ!C/_>~˗_Ȑ!C 2dȐ!C 2dȅ˷}2dȐB )B )B )B ~˗o?$XA .dC%NXE5nG!)ӗ/?OH"E)RH"E)R$B|)RH"E)RH"Eِ_|'RH"E)RH"E)2b|D)RH"E)RH"EN̗OH"E)RH"E)Rȉ;|˧ϟH"E)RH"E)Rd|̗o` ϟH"E)RH"E)R$|Ǐ|OH"E)RH"E)$|'p|/A8`A&TaC!F8bE1fԸcGA|//_>D)RH"E)RH"A˧`>׏?}"E)RH"E)RH w0@O?}D)RH"E)RH"A˧`/_>}D)RH"E)RH"C˧OH"E)RH"E)R|)RH"E)RH"E/>"E)RH"E)RH8>$XA .dC%NXE5nG!9O8`A&TaC!F8bE1fԸcGA0'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? |O@ DPB >QD-^ĘQF=~>  <0… :|1ĉ+Z1ƍ;z(q_| 2? O@ DPB >QD-^ĘQF=~`>O@ DPB? 4xaB 6tbD)VxcF9v1"| <0…˗? 4xaB 6tbD)VxcF9v1b|/_|@D/? A $H A $~O˧$H@ $H A $H ˗/_>O@$XA .dC%NXE5nG!3'P P <0… :|?$XA .dC%NXE5nQ_|ӧ|'p "Lp!ÆB|,h „ 2l!Ĉ'Rh"ƌ7rܨ/_|/_|uرcGuرcǎ;vرcǎ˗}˗_ǎ;v4_ǎ;vرcǎ;v1_| ܗ/_|;v`>;vرcǎ;vرcG$? 4xaB 6t"|"F1bĈ#F1bĈ#F1bĈ#.O|'p "Lp!ÆB_Ĉ#F1bĈ#F1bĈ#F1bĆ׏`~gp_| W0_Ĉ( Ǐ A$o_|$H A ? 4xaB 6tbD)VxcF9v/A~W0_|_[o?}Ȧ0?y$ϟG=zѣG=z(_>/|㗏~o_} /?/>7P_>}`>˗?}Ǐ|/_>׏>~}O`>0?=zѣG=zQ|߿}o߾g0߿|/?~߾/_? | '0?~?~/߾}O`>oO@ DPB >QD-^ĘQFWp70߿|g0߿|/?_3_ 'P`߿|߿߿߿o_߿|W~ H*\ȰÇ#JHŋ3jȑ|(_߿O__@'P`>7_(0@~'Po@_~/߿_߿|W`|8`A&TaC!F8bE1fԸ#E7P?}O߾엏@}O ? /?~O߾7П _>'?~'0~ /|/|?~P_|:vرcǎ;vرcGo`?}ӧ?}+o_| ԗ/>ӗ/_>~׏`>~ׯ`>ӗ/?O_|˗/_?˗O?}/_~ӧO`>} 8p`>˗/_>} H*\ȰÇ#JHŋ3jȑ|رc|#`>'p "Lp!ÆB(q"Ŋ/b̨q#GuT/;60?'p  'p "Lp!ÆB(q"Ŋ/b̨q#ǁuرcdž0 4@ ? 4xp|`> |_?(?$XA .dC%NXE˘1cƌ7P|,h O,h`>|7 W0,h „ 2l!Ĉ'Rh"ƌӨQFG|O@W0|O>} /?O_>} ׏` G0}#/'P?~ H*\ȰÇ#JHŋ˗1cƌ3" |_| | >~ ϟ>#O? g0@~/߾>e̘1cƌ3f̘1#D2f̘1cF!ܗ/>+0@O |O~7_ |/߾߿|/߿8`A&TaC!F8bE1F/cƌ3fD_B9/_|0@/߿߿߿|o|o`>8`A&TaC!F8bE1F/cƌ3fDBW0@'O?_>7_>3>~#}/cƌ3f̘1cƌ#˗1cƌ3"/?~G0?'0|ӗ/ӧ߿|˗/߾'P 8p|?}? 4xaB 6tbD)VxcD2f̘1cFe/_2f̘1cƌ3f̘1cƌ˘1cƌ|&˘1cƌ3f̘1cƌ3:/cƌ3fD_˘1cƌ3f̘1cƌ3fL/_ƌ3f̈0g1|Y̗1cƌ3f̘1cƌ#˗1cƌ3"/?~Y0| ̧0_ƌ3f̘1cƌ3f4/_ƌ3f̈0W_|˗@~_~O`} |/_>?}/_O_>} H*\ȰÇ#JHŋ3OF5jϟF~O  ߾_>O`>~_>_> ߿|_>5jԨQF5j/F5j(0?#@~o#o`>/?O`|iԨQF5jԨQD8`A&TaC!F,,h |'P~/o| 70?? O`>Ǐ_8`A&TaC!F8bE1f< <0… ˗aÆ 6O@ /A}?'0߿|Է|o߿| O>+O`>_8`A&TaC!F8bE1fԸc|uQ"|ӗ/ӧ?}O`>O| O_|ӗ/_?_>˗O>~uرcǎ;vرcǎױcG0_ǎ;vرcǎ;vQa|:v(_|˧cǎ;vرcǎ;v0_>};v/_;vرcǎ;vرcnjرD~u<`[cǎ;vرcǎ;v㗯| '0@}o_>~㧯cǎ;vرcǎ;f̗O_ǎ%˗ ?~?}}߾}o?~'߿}Gp߾ '0|߿|/_ǎ;vرcǎ;v̘/;J/A/A| /@߿/߿__? 4xaB 6tbD)VxcF1˧#GW0~O?~ۗ~/| `>_߿|/߿/߿_>$XA .dC%NXE5n0'p "Lp!Æ WP_?o`>o?_ O߾Է|O`>>~sСC:tСC:tСC:tСC8p ,h „ 2l_|/@~_| />}˧O?ϟ|/>}˧O}O`O_}:tСC:tСC:tСC:t>̷? 4xaB 6\/_>:tП?:tСC:tСC:tСC:t? <0… 2/C:d/_|:tСC:tСC:tСC:t>  <0… 2/_AO|7P߿'p "Lp!ÆB(q"Ŋ/b̨q#ǎ 'P ,h „ 2lؐ_|/3o ?}'p "Lp!ÆB(q"Ŋ/b̨q#ǎ˗G˗` G0|ѣG=zѣG=z/_>=>/_}+`>7_|yѣG=zѣGѣLJ3؏|#0@ ̧?? 4xaB 6tbD)VxcF9v|ϣGGП G0| yѣG=zѣG=z_|/|̇yѣG=zѣG=z_|˗o|(߿| 8p_|O@ DPB >QD-^ĘQFӗo?=:/G=zѣG=zѣA~ۗ/~=zd/_>=zѣG=zѣǁ˷@~ѣGѣG=zѣG=z/_|ۗ/>=z=zG=zc}א_|y |=z/G=z#<#<ȣ/_>}8`A˗˗/'˗Ǐ?~Ǐ?~/_|>>/_}?F/Ǐ?~Ǐ?~q_|E`$ۗ/~?:/Ǐ?~Ǐ?~x|/> /_|>~d/_?~Ǐ?~"||ۗ_? 4(|;x$XA .dC%NXE5na?}˸߿~_8˗/? o`>󗏟A~yѣG=zѣG˗F ߿_>$XA˷B?~7_?O@ DPB >QD-^ĘQFۗ/>}o?</~ 㗏`>_|=zѣG=z~>~/>}˧Oǂ#AO@/_?/,h „ 2l!Ĉ'Rh"ƌ7rh_|y߾|(0_|/A~yѣG=zѣG˗o?=/_~W/G=zѣG=z_|ya?}㘯 |o>/_>$XA .dC%NXE5nq_|uԘcDׯcE~uرcǎ;vرcǎ˗o ב"|8_|;vرcǎ;vرE~Q!| Է/?O_>}O | Ǐ_G˷cD~uرcǎ;vرcǎ˗o_ O`>~۷} _ '0 ˗O_ױcǎ;vرcǎ;J/_>~#'0| '0 /?O@ D_|'p ",/_>$XA .dC%NXE5n_|uO?~_O` _>$XA 0 <0!,h „ 2l!Ĉ'Rh"ƌ7rt/_|:J| O߾ '0|߿|%0 <!,h „ 2l!Ĉ'Rh"ƌ7r|/_|:F/>}?}߿|/_>~uO_|8`AO@ DPB >QD-^ĘQF˗o;v,/_>}:vرcǎ;vرcǎ˗O_;v/_}:vرcǎ;vرcǎ˗/;f/_};vرcǎ;vرcǎ˗o_|:/_>~;vرcǎ;vرcǎ˗_dž&| ˗O_;vرcǎ;vرcnjǯc}o_}/?O_>} Q}ױcǎ;v쨣:ꨣ:#˗O_?$XAO`>~_>_>Ӈ!‚? 4xaB 6tbD)VxcF9vq |o`>/?O`q/_~ A $H A $ȋ˷_| 70?? ? 4H߾|O@ DPB >QD-^ĘQF=~d/_>}._>_>}o|q/_} A $H A $H˗_E'P_|/_>~˗|/_|@ $H A $H ۗ/>4/_>}@ $H A $H ˗O_9߾| $H A $H At/_|@v/_>~ A $H A $H˗o?˗H A $@ $@ $0_|'p "Lxp_|'p "Lp!ÆB(q"Ŋ/b̨q#ǎ?dO_|B:/_}!C 2dȐ!C 2dȐ˗O_ ˗_Ȑ!C 2dȐ!C 2E~ | 2dȐ!C 2dȐ!CO_|/_}B 2dȐ!C 2dȐ!?˗O_?/dȐ!C 2dȐ!C 2@~㇑_| 2dȐ!C 2dȐ!C!C 2dȐ!C 2dȐ!˗O_?˷/dȐ!CRH!RH!RH!EP?}O@? 4xaB 6tbD)VxcF9vdȊ˷_A~'RH"E)RH"E)2!|/_}D)RH"E)RH"E6/_|D)RH"E)RH"EJ̗OH"E)RH"E)Rȉ)RH"E)RH"E91_>}O|)RH"E)RH"E / /_?)RH"E)RH"E/o_?)RH"E)RH"E0>_>#(0,h „ 2l!Ĉ'Rh"ƌ7r#Ȑw0߿~g0H"E)RH"E)R$|'P_|OH"E)RH"E)d|/_~ H"E)RH"E)R$|7_˧H"E)RH"E)Rd|)RH"E)RH"E/>"E)RH"E)RH'RH"E)RH"E)!| <0… :|1ĉ+Z1ƍ;z2$~ 8? 4xaB 6tbD)VxcF9vdH80>$XA .dC%NXE5nG!=O| H*\ȰÇ#JHŋ3jȱǏ C0@8`A&TaC!F8bE1fԸcGA`>8`A&TaC!F8bE1fԸcGA/_|D)RH"E)RH"EJ̗/H"E)RH"E)Rȉ)RH"E)RH"EIQH"E)RH"E)pRH"E)RH"E)RH'p "L,h „ 2l!Ĉ'Rh"ƌ7r#Ȉ'p "Lh0?$XA .dC%NXE5nG )1!C 2dȐ!C 2dȈ􅔘_Ȑ!C 2dȐ!C 2dD~BJ/dȐ!C 2dȐ!C 2"?}!%2dȐ!C 2dȐ!C  2dȐ!C 2dȐ!CO_H 2dȐ!C 2dȐ!CF/|B 2dȐ!C 2dȐ!#Rb>!C 2dȐ!C 2dȐ{0@߿| ? ,h „ 2l!Ĉ'Rh"ƌ7r#Ȉ=g0_|B 2dȐ!C 2dȐ!#0| '0@2dȐ!C 2dȐ!C  ߿|0!C 2dȐ!C 2dȈ=O@__>$X0?$XA .dC%NXE5nG{`>o?} 2dȐ!C 2dȐ!CO| /|{_Ȑ!C 2dȐ!C 2dD~'P /߿O@ <0… :|1ĉ+Z1ƍ;z2"?}!%2dȐ!C 2dȐ!C  2dȐ!C 2dȐ!CO_H 2dȐ!C 2dȐ!CF/|B 2dȐ!C 2dȐ!#Rb>!C 2dȐ!C 2dȐ )1!C 2dȐ!C 2dȈ􅔘_Ȑ!C 2dȐ!C 2dD~8`A&4,h „ 2l!Ĉ'Rh"ƌ7r#Ȉ8`A&D <0… :|1ĉ+Z1ƍ;z2ȑ$K~ H*\ȰÇ#JHŋ3jȱǏ #R>~!C 2dȐ!C 2dȐ )Q!C 2dȐ!C 2dȈ򅔨_Ȑ!C 2dȐ!C 2dDBJ/dȐ!C 2dȐ!C 2|!%2dȐ!C 2dȐ!C _ 2dȐ!C 2dȐ!C/_H 2dȐ!C 2dȐ!CF/D}B 2dȐ!C 2dȐ!#˗_|0@߿ o@ (P?$XA .dC%NXE5nGK? W_} o` 2dȐ!C 2dȐ!CF/a W0|70B}B 2dȐ!C 2dȐ!#˗p>~ #/߿}؏| 2dȐ!C 2dȐ!C/~70}'`>/,h „ 2l!Ĉ'Rh"ƌ7r#Ȉ!o|OO@O@ DPB >QD-^ĘQF=~_> o` _ ̷P!C 2dȐ!C 2dȈ%/_} o`?}70B}B 2dȐ!C 2dȐ!#R>~!C 2dȐ!C 2dȐ )Q!C 2dȐ!C 2dȈ򅔨_Ȑ!C 2dȐ!C 2dDBJ/dȐ!C 2dȐ!C 2|!%2dȐ!C 2dȐ!C _ 2dȐ!C 2dȐ!C 8`A&4,h „ 2l!Ĉ'Rh"ƌ7r#Ȉ'p "Lh0?$XA .dC%NXE5nG'p  w8`A&TaC!F8bE1fԸcGAL/_>~"E)RH"E)RH"%˗H"E)RH"E)RH'RH"E)RH"E)R|)RH"E)RH"E/_>~"E)RH"E)RH"%˗H"E)RH"E)RH'RH"E)RH"E)R|)RH"E)RH"E/_>~"E)RH"E)RH"%˗H"E)RH"E)RH? 4xaB 6tbD)VxcF9vdHoȑ#G9rȑ#G9r?9rȑ#G9rȑ#G ϟ?~ϟ#G9rȑ#G9rȎ H,h „ 2l!Ĉ'Rh"ƌ7r#Ȑ'p@} H*\ȰÇ#JHŋ3jȱǏ CzO@8`A&TaC!F8bE1fԸcGA`>'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? R|'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? _|)RH"E)RH"EQ_|D)RH"E)RH"EJ/?"E)RH"E)RH)RH"E)RH"EYH"E)RH"E)RH"E)RH"E)RG$XA .dC'p "Lp!ÆB(q"Ŋ/b̨q#ǎ'p "Lp!ÆBx? 4xaB 6tbD)VxcF9v$G=z=zѣG=zq>~=z|=zѣG=zD}~yb<ѣG=zѣG=Nǯ`ӧ/>'_|0}@'_|/ Է/_?} /_O_>}O>~ӗ/_|ӗ/o_|o/,h „ 2l!Ĉ'Rh"ƌ7rHP70_'?~/߿|׏_|/@~o?}󗯟|_>| Ǐ`>_ /o߾ Ǐ|=zѣG=zD} /_O _>W0|}`>#/?} /?+o@~w0߿| W| H*\ȰÇ#JHŋ3jȱ#A}7_'p| _>80|(߿|߿߿|/߿/߿/߿|(߿~O| '08_>$XA .dC%NXE5nؑ>~/߿|ۧ@~_`>'㧯| /70߿|߿| /߿| o?/G=zѣG=z8Q˷O`>}/_>~˗߿| `>ӗ/?`>/_>}˗/_ӗ/? ˗/_O_|˗/_ӗ/~O@  <0… :|1ĉ+Z1ƍ;Ǐay?=zѣG=zq>~=z|=zѣG=zD},ѣGyѣG=zѣG񳘏c>=>ϣG=zѣG=z_A~/_~_>~Է/_?} /_O_>}O>~O@}ۗ/?O_}=ϣG=zGyGM>~/߿__~'P`>?}}O ? ܷ_|o?O`~O@ DPaB8`A&TaC!F8bE1fԸcGO ?7߿|'0|o'| '0| '0|yH_>=zѣG=zq>~(_?}? 7P`>O?~ۗ߿|(߿|߿_/߿߿| H*L/,h „ 2l!Ĉ'Rh"ƌ7rHP? /ӷO`+O`>_>~>~O}_|oGѣG=zѣG'GП|/>}˗߿|'0|˧O?/?'0A'0@'p_>}ӗo|= ϣG=zѣG=zGOb>ѣG=zѣG=N? 4xaB ˗ƒ.\pB'p "Lp!ÆB(q"Ŋ/b̨q#ǎѣGѣG=zѣG'ѣGѣG=zѣG=NϣG=ϣG=zѣG=zG=z=zѣG=zq>~=z|=zѣG=zD}%J(QD%J(QD%J(QăI(QD%6OD%J(QD%J(QD%J(>~%J(QD (QD%J(QD%J(QD%J~ A $H A $H AR/? A $H A $H )˗H A $H A $H$H A $H A $H$H A $H H D@ <0… :|1ĉ+Z1ƍ;z27r#G9rȑ#G9|9rȑ#G9rȑ#G/_>~#G9rȑ#G9rȑ!/_>}7rȑ#G9rȑ#G`> O@ DPB >QD-^ĘQF=~c?? 4xaB 6tbD)VxcF9vdH (,h „ 2l!Ĉ'Rh"ƌ7r#Ȑ'p>$XA .dC%NXE5nG!AO@$XA .dC%NXE5nG!C˗/_}"E)RH"E)RH"#˗/H"E)RH"E)RH'RH"E)RH"E)r|"E)RH"E)RH"+)RH"E)RH"E)RH"E)RH"EП <0… :|1"B$XA .dC%NXE5nؑ>$XA .dC'p "Lp!ÆB(q"Ŋ/b̨q#ǎѣGѣG=zѣG'ѣGѣG=zѣG=NϣG=ϣG=zѣG=zG=z=zѣG=zq>~=z|=zѣG=zD}g0_|="ѣA ѣG=zѣG=N`>/|O'_|/ o_~/_~˗ϟ|˗ϟ@} O_|ӗO?~O_|8`A&~o߿|O ϣEӷ|O`_ O>1ѣG=zѣG=Nǯ |߿|/|_?}__?}߾|7P8߾||o_>~ H? 4xaB 6tbD)VxcF9v$~o?_@~~ '0߿||O ?70߿|O ?h_>=zѣG=zq>~O?}O_>} ?}O? O`ӧ|?}|_>~|D~ A $H A $H AR/? A $H A $H )˗H A $H A $H$H A $H A $H$H A $H A $E $H A $H A | $H A $H AI_|@ $H A $@ $(_|8`A&TaC!F8bE1fԸcGA_|F9rȑ#G9rȑ#G/#G9rȑ#G9rȑoȑ#G9rȑ#G9r?9rȑ#G9rȑ#G ϟ?~ϟ#G9rȑ#G9rȎ H,h „ 2l!Ĉ'Rh"ƌ7r#Ȑ'p@} H*\ȰÇ#JHŋ3jȱǏ CzO@8`A&TaC!F8bE1fԸcGA`>'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? `>'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? _|)RH"E)RH"EQ_|D)RH"E)RH"EJ/>"E)RH"E)RH)RH"E)RH"EI?"E)RH"E)RdB$XA .dC'p "Lp!ÆB(q"Ŋ/b̨q#ǎ'p "Lp!ÆBx? 4xaB 6tbD)VxcF9v$G=z=zѣG=zq>~=z|=zѣG=zD}(擘cC~ѣG=zѣG=Nǯ`)1|I_ѣG=zѣG=Nǯ`>˗ϟ@}߾|/? ܗ/?@~/_>(0?~ϟ|O`߾ ԧ/>'P| /_>7pO@ DPB >QD-^ĘQF W0@~O`>~۷}ϟ|#o?o߾|}`>~׏߿~O`> O?}߾}߿|o|ѣG=zѣG'W0_|O ?o`>O`>o`|_3/?_>~ G0?o` '0| '0CQD-^ĘQF W0_A}/|/| '0A}'0@~_>?~O ?O ??~/|Է|=ϣG=zѣG=z_|˗|/_~ '0|˗@}?}O_|W0?}?'0AǏ߿~ӗo?'0|/_~O@O@ DPB >QD-^ĘQF qc>yd/G=zѣG=z8Q?Qc> ѣG=zѣG'ѣGѣG=zѣG=Nb SϣG ѣG=zѣG'g1|qa>ѣG=zѣG=Nǯ | /_?/|˧| ̷/>˗_A~ǯ}O |/_>/_>߿?}߿|O|ӗ/?$X?8`A&TaC!F8bE1fԸcGO  ߾_'0|/|/ /_?'0߿|/?~}'0}'0|_>/G=zѣG=z8Q? G_O`'0|'_| W0|}@~70| '0| ̧o?yѣG=zѣG߿(_?}? 7P`O`'p/߿(0|맏|_ _> 70| '0| ߾|8pO@ DPB >QD-^ĘQF GP?_ /||o߿| `+O`>_>~>~}_|o,ѣG=zѣG=NǏ?}/_>}ӗ/_+|O_|/_>~'0_| _|/_~/_>~/߾|/_~ӧO`>}/_|O@  <0… :|1ĉ+Z1ƍ;ϣG /b>ѣG=zѣG'ѣdž/b>ѣG=zѣG'ѣGѣG=zѣG=NϣG=ϣG=zѣG=zG=z=zѣG=zq>~=z|=zѣG=zD}%J(QD%J(QD%J(QăI(QD%6OD%J(QD%J(QD%J(>~%J(QD (QD%J(QD%J(QD%J%J(QD%J(QD%J(QăI(QD%6OD%J(QD%J(QD%J(>~%J(QD (QD%J$DI$DI$DI$DIt@'p "Lp!ÆBH_>%J(QD%J(QD%J(Qă8`A&TaC!F< <0… :|1ĉ+Z1ƍ;O@ DPBǐ!C O@ DPB >QD-^ĘQF=~/_>~ A $H A $H AR/? A $H A $H )˗H A $H A $H$H A $H A $H$H A $H A $E $H A $H A | $H A $H AI_|@ $H A $H A/_>~ A $H A $H AR/? A $H A $@ $/?$XA .dC%NXE5nG!E/#G9rȑ#G9rȑoȑ#G9rȑ#G9r?9rȑ#G9rȑ#G_|F9rȑ#G9rȑ#C_|oȑ#G9rȑ#G9#| <0… :|1ĉ+Z1ƍ;z2$~ (P,h „ 2l!Ĉ'Rh"ƌ7r#Ȑ8P?$XA .dC%NXE5nG!=O@} H*\ȰÇ#JHŋ3jȱǏ C0@ H*\ȰÇ#JHŋ3jȱǏ C/_|D)RH"E)RH"EFԗ/_>"E)RH"E)RHOH"E)RH"E)R}D)RH"E)RH"EV'RH"E)RH"EL ? 4xaB 6tbă H*\ȰÇ#JHŋ3jȱ#A}8`A&TaC!F,? 4xaB 6tbD)VxcF9v$G=z=zѣG=zq>~=z|=zѣG=zD} cp| H*\ȰÇ#JHŋ3jȱ#A} OGM̷0߿| ѣG=zѣG=Nǯ`>˗?'0|O_>~篠>} Ǐ߿}O_}O| /_'p_|ۗA}ۗ/?/_?_>=zѣG=zq>~ Ǐ_>>ϟ|O _>~o|O|/?߿|۷}/o? /_',h| H*\ȰÇ#JHŋ3jȱ#A} 'P`|O>߿|/߿? /| 70@o?_o| 7P`@~ H'p "Lp!ÆB(q"/b̨q#ǎ+o ?} _}߿|/߿߿|/߿߿|O?~_߿|߿|/o`'0?  $/,h „ 2l!Ĉ'Rh"ƌ7rHPӧ@~ '0߿~O`>}G0'P߾ }>~?}O`_>~/G=zѣG=z8Q/_>~˗}O`>˗_|O?}O_}˧O?_|_O`> O_| O`? 4X_>$XA .dC%NXE5nؑ>~#{O?y(_>=zѣG=zq>~#{Oa|Q|=zѣG=zD}}ۗ/@ۗ߿ӗ/˧|'p "L| H*\ȰÇ#JHŋ3jȱ#A} /_?'0߿|/?~}_>_>~ '0|O`>~} _>~ G0|O`>O`>70|Է|O ?ѣG=zѣG'W0|맏|_ _߿| /߿/߿/߿(߾||O@ DP| H*\ȰÇ#JHŋ3jȱ#A} O`@~#o?'O`>O߾ '0A~'0?}1|=zѣG=zD} O`ӧ|?}?}O_|_>߿|O`>˗/_O_|x_>=zѣG=zq>~=z|=zѣG=zD'p "Lp!ÆBH_>%J(QD%J(QD%J(QăI(QD%6OD%J(QD%J(QD%J(>~%J(QD (QD%J(QD%J(QD%J%J(QD%J(QD%J(QăI(QD%6OD%J(QD%J(QD%J(>~%J(QD (QD%J$DI$DI$DI$DIt@'p "Lp!ÆBH_>%J(QD%J(QD%J(QăI(QD%6OD%J(QD%J(QD%J(>~%J(QD (QD%J(QD%J(QD%J%J(QD%J(QD%J(QăI(QD%6OD%J(QD%J(QD%J(>~%J(QD (QD%J$DI$DI$DI$DIt@'p "Lp!ÆBH_>%J(QD%J(QD%J(QăI(QD%6OD%J(QD%J(QD%J(>$XA .dC'p "Lp!ÆB(q"Ŋ/b̨q#ǎ8`A&Ta|1dȐ!C8`A&TaC!F8bE1fԸcG+˗H A $H A $H$H A $H A $H$H A $H A $E $H A $H A | $H A $H AI_|@ $H A $H A/_>~ A $H A $H AR/? A $H A $H )˗H A $H A $H$H A $H A $@"? 4xaB 6tbD)VxcF9vdHoȑ#G9rȑ#G9r?9rȑ#G9rȑ#G_|F9rȑ#G9rȑ#G/#G9rȑ#G9rȐۗ/>~9rȑ#G9rȑ#G0'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? ɱ|  <0… :|1ĉ+Z1ƍ;z2G? 4xaB 6tbD)VxcF9vdH8p,h „ 2l!Ĉ'Rh"ƌ7r#Ȑ 'P ,h „ 2l!Ĉ'Rh"ƌ7r#Ȑ!˗/>"E)RH"E)RH˗OH"E)RH"E)RD)RH"E)RH"E9q_>"E)RH"E)RH)RH"E)RH"O@ DPB > ,h „ 2l!Ĉ'Rh"ƌ7rHP>$XA .dC  <0… :|1ĉ+Z1ƍ;ϣG=ϣG=zѣG=zG=z=zѣG=zq>~=z|=zѣG=zD} 4h| H*\ȰÇ#JHŋ3jȱ#A}Ø|iG0|ѣG=zѣG'w0@}/_?ϟ|˧| Ǐ@~o?ӗo}_|/| Է/_?} ԧ/>_GP_>}|=zѣG=zD}?߿|o߿|O`>~O>O}'0_>O`>O`~(0|'@۷} H'p "Lp!ÆB(q"Ŋ/b̨q#ǎ;o` '0?} /?#@~70|O`>O`>O`_|+_0ѣG=zѣG=N`Ǐ_>o_>~O@@߿'߿_߿|/߿_/߿/߿_? 48_>$XA .dC%NXE5nؑ>~ '0 '0?~O?GP?/|ۧo?}_| '0|G0|'?_>yѣG=zѣG;o`>ӧ߿|/_~/_>~/_>~O|O_|@'p_>}O`>W0|ӗ/ӗ/_?yѣG<#<#&H?$XA ̷pB.\p| H*\ȰÇ#JHŋ3jȱ#A}ѣG=zѣG'#|=rϣG=zѣG=zLj,Q|=zѣG=zD} ۗ@~߿|7P߾|'_|ӗ/?}/?O_|ӗO?~O_|/߾/_?'0߿|/?~A_? 4xaB  <0… :|1ĉ+Z1ƍ;ǯ`>'?/| G__>~ WP>/?ϣGyѣG=zѣG+O` _>~߿_߿~@O~_ _}'p "Lp!B8`A&TaC!F8bE1fԸcG'0?}O_#O`>_>~ >~70GѣG=zѣG'W0|˗@~W0|/>}˗߿|˗|˗߿|/_>~˗|=.ϣG=zѣG=zG=z=zѣG=zq>~ H*\ȰÇ#OD%J(QD%J(QD%J(>~%J(QD (QD%J(QD%J(QD%J%J(QD%J(QD%J(QăI(QD%6OD%J(QD%J(QD%J(>~%J(QD (QD%J(QD%J(QD%J~ H*\ȰÇ#OD%J(QD%J(QD%J(>~%J(QD (QD%J(QD%J(QD%J%J(QD%J(QD%J(QăI(QD%6OD%J(QD%J(QD%J(>~%J(QD (QD%J(QD%J(QD%J~ H*\ȰÇ#OD%J(QD%J(QD%J(| H*\ȰÇ# <0… :|1ĉ+Z1ƍ; <0… ˧!C 2< <0… :|1ĉ+Z1ƍ;zX_|@ $H A $H A/_>~ A $H A $H AR/? A $H A $H )˗H A $H A $H$H A $H A $H$H A $H A $E $H A $H A | $H A $H AI_|@ $H A $H A/_>~ A $H A H H/_>~ H*\ȰÇ#JHŋ3jȱǏ C/_>~#G9rȑ#G9rȑ#˗ȑ#G9rȑ#G9r7rȑ#G9rȑ#G9|9rȑ#G9rȑ#G/_>~#G9rȑ#G9rȑ!8`?$XA .dC%NXE5nG!9O H*\ȰÇ#JHŋ3jȱǏ CzO@8`A&TaC!F8bE1fԸcGA`>'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? `>'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? _|)RH"E)RH"E1_|)RH"E)RH"E/_}"E)RH"E)RH"''RH"E)RH"E)}"E)RH"E)RȄ H*\ȰÇ#"O@ DPB >QD-^ĘQF O@ DPB > ,h „ 2l!Ĉ'Rh"ƌ7rHP?=zx_>=zѣG=zq>~=z|=zѣG=zD}<6Ǐ|=zѣG=zD} O|MW0|僘|=zѣGyGyD@_|/'P߾|7P| ̷/>˗ϟ@~// '_|?}ӗ@}/_>/>7߾|ӗO <0… :|1ĉ+Z1ƍ;ǯ`'|o?/_?>۷_>~o?+_>߾ '0|󗯟|߾}|o}'0_C}O`>O`>#o`>/?O`O`O ?O`>/| O> ߿| Hp| H*\ȰÇ#JHŋ3jȱ#A} +0@/߿|_߿/߿'p`0߿߿/߿?_߾|߿ <0… :|1ĉ+Z1ƍ;ǯ` _>_>}?~O ? '0_| ?}'O`>>}'0| 7P߾ _>=zѣG=zq>~/_>~ ϟ| '0|˗@}ϟ|/_~#ϟ| O?}`O`>}/_~ _| O_| <0… :|1ĉ+Z1ƍ;#|3_>=zѣG=zq>~-˧c|!ѣG=zѣG=Noa<60_|=JϣG=zѣG=z|yoa+ϣGyѣG=zѣG+/_~G_|ϟ>'p_|O_>}O|ԗO?~o_}/ϣǃyѣG=zѣGO?_ 'P?}߾}|߾}(0?߿}O ? 4xaB  <0… :|1ĉ+Z1ƍ;|70?o` /|_ #/|˗@~cB߿O߿| ߿(0߿~'0|8߿~O@ DP'p "Lp!ÆB(q"Ŋ/b̨q#ǎ#?o>~_O߾70?}o? ?߾~O|O_|?}O_>} /_>}ӗ/>˗?/GѣG=zѣG'1G=ϣG=zѣG=z|=zA <0… :|1ĉ+Z1ƍ;ϣG=ϣG=zѣG=zG=z=zѣG=zq>~=z|=zѣG=zD}~ H*\ȰÇ#OD%J(QD%J(QD%J(>~%J(QD (QD%J(QD%J(QD%J%J(QD%J(QD%J(QăI(QD%6OD%J(QD%J(QD%J(>~%J(QD (QD%J(QD%J(QD%J~ A $H A $H AR/? A $H A $H )˗H A $H AH E˗,h „ 2l!'Rh"ƌ7r#Ȑ"˗ȑ#G9rȑ#G9r7rȑ#G9rȑ#G9|9rȑ#G9rȑ#G/_>~#G9rȑ#G9rȑ!/_}7rȑ#G9rȑ#G`> O@ DPB >QD-^ĘQF=~#?? 4xaB 6tbD)VxcF9vdH (,h „ 2l!Ĉ'Rh"ƌ7r#Ȑ'p>$XA .dC%NXE5nG!A'p?$XA .dC%NXE5nG!A˗/_}"E)RH"E)RH"#˗/H"E)RH"E)RH'RH"E)RH"E)r|"E)RH"E)RH")'RH"E)RH"E)RH"E)RH"E@},h „ 2l!Ĉ8`A&TaC!F8bE1fԸcG'p "Lp!ÆBHp_>$XA .dC%NXE5nؑ>~=z|=zѣG=zD}=zѣG=zq>~70߿|OǏ} /@?~O߾||ӗ//_>O_|O_>}߿_|/|'p O@ DPB >QD-^ĘQF W_ /߿}Ǐ߿|+߿|?~`>?}>'|o_|o|'?~/@~_} _>=zѣG=zq>~O|70}`>'?/_| G_>}/?o`> /@ '0|엏߿8`'p "Lp!ÆB(q"Ŋ/b̨q#ǎ+0@__?}'P`>'PǏO`_} `>_}'P`/@ ߿ /߿7P?$X_>$XA .dC%NXE5nؑ>~߿|ӷ|O_@~~ '0߿|o`>'``> O>߿|O?=ϣG=zѣG=z}/߿|˗?~g0|˗@~g0|/>}O`>~O`ׯ`>~׏`>?}/|߿|ӗ/?$X| H*\ȰÇ#JHŋ3jȱ#A}ѣG=zѣG=Nǯ| //_>O?~߾|ԗO?}/_?ϟ|/_?/˗ϟ@ϟ|'p "L_>$XA .dC%NXE5nؑ>~/?~|O`>~o߾'0 '0>o?߾}߿|oNjyѣG=zѣG#o` '0߿|o`> o`+/|ӷ_A_>O`>cF '0~'0|ǯ>~7P`>O`>ۗ,h „O@ DPB >QD-^ĘQF GP߾O ?O ?@~`>_>o`|O>}O`x_>=zѣG=zq>~˧O?'0?/|˗?}+߿|˧O/_|˧O?/ӗ/_?/_|X_>=zѣG=zq>~=z|=z#<#<#&H?$XA .dC 'QD%J(QD%J(QD%JxP?%J(QĆI(QD%J(QD%J(QD%OD%J(|%J(QD%J(QD%J(QD(QD%Jl/D%J(QD%J(QD%J(QA}$J(QD'QD%J(QD%J(QD%JxP?%J(QĆI(QD%J(QD%J(QD%OD%J(|%J(QD$H"$H"$H"$H"H?$XA .dC 'QD%J(QD%J(QD%JxP?%J(QĆI(QD%J(QD%J(QD%OD%J(|%J(QD%J(QD%J(QD(QD%Jl/D%J(QD%J(QD%J(QA}$J(QD'QD%J(QD%J(QD%JxP?%J(QĆI(QD%J(QD%J(QD%OD%J(|%J(QD$H"$H"$H"$H"H?$XA .dC 'QD%J(QD%J(QD%JxP>$XA .dC  <0… :|1ĉ+Z1ƍ;P <0… cȐ!C 'p "Lp!ÆB(q"Ŋ/b̨q#ǎ?V/? A $H A $H )˗H A $H A $H$H A $H A $H$H A $H A $E $H A $H A | $H A $H AI_|@ $H A $H A/_>~ A $H A $H AR/? A $H A $H )˗H A $H AH E˗,h „ 2l!Ĉ'Rh"ƌ7r#Ȑ"˗ȑ#G9rȑ#G9r7rȑ#G9rȑ#G9|9rȑ#G9rȑ#G/_>~#G9rȑ#G9rȑ#˗ȑ#G9rȑ#G9rdH}˗/>}9rȑ#G9rȑ#Gv08`A&TaC!F8bE1fԸcGA0'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? q|O@ DPB >QD-^ĘQF=~$|O@ DPB >QD-^ĘQF=~$? O@ DPB >QD-^ĘQF=~Rd|)RH"E)RH"E_|D)RH"E)RH"EN̗ϟH"E)RH"E)Rȉ)RH"E)RH"EOH"E)RH"E)R#@,h „ 8`A&TaC!F8bE1fԸcGAJ0 <0!B$XA .dC%NXE5nG _!C 2dȐ!C 2dH/_Ȑ!C 2dȐ!C 2D}BF/dȐ!C 2dȐ!C R>~!#2dȐ!C 2dȐ!C )Q 2dȐ!C 2dȐ!C_Ȉ 2dȐ!C 2dȐ!CJ/dDB 2dȐ!C 2dȐ!%2|!C 2dȐ!C 2dȐ{0@߿| ? ? 4xaB 6tbD)VxcF9vD}3/| ϡ|!C 2dȐ!C 2dȐ{`>~o?} 2dȐ!C 2dȐ!C|_>s/_Ȑ!C 2dȐ!C 2D}'P/߿/$/,h „ 2l!Ĉ'Rh"ƌ7r#H=g0@} 7П> 2dȐ!C 2dȐ!CJa>˗O`9/dȐ!C 2dȐ!C R>~(߿|߿'p 'p "Lp!ÆB(q"Ŋ/b̨q#ǎ?_Ȉ 2dȐ!C 2dȐ!CJ/dDB 2dȐ!C 2dȐ!%2|!C 2dȐ!C 2dȐ _!C 2dȐ!C 2dH/_Ȑ!C 2dȐ!C 2D}BF/dȐ!C 2dȐ!C R>~!#2dȐ!C 2dȐ!C )Q>$XA  <0… :|1ĉ+Z1ƍ;zR>$uXA 'p "Lp!ÆB(q"Ŋ/b̨q#ǎ? )r$ɒ&OLr%˖._Œ)s&͚6o̩s'Ϟ> *t(ѢF"Mt)ӦNB*u*ժVbͪu+׮^q;;PK&=ittPKy$AOEBPS/img/repma017.gifGIF87aX?**?***UU?UUU????**?*******?*******U*U?*U*U*U**?*****?*****?*****?***UU?UUUU*U*?U*U*U*UUUU?UUUUUUUU?UUUUU?UUUUU?UUUUU?UUU?**?***UU?UUU?????**?***UU?UUU?????**?***UU?UUU?ժժ?ժժժ???**?***UU?UUU?????***UUU,X H*\ȰÇ#JHŋ3jȱǏ CIɓ(SO@ D0!,h „ 2l!Ĉ'Rh"ƌ7r#H H" <0… :|1ĉ+Z1ƍ;zRb>!#2dȐ!C 2dȐ!C )1 2dȐ!C 2dȐ!C_Ȉ 2dȐ!C 2dȐ!CJ/dD~B 2dȐ!C 2dȐ!%2"?}!C 2dȐ!C 2dȐ !C 2dȐ!C 2dHO_Ȑ!C 2dȐ!C 2|BF/dȐ!C 2dȐ!C Rb>˗@} ߿|7P O@ DPB >QD-^ĘQF=~)1?|70@SO_Ȑ!C 2dȐ!C 2|د|70|) ? 4xaB 6tbD H*\ȰÇ#JHŋ3jԘ}3o|o`?~)0 <0… :|1bD$XA .dC%NXE5j/a?~#o>~0@/0 <0… :|1bD$XA .dC%NXE5j?#o |߿_>$O@,h „ 2l!Ĉ  <0… :|1ĉ+Z1Fo`| o>~ `>mܸqƍ˷qƍ7nܸqƍ5_|'pG0| ۸qƍ ˗oƍ7nܸqƍ7joE~6nܸqF۸qƍ7nܸqƍx7nܸ`|6nܸqƍ7nܸq|6^oƍ7n$/_7nܸqƍ7nܨ1۸qƍ/_|qƍ7nܸqƍ-? 4xa‚)TPB *TPB 0O@ DPB >QD-^ĘQc|6^oƍ7n0'p "Lp!ÆB(q"Ŋ/b̨b>/ӷqƍ7O H*\ȰÇ#JHŋ3jƋmܸqƍ'p`>~ H*\ȰÇ#JHŋ3j0 <0!B} H*\ȰÇ#.0 H*\ȰÇ#JHŋ3jП $/_O@ DPB >q?  <0… :|1ĉ+Z1ƍǑ#G9^ܗ/_}9rȑ#G9rȑc|qȑ#GǑ#G9rȑ#G9*̗/G9r䈑_>~9rȑ#G9rȑ|qȑ#Gqȑ#G9rȑ#G Ǒ#G9rȑ#G9rȑ#G˗#G'p "Lp!ÆBx,h „ 2l!Ĉ'Rh"Ƌ˘1cƆ8`A&TaC!F,,h „ 2l!Ĉ'Rh"Ƌ˘1cƆe̘1cƌ˘1cƌ3f̘1cƋ˘1cƆe̘1cƌ˘1cƌ3f̘1cƋ˘1cƆe̘1cƌ˘1cƌ3f̘1cƋ˘1cƆe̘1cƌ˘1cƌ3f̘1cƋ˘1cƆe̘1cƌ˘1cƌ3f̘1cƋ˘1cƆ/_>~3fO"?~1cƌ3f̘1cƌ˗1cƌ #?̗1c|A̗Q!@'p "Lp!ÆB(q"Ŋ/b/_3fl|/_>#O`>WP߾|˗?}?/?ϟ|˧| Ǐ@'|˗?7P_>}O>~01cƌ3f̘1cƌ˗1cƌ #O?_?}/?~Ǐ߿|+ϟ|O|o߿|O`>~o|O o߿o?? 4HP?$XA .dC%NXE˗1cƌ +؏|'߿| '0| /?o_ O`>ӷ|O`>#_ O>70|1cƌ3f̘1cƌ˗1cƌ @'P| O`>/|(߿|? '0߿~'߾|0@O~_ _}_߿| H'p "Lp!ÆB(q"Ŋ/b/_>e̘b>/?}` } O?ӗ?} O`@~#o`>@~ G0?}'0_e̘1cƌ3f̘1|9/_3R |O_|Gp_>}ӗo_|/_>~/| _|/_~/_>~/_~ϟ|/_~O_| ,,h „ 2l!Ĉ'Rh"Ƌc`>8`A&TaC9t/C:tС9tСC:tСC:tСC˗O?П <0… ? 4x_>"D!B"DA}8`A&TaC!F8bE1^̗/B8`A&TaÆ8`A&TaC!F$D%J(QD%J(QĆ/_>#`> 4xaB 6t? $`> 4hРA3h`> 4hРAO@ DPB >QD-^8q|@'p`>$XA .dؐ`> H |4h`> 4Ϡ 4hРA ,h „ 2l!Ĉ'Rh"F 8?O@$XA .dؐ`>O_>~ '0?}O߾|'_|ӗ/?}/?'P|O |/_߾| Է/?ϡC:tСC:tСC:d`>O@˗? 4xaB 6$|/| '0|󗯟|_>| Ǐ`>~O`~_ϟ>o߾ _>ϡC:tСC:tСC:l08@~'p "Lp!Æ#O`>O`>O`>O>O ? @~ /߿| 7_>70|9tР>~:tСC:tСC:taC~ ?  <0… `>O`>_>O?~ۗ߿|(߿| O |߿_맏|O߿| H? 4xaB 6tbD)VxE O@ DPB `>_| '0߿| /70߿|߿| O ?o߿|ӷO`|'0|O`>>|8P>|Ç>|Ç>|x_|=|ÇG0| ܗO>/߿| _|/_~/_>~'П| ̧/>O_|˧OO_|O`Ç>|Ç>|衇z!'? 4xaB 6t0>dÇ&Ç>|Ç>|Ç"엯Ç>|a>>|0Ç>LÇ>|Ç>|Ç>LÇ>|0>|ÇÇ>|Ç>|Ç>|Ç Ç>|A}>|Ç>|Ç>|!~=|ÇÇ>|A}>|Ç>|Ç>|A~˗o>|? 4xaB 6tbDI(QD%J(QD%Jdo_| /~%J(Qb>%J(QD (QD%J(QD%J_|/_>~%J(b>%J(QD (QD%J(QD%Jx߾|[o_|I(QĆI(QD%6OD%J(QD%J(Qb~"|(QD (QD%JlD%J(QD%J(QāO~'QD <0… :|1"A}$J(QD%J(QD%ۗ/߾~ۗ/~%J(`>%J(QD (QD%J(QD%JO_|$6/_>~%J(`>%J(QD (QD%J(QD%Jt/_|$F/_}$J(Q|$J(QD'QD%J(QD%J߾|(|(QĈI(QD%6OD%J(QD%J(1a|(1!|(QćI(DI$D ,h „ 2l!Ĉ'Rh}~#F È#F#F1bĈ#F˗o? ˗O_?1*O@ DPB > ?$XA .dC%NXE#ƅ#F8`A&TaC!F< <0… :|1ĉ+Z߾|È}#F1bĈ#F1bĈ#F'ӗ/߾a>˗F1bĈ#F1bĈ#F1b|/_|*|a}8`A/| '0߿|;x˷? 4xaB 6tbD)VxcF9v`}1@`>0@8`Aۗ/~ H*\ȰÇ#JHŋ3jȱG|o? O` @~Ǐ?~Ǐ?~o_|}$/_|ӗ/_'0?`?}Ǐ?~Ǐ?~O_|}|Ǐ?~Ǐ?B/_>~?~/_|>~Ǐ?~Ǐ ˗o_)߾|Ǐ?~Ǐ?/_>~? g1GǏ}G}G}G/_|8`AO |_>~#o_~/_~|˗ϟ@} /_>˧|/_>/_|8`A&TaC!F8bE1fԸB~1}1'?~O_|/?}O ? }_>߾˷_ǎ;vرcǎ;v0?:"/_>~ /?o_ O`>` '0A}/߿|o˗_ǎ;vرcǎ;vx /|/|(߿|? '0߿~߾|0@O~_ _}'p  /_>~ H*\ȰÇ#JHŋ3jѠ>~'߿|G|80|?}ׯ`>? '0?}/A~ /?}o`˗o_;vرcǎ;vq|'?}Q/_>~ ?}O? O`ӧo_| | G_| /?_|u4/_|:vرcǎ;vرcG'P ۗ/~ H*\ȰÇ#ӗ/߾#F1bĈ#F1bĈ#F1|ӗ/߾#F1bĈ˗O_#F1bĈ#F1bĈ#F1"|˗?뷐_|E1bĈ#FT/_|"F1bĈ#F1bĈ#F1bĈ!ۗ/> 1bĈ )1~/bĈ#F1bĈ#F1bĈ#Fqa|0_Ĉ#F(0_Ĉ˧_Ĉ#F1bĈ#F1bĈEQDEt@? 4h0|˗> /'P߾|˗}?/?'P?~W_|ϟӗ/?}O߾|O /_>~ H*\ȰÇ#JHŋO@ DPB ˗/> H?}߾ Gp߾ _ 7p߾ ǯ`>߾}|O ?_>O`o߾!D|O@ DPB >QD-^hP|,h „ 2lؐ,h|_O ?O` 70|'0| '0߿|#@~'0?} '0߿|70B˗/?$XA .dC%NXE˗> 4xaB 6D/_|8`A_?}_> ߿߿|7P/߿80|70|(߿ _>~߾|/߿|߿8`A˗O_?$XA .dC%NXE /cƌۗ/߾~_>O? o}O` O}`>o?@~'_>_˗o3f̘1cƌ3f\/_>~3fH_|a'0?~_>˗A'0|˗@'0| ϟ| ϟ|/_>~O߿|˗/߿ӗo_>$X~ <0… :|1ĉ+Zѡ|e̘1~ۗ1cƌ'pE~1cƌ3f̘1cƌ/cƌۗ/~3f̘1a|/_>}2f̘1cƌ3f̘Q|e̘1B~1cƌ3/_}3f̘1cƌ3fXQ_|2f̘a?}b ˈ_|2/_>~3f̘1cƌ3fxQ_|2f̘"|81|3 _˧_ƌ3f̘1cƌ3fԗ/3fP|O@ Ǐ?~O_}'_|˗?}o_|ۗ_}}O`>ϟ| '0 ۗ/> H*\ȰÇ#JHŋ3 ԗ/?5jo_|]| >~߾'0|>Gp߾ o߾ '0|?~w|iԨQF5jԨQD}ӨQƉׯb> '0|/@O`| '0| /| '0|+/E~QF5jԨQFOF+ӗ/'P_߿~_/߿߿߿|/߿_o_>~? ,/_>}8`A&TaC!F8bE1fL/_>~5jx߾|O>~?~}_>ӷ| GP O߾ _>㷏|˗o?5jԨQF5jĨ/_>~5jԨ_|9'П| ̧/>O_|˧OO_|?}?}/>}˷|#a|ӨQF5jԨQFOF5 /_}'p 4hРAϠ 4hp |O@ DPB >QD-^Ę|iԨQƂob>˗_|˗o?5jԨQF5jXP_|4jԨQA~QƌOF5jԨQF5"ԗ/?5jԘ߾|ӨQ#E~QF5jԨQF˗F5jd/_>}4j_|iԨQF5jԨQFQF˗/?5./_}4jԨQF5jԨQC}ӨQF˗o?5/_>~5jH#4H#4Hҗ/?$XA .dC ˗_Ĉ#2/_~#F1bĈ#F1bĈ#FQ_|"F1bĈӗ/߾#F}&ӗ/?9rȑ#G9rxQ_|8rȑ#G!|ȑ#G9rȑ#GǏ#G9rO_|)ܗ/>9rȑ#G9rq|qȑ#G˧_~Ǒ#G9rȑ#G9 ԗ/?9#*_|/_>~ H*\ȰÇ#JHŋ3j(Q_|8rȑ#Nj˗O_?9rȑ#G9rѠ|qȑ#GW0_8rȑ#G9rȑcF}ȑ#G3˗`|qȑ#G9rȑ#njǑ#G9f̗/_| 'p_|8rȑ#G9rȑD}ȑ#G3˗`o߾qȑ#G9rȑ#ljǑ#G9f̗/_|_8rȑ#G9rȑD}ȑ#GeP> O~? 4xaB 6tbD)VxcF ˗G9r1_| /?}Ǒ#G9rȑ#G'˗G9r1_| ?}ȑ#G9rȑ#GǏ#G9r̘/_>9rȑ#G9r|qȑ#GǑ#G9rȑ#G9"ԗ/?9r1c|8rȑ#G9rȑ#GǑ#G9f̗/G9rȑ#G9rP_|8rȑ#njȑ#G9rȑ#G0?$XA .dC%J|ĉ'N8qĉ'N8qĉ'Bԗ/'N8qĉ'p} H*\ȰÇ#JHŋ3j(Q_|8rȑ#G 8? 4xaB 6tbD)VxcF'˗G9rh| <0… :|1ĉ+Z1ƍǏ#G9r08`A&TaC!F8bE1fԸ|qȑ#G'P ?$XA .dC%NXE5n/_>~9rȑ#F O@ DPB >QD-^ĘQƊǑ#G9b/_>~9rȑ#G9rȑA}ȑ#G3˗#G9rȑ#G9rD/_>~9rȑc~qȑ#G9rȑ#GǏ#G9rԨ#G9rȑ#G9rL/_>~9rȑ#G9rȑ#G9r|qȑ#Gqȑ#G9rȑ#G Ǐ#G9ro_|ȑ#G9rȑ#G ˗G9rX|/_>~9r#8#8#H_|8`A&TaC!F_|/_}&N8qĉ'N8qĉ'N8|M8qĉ'Nlo_|)ܗ/~'N8qĉ'N8qĉ'NP_|&N8qĉ'./_>~˗ĉ'N8qĉ'N8qĉ'&ԗ/'N8qĉ ˧Doĉ'N8qĉ'N8qĉ ˗ĉ'N8qD˷Ăoĉ'N8qĉ'N8qĉ ˗ĉ'N8qD˗,h~ <0… :|1ĉ+Z1ƍǏ#G9r$o_|q,o_|qȑ#G9rȑ#LJǑ#G9 /_}˗/_?9rȑ#G9rP_|8rȑ#G~a?}ȑ#G9rȑ#G Ǐ#G9f/_}8N/_>}8rȑ#G9rȑ#B}ȑ#G˗njǏ#G9rȑ#G9ԗ/?9rX_|q|ȑ#G9rȑ#G,h „ 2l!Ĉ˗o?%"ܗ/~%J(QD%J(QD%JXP_|$J(QD˗/O"| ˗/?%J(QD%J(QD%J/_>~%J(QD ˧|H0| ӗ/>%J(QD%J(QD%J/_>~%J(QD˗o'p_|˗?GP_>}O |I/~%J(QD%J(QD%J/_>~%J(QD|O@ #߾}O 㷯`>_> 4(_|'p "Lp!ÆB(q"Ŋ/b̨|mܸqƅ˧|70_>~ӷ| /?,ۗ/>7nܸqƍ7nܸQ|mܸqƄ/c7`>/? '0|(,hp |O@ DPB >QD-^ĘQ|iԨQFO|o? O` Oc?}ӨQF5jԨQF OF5&/_}4̗/_>~˗?}/_| /|˗Ɓ˷ϟF5jԨQF5jD/_>~5jԨ`|ӨQOF5jԨQF5ԗ/?5jXp_|iԨQc~ۧQF5jԨQF ˗F5j~? 4xaB 6t߾|{Ç>|Ç>|Ç˗Ç>|B~Â/|=|Ç>|Çԗ/>|Ã˧Ç=a>2`?}Ç>|Ç>|Çԗ/>|Â˷?}ӗ@~O_|_|Ǐ| /} /0߿?~/_> H} <0… :|1ĉ+Z1A}ӨQ?~ӧq!|ϟ|O|o߿|O`>~/?~O`'0߿|۷}o`>_ 7_|iԨQF5jԨQD}ӨQ|Ә߾|O`>O>O ? _>~ '0߿| /| '0|G0߿|ȯb}QF5jԨQF,h „ 2O?~˗?a?}k0|맏|_ _> 70? /߿/߿/߿|__}_O@ /~ H*\ȰÇ#JHŋ3˗_ƌ O |}˧_| /70߿|߿|/?}/| '0߿|ӷ| 7|O?e/_>~3f̘1cƌ3fxQ_|2fh_>}$ۗ/>O`ӧ|?}?}O_|_>߿|˗| /_~ϟ>O@ /_}8`A&TaC!F8bE1Rԗ/37`>/?$H_|'p "Lp!ÆBH_|I(QD%J(QD%Jd/_>~%J0@}o`>OD%J(1b?}(QD%J(QD%JP_|$J(Qa|KO_|I'QDb>$B/_}$J(QD%J(QD%ԗ/?%J_|IODIOb>˗/?%J(QD%J(QDOD%./_>}$/_?o?/? /_?o_?ӷ/_?} /_/_>O | ?~_|/ ?~߿| $O_|8`A&TaC!F8bE1&ԗ/_>$XA .da|O@ _ 'A߿|׏|/?| _ '0߿|O 㗏`?~_>/߾QD-^hP|,h „ 2lؐ,h`>'0߿}| '0߿}O`> /?|7߾ /|_|o_};x? 4xaB 6tbD)VxA} H*\Ȱ}8`A >~ /? ߿~__> '0|/|(߿|O?~/߿7P|@0O?~ H˷,h „ 2l!Ĉ'Rh"F1cƌ˧||O? | '_>~ '0߿|'0?}/|/|o>~ӷ|'0>~/?~a/_}3f̘1cƌ3fP_|2f̘q`|O`ӧ|ӗ/?ӧ߿| `>/_>}ϟ| '0?~_˗/>?}O|/_>~/8P`|O@ DPB >QD-^P_|2f̘}1A2f̘ |˘1cƌ3f̘1cƇ1cƌ˗_ƌ1cƌ˗o3f̘1cƌ3f/_>~3f̨|e̘1cƌ˗_ƌ3f̘1cƌ3Rԗ/3fdo_|e̘a|ex_|e̘1cƌ3f̘1E}˘1cƇ/cƌ /cƂ/cƌ3f̘1cƌ1˗_ƌ3F/_}2f}O?~߿|O_}˗߿ <0~ <0… :|1ĉ+Z1@}ӨQFO}'0O`>O|G>˗F5jԨQF5Fԗ/?5j/_|4V70| '0| ̧oi/_>}4jԨQF5jԨq|iԨQ#~O| '0| /|o |)ۗ/>5jԨQF5jXQ_|4jԨ"|Q 'P߾ _oO@ D`?}O@ DPB >QD-^Ęq|iԨQc~ѡ?}O?}/>}˷|#O#D~QF5jԨQFOF5/_}4.Oྈ4j/_>}4jԨQF5jԨQ@}ӨQF˗Ƅ/b>˗oF5jԨQF5j,/_>~5jԨ`?}ӨQOF5jԨQF5ԗ/?5jԈ߾|ӨQE~QF5jH#4Hҗ/?$XA .dC˗_Ĉ#FTo_|E1bĈ#F1bĈ#F1bB}1bĈ#F~#F1bĈ ˗_Ĉ#:ܗ/>#F1bĈ#F1bĈ#FQ_|"F1bĈۗ/>#FП|E1bĈ#F1bĈ#F1bDҗ/?$XA .dC˧_Ĉ#/_>~#F1bĈ#F1bĈ#F|E1bĈ#FO_|"F_|E1bĈ#F1bĈ#F1bD1bĈ#F}1bą˷_Ĉ#F1bĈ#F1bĈ#FD/_>~#F1bĈ˗/#/_>~#F1bĈ#F1bĈ#Fq|E1bĈ#FLO_|"F8_|E1bĈ#F1bĈ#F1bĆҗ/?$XA .dCۗ/~%6ܗ/~%J(QD%J(QD%JP_|$J(QD%/_>~%"/_}%J(QD%J(QD%JP_|$J(QD%/_}$J/_|$J(QD%J(QD%J(1|I(QD%JT/_>}$F/~%J(QD%J(QD%J(|I(QD%Jd/_|$2/_}$J(QD%J(QD%J(Q@}(QD$H"߾|O@ /_>~ H*\ȰÇ#JHŋ3jhP_|8rȑ#Džׯ"|ȑ#G9rȑ#GǏ#G9rlO_|"˗O_?9rȑ#G9rQ_|8rȑ#LJ˷BǑ#G9rȑ#G7˗G9r(_|/_>~9rȑ#G9rȑ?}ȑ#G)ӗ/߾׏#G9rȑ#G9r/_>~9rȑEӗ/>9rȑ#G9rȑcA}ȑ#GeP> H*\ȰÇ#JHŋ3jhQ_|8rȑ#nj+|9rȑ#G9r1|qȑ#GW0_8rȑ#G9rȑcF}ȑ#G3˗`>~/_>9rȑ#G9rq|qȑ#GW0߿|o?8rȑ#G9rȑD}ȑ#G3˗`/|9rȑ#G9rq|qȑ#GW0@}70G9rȑ#G9r/_>8`A&TaC!F8q`| /_"E)RH"E)RH"EǏ"E)RHb|7_׏"E)RH"E)RH"EǏ"E)RHb|QH"E)RH"E)RH|QH"E)Rl/_>)RH"E)RH"E)Rԗ/?)RH"E G"E)RH"E)RH"EG"E)RHa|(RH"E)RH"E)RHQ_|'p "Lp!ÆB(q|QH"E)RH"E)RH|QH"E)RL`> 'p "Lp!ÆB(q"Ŋ/b̨qD}ȑ#G+O8`A&TaC!F8bE1fԸQ|qȑ#G'p`>} H*\ȰÇ#JHŋ3j8Q_|8rȑ#G80?$XA .dC%NXE5n/_>~9rȑ} ? 4xaB 6tbD)VxcF)˗G9r`>8`A&TaC!F8bE1fԸ|qȑ#G˗oG9rȑ#G9rxP_|8rȑ#njȑ#G9rȑ#G˗G9r䘑_>~9rȑ#G9rȑ#B}ȑ#G5ȑ#G9rȑ#G˗G9rȑ#G9rȑ#G9rD/_>~9rȑ#FǑ#G9rȑ#G9ԗ/?9rb?}˗/?9rȑ#G9rȱ|qȑ#G˗~˷? 4xaB 6tbD)VxcF#˗G9r|;o_|qȑ#G9rȑ#GǑ#G9>/_>~ ˗G9rȑ#G9rԨ/_>~9rȑcC~|ȑ#G9rȑ#GǏ#G9rTo_|Yܗ/~9rȑ#G9rȱ|qȑ#G˗~Ǒ#G9rȑ#G'˗G9rhp_|qo_|qȑ#G9rȑ#G <0… :|1~OD~'QD%J(QD%J(QDOD%J(QA~'Qb~'QD%J(QD%J(QDOD%J(Q"AOĄ˷ϟD%J(QD%J(QD%6ԗ/?%J(QD˗oD˗D%J(QD%J(QD%.ԗ/?%J(QDOD˗D%J(QD%J(QD%&ԗ/?%J(D=} <0B˧,h „ 2l!Ĉ'Rh"ƌ˗ƍ7n/_|˗/ S/_|6nܸqƍ7nܸqcC}۸qƍ˧|ۨ0_~۷qƍ7nܸqƍ˗ƍ7no_|97П>W_|ۗ߿}#/_>߾|۸qƍ7nܸqƍoƍ7>/_>~o߾O`>߾ ܷ}I/_>~7nܸqƍ7nܸ @ <0… :|q}Q`>| '0߿}O`˗o#F1bĈ#F1bĈ#Ft/_>~#F1bĈ ˗o _Ǐ_>_>/A~1bĈ#F1bĈ#F1bĈ /bĈ#F |x0}_>O`>Ǐ}/"~1bĈ#F1bĈ#F1bĈ /bĈ#F}? 4X0_| /_~˧OA'0 ۗ/> H*\ȰÇ#JHŋ3Zԗ/?5jԈ|ih_>˧F5jԨQF5j~5jԨ |Ө`|4N/_>~5jԨQF5jԨ|iԨQƁ˷ϟF5/_}4jԨQF5jԨQ@}ӨQF˗|5j/_|4jԨQF5jԨQ|iԨQc}'1|Өa?}ӨQF5jԨQFQF˗o_>/? Է/_?} /_O_>}O>~ۗ/_> 'P|ӗ/8P} <0… :|1ĉ+Z1#B}ӨQ?~ӧ!|O`~O _ /_>Gp߾߾}O`>/]/_>~5jԨQF5j8Q_|4j(0?4*/_>}2O` W0|}@~70߿| '0| ̧o?˗o?5jԨQF5j/_>~5jO?~˗?? 4|0@/߿>~o_>~(߿| o`O`>_}'p ˗O_?$XA .dC%NXE˗FO |}˗F>~#O`>_>~>~O}_|o4/_>~5jԨQF5jP_|4j8_>}&ۗ/> /|˗_| _|/_~/_>~/߾| /_~ӧO`>}/_~ ۗ/>5jԨQF4H#H_|8`A&T!|(߿~O@˗,h „ 2Tϟ} kذaA~װaÆ 6lذaÆ 6lذaÆ 6lxP_|6lذaC'?~5/~ 6lذ!~א` /_>~ 6lذaÆ 6lذaÆ 6lذaÆǯaÆ 6$o?}/_|ۗ/> 6lذaÆ 6lx߾|kذaÆ 6lذaÆ 6laÆ 6/_>~ 6lذaÆ˗_Æ5l0|Ǐ_Æ 6lؐ_|5lذaC 5PC 5PC 5PC 5PC 5@ <0… ./_>}:ϡÄ a|sС~СC:tСC:tСC ԗ/>$XA .d0!?} ׏| O_>}/_>/_>|ۗ|˗?/'P?~"D8߾|O@ DPB >QD-^xP|,h „ 2l,h |O|o?~#O|/| _>/@~O`_ /_>!B˗O,h „ 2l!Ĉ'Rh"F8`A&TaÆ8`A'0A߿|;/| '0|O` '0|'0|o'| &L(p_|'p "Lp!ÆB(q"Ŋ/bǏ_>0@O?~߿_(߿| /߿@_?}o_>~O@'p /_} H*\ȰÇ#JHŋ˗_ƌ3 /_>~_>O? o`>o?O` _ _>+O`>_>~/#~1cƌ3f̘1cƌ /cƌ ӗ/> |'0?Ǐ |'П| '0|˗|˗| Ǐ`>/_>}˗/_ӗ/?2/>8`A&TaC!F8bE1:ԗ/3f}2f̘1cF˷_ƌ3f̘1cƌ3Bԗ/3fL/_|2f̘1cF/cƌ3f̘1cƌ'˗_ƌ3./_}2V̇+bQ"|˘1cƌ3f̘1cƊ1cƌ˗_Ɖk/|/#}1cƌ3f̘1cƌ/cƌ!ӗ/O |ӗO?~߾|O߾|ϟ|O_>}߿~O@ D(П|'p "Lp!ÆB(q"Ŋ/bO_|4jԨѡ}1}/@~ '0O`}'0߾/@~Ө_|iԨQF5jԨQ#D}ӨQƈO|O ?O`/| GP> /?˧1!|ӨQF5jԨQFQF˗o? `>__'߿_> /0@? 4x} <0… :|1ĉ+Z1A}ӨQFO@}O?'0|'0|O`>_>'?˗F5jԨQF5^ԗ/?5j/_|4ӗOO`>_>O_||O`>~Ǐ`>˗F5jԨQF5fԗ/?5jo_|iԨQ#}QF5jԨQF˗F5j/_>}4jԨAۗ/>$XA .dC%NXE#˗F5j,O_|4jԨq`|ӨQF5jԨQFOF5/_}4jԈ_|iԨQF5jԨQFQF˗/_?5N/_}4jԨQF5jԨQB}ӨQF ˗oFӗ/?5jԨQF5jP_|4jԨQCOF ˗F5jԨQF5j|/_>~5jԨ1"|ӨQ}QF5jԨQF4 }O@ DPB >ذ|1bD˷_Ĉ#F1bĈ#F1bĈ#Fԗ/#F1bD/bĈ ˗/#F1bĈ#F1bĈ#F8P_|"F1bĈ#/_>~#F(_|E1bĈ#F1bĈ#F1bĂ1bĈ#Fq}1bĆ˷_Ĉ#F1bĈ#F1bĈ#F~#F1bĈ ˗O_#&/_>~#F1bĈ#F1bĈ#F("җ/?$XA .dCӗ/?% /_>~%J(QD%J(QD%JP_|$J(QD%/_}$J|/_>}$J(QD%J(QD%J(q|I(QD%J$/_|$JTo_|I(QD%J(QD%J(QbC}(QD%Jh|Ih|I(QD%J(QD%J(Q"D}(QD%J߾|(|(QD%J(QD%J(QD'QD$H"$Z ~ QD-^ĘQFǑ#G9/_}6ӗ/>9rȑ#G9r8Q_|8rȑ#G"|ȑ#G9rȑ#GǏ#G9rd/_|&˗O_?9rȑ#G9rxQ_|8rȑ#G˷_C#G9rȑ#G9fԗ/?9r1"|KO_|8rȑ#G9rȑ#G}ȑ#G'ӗ/׏#G9rȑ#G9r/_>~9r#*߾|ۗ/> H*\ȰÇ#JHŋ3j(Q_|8rȑ#G˷#G9rȑ#G9r~9rȑc|o`>9rȑ#G9rQ_|8rȑ#nj+/|9rȑ#G9r1|qȑ#GW0?~ ܗ/?9rȑ#G9r8Q_|8rȑ#nj+_>۷}9rȑ#G9rq|qȑ#GW0߿~o`>9rȑ#G9r8Q_|8rȑ#nj@_8`A&TaC!F8bE1fԸ|qȑ#GW0@ӷ|9rȑ#G9rq|qȑ#GW0@~ӗ/_?9rȑ#G9r8Q_|8rȑ#njȑ#G9rȑ#G˗G9r1_|9rȑ#G9rȑ#B}ȑ#G3˗#G9rȑ#G9rD/_>~9rȑc|qȑ#G9rȑ#GǏ#G9r̘/_>9rȑ#G9r|O@ DPB >QD~˗/?~M8qĉ'N8qĉ'N8q"D}8qĉ'N(| <0… :|1ĉ+Z1ƍǏ#G9r08`A&TaC!F8bE1fԸq|qȑ#G'p`>~ H*\ȰÇ#JHŋ3j8Q_|8rȑ#Nj ? 4xaB 6tbD)VxcF)˗G9rx|O@ DPB >QD-^ĘQFǑ#G9bO@$XA .dC%NXE5n/_>~9rȑ#~Ǒ#G9rȑ#G9ԗ/?9r1|8rȑ#G9rȑ#GǑ#G9fG9rȑ#G9rP_|8rȑ#G8rȑ#G9rȑ#DŽǑ#G9j#G9rȑ#G9rD/_>~9rȑ~˗G9rȑ#G9rhP_|8rȑ#NJ_?}ȑ#G9rȑ#G ˗G9r(}@˷,h „ 2l!Ĉ'Rh"ƌ7>ԗ/?9rb?}[/_|8rȑ#G9rȑF}ȑ#G˗/˷#G9rȑ#G9fԗ/?9rq}7߾|ȑ#G9rȑ#GǏ#G9rLO_|2˗/?9rȑ#G9rHQ_|8rȑ#ǃ׏~#G9rȑ#G9Fԗ/?9rȑ}|ȑ#G9rȑ#G? 4xaB 6tbĈOāOD%J(QD%J(QD#˗D%J(QDOă˷ϟD%J(QD%J(QD%:ԗ/?%J(QD˗o?˗O_?%J(QD%J(QD%Jd/_>~%J(QD˗/?#˗/?%J(QD%J(QD%JT/_>~%J(QD˗O_?%/_}$J(QD%J(QD%J(|I(Q"$H"/_} H*D/_|8`A&TaC!F8bE1fP_|6nܸqcE~1_|mO_|6nܸqƍ7nܸq#C}۸qƍ˗oq}qƍ7nܸqƍ˗ƍ7n/_|,O}#|O`>.˗/7nܸqƍ7nxP_|6nqC~1|o~o?/c?}۸qƍ7nܸqƍoƍ7./_}4#_'P`O`>8`A˗O_?$XA .dC%NXE5 ԗ/7nܘ_|mo?} Wp| '0|˗/7nܸqƍ7nܨ/_>~7nܸѠ}뷑`ӷ|O _˗o7nܸqƍ7nĨ/_>~7nܸ`?}x0_| /_~O_|˧OFoƍ7nܸqƍ-˗ƍ7n/_|6jo~qƍ7nܸqƍoƍ6 ? 4xa„SPB˗o?$XA .dC%NXE!˗F5jO_|4j`4/~5jԨQF5jԨ|iԨQF~맑`(+/c>ӗ/?5jԨQF5j̨/_>~5jx߾|c߿|_|ۗ|˧߾|/_?'p_>~ ˗A/|˷?}/_>߾|ӨQF5jԨQFQF˗C~O߿|?۷}'0߿}o߾ O|߾߿}o| 7p˗/_?$XA .dC%NXE˗F7> ˧_D/A_| /|#oo`>} O ?&ӗ/?OF5jԨQF OFOc~b>~>~ '0߿|70~/| G>~/o`0@O@ ۗ/~ 4/_8`A&TaC!F8bE)˗F?ϟ|U/_>~O_O`>+}#?_`>#o`'0O?ˇ_|]Ǐ|#F1bĈ#F˗FO |}˗O_?/@~_>G0?G_|/>}˧OA~o|/>}ӗ/߾ϟ| ? 4H|;x`˷o?8`A&TaC!F8bE˗FO`>~ӷϟ~#F1&ܗ/~_|aĈ#F1bĈ@}È|(߿~O@˗,h „ 2l!Ĉ˗|˗o`>%J(QD%J(Qā'QD O ?[o_|I(QD%F/_}/_>}'QD%J(QD%J8P_|$J(Qa|K/_|$`>%J0Ćoaӗ/_?%J(QD%J(Qā'QD˗O_? '0D$Jtoa>$>/_>~%J(QD%J(QD ˗ ?$XA .dPa?}0|ӗO@}/_?WP߾|'_|ӗ/?}/?/?}o_|O>}/_>o_|˧_>~ /? ˗o?:tСC:tСC:tP_|8`A&TaC? 4Hp߾ W0|/@~󗯟|_>| o}߿}'0|_>#߾}+O`~O /_|8`A&TaC H*\ȰÇ#JP|,h „ 2lؐ,h`+O`>'_| G__>~ G0| 70| 70} o`_>~~_> O` `>?_ _>O`>O` }#}+O`>'?˗E)R/_>)RH"E ˗E)RO_|Q/_~_>ӗ/|/_|O_|#O_}O_|˧O|/_|ϟ|'P`>~ ϟ| 8p˗O_?$XA .da|:tСC:tСÄСC:D/_>}:taCsH0C/_}:tСC СC:tСC&ԗ/?:tСB~СC˗/?9ta?}sСC2̗/C:tСC:tP_|:tСC ˗o?:tСC/_>~:tСCsСC:tСC˗C:t?~СC6~O@ 4/_>}"D!B"D!BO@ DPB >QćG"E˗/?):GQ`Gq}G"EǏ|Ǐ?)RH"Eӧ/_|Ǐ"E)6/_}("Է/?OǏ}O |/_>/_>7П|/ϟ|'0ńǏ"E)>O@8`A&TaC!F8 ?$? 4xaB 6t_|=\߿|?~`>?}}O ?}_>߾=d/_|>|Ç 'p@~ H*\ȰÇ#J`>O@ DPB :/_>~_>~߾|'0|o'|70߿|}P}Ç>|`>'p "Lp!ÆB(qbB (? 4xaB 6tP}`>'PǏO`O`}`>/߿|(߿~_>$XР~ <0… :|8| <0… :|1ĉ 'p ?$XA .dÂ|O ?O__>o`' _'?~AL/_| B"D'P>$XA .dC%Nd0 H*\ȰÇ˗o?O_|_>|/_|O_|+/_|?}/_|8_|A"D!O@$XA .dC%Nl/_|QH"E ˧E)Rlo_|QH"E ˗E)RH"E˧"E)Rt/_|(RHb~G"E)>̗/E)RH"EG"E)F/_}(RH"A~G"E)F엯E)RH"EH"E)˗O_?)R/_}(RH"E(RH"E)R<"E)R8|QH~G"E)RH"E'p "Lp!ÆBx? 4xaB ˗o .\pBo… &O@ DPB > ,h „'p "Lp!ÆBx? 4xaB ˗/_? 2dȐ@~ǐ!C 'p "Lp!ÆBx,h „SPB *TPB OB *T|)TPB /_}*T!aPB)TPB *TPB PBSPB *TPB OB *T8߾|SPB /_>~ *TP)TPB *TPB PBSPB *TPB OB *Th_|)TPB ˗/_? *TP|*TPB *TPBSPƒ)TPB )B )B )t@'p "Lp!~!C ܗ/> 2dȐ|2dȐ!C 2dȐ?}2d> 2dȐ!C 2d_> 2d0|cȐ!C˗oC 2dh0? 2dȐ!C 2dO? .䧯`>*W0Ãǐ!CcP| 2dȐ~ǐ!C ˗C 2d0?c8_;| 2d| *Ǐ!C +`> 14`>1dx0A~ w_> 2C } <0!B~PB *T(0?SX0|w0| *T0_A~ &̗P? *| ̷/>˗ϟ@~ӗO_|>/? ˗?~O|˗ϟ@}G_?ۗ|ӗo߿}?}OB *T!|SPB˷ϟB *TP!|#?}/_>/|GP_>~/_?}'߿|O` @OO?'?}߿'?}Oӗ ? 4xaBG0߿|/@~o|/||/@~o| G_>O`~۷} /_?O}|SPB *TO_|*T`?}SPB *<|߾}`>_}}o?/߿|O?>o?߾  /?/߾>7p@}8`A&O_|ӷϟ|#o`>/?_>O`'|O|/| Wp_| '0| '0|SPB *T(߾|SPaB~PB *T0?? G0| /| /߿|/|/?o`>~ 엯߿|70߿|W0߿| /|O`)TPA~ #O`}O@߿|_@˗O |_߿ _>~/߿_? '0| 70| 7p?8`A&TaCϡÃϡC:<| /? ߿|/߿_O~O~_~} ߿߿|/߿߿|?'0| ̗o`>8p>~ H 䧯`>~o`>}7P߾ }'?}`>}>~߿|?} }O`>3O`>?~O`˧PB *T`?}SP?}SPB *TH0? `>'0߿|/߿|/߿|/߾_Oཱྀ 'P?}/?}/|/@/߾? <0@~ ӗ/>˗?}#O_|˗o|?}_|o`>˗|˗?~/|ӗ/_?7p| '0|/_~ Ϡ| *TPB ۗ/~ /_>~ *TPB GП| /_~׏`>'0߿|˧O?~/?~O|˗o_>ϟ| /_~Ǐ_>}ϟ|߿|O`ϟ| '0 <0@~*T0B *,OB)T(_> *TPB ˗/? ˗O_? *TPBSPB *TX0B S>~ *Tx> OB *,OB)T(_> *TPB ӗ/> ۗ/> *TPB PB *T`> ̧P!A}*T ?} *TPB *TPƒ)TPB *Tx_|)O_|*TPB *ϟB *TPB *TA <0@~*4`> *Ta> *TX_> *TPB ˗/OB *TP‚)T/B )TX0B *Th0|SPƒ̧Pa*T`> SPBSPB *TP?O|SPB *T`> ˧P| ̧PB)L`>)TPA~˧߾|/_?'p_>~ ۗ?~߿|GP߾|'_|/_>/_>߿?}/? 4xaA&L0a„ &L ?  <0… :,}o_~} ԗ>G0|/_| ԗ_>/_>'p_|ϟ'P}7P_>~ | ԗ_gP 䧯`󷏠?}۷|/_|O ˷_ /_>G0/?~?~>\/Ç>|B? 4xaB 6tx0O`>~o߿|o?/߿}̷}_>}/|>~۷o?~_?~'0~G0߿}7߾۷|Ϡ>~>O_| w_o`O ۗ_|70߿|}_>~ӷÇ {Ç>|Ç߿/߿/߿__߿|O߿_/?߿߿_O?}O߿/o`/|8P?$XA W0߿|짏| /| O@맏? '0|/~|?_'P <| H*\ȰÇ#JHb> '0| >~'0߿|O_~} /߿_߿|> _@o`?}o`| ,h „+}#?_`>?}ׯ`>?_ __ | *T_>$XA .dC%NX1O`>_>_߿~'p|˗?O?_>'p>~ӷ_?}O?/_}ӷ_|X ?}/_~˧O?ϟ|'0?}O? O`ӧ|?}|_>~|bD*VXbŊ*߿߿|O_|/?~/߿˗o_߿˗|/_|˗?߿/_~ϟ|/߿߿|ӗ/ۗϟ?}/>} <0@~*TPB *TPBO@ DPB >QDџ?*V߾X ?}+VXbEUXbŊ+VX1˗_ŊbD}*V,O_Ŋ+VXQ|+VXbŊ+VbŊ+VP WbŊ+VT/_Ŋ+VXbŊ0|+VX>~+䧯bŊ+V_+VXbŊ+Wa XbŊX ?}+VXbEUXbŊ+VX1?'_|߿|/?~/뗏_|/_|ӗ/?$XA .dP "䧯aÆ 6lذaÆ װaÆ 6lذaÆ 6lPa>?}ǯ|o?~/|/_}o?o>~ۗ߿}6lذaC5l!?} 6lذaÆ 6l_ 6lذaÆ 6lذaÆ #O` ?~70|'0@o~O`>~aÆ 6T_Æ װaÆ 6lذaÆkذaÆjjj(_ }߿|O~>~/߿~} ߾|8`A&T!B}6l 6lذaÆ 6/_Æ 6lذaÆ 6lذaC'0?}O?}_|'0߿|˗o?_O>~5lذaÆkذ!B~6lذaÆ 6l| 6lذaÆ 6lذaÆ G0|˗@~GП|˗o_>/߾||/_|˗_|aÆ 64_Æ װaÆ 6lذaÆ? 4xaB 6tbD)VbŊ+VP WbŊ+VT/_Ŋ+VXbŊXbŊ+*ǯbłUXbŊWbŊ+VXb|*VXbŊ X ?}+VXbEUXbŊ+VX1+VXB}*V,O_Ŋ+VXQ|+VXbŊ+VbŊ+VP WbŊ+VT/_Ŋ+VXbŊXbŊ+*ǯbł'p "Lp!ÆBX0,h „ 2l!Ĉ'R> 4xaB 6tbĂ'p "L(@~,h „ 2/_} 6lؐ!,h „ 2l!Ĉ'R <0… ˗aÆ . <0… :|x_| B"D!B"D!B"D ˧"D!B"D˗D!B"D!B"D!Bb|A"D!B"C"D!B"D!B"D!B,/>!B"D!Bd/_>!B"D!B"D!B"D"D!B"D "D!B"D!B"D!B`| B"D!B|A"D!BDADADAD/>$XA .dC%Nt/_>)RH"E)RH"E)RL/>)RH"E ˗E)RH"E)RH"E˧"E)RH"EG"E)RH"E)RH"ńH"E)RH|QH"E)"O@ D>$XA .dC˷OD%J(QDOD%J(Q|8`A&,O,h „ 2l!Ĉ'QD%J(QD'QD%J(`>%:OD%J(Qb|I(QD%J(Ѡ|I(QD%J4ϟD(QD%JX0_>~%J(QD%J4/_>%J(QD 'QC~$J(QD%̗D%J(QD ˗ϟD%J(QDI萟>%J(QD'QD%J(QD'QD%J(`>%:OD%J(Qb|I(QDI$DId@ <0… :|1|$JtOD%J(QĂ(QD%J(QA(QD%Jh0?'QD%J(`|$J(QD%Jh_|$J(QDoa>%:o!|%J(QD 'QD%J(QD'QD%J_|%!|߿,>˗? 4xaB 6tb(QD%J(QA(QD%JT/_|!a> /@}Ӈp_|I(QD%*̗D%J(QD ˗ϟD%J(QB ?8pǏ| o7p ?O@ DPB >_|$J(QD%Jh_| H*\ȰÇ#O|_> H`_+X ?}'p@$XA .dC? 4xaB 6tbDO@ DPB > 'P/߿|? o>$XA .dCO@ DPB >QD8`A&TaC!Fl߿O@O~O_O|,h „ 2l!Ĉ 'p "Lp!ÆB(qC$XA .dC O|(0o|/}8p ?}O| H*\ȰÇ#O@ DPB >QD-^ĘQ#C ?G _o`>~ H?~ 0@ H*\ȰÇ#JHŋ3jȱǏ˗o_|@J?} $H A $H A )> $H A $H A<|@J䧏!? A $H A $ȊOH A $H A $HOH A $H A $HOH A $H A $HOH A $H A $H H" <0… :|1ĉ+Z1ƍ;zR"@,h „ 8`A&TaC!F8bE1fԸcGA9dI'QTeK/aƔ9fM7qԹgO?:hQG&UiSOF:jUWfպkW_;lYgѦUm[oƕ;n]w=;;PKʳPKy$AOEBPS/rarrcatinstantpac.html_ DBMS_REPCAT_INSTANTIATE

19 DBMS_REPCAT_INSTANTIATE

DBMS_REPCAT_INSTANTIATE package instantiates deployment templates.

This chapter contains this topic:


Summary of DBMS_REPCAT_INSTANTIATE Subprograms

Table 19-1 DBMS_REPCAT_INSTANTIATE Package Subprograms

SubprogramDescription
DROP_SITE_INSTANTIATION Procedure

Public procedure that removes the target site from the DBA_REPCAT_TEMPLATE_SITES view.

INSTANTIATE_OFFLINE Function

Public function that generates a script at the master site that is used to create the materialized view environment at the remote materialized view site while offline.

INSTANTIATE_ONLINE Function

Public function that generates a script at the master site that is used to create the materialized view environment at the remote materialized view site while online.



DROP_SITE_INSTANTIATION Procedure

This procedure drops a template instantiation at a target site. This procedure removes all related metadata at the master site and disables the specified site from refreshing its materialized views. You must execute this procedure as the user who originally instantiated the template. To see who instantiated the template, query the ALL_REPCAT_TEMPLATE_SITES view.

Syntax

DBMS_REPCAT_INSTANTIATE.DROP_SITE_INSTANTIATION(
     refresh_template_name  IN   VARCHAR2,
     site_name              IN   VARCHAR2);

Parameters

Table 19-2 DROP_SITE_INSTANTIATION Procedure Parameters

ParameterDescription
refresh_template_name

The name of the deployment template to be dropped.

site_name

Identifies the master site where you want to drop the specified template instantiation.



INSTANTIATE_OFFLINE Function

This function generates a file at the master site that is used to create the materialized view environment at the remote materialized view site while offline. This generated file is an offline instantiation file and should be used at remote materialized view sites that are not able to remain connected to the master site for an extended amount of time.

This is an ideal solution when the remote materialized view site is a laptop. Use the packaging interface in the Advanced Replication interface in Oracle Enterprise Manager to package the generated file and data into a single file that can be posted on an FTP site or loaded to a CD-ROM, floppy disk, and so on. You can also transfer the file using the DBMS_FILE_TRANSFER package.

The script generated by this function is stored in the USER_REPCAT_TEMP_OUTPUT temporary view and is used by several Oracle tools, including the Advanced Replication interface in Oracle Enterprise Manager, during the distribution of deployment templates. The number returned by this function is used to retrieve the appropriate information from the USER_REPCAT_TEMP_OUTPUT view.

The user who executes this public function becomes the "registered" user of the instantiated template at the specified site.


Note:

This function is used in performing an offline instantiation of a deployment template.

This function should not be confused with the procedures in the DBMS_OFFLINE_OG package (used for performing an offline instantiation of a master table). See the documentation for this package for more information about their usage.



See Also:


Syntax

DBMS_REPCAT_INSTANTIATE.INSTANTIATE_OFFLINE(
     refresh_template_name   IN   VARCHAR2,
     site_name               IN   VARCHAR2, 
     runtime_parm_id         IN   NUMBER    := -1e-130,
     next_date               IN   DATE      := SYSDATE,
     interval                IN   VARCHAR2  := 'SYSDATE + 1',
     use_default_gowner      IN   BOOLEAN   := TRUE)
     return NUMBER;

Parameters

Table 19-3 INSTANTIATE_OFFLINE Function Parameters

ParameterDescription
refresh_template_name

The name of the deployment template to be instantiated.

site_name

The name of the remote site that is instantiating the deployment template.

runtime_parm_id

If you have defined run-time parameter values using the INSERT_RUNTIME_PARMS procedure, specify the identification used when creating the run-time parameters (the identification was retrieved by using the GET_RUNTIME_PARM_ID function).

next_date

The next refresh date value to be used when creating the refresh group.

interval

The refresh interval to be used when creating the refresh group.

use_default_gowner

If TRUE, then any materialized view groups created are owned by the default user PUBLIC. If FALSE, then any materialized view groups created are owned by the user performing the instantiation.


Exceptions

Table 19-4 INSTANTIATE_OFFLINE Function Exceptions

ExceptionDescription
miss_refresh_template

The deployment template name specified is invalid or does not exist.

dupl_template_site

The deployment template has already been instantiated at the materialized view site. A deployment template can be instantiated only once at a particular materialized view site.

not_authorized

The user attempting to instantiate the deployment template is not authorized to do so.


Returns

Table 19-5 INSTANTIATE_OFFLINE Function Returns

Return ValueDescription

<system-generated number>

Specifies the generated system number for the output_id when you select from the USER_REPCAT_TEMP_OUTPUT view to retrieve the generated instantiation script.



INSTANTIATE_ONLINE Function

This function generates a script at the master site that is used to create the materialized view environment at the remote materialized view site while online. This generated script should be used at remote materialized view sites that are able to remain connected to the master site for an extended amount of time, as the instantiation process at the remote materialized view site might be lengthy (depending on the amount of data that is populated to the new materialized views).

The script generated by this function is stored in the USER_REPCAT_TEMP_OUTPUT temporary view and is used by several Oracle tools, including the Advanced Replication interface in Oracle Enterprise Manager, during the distribution of deployment templates. The number returned by this function is used to retrieve the appropriate information from the USER_REPCAT_TEMP_OUTPUT view.

The user who executes this public function becomes the "registered" user of the instantiated template at the specified site.


See Also:


Syntax

DBMS_REPCAT_INSTANTIATE.INSTANTIATE_ONLINE(
     refresh_template_name   IN   VARCHAR2,
     site_name               IN   VARCHAR2, 
     runtime_parm_id         IN   NUMBER    := -1e-130,
     next_date               IN   DATE      := SYSDATE,
     interval                IN   VARCHAR2  := 'SYSDATE + 1',
     use_default_gowner      IN   BOOLEAN   := TRUE)
     return NUMBER;

Parameters

Table 19-6 INSTANTIATE_ONLINE Function Parameters

ParameterDescription
refresh_template_name

The name of the deployment template to be instantiated.

site_name

The name of the remote site that is instantiating the deployment template.

runtime_parm_id

If you have defined run-time parameter values using the INSERT_RUNTIME_PARMS procedure, specify the identification used when creating the run-time parameters (the identification was retrieved by using the GET_RUNTIME_PARM_ID function).

next_date

Specifies the next refresh date value to be used when creating the refresh group.

interval

Specifies the refresh interval to be used when creating the refresh group.

use_default_gowner

If TRUE, then any materialized view groups created are owned by the default user PUBLIC. If FALSE, then any materialized view groups created are owned by the user performing the instantiation.


Exceptions

Table 19-7 INSTANTIATE_ONLINE Function Exceptions

ExceptionDescription
miss_refresh_template

The deployment template name specified is invalid or does not exist.

dupl_template_site

The deployment template has already been instantiated at the materialized view site. A deployment template can be instantiated only once at a particular materialized view site.

not_authorized

The user attempting to instantiate the deployment template is not authorized to do so.


Returns

Table 19-8 INSTANTIATE_ONLINE Function Returns

Return ValueDescription

<system-generated number>

Specifies the generated system number for the output_id when you select from the USER_REPCAT_TEMP_OUTPUT view to retrieve the generated instantiation script.


PKTrq_l_PKy$AOEBPS/img_text/repma008.htm Description of the illustration repma008.eps

The example includes the following elements:

  • Wrapper procedure code sample

    new_dept(args...)
     
    if call_local='Y'
        call new_dept(Jones)
    if call_remote='Y'
        build call to new_dept
            for deferred queue
            with call_remote='N'
    
  • Deferred transaction queue

    The following are entered under procname:

    update(oldargs newargs)
    insert(newargs)
    update(oldargs newargs)
    delete(oldargs)
    new_dept(Jones)
    
  • Replication sites

    At both replication site A and replication site B, the procedure is called and the employees table is updated. The procedure call is similar to the following:

    new_dept(arg1)
    BEGIN
        lock table in EXCLUSIVE mode
        disable row-level replication
        update employees
        enable row-level replication
    END;   
    
PK7;PKy$AOEBPS/img_text/repma001.htm( Description of the illustration repma001.eps

This illustration shows a flowchart with the following information:

Complete the following steps:

  1. Connect as system at materialized view site.

  2. Create materialized view site users.

  3. Create database links to master site.

  4. Schedule purge at materialized view site.

  5. Schedule push at materialized view site.

  6. Create proxy users.

Question: Add another site? Choices: Yes or No

If yes, then start at Step 1 to add the new site. If no, then end.

These steps are explained in detail in the rest of this chapter.

PK-(PKy$AOEBPS/img_text/repma023.htm. Description of the illustration repma023.eps

This illustration shows a flowchart that contains the following information:

Complete the following steps:

  1. Specify new master sites for each master group.

  2. Add new master sites.

  3. Perform object-level export of each table in master group.

  4. Resume propagation to the master definition site.

  5. Transfer export dump file to new master sites.

  6. Perform object-level imports of all exported tables.

  7. Allow new masters to receive deferred transactions.

PK$ ;PKy$AOEBPS/img_text/repma024.htm Description of the illustration repma024.eps

This illustration shows a flowchart with the following information:

Complete the following steps:

  1. Package template.

  2. Save instantiation script to file.

  3. Distribute files.

  4. Use SQL*Plus to instantiate deployment template.

    Question: Was template instantiated online or offline? Choices: Online or Offline

    If online, then end.

    If offline, then go to Step 5.

  5. Use the Replication Management interface in Oracle Enterprise Manager or the replication management API (PL/SQL) to refresh after instantiation.

PKqPKy$AOEBPS/img_text/repma015.htm Description of the illustration repma015.eps

This illustration shows a flowchart with the following information:

Complete the following steps:

  1. Create schema at master sites.

  2. Create master group.

  3. Add objects to master group.

    Question: Add another object? Choices: Yes or No

    If yes, then go back to Step 3 and add the additional object.

    If no, then go to Step 4.

  4. Add additional master sites.

    Question: Add another master site? Choices: Yes or No

    If yes, then go back to Step 4 and add additional master site.

    If no, then go to next question.

    Question: Are data conflicts possible? Choices: Yes or No

    If yes, then complete Step 5.

    If no, then go to Step 6.

  5. Configure conflict resolution methods (see Chapter 6).

  6. Generate replication support.

    Question: More support? Choices: Yes or No

    If yes, then repeat Step 6 for each object that was added during Step 3.

    If no, then go to Step 7.

  7. Resume replication.

These steps, with the exception of Step 5, are explained in detail in the rest of this chapter. Step 5 is explained in Chapter 6.

PKfkPKy$AOEBPS/img_text/repma009.htmP Description of the illustration repma009.eps

This illustration shows the two steps required for grabbing the token.

Step 1: Identify True Owner

  1. The replication site acct_ny.ny.example.com wants ownership of the row for the employee whose empno is 100.

  2. The acct_ny.ny.example.com site determines the current owner of the row by querying the headquarters database, which is acct_hq.hq.example.com.

  3. The acct_ny.ny.example.com site determines that current owner for the row is the site acct_sf.sf.example.com.

Step 2: Grab Ownership and Broadcast Change

  1. The replication site acct_ny.ny.example.com locks the row locally and synchronously updates both the acct_ny.ny.example.com site and the acct_sf.sf.example.com site, making the owner of the row acct_ny.ny.example.com at both sites.

  2. The acct_ny.ny.example.com site asynchronously updates all other replication sites to make the owner of the row acct_ny.ny.example.com.

PK$UPPKy$AOEBPS/img_text/repma011.htm Description of the illustration repma011.eps

This illustration shows a materialized view site, mv2.example.com, based on another materialized view site, mv1.example.com, which is connected to master site orc1.example.com. Three master sites (orc1.example.com, orc2.example.com, and orc3.example.com) communicate with each other.

PK4PKy$AOEBPS/img_text/repma002.htmq Description of the illustration repma002.eps

This illustration shows user tables and data dictionary views for two master sites and two materialized view sites.

There are two way arrows (representing network connections) between the following sites:

  • Master 1 and Master 2

  • Master 1 and Materialized View 1

  • Master 2 and Materialized View 2

Both master sites have a master group named rs, and both materialized view sites have a materialized view group named rs.

Master site 1 (m1) includes the following table:

employees

employee_idlast_namedepartment_idsalary
100King908340
101Kochhar906650
103Hunold609725
104Ernst605890

Master site 1 (m1) includes the following data dictionary views:

DBA_REPGROUP

GNAMEMASTERSTATUSSCHEMA_COMMENT
RSYNormal-

DBA_REPSITES

GNAMEDBLINKMASTERDEFSNAPMASTERMASTER_COMMENT
RSM1YNULL-
RSM2NNULL-

DBA_REPOBJECT

GNAMEONAMETYPESTATUSOBJECT_COMMENT
RSEMPLOYEESTABLEVALID-
RSEMPLOYEES$RPPACKAGEVALID-
RSEMPLOYEES$RPPACKAGE BODYVALID-

Master site 2 (m2) includes the following table:

employees

employee_idlast_namedepartment_idsalary
100King908340
101Kochhar906650
103Hunold609725
104Ernst605890

Master site 2 (m2) includes the following data dictionary views:

DBA_REPGROUP

GNAMEMASTERSTATUSSCHEMA_COMMENT
RSYNormal-

DBA_REPSITES

GNAMEDBLINKMASTERDEFSNAPMASTERMASTER_COMMENT
RSM1YNULL-
RSM2NNULL-

DBA_REPOBJECT

GNAMEONAMETYPESTATUSOBJECT_COMMENT
RSEMPLOYEESTABLEVALID-
RSEMPLOYEES$RPPACKAGEVALID-
RSEMPLOYEES$RPPACKAGE BODYVALID-

Materialized view site 1 (department 90) includes the following materialized view:

employees

employee_idlast_namedepartment_idsalary
100King908340
101Kochhar906650

Materialized view employees is:

SELECT employee_id, last_name, department_id, salary 
   FROM employees@m1 WHERE department_id = 90;

Materialized view site 1 (department 90) includes the following data dictionary views:

DBA_REPGROUP

GNAMEMASTERSTATUSSCHEMA_COMMENT
RSNNULL-

DBA_REPSITES

GNAMEDBLINKMASTERDEFSNAPMASTERMASTER_COMMENT
RSM1YY-
RSM2NN-

DBA_REPOBJECT

GNAMEONAMETYPESTATUSOBJECT_COMMENT
RSEMPLOYEESSNAPSHOTVALID-

Materialized view site 2 (department 60) includes the following materialized view:

employees

employee_idlast_namedepartment_idsalary
103Hunold609725
104Ernst605890

Materialized view employees is:

SELECT employee_id, last_name, department_id, salary 
   FROM employees@m1 WHERE department_id = 60;

Materialized view site 2 (department 60) includes the following data dictionary views:

DBA_REPGROUP

GNAMEMASTERSTATUSSCHEMA_COMMENT
RSNNULL-

DBA_REPSITES

GNAMEDBLINKMASTERDEFSNAPMASTERMASTER_COMMENT
RSM1YN-
RSM2NY-

DBA_REPOBJECT

GNAMEONAMETYPESTATUSOBJECT_COMMENT
RSEMPLOYEESSNAPSHOTVALID-

PK/qqPKy$AOEBPS/img_text/repma007.htmQ Description of the illustration repma007.eps

This illustration shows that Materialized View Site B's propagator communicates with Master Site A's receiver.

Master Site A contains the following master groups:

  • A

  • B (crossed out because Materialized View Site B's propagator cannot access it)

  • C

  • D (crossed out because Materialized View Site B's propagator cannot access it)

Materialized View Site B contains the following materialized view groups:

  • A

  • C

PK0PKy$AOEBPS/img_text/repma027.htm Description of the illustration repma027.eps

This illustration shows a flowchart that contains the following information:

Complete the following steps:

  1. Create materialized view logs at master site.

  2. Create replicated schema and links.

  3. Create materialized view group.

  4. Create refresh group.

  5. Add objects to materialized view group.

    Question: Add another object? Choices: Yes or No

    If yes, then go back to Step 5 and add the additional object.

    If no, then go to Step 6.

  6. Add objects to refresh group.

    Question: Add another object? Choices: Yes or No

    If yes, then repeat Step 6 for each object that was added during Step 5.

    If no, then end.

All of these steps are explained in detail in the rest of this chapter.

PKsxPKy$AOEBPS/img_text/repma012.htmd Description of the illustration repma012.eps

This illustration shows a flowchart with the following information:

Question: What type of replication site? Choices: Master or Materialized View

If master, then complete the following steps:

  1. Set Up Master Sites (see Chapter 2).

  2. Create a Master Group (see Chapter 3).

    Question: Are data conflicts possible? Choices: Yes or No

    If yes, complete Step 3. If no, end.

  3. Configure conflict resolution methods on master (see Chapter 6).

If materialized view, then complete the following steps:

Question: Does the master site for the materialized view site exist? Choices: Yes or No.

If yes, complete the following steps. If no, complete the previous steps to set up a master site.

  1. Set Up Materialized View Sites (see Chapter 2).

    Question: How do you want to build the environment? Choices: At Master Site with Deployment Template or At Materialized View Site

  2. If at master site with deployment template, then create deployment template (see Chapter 4).

    If at materialized view site, then create materialized view group (see Chapter 5).

  3. If at master site with deployment template, then package for instantiation and instantiate deployment template (see Chapter 4).

All of these steps are explained in detail in Chapter 2 through Chapter 6.

PK=PKy$AOEBPS/img_text/repma004.htm Description of the illustration repma004.eps

This illustration shows that Master Site B's propagator communicates with Master Site A's receiver.

Master Site A contains the following master groups:

  • A

  • B

  • C

  • D

Master Site B contains the following master groups:

  • A

  • C

PK]PKy$AOEBPS/img_text/repma006.htm Description of the illustration repma006.eps

This illustration shows that Materialized View Site B's propagator communicates with Master Site A's receiver.

Master Site A contains the following master groups:

  • A

  • B

  • C

  • D

Materialized View Site B contains the following materialized view groups:

  • A

  • C

PKPKy$AOEBPS/img_text/repma025.htmI Description of the illustration repma025.eps

This illustration shows three master sites with the hr_mg master group. The hr_mg master group contains the same objects at each of the three master sites.

PK/ONIPKy$AOEBPS/img_text/repma003.htm7$ Description of the illustration repma003.eps

This illustration shows four tables. The employees table at ny.example.com and the employees table at sf.example.com are replicas. Here are the tables and their contents:

employees table at ny.example.com

employee_idlast_namedepartment_idsalarycommission_pct
100Jones2055,000.4
101Kim2062,000.25
102Braun2043,500.1

employees table at sf.example.com

employee_idlast_namedepartment_idsalarycommission_pct
100Jones2055,000.4
101Kim2062,000.3
102Braun2043,500.1
103Rama2048,750.35

missing_rows_data table

employee_idsalarycommission_pctrowid
10162,000.25000015E8.0000.0002
10162,000.3000015E8.0001.0002
10348,750.35000015E8.0002.0002

missing_rows_location table

presentabsentr_id
ny.example.comsf.example.com000015E8.0000.0002
sf.example.comny.example.com000015E8.0001.0002
sf.example.comny.example.com000015E8.0002.0002

PK<<$7$PKy$AOEBPS/img_text/repma026.htmh Description of the illustration repma026.eps

This illustration shows a flowchart with the following information:

Complete the following steps:

  1. Create deployment template.

  2. Add objects to template.

    Question: Add another object? Choices: Yes or No

    If yes, then go back to Step 2 and add the additional object.

    If no, then go to Step 3.

  3. Define parameter defaults.

    Question: Define another parameter? Choices: Yes or No

    If yes, then go back to Step 3 and add additional parameter.

    If no, then go to Step 4.

  4. Define user parameter values.

    Question: Define another parameter? Choices: Yes or No

    If yes, then repeat Step 4 to define user parameter values for the other parameter.

    If no, then go to next question.

    Question: Authorize users? Choices: Yes or No

    If yes, then go to Step 5.

    If no, then end.

  5. Authorize users for private template.

    Question: Authorize additional users? Choices: Yes or No

    If yes, then repeat Step 5 for each additional user.

    If no, then end.

All of these steps are explained in detail in the rest of this chapter.

PK|X|ԜPKy$AOEBPS/img_text/repma014.htm4 Description of the illustration repma014.eps

This illustration shows a flowchart with the following information:

Complete the following steps:

  1. Connect as system at master site.

  2. Create replication administrator.

  3. Grant privileges to replication administrator.

  4. Register propagator.

  5. Register receiver.

  6. Schedule purge at master site.

    Question: Add materialized view support? Choices: Yes or No

    If yes, complete the Step 7. If no, skip to next question.

  7. Create proxy master site users.

    Question: Add another site?* Choices: Yes or No

    If yes, start at Step 1 to add the new site. If no, complete the following steps.

  8. Create database links between master sites.

  9. Create scheduled links.

These steps are explained in detailed in the rest of this chapter.

*Multiple master sites (multimaster replication) can be used only with the Enterprise Edition of Oracle.

PKEC>PKy$AOEBPS/img_text/repma022.htmh Description of the illustration repma022.eps

This illustration shows a flowchart that contains the following information:

Complete the following steps:

  1. Specify new master sites for each master group.

  2. Add new master sites.

    Question: Are you using full database export/import or change-based recovery? Choices: Online or Offline

    If full database export/import, then complete the appropriate actions in Steps 3, 4, 5, and 6.

    If change-based recovery, then complete the appropriate actions in Steps 3 and 4.

  3. If you are using full database export/import, then perform full database export of master database.

    If you are using change-based recovery, then perform change-based recovery.

  4. If you are using full database export/import, then resume propagation to master definition site.

    If change-based recovery, then allow new masters to receive deferred transactions.

  5. If you are using full database export/import, then perform full database import.

  6. If you are using full database export/import, then allow new masters to receive deferred transactions.

PK:!lcmhPKy$AOEBPS/img_text/repma017.htm+ Description of the illustration repma017.eps

This illustration shows a flowchart with the following information:

Before proceeding, set up new master sites for multimaster replication.

Question: Do the new master sites have one or more existing replication groups? Choices: Yes or No

If yes, then use table-level export/import to add new master sites.

If no, then go to next question.

Question: Does the master definition site have any materialized view groups? Choices: Yes or No

If yes, then use table-level export/import to add new master sites.

If no, then go to next question.

Question: Do any of the master groups have a different master definition site? Choices: Yes or No

If yes, then use table-level export/import to add new master sites.

If no, then go to next question.

Question: Do you want to add a subset of the master groups to the new master sites? Choices: Yes or No

If yes, then use table-level export/import to add new master sites.

If no, then use full database export/import or change-based recovery to add new databases.

PKtTPKy$AOEBPS/img_text/repma005.htmw Description of the illustration repma005.eps

This illustration shows that Master Site B's propagator communicates with Master Site A's receiver.

Master Site A contains the following master groups:

  • A

  • B (crossed out because Master Site B's propagator cannot access it)

  • C

  • D (crossed out because Master Site B's propagator cannot access it)

Master Site B contains the following master groups:

  • A

  • C

PKW[#|wPKy$AOEBPS/rarrepsite.htm Configuring the Replication Sites

2 Configuring the Replication Sites

This chapter illustrates how to set up both a master site and a materialized view replication site using the replication management API.

This chapter contains these topics:

Overview of Setting Up Replication Sites

Before you build your replication environment, you must set up the sites that will participate in the replication environment. As illustrated in Figure 2-2 and Figure 2-3, there are separate processes for setting up a master site versus setting up a materialized view site.

The examples in this book use the following databases:

  • orc1.example.com

  • orc2.example.com

  • orc3.example.com

  • orc4.example.com

  • orc5.example.com

  • mv1.example.com

  • mv2.example.com

Chapters 2 - 6 work with the replication environment illustrated in Figure 2-1. You start to create this environment using the instructions in this chapter. Notice that mv2.example.com is a materialized view based on the mv1.example.com materialized view, creating a multitier materialized view environment. The arrows in Figure 2-1 represent database links.

Figure 2-1 Three Master Sites and Two Materialized View Sites

Description of Figure 2-1 follows
Description of "Figure 2-1 Three Master Sites and Two Materialized View Sites"

Follow the procedures identified in Figure 2-2 when you build a new master site or in Figure 2-3 when you build a new materialized view site.

Figure 2-2 Setting Up Master Sites

Description of Figure 2-2 follows
Description of "Figure 2-2 Setting Up Master Sites"

Setting Up Master Sites

The following sections contain step-by-step instructions for setting up the three master sites in our sample replication environment: orc1.example.com, orc2.example.com, and orc3.example.com. Before you set up the master sites, configure your network and Oracle Net so that all three databases can communicate with each other.


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************* BEGINNING OF SCRIPT ******************************

Setting Up orc1.example.com

Complete the following steps to set up the orc1.example.com master site.

Step 1   Connect as SYSTEM at a master site at orc1.example.com.

Connect as SYSTEM to the database that you want to set up for replication. After you set up orc1.example.com, begin again with Step 1 for site orc2.example.com and Step 1 for site orc3.example.com.

*/

SET ECHO ON

SPOOL setup_masters.out

CONNECT system@orc1.example.com

/*
Step 2   Create the replication administrator at orc1.example.com.

The replication administrator must be granted the necessary privileges to create and manage a replication environment. The replication administrator must be created at each database that participates in the replication environment.

*/

ACCEPT password PROMPT 'Enter password for user: ' HIDE

CREATE USER repadmin IDENTIFIED BY &password;

/*

Note:

Enter an appropriate password for the administrative user.


See Also:

Oracle Database Security Guide for guidelines for choosing passwords

Step 3   Grant privileges to the replication administrator at orc1.example.com.

Execute the GRANT_ADMIN_ANY_SCHEMA procedure to grant the replication administrator powerful privileges to create and manage a replicated environment.

*/

BEGIN
   DBMS_REPCAT_ADMIN.GRANT_ADMIN_ANY_SCHEMA (
      username => 'repadmin');
END;
/

/*

If you want your repadmin to be able to create materialized view logs for any replicated table, then grant COMMENT ANY TABLE and LOCK ANY TABLE to repadmin:

*/

GRANT COMMENT ANY TABLE TO repadmin;
GRANT LOCK ANY TABLE TO repadmin;

/*

If you want your repadmin to be able to connect to the Advanced Replication interface in Oracle Enterprise Manager, then grant SELECT ANY DICTIONARY to repadmin:

*/

GRANT SELECT ANY DICTIONARY TO repadmin;

/*
Step 4   Register the propagator at orc1.example.com.

The propagator is responsible for propagating the deferred transaction queue to other master sites.

*/

BEGIN
   DBMS_DEFER_SYS.REGISTER_PROPAGATOR (
      username => 'repadmin');
END;
/

/*
Step 5   Register the receiver at orc1.example.com.

The receiver receives the propagated deferred transactions sent by the propagator from other master sites.

*/

BEGIN
   DBMS_REPCAT_ADMIN.REGISTER_USER_REPGROUP (
      username => 'repadmin',
      privilege_type => 'receiver',
      list_of_gnames => NULL);
END;
/

/*
Step 6   Schedule purge at master site orc1.example.com.

To keep the size of the deferred transaction queue in check, purge successfully completed deferred transactions. The SCHEDULE_PURGE procedure automates the purge process for you. You must execute this procedure as the replication administrator.


Note:

Date expressions are used for the NEXT_DATE and INTERVAL parameters. For example:
  • Now is specified as: SYSDATE

  • An interval of one hour is specified as: SYSDATE + 1/24

  • An interval of seven days could be specified as: SYSDATE + 7


*/

CONNECT repadmin@orc1.example.com

BEGIN
   DBMS_DEFER_SYS.SCHEDULE_PURGE (
      next_date => SYSDATE,
      interval => 'SYSDATE + 1/24',
      delay_seconds => 0);
END;
/

/*

See Also:

Oracle Database Administrator's Guide and Oracle Database SQL Language Reference for more information about date expressions

Step 7   Create proxy master site users at orc1.example.com.

If you plan to create materialized view sites based on this master site, then create proxy master site users at orc1.example.com that correspond to users at the materialized view site.

Create the proxy materialized view administrator.

The proxy materialized view administrator performs tasks at the target master site on behalf of the materialized view administrator at the materialized view site.

*/

CONNECT system@orc1.example.com

CREATE USER proxy_mviewadmin IDENTIFIED BY &password;

BEGIN
   DBMS_REPCAT_ADMIN.REGISTER_USER_REPGROUP (
      username => 'proxy_mviewadmin',
      privilege_type => 'proxy_snapadmin',
      list_of_gnames => NULL);
END;
/

-- Place GRANT SELECT_CATALOG_ROLE statement here if necessary.

/*

If you want your materialized view administrator at materialized view sites to be able to perform administrative operations using the Advanced Replication interface in Oracle Enterprise Manager, then grant SELECT_CATALOG_ROLE to proxy_mviewadmin:

GRANT SELECT_CATALOG_ROLE TO proxy_mviewadmin;

Granting this privilege to the proxy_mviewadmin is not required if you do not plan to use the Advanced Replication interface in Oracle Enterprise Manager. However, if you plan to use the Advanced Replication interface, then move the GRANT statement to the line directly after the previous REGISTER_USER_REPGROUP statement.

Create the proxy refresher.

The proxy refresher performs tasks at the master site on behalf of the refresher at the materialized view site.

*/

CREATE USER proxy_refresher IDENTIFIED BY &password;

GRANT CREATE SESSION TO proxy_refresher;
GRANT SELECT ANY TABLE TO proxy_refresher;

/*

Setting Up orc2.example.com

Complete the following steps to set up the orc2.example.com master site.

Step 1   Connect as SYSTEM at orc2.example.com.

You must connect as SYSTEM to the database that you want to set up for replication. After you set up orc2.example.com, begin with Step 1 for site orc3.example.com.

*/

CONNECT system@orc2.example.com

/*
Step 2   Create the replication administrator at orc2.example.com.

The replication administrator must be granted the necessary privileges to create and manage a replication environment. The replication administrator must be created at each database that participates in the replication environment.

*/

CREATE USER repadmin IDENTIFIED BY &password;

/*

Note:

Enter an appropriate password for the administrative user.


See Also:

Oracle Database Security Guide for guidelines for choosing passwords

Step 3   Grant privileges to replication administrator at orc2.example.com.

Execute the GRANT_ADMIN_ANY_SCHEMA procedure to grant the replication administrator powerful privileges to create and manage a replicated environment.

*/

BEGIN
   DBMS_REPCAT_ADMIN.GRANT_ADMIN_ANY_SCHEMA (
      username => 'repadmin');
END;
/

/*

If you want your repadmin to be able to create materialized view logs for any replicated table, then grant COMMENT ANY TABLE and LOCK ANY TABLE privileges to repadmin:

*/

GRANT COMMENT ANY TABLE TO repadmin;
GRANT LOCK ANY TABLE TO repadmin;

/*

If you want your repadmin to be able to connect to the Advanced Replication interface in Oracle Enterprise Manager, then grant SELECT ANY DICTIONARY to repadmin:

*/

GRANT SELECT ANY DICTIONARY TO repadmin;

/*
Step 4   Register the propagator at orc2.example.com.

The propagator is responsible for propagating the deferred transaction queue to other master sites.

*/

BEGIN
   DBMS_DEFER_SYS.REGISTER_PROPAGATOR (
      username => 'repadmin');
END;
/

/*
Step 5   Register the receiver at orc2.example.com.

The receiver receives the propagated deferred transactions sent by the propagator from the other master sites.

*/

BEGIN
   DBMS_REPCAT_ADMIN.REGISTER_USER_REPGROUP (
      username => 'repadmin',
      privilege_type => 'receiver',
      list_of_gnames => NULL);
END;
/

/*
Step 6   Schedule purge at master site at orc2.example.com.

To keep the size of the deferred transaction queue in check, purge successfully completed deferred transactions. The SCHEDULE_PURGE procedure automates the purge process for you. You must execute this procedure as the replication administrator.

*/

CONNECT repadmin@orc2.example.com

BEGIN
   DBMS_DEFER_SYS.SCHEDULE_PURGE (
      next_date => SYSDATE,
      interval => 'SYSDATE + 1/24',
      delay_seconds => 0);
END;
/

/*
Step 7   Create proxy master site users at orc2.example.com.

If you plan to create materialized view sites based on this master site, then create proxy master site users at orc2.example.com that correspond to users at the materialized view site.

Create the proxy materialized view administrator.

The proxy materialized view administrator performs tasks at the target master site on behalf of the materialized view administrator at the materialized view site.

*/

CONNECT system@orc2.example.com

CREATE USER proxy_mviewadmin IDENTIFIED BY &password;

BEGIN
   DBMS_REPCAT_ADMIN.REGISTER_USER_REPGROUP (
      username => 'proxy_mviewadmin',
      privilege_type => 'proxy_snapadmin',
      list_of_gnames => NULL);
END;
/

-- Place GRANT SELECT_CATALOG_ROLE statement here if necessary.

/*

If you want your materialized view administrator at materialized view sites to be able to perform administrative operations using the Advanced Replication interface in Oracle Enterprise Manager, then grant SELECT_CATALOG_ROLE to proxy_mviewadmin:

*/

GRANT SELECT_CATALOG_ROLE TO proxy_mviewadmin;

/*

Granting this privilege to the proxy_mviewadmin is not required if you do not plan to use the Advanced Replication interface in Oracle Enterprise Manager. However, if you plan to use the Advanced Replication interface, then move the GRANT statement to the line directly after the previous REGISTER_USER_REPGROUP statement.

Create the proxy refresher.

The proxy refresher performs tasks at the master site on behalf of the refresher at the materialized view site.

*/

CREATE USER proxy_refresher IDENTIFIED BY &password;

GRANT CREATE SESSION TO proxy_refresher;
GRANT SELECT ANY TABLE TO proxy_refresher;

/*

Setting Up orc3.example.com

Complete the following steps to set up the orc3.example.com master site.

Step 1   Connect as SYSTEM at orc3.example.com.

You must connect as SYSTEM to the database that you want to set up for replication.

*/

CONNECT system@orc3.example.com

/*
Step 2   Create the replication administrator at orc3.example.com.

The replication administrator must be granted the necessary privileges to create and manage a replication environment. The replication administrator must be created at each database that participates in the replication environment.

*/

CREATE USER repadmin IDENTIFIED BY &password;

/*

Note:

Enter an appropriate password for the administrative user.


See Also:

Oracle Database Security Guide for guidelines for choosing passwords

Step 3   Grant privileges to replication administrator at orc3.example.com.

Execute the GRANT_ADMIN_ANY_SCHEMA procedure to grant the replication administrator powerful privileges to create and manage a replicated environment.

*/

BEGIN
   DBMS_REPCAT_ADMIN.GRANT_ADMIN_ANY_SCHEMA (
      username => 'repadmin');
END;
/

/*

If you want your repadmin to be able to create materialized view logs for any replicated table, then grant COMMENT ANY TABLE and LOCK ANY TABLE to repadmin:

*/

GRANT COMMENT ANY TABLE TO repadmin;
GRANT LOCK ANY TABLE TO repadmin;

/*

If you want your repadmin to be able to connect to the Advanced Replication interface in Oracle Enterprise Manager, then grant SELECT ANY DICTIONARY to repadmin:

*/

GRANT SELECT ANY DICTIONARY TO repadmin;

/*
Step 4   Register the propagator at orc3.example.com.

The propagator is responsible for propagating the deferred transaction queue to other master sites.

*/

BEGIN
   DBMS_DEFER_SYS.REGISTER_PROPAGATOR (
      username => 'repadmin');
END;
/

/*
Step 5   Register the receiver at orc3.example.com.

The receiver receives the propagated deferred transactions sent by the propagator from the other master sites.

*/

BEGIN
   DBMS_REPCAT_ADMIN.REGISTER_USER_REPGROUP (
      username => 'repadmin',
      privilege_type => 'receiver',
      list_of_gnames => NULL);
END;
/

/*
Step 6   Schedule purge at master site at orc3.example.com.

To keep the size of the deferred transaction queue in check, purge successfully completed deferred transactions. The SCHEDULE_PURGE API automates the purge process for you. You must execute this procedure as the replication administrator.

*/

CONNECT repadmin@orc3.example.com

BEGIN
   DBMS_DEFER_SYS.SCHEDULE_PURGE (
      next_date => SYSDATE,
      interval => 'SYSDATE + 1/24',
      delay_seconds => 0);
END;
/

/*
Step 7   Create proxy master site users at orc1.example.com.

If you plan to create materialized view sites based on this master site, then create proxy master site users at orc1.example.com that correspond to users at the materialized view site.

Create the proxy materialized view administrator.

The proxy materialized view administrator performs tasks at the target master site on behalf of the materialized view administrator at the materialized view site.

*/

CONNECT system@orc3.example.com

CREATE USER proxy_mviewadmin IDENTIFIED BY &password;

BEGIN
   DBMS_REPCAT_ADMIN.REGISTER_USER_REPGROUP (
      username => 'proxy_mviewadmin',
      privilege_type => 'proxy_snapadmin',
      list_of_gnames => NULL);
END;
/

-- Place GRANT SELECT_CATALOG_ROLE statement here if necessary.

/*

If you want your materialized view administrator at materialized view sites to be able to perform administrative operations using the Advanced Replication interface in Oracle Enterprise Manager, then grant SELECT_CATALOG_ROLE to proxy_mviewadmin:

*/

GRANT SELECT_CATALOG_ROLE TO proxy_mviewadmin;

/*

Granting this privilege to the proxy_mviewadmin is not required if you do not plan to use the Advanced Replication interface in Oracle Enterprise Manager. However, if you plan to use the Advanced Replication interface, then move the GRANT statement to the line directly after the previous REGISTER_USER_REPGROUP statement.

Create proxy refresher.

The proxy refresher performs tasks at the master site on behalf of the refresher at the materialized view site.

*/

CREATE USER proxy_refresher IDENTIFIED BY &password;

GRANT CREATE SESSION TO proxy_refresher;
GRANT SELECT ANY TABLE TO proxy_refresher;

/*

Creating Scheduled Links Between the Master Sites

Complete the following steps to create scheduled links between the master sites.

Step 1   Create database links between master sites.

The database links provide the necessary distributed mechanisms to allow the different replication sites to replicate data among themselves. Before you create any private database links, you must create the public database links that each private database link will use. You then must create a database link between all replication administrators at each of the master sites that you have set up.


See Also:

Oracle Database Administrator's Guide for more information about database links

*/

CONNECT system@orc1.example.com
CREATE PUBLIC DATABASE LINK orc2.example.com USING 'orc2.example.com';
CREATE PUBLIC DATABASE LINK orc3.example.com USING 'orc3.example.com';

CONNECT repadmin@orc1.example.com
CREATE DATABASE LINK orc2.example.com CONNECT TO repadmin 
 IDENTIFIED BY &password;
CREATE DATABASE LINK orc3.example.com CONNECT TO repadmin 
 IDENTIFIED BY &password;

CONNECT system@orc2.example.com
CREATE PUBLIC DATABASE LINK orc1.example.com USING 'orc1.example.com';
CREATE PUBLIC DATABASE LINK orc3.example.com USING 'orc3.example.com';

CONNECT repadmin@orc2.example.com
CREATE DATABASE LINK orc1.example.com CONNECT TO repadmin 
 IDENTIFIED BY &password;
CREATE DATABASE LINK orc3.example.com CONNECT TO repadmin 
 IDENTIFIED BY &password;

CONNECT system@orc3.example.com
CREATE PUBLIC DATABASE LINK orc1.example.com USING 'orc1.example.com';
CREATE PUBLIC DATABASE LINK orc2.example.com USING 'orc2.example.com';

CONNECT repadmin@orc3.example.com
CREATE DATABASE LINK orc1.example.com CONNECT TO repadmin 
 IDENTIFIED BY &password;
CREATE DATABASE LINK orc2.example.com CONNECT TO repadmin 
 IDENTIFIED BY &password;

/*
Step 2   Define a schedule for each database link to create scheduled links.

Create a scheduled link by defining a database link when you execute the SCHEDULE_PUSH procedure. The scheduled link determines how often your deferred transaction queue is propagated to each of the other master sites. you must execute the SCHEDULE_PUSH procedF[ure for each database link that you created in Step 1. The database link is specified in the destination parameter of the SCHEDULE_PUSH procedure.

Even when using Oracle's asynchronous replication mechanisms, you can configure a scheduled link to simulate continuous, real-time replication. The scheduled links in this example simulate continuous replication.


See Also:

Oracle Database Advanced Replication for more information about simulating continuous replication

*/

CONNECT repadmin@orc1.example.com

BEGIN
   DBMS_DEFER_SYS.SCHEDULE_PUSH (
      destination => 'orc2.example.com',
      interval => 'SYSDATE + (1/144)',
      next_date => SYSDATE,
      parallelism => 1,
      execution_seconds => 1500,
      delay_seconds => 1200);
END;
/

BEGIN
   DBMS_DEFER_SYS.SCHEDULE_PUSH (
      destination => 'orc3.example.com',
      interval => 'SYSDATE + (1/144)',
      next_date => SYSDATE,
      parallelism => 1,
      execution_seconds => 1500,
      delay_seconds => 1200);
END;
/

CONNECT repadmin@orc2.example.com

BEGIN
   DBMS_DEFER_SYS.SCHEDULE_PUSH (
      destination => 'orc1.example.com',
      interval => 'SYSDATE + (1/144)',
      next_date => SYSDATE,
      parallelism => 1,
      execution_seconds => 1500,
      delay_seconds => 1200);
END;
/

BEGIN
   DBMS_DEFER_SYS.SCHEDULE_PUSH (
      destination => 'orc3.example.com',
      interval => 'SYSDATE + (1/144)',
      next_date => SYSDATE,
      parallelism => 1,
      execution_seconds => 1500,
      delay_seconds => 1200);
END;
/

CONNECT repadmin@orc3.example.com

BEGIN
   DBMS_DEFER_SYS.SCHEDULE_PUSH (
      destination => 'orc1.example.com',
      interval => 'SYSDATE + (1/144)',
      next_date => SYSDATE,
      parallelism => 1,
      execution_seconds => 1500,
      delay_seconds => 1200);
END;
/

BEGIN
   DBMS_DEFER_SYS.SCHEDULE_PUSH (
      destination => 'orc2.example.com',
      interval => 'SYSDATE + (1/144)',
      next_date => SYSDATE,
      parallelism => 1,
      execution_seconds => 1500,
      delay_seconds => 1200);
END;
/

SET ECHO OFF

SPOOL OFF

/**************************END OF SCRIPT***********************************/

Setting Up Materialized View Sites

Figure 2-3 Setting Up Materialized View Sites

Description of Figure 2-3 follows
Description of "Figure 2-3 Setting Up Materialized View Sites"

Setting Up mv1.example.com

Complete the following steps to set up the mv1.example.com master materialized view site. mv1.example.com is a master materialized view site because mv2.example.com will be based on it. Before you set up the materialized sites, configure your network and Oracle Net so that all mv1.example.com can communicate with orc1.example.com and mv2.example.com can communicate with mv1.example.com.


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************* BEGINNING OF SCRIPT ******************************
Step 1   Connect as SYSTEM at materialized view site at mv1.example.com.

You must connect as SYSTEM to the database that you want to set up as a materialized view site.

*/

SET ECHO ON

SPOOL setup_mvs.out

CONNECT system@mv1.example.com

/*
Step 2   Create materialized view site users at mv1.example.com.

Several users must be created at the materialized view site. These users are:

  • Materialized view administrator

  • Propagator

  • Refresher

  • Receiver (if the site will serve as a master materialized view site for other materialized views, as mv1.example.com is)

Complete the following tasks to create these users.

Create the materialized view administrator.

The materialized view administrator is responsible for creating and managing the materialized view site. Execute the GRANT_ADMIN_ANY_SCHEMA procedure to grant the materialized view administrator the appropriate privileges.

*/

ACCEPT password PROMPT 'Enter password for user: ' HIDE

CREATE USER mviewadmin IDENTIFIED BY &password;

BEGIN
   DBMS_REPCAT_ADMIN.GRANT_ADMIN_ANY_SCHEMA (
      username => 'mviewadmin');
END;
/

GRANT COMMENT ANY TABLE TO mviewadmin;

GRANT LOCK ANY TABLE TO mviewadmin;

/*

If you want your mviewadmin to be able to connect to the Advanced Replication interface in Oracle Enterprise Manager, then grant SELECT ANY DICTIONARY to mviewadmin:

*/

GRANT SELECT ANY DICTIONARY TO mviewadmin;

/*

Create the propagator.

The propagator is responsible for propagating the deferred transaction queue to the target master site.

*/

CREATE USER propagator IDENTIFIED BY &password;

BEGIN
   DBMS_DEFER_SYS.REGISTER_PROPAGATOR (
      username => 'propagator');
END;
/

/*

Create the refresher.

The refresher is responsible for "pulling" changes made to the replicated tables at the target master site to the materialized view site. This user refreshes one or more materialized views. If you want the mviewadmin user to be the refresher, then this step is not required.

*/

CREATE USER refresher IDENTIFIED BY &password;

GRANT CREATE SESSION TO refresher;

GRANT ALTER ANY MATERIALIZED VIEW TO refresher;

/*

Register the receiver.

The receiver receives the propagated deferred transactions sent by the propagator from materialized view sites. The receiver is necessary only if the site will function as a master materialized view site for other materialized view sites.

*/

BEGIN
   DBMS_REPCAT_ADMIN.REGISTER_USER_REPGROUP (
      username => 'mviewadmin',
      privilege_type => 'receiver',
      list_of_gnames => NULL);
END;
/

/*

Note:

Enter appropriate passwords for the administrative users.


See Also:

Oracle Database Security Guide for guidelines for choosing passwords

Step 3   Create database links to the master site.

Create a public database link.

*/

CONNECT system@mv1.example.com

CREATE PUBLIC DATABASE LINK orc1.example.com USING 'orc1.example.com';

/*

Create the materialized view administrator database link.

You must create a database link from the materialized view administrator at the materialized view site to the proxy materialized view administrator at the master site.

*/

CONNECT mviewadmin@mv1.example.com;

CREATE DATABASE LINK orc1.example.com 
  CONNECT TO proxy_mviewadmin IDENTIFIED BY &password;

/*

Create the propagator/receiver database link.

You must create a database link from the propagator at the materialized view site to the receiver at the master site. The receiver was defined when you created the master site.

*/

CONNECT propagator@mv1.example.com

CREATE DATABASE LINK orc1.example.com 
  CONNECT TO repadmin IDENTIFIED BY &password;

/*

See Also:

Step 5

Step 4   Schedule purge at the mv1.example.com materialized view site.

To keep the size of the deferred transaction queue in check, purge successfully completed deferred transactions. The SCHEDULE_PURGE procedure automates the purge process for you. If your materialized view site only contains "read-only" materialized views, then you do not need to execute this procedure.

*/

CONNECT mviewadmin@mv1.example.com

BEGIN
   DBMS_DEFER_SYS.SCHEDULE_PURGE (
   next_date => SYSDATE,
   interval => 'SYSDATE + 1/24',
   delay_seconds => 0,
   rollback_segment => '');
END;
/

/*
Step 5   Schedule push at the mv1.example.com materialized view site (optional).

If the materialized view site has a constant connection to its master site, then you optionally can schedule push at the mv1.example.com materialized view site. If the materialized view site is disconnected from its master site for extended periods of time, then it is typically better not to schedule push and refresh on demand, which pushes changes to the master site.

The SCHEDULE_PUSH procedure schedules when the deferred transaction queue should be propagated to the target master site.

*/

BEGIN
   DBMS_DEFER_SYS.SCHEDULE_PUSH (
      destination => 'orc1.example.com',
      interval => 'SYSDATE + 1/24',
      next_date => SYSDATE,
      stop_on_error => FALSE,
      delay_seconds => 0,
      parallelism => 0);
END;
/

/*
Step 6   Create proxy users at the mv1.example.com materialized view site.

Create the proxy materialized view administrator.

The proxy materialized view administrator performs tasks at the target master materialized view site on behalf of the materialized view administrator at the materialized view sites based on this materialized view site. This user is not required if the site will not function as a master materialized view site for other materialized view sites.

*/

CONNECT system@mv1.example.com

CREATE USER proxy_mviewadmin IDENTIFIED BY &password;

BEGIN
   DBMS_REPCAT_ADMIN.REGISTER_USER_REPGROUP (
      username => 'proxy_mviewadmin',
      privilege_type => 'proxy_snapadmin',
      list_of_gnames => NULL);
END;
/

-- Place GRANT SELECT_CATALOG_ROLE statement here if necessary.

/*

If you want your materialized view administrator at materialized view sites based on this materialized view site to be able to perform administrative operations using the Advanced Replication interface in Oracle Enterprise Manager, then grant SELECT_CATALOG_ROLE to proxy_mviewadmin:

GRANT SELECT_CATALOG_ROLE TO proxy_mviewadmin;

Granting this privilege to the proxy_mviewadmin is not required if you do not plan to use the Advanced Replication interface in Oracle Enterprise Manager. However, if you plan to use the Advanced Replication interface, then move the GRANT statement to the line directly after the previous REGISTER_USER_REPGROUP statement.

Create the proxy refresher.

The proxy refresher performs tasks at the master materialized view site on behalf of the refresher at the materialized view sites based on this materialized view site. This user is not required if the site will not function as a master materialized view site for other materialized view sites.

*/

CREATE USER proxy_refresher IDENTIFIED BY &password;

GRANT CREATE SESSION TO proxy_refresher;
GRANT SELECT ANY TABLE TO proxy_refresher;

/*

Setting Up mv2.example.com

Complete the following steps to set up the mv2.example.com materialized view site. mv2.example.com is part of a multitier materialized view configuration because it is based on mv1.example.com, another materialized view.

Step 1   Connect as SYSTEM at level 2 materialized view site mv2.example.com.

You must connect as SYSTEM to the database that you want to set up as a level 2 materialized view site. This site, mv2.example.com, will be a materialized view site that is based on mv1.example.com.

*/

CONNECT system@mv2.example.com

/*
Step 2   Create level 2 materialized view site users at mv2.example.com.

Several users must be created at the level 2 materialized view site. These users are:

  • Materialized view administrator

  • Propagator

  • Refresher

Complete the following tasks to create these users.

Create the materialized view administrator.

The materialized view administrator is responsible for creating and managing the level 2 materialized view site. Execute the GRANT_ADMIN_ANY_SCHEMA procedure to grant the materialized view administrator the appropriate privileges.

*/

CREATE USER mviewadmin IDENTIFIED BY &password;

BEGIN
   DBMS_REPCAT_ADMIN.GRANT_ADMIN_ANY_SCHEMA (
      username => 'mviewadmin');
END;
/

/*

If you want your mviewadmin to be able to connect to the Advanced Replication interface in Oracle Enterprise Manager, then grant SELECT ANY DICTIONARY to mviewadmin:

*/

GRANT SELECT ANY DICTIONARY TO mviewadmin;

/*

Create the propagator.

The propagator is responsible for propagating the deferred transaction queue to the target master materialized view site.

*/

CREATE USER propagator IDENTIFIED BY &password;

BEGIN
   DBMS_DEFER_SYS.REGISTER_PROPAGATOR (
      username => 'propagator');
END;
/

/*

Create the refresher.

The refresher is responsible for "pulling" changes made to the replicated materialized views at the target master materialized view site to the level 2 materialized view site.

*/

CREATE USER refresher IDENTIFIED BY &password;

GRANT CREATE SESSION TO refresher;
GRANT ALTER ANY MATERIALIZED VIEW TO refresher;

/*

Note:

Enter appropriate passwords for the administrative users.


See Also:

Oracle Database Security Guide for guidelines for choosing passwords

Step 3   Create database links to master materialized view site.

Create a public database link.

*/

CONNECT system@mv2.example.com

CREATE PUBLIC DATABASE LINK mv1.example.com USING 'mv1.example.com';

/*

Create materialized view administrator database link.

You must create a database link from the materialized view administrator at the level 2 materialized view site to the proxy materialized view administrator at the master materialized view site.

*/

CONNECT mviewadmin@mv2.example.com;

CREATE DATABASE LINK mv1.example.com 
  CONNECT TO proxy_mviewadmin IDENTIFIED BY &password;

/*

Create a propagator/receiver database link.

You must create a database link from the propagator at the level 2 materialized view site to the receiver at the master materialized view site. The receiver was defined when you created the master materialized view site.

*/

CONNECT propagator@mv2.example.com

CREATE DATABASE LINK mv1.example.com 
  CONNECT TO mviewadmin IDENTIFIED BY &password;

/*
Step 4   Schedule purge at level 2 materialized view site at mv2.example.com.

To keep the size of the deferred transaction queue in check, purge successfully completed deferred transactions. The SCHEDULE_PURGE procedure automates the purge process for you. If your level 2 materialized view site only contains "read-only" materialized views, then you do not need to execute this procedure.

*/

CONNECT mviewadmin@mv2.example.com

BEGIN
   DBMS_DEFER_SYS.SCHEDULE_PURGE (
     next_date => SYSDATE,
     interval => 'SYSDATE + 1/24',
     delay_seconds => 0,
     rollback_segment => '');
END;
/

/*
Step 5   Schedule push at the mv2.example.com materialized view site (optional).

If the materialized view site has a constant connection to its master materialized view site, then you optionally can schedule push at the mv2.example.com materialized view site. If the materialized view site is disconnected from its master materialized view site for extended periods of time, then it is typically better not to schedule push and refresh on demand, which pushes changes to the master materialized view site.

The SCHEDULE_PUSH procedure schedules when the deferred transaction queue should be propagated to the target master materialized view site.

*/

CONNECT mviewadmin@mv2.example.com

BEGIN
   DBMS_DEFER_SYS.SCHEDULE_PUSH (
      destination => 'mv1.example.com',
      interval => 'SYSDATE + 1/24',
      next_date => SYSDATE,
      stop_on_error => FALSE,
      delay_seconds => 0,
      parallelism => 0);
END;
/

SET ECHO OFF

SPOOL OFF

/************************* END OF SCRIPT **********************************/
PKc>PFPKy$AOEBPS/rarrcatrgtpac.htm DBMS_REPCAT_RGT

21 DBMS_REPCAT_RGT

DBMS_REPCAT_RGT controls the maintenance and definition of refresh group templates.

This chapter contains this topic:


Summary of DBMS_REPCAT_RGT Subprograms

Table 21-1 DBMS_REPCAT_RGT Package Subprograms

SubprogramDescription

"ALTER_REFRESH_TEMPLATE Procedure"


Allows the DBA to alter existing deployment templates.

"ALTER_TEMPLATE_OBJECT Procedure"


Alters objects that have been added to a specified deployment template.

"ALTER_TEMPLATE_PARM Procedure"


Allows the DBA to alter the parameters for a specific deployment template.

"ALTER_USER_AUTHORIZATION Procedure"


Alters the contents of the DBA_REPCAT_USER_AUTHORIZATIONS view.

"ALTER_USER_PARM_VALUE Procedure"


Changes existing parameter values that have been defined for a specific user.

"COMPARE_TEMPLATES Function"


Allows the DBA to compare the contents of two deployment templates.

"COPY_TEMPLATE Function"


Allows the DBA to copy a deployment template.

"CREATE_OBJECT_FROM_EXISTING Function"


Creates a template object definition from existing database objects and adds it to a target deployment template.

"CREATE_REFRESH_TEMPLATE Function"


Creates the deployment template, which allows the DBA to define the template name, private/public status, and target refresh group.

"CREATE_TEMPLATE_OBJECT Function"


Adds object definitions to a target deployment template container.

"CREATE_TEMPLATE_PARM Function"


Creates parameters for a specific deployment template to allow custom data sets to be created at the remote materialized view site.

"CREATE_USER_AUTHORIZATION Function"


Authorizes specific users to instantiate private deployment templates.

"CREATE_USER_PARM_VALUE Function"


Predefines deployment template parameter values for specific users.

"DELETE_RUNTIME_PARMS Procedure"


Deletes a run-time parameter value that you defined using the INSERT_RUNTIME_PARMS procedure.

"DROP_ALL_OBJECTS Procedure"


Allows the DBA to drop all objects or specific object types from a deployment template.

"DROP_ALL_TEMPLATE_PARMS Procedure"


Allows the DBA to drop template parameters for a specified deployment template.

"DROP_ALL_TEMPLATE_SITES Procedure"


Removes all entries from the DBA_REPCAT_TEMPLATE_SITES view.

"DROP_ALL_TEMPLATES Procedure"


Removes all deployment templates at the site where the procedure is called.

"DROP_ALL_USER_AUTHORIZATIONS Procedure"


Allows the DBA to drop all user authorizations for a specified deployment template.

"DROP_ALL_USER_PARM_VALUES Procedure"


Drops user parameter values for a specific deployment template.

"DROP_REFRESH_TEMPLATE Procedure"


Drops a deployment template.

"DROP_SITE_INSTANTIATION Procedure"


Removes the target site from the DBA_REPCAT_TEMPLATE_SITES view.

"DROP_TEMPLATE_OBJECT Procedure"


Removes a template object from a specific deployment template.

"DROP_TEMPLATE_PARM Procedure"


Removes an existing template parameter from the DBA_REPCAT_TEMPLATE_PARMS view.

DROP_USER_AUTHORIZATION Procedure


Removes a user authorization entry from the DBA_REPCAT_USER_AUTHORIZATIONS view.

"DROP_USER_PARM_VALUE Procedure"


Removes a predefined user parameter value for a specific deployment template.

"GET_RUNTIME_PARM_ID Function"


Retrieves an identification to be used when defining a run-time parameter value.

"INSERT_RUNTIME_PARMS Procedure"


Defines run-time parameter values before instantiating a template.

"INSTANTIATE_OFFLINE Function"


Generates a script at the master site that is used to create the materialized view environment at the remote materialized view site while offline.

"INSTANTIATE_ONLINE Function"


Generates a script at the master site that is used to create the materialized view environment at the remote materialized view site while online.

"LOCK_TEMPLATE_EXCLUSIVE Procedure"


Prevents users from reading or instantiating the template when a deployment template is being updated or modified.

"LOCK_TEMPLATE_SHARED Procedure"


Makes a specified deployment template read-only.



ALTER_REFRESH_TEMPLATE Procedure

This procedure allows the DBA to alter existing deployment templates. Alterations can include defining a new deployment template name, a new refresh group, or a new owner and changing the public/private status.

Syntax

DBMS_REPCAT_RGT.ALTER_REFRESH_TEMPLATE (
   refresh_template_name      IN   VARCHAR2,
   new_owner                  IN   VARCHAR2 := '-',
   new_refresh_group_name     IN   VARCHAR2 := '-',
   new_refresh_template_name  IN   VARCHAR2 := '-',
   new_template_comment       IN   VARCHAR2 := '-',
   new_public_template        IN   VARCHAR2 := '-',
   new_last_modified          IN   DATE := to_date('1', 'J'),
   new_modified_by            IN   NUMBER := -1e-130);

Parameters

Table 21-2 ALTER_REFRESH_TEMPLATE Procedure Parameters

ParameterDescription
refresh_template_name

The name of the deployment template that you want to alter.

new_owner

The name of the new deployment template owner. Do not specify a value to keep the current owner.

new_refresh_group_name

If necessary, use this parameter to specify a new refresh group name to which the template objects will be added. Do not specify a value to keep the current refresh group.

new_refresh_template_name

Use this parameter to specify a new deployment template name. Do not specify a value to keep the current deployment template name.

new_template_comment

New deployment template comments. Do not specify a value to keep the current template comment.

new_public_template

Determines whether the deployment template is public or private. Only acceptable values are 'Y' and 'N' ('Y' = public and 'N' = private). Do not specify a value to keep the current value.

new_last_modified

Contains the date of the last modification made to this deployment template. If a value is not specified, then the current date is automatically used.

new_modified_by

Contains the name of the user who last modified this deployment template. If a value is not specified, then the current user is automatically used.


Exceptions

Table 21-3 ALTER_REFRESH_TEMPLATE Procedure Exceptions

ExceptionDescription
miss_refresh_template

Deployment template name specified is invalid or does not exist.

bad_public_template

The public_template parameter is specified incorrectly. The public_template parameter must be specified as a 'Y' for a public template or an 'N' for a private template.

dupl_refresh_template

A template with the specified name exists. See the ALL_REPCAT_REFRESH_TEMPLATES view.



ALTER_TEMPLATE_OBJECT Procedure

This procedure alters objects that have been added to a specified deployment template. The most common changes are altering the object DDL and assigning the object to a different deployment template.

Changes made to the template are reflected only at new sites instantiating the deployment template. Remote sites that have already instantiated the template must reinstantiate the deployment template to apply the changes.

Syntax

DBMS_REPCAT_RGT.ALTER_TEMPLATE_OBJECT (
   refresh_template_name       IN   VARCHAR2, 
   object_name                 IN   VARCHAR2,
   object_type                 IN   VARCHAR2,
   new_refresh_template_name   IN   VARCHAR2 := '-',
   new_object_name             IN   VARCHAR2 := '-',
   new_object_type             IN   VARCHAR2 := '-',
   new_ddl_text                IN   CLOB     := '-',
   new_master_rollback_seg     IN   VARCHAR2 := '-',
   new_flavor_id               IN   NUMBER   := -1e-130);

Parameters

Table 21-4 ALTER_TEMPLATE_OBJECT Procedure Parameters

ParameterDescription
refresh_template_name

Deployment template name that contains the object that you want to alter.

object_name

Name of the template object that you want to alter.

object_type

Type of object that you want to alter.

new_refresh_template_name

Name of the new deployment template to which you want to reassign this object. Do not specify a value to keep the object assigned to the current deployment template.

new_object_name

New name of the template object. Do not specify a value to keep the current object name.

new_object_type

If specified, then the new object type. Objects of the following type can be specified:

MATERIALIZED VIEW   PROCEDURE
INDEX               FUNCTION
TABLE               PACKAGE
VIEW                PACKAGE BODY
SYNONYM             TRIGGER
SEQUENCE            DATABASE LINK
new_ddl_text

New object DDL for specified object. Do not specify any new DDL text to keep the current object DDL.

new_master_rollback_seg

New master rollback segment for specified object. Do not specify a value to keep the current rollback segment.

new_flavor_id

This parameter is for internal use only.

Note: Do not set this parameter unless directed to do so by Oracle Support Services.


Exceptions

Table 21-5 ALTER_TEMPLATE_OBJECT Procedure Exceptions

ExceptionDescription
miss_refresh_template

Deployment template name specified is invalid or does not exist.

miss_flavor_id

If you receive this exception, contact Oracle Support Services.

bad_object_type

Object type is specified incorrectly. See Table 21-4 for a list of valid object types.

miss_template_object

Template object name specified is invalid or does not exist.

dupl_template_object

New template name specified in the new_refresh_template_name parameter exists.


Usage Notes

Because the ALTER_TEMPLATE_OBJECT procedure utilizes a CLOB, you must use the DBMS_LOB package when using the ALTER_TEMPLATE_OBJECT procedure. The following example illustrates how to use the DBMS_LOB package with the ALTER_TEMPLATE_OBJECT procedure:

DECLARE
   tempstring VARCHAR2(100);
   templob CLOB;
BEGIN
   DBMS_LOB.CREATETEMPORARY(templob, TRUE, DBMS_LOB.SESSION);
   tempstring := 'CREATE MATERIALIZED VIEW mview_sales AS SELECT *
      FROM sales WHERE salesperson = :salesid and region_id = :region';
   DBMS_LOB.WRITE(templob, length(tempstring), 1, tempstring);
   DBMS_REPCAT_RGT.ALTER_TEMPLATE_OBJECT(
      refresh_template_name => 'rgt_personnel',
      object_name => 'MVIEW_SALES',
      object_type => 'MATERIALIZED VIEW',
      new_ddl_text => templob);
   DBMS_LOB.FREETEMPORARY(templob);
END;
/

ALTER_TEMPLATE_PARM Procedure

This procedure allows the DBA to alter the parameters for a specific deployment template. Alterations include renaming the parameter and redefining the default value and prompt string.

Syntax

DBMS_REPCAT_RGT.ALTER_TEMPLATE_PARM (
   refresh_template_name       IN   VARCHAR2,
   parameter_name              IN   VARCHAR2,
   new_refresh_template_name   IN   VARCHAR2 := '-',
   new_parameter_name          IN   VARCHAR2 := '-',
   new_default_parm_value      IN   CLOB := NULL,
   new_prompt_string           IN   VARCHAR2 := '-',
   new_user_override           IN   VARCHAR2 := '-');

Parameters

Table 21-6 ALTER_TEMPLATE_PARM Procedure Parameters

ParameterDescription
refresh_template_name

Name of the deployment template that contains the parameter that you want to alter.

parameter_name

Name of the parameter that you want to alter.

new_refresh_template_name

Name of the deployment template that the specified parameter should be reassigned to (useful when you want to move a parameter from one template to another). Do not specify a value to keep the parameter assigned to the current template.

new_parameter_name

New name of the template parameter. Do not specify a value to keep the current parameter name.

new_default_parm_value

New default value for the specified parameter. Do not specify a value to keep the current default value.

new_prompt_string

New prompt text for the specified parameter. Do not specify a value to keep the current prompt string.

new_user_override

Determines whether the user can override the default value if prompted during the instantiation process. The user is prompted if no user parameter value has been defined for this parameter. Set this parameter to 'Y' to allow a user to override the default value or set this parameter to 'N' to prevent an override.


Exceptions

Table 21-7 ALTER_TEMPLATE_PARM Procedure Exceptions

ExceptionDescription
miss_refresh_template

Deployment template name specified is invalid or does not exist.

miss_template_parm

Template parameter specified is invalid or does not exist.

dupl_template_parm

Combination of new_refresh_template_name and new_parameter_name exists.


Usage Notes

Because the ALTER_TEMPLATE_PARM procedure utilizes a CLOB, you must use the DBMS_LOB package when using the ALTER_TEMPLATE_PARM procedure. The following example illustrates how to use the DBMS_LOB package with the ALTER_TEMPLATE_PARM procedure:

DECLARE
   tempstring VARCHAR2(100);
   templob CLOB;
BEGIN
   DBMS_LOB.CREATETEMPORARY(templob, TRUE, DBMS_LOB.SESSION);
   tempstring := 'REGION 20';
   DBMS_LOB.WRITE(templob, length(tempstring), 1, tempstring);
   DBMS_REPCAT_RGT.ALTER_TEMPLATE_PARM(
      refresh_template_name => 'rgt_personnel',
      parameter_name => 'region',
      new_default_parm_value => templob);
   DBMS_LOB.FREETEMPORARY(templob);
END;
/

ALTER_USER_AUTHORIZATION Procedure

This procedure alters the contents of the DBA_REPCAT_USER_AUTHORIZATIONS view. Specifically, you can change user/deployment template authorization assignments. This procedure is helpful, for example, if an employee is reassigned and requires the materialized view environment of another deployment template. The DBA simply assigns the employee the new deployment template and the user is authorized to instantiate the target template.

Syntax

DBMS_REPCAT_RGT.ALTER_USER_AUTHORIZATION (
   user_name                   IN   VARCHAR2,
   refresh_template_name       IN   VARCHAR2,
   new_user_name               IN   VARCHAR2 := '-',
   new_refresh_template_name   IN   VARCHAR2 := '-');

Parameters

Table 21-8 ALTER_USER_AUTHORIZATION Procedure Parameters

ParameterDescription
user_name

Name of the user whose authorization you want to alter.

refresh_template_name

Name of the deployment template that is currently assigned to the specified user that you want to alter.

new_user_name

Use this parameter to define a new user for this template authorization. Do not specify a value to keep the current user.

new_refresh_template_name

The deployment template that the specified user (either the existing or, if specified, the new user) is authorized to instantiate. Do not specify a value to keep the current deployment template.


Exceptions

Table 21-9 ALTER_USER_AUTHORIZATION Procedure Exceptions

ExceptionDescription
miss_user_authorization

The combination of user_name and refresh_template_name values specified does not exist in the DBA_REPCAT_USER_AUTHORIZATIONS view.

miss_user

The user name specified for the new_user_name or user_name parameter is invalid or does not exist.

miss_refresh_template

The deployment template specified for the new_refresh_template parameter is invalid or does not exist.

dupl_user_authorization

A row exists for the specified user name and deployment template name. See the ALL_REPCAT_USER_AUTHORIZATIONS view.



ALTER_USER_PARM_VALUE Procedure

This procedure changes existing parameter values that have been defined for a specific user. This procedure is especially helpful if your materialized view environment uses assignment tables. Change a user parameter value to quickly and securely change the data set of a remote materialized view site.


See Also:

Oracle Database Advanced Replication for more information about using assignment tables

Syntax

DBMS_REPCAT_RGT.ALTER_USER_PARM_VALUE(
   refresh_template_name         IN   VARCHAR2, 
   parameter_name                IN   VARCHAR2,
   user_name                     IN   VARCHAR2,
   new_refresh_template_name     IN   VARCHAR2 := '-',
   new_parameter_name            IN   VARCHAR2 := '-',
   new_user_name                 IN   VARCHAR2 := '-',
   new_parm_value                IN   CLOB := NULL);

Parameters

Table 21-10 ALTER_USER_PARM_VALUE Procedure Parameters

ParameterDescription
refresh_template_name

Name of the deployment template that contains the user parameter value that you want to alter.

parameter_name

Name of the parameter that you want to alter.

user_name

Name of the user whose parameter value you want to alter.

new_refresh_template_name

Name of the deployment template that the specified user parameter value should be reassigned to (useful when you are authorizing a user for a different template). Do not specify a value to keep the parameter assigned to the current template.

new_parameter_name

The new template parameter name. Do not specify a value to keep the user value defined for the existing parameter.

new_user_name

The new user name that this parameter value is for. Do not specify a value to keep the parameter value assigned to the current user.

new_parm_value

The new parameter value for the specified user parameter. Do not specify a value to keep the current parameter value.


Exceptions

Table 21-11 ALTER_USER_PARM_VALUE Procedure Exceptions

ExceptionDescription
miss_refresh_template

Deployment template name specified is invalid or does not exist.

miss_template_parm

Template parameter specified is invalid or does not exist.

miss_user

User name specified for the user_name or new_user_name parameters is invalid or does not exist.

miss_user_parm_values

User parameter value specified does not exist.

dupl_user_parm_values

New user parameter specified exists.


Usage Notes

Because the ALTER_USER_PARM_VALUE procedure utilizes a CLOB, you must use the DBMS_LOB package when using the ALTER_USER_PARM_VALUE procedure. The following example illustrates how to use the DBMS_LOB package with the ALTER_USER_PARM_VALUE procedure:

DECLARE
   tempstring VARCHAR2(100);
   templob CLOB;
BEGIN
   DBMS_LOB.CREATETEMPORARY(templob, TRUE, DBMS_LOB.SESSION);
   tempstring := 'REGION 20';
   DBMS_LOB.WRITE(templob, length(tempstring), 1, tempstring);
   DBMS_REPCAT_RGT.ALTER_USER_PARM_VALUE(
      refresh_template_name => 'rgt_personnel',
      parameter_name => 'region',
      user_name => 'BOB',
      new_parm_value => templob);
   DBMS_LOB.FREETEMPORARY(templob);
END;
/

COMPARE_TEMPLATES Function

This function allows a DBA to compare the contents of two deployment templates. Any discrepancies between the two deployment templates is stored in the USER_REPCAT_TEMP_OUTPUT temporary view.

The COMPARE_TEMPLATES function returns a number that you specify in the WHERE clause when querying the USER_REPCAT_TEMP_OUTPUT temporary view. For example, if the COMPARE_TEMPLATES procedure returns the number 10, you would execute the following SELECT statement to view all discrepancies between two specified templates (your SELECT statement returns no rows if the templates are identical):

SELECT TEXT FROM USER_REPCAT_TEMP_OUTPUT
   WHERE OUTPUT_ID =  10 ORDER BY LINE;

The contents of the USER_REPCAT_TEMP_OUTPUT temporary view are lost after you disconnect or a rollback has been performed.

Syntax

DBMS_REPCAT_RGT.COMPARE_TEMPLATES (
   source_template_name    IN   VARCHAR2,
   compare_template_name   IN   VARCHAR2)
  RETURN NUMBER;

Parameters

Table 21-12 COMPARE_TEMPLATES Function Parameters

ParameterDescription
source_template_name

Name of the first deployment template to be compared.

compare_template_name

Name of the second deployment template to be compared.


Exceptions

Table 21-13 COMPARE_TEMPLATES Function Exceptions

ExceptionDescription
miss_refresh_template

The deployment template name to be compared is invalid or does not exist.


Returns

Table 21-14 COMPARE_TEMPLATES Function Returns

Return ValueDescription

<system-generated number>

Specifies the number returned for the output_id value when you select from the USER_REPCAT_TEMP_OUTPUT temporary view to view the discrepancies between the compared templates.



COPY_TEMPLATE Function

This function enables you to copy a deployment template and is helpful when a new deployment template uses many of the objects contained in an existing deployment template. This function copies the deployment template, template objects, template parameters, and user parameter values. The DBA can optionally have the function copy the user authorizations for this template. The number returned by this function is used internally by Oracle to manage deployment templates.


Note:

The values in the DBA_REPCAT_TEMPLATE_SITES view are not copied.

This function also allows the DBA to copy a deployment template to another master site, which is helpful for deployment template distribution and to split network loads between multiple sites.

Syntax

DBMS_REPCAT_RGT.COPY_TEMPLATE (
   old_refresh_template_name     IN   VARCHAR2, 
   new_refresh_template_name     IN   VARCHAR2,
   copy_user_authorizations      IN   VARCHAR2,
   dblink                        IN   VARCHAR2 := NULL)
  RETURN NUMBER;

Parameters

Table 21-15 COPY_TEMPLATE Function Parameters

ParameterDescription
old_refresh_template_name

Name of the deployment template to be copied.

new_refresh_template_name

Name of the new deployment template.

copy_user_authorizations

Specifies whether the template authorizations for the original template should be copied for the new deployment template. Valid values for this parameter are Y, N, and NULL.

Note: All users must exist at the target database.

dblink

Optionally defines where the deployment template should be copied from (this is helpful to distribute deployment templates to other master sites). If none is specified, then the deployment template is copied from the local master site.


Exceptions

Table 21-16 COPY_TEMPLATE Function Exceptions

ExceptionDescription
miss_refresh_template

Deployment template name to be copied is invalid or does not exist.

dupl_refresh_template

Name of the new refresh template specified exists.

bad_copy_auth

Value specified for the copy_user_authorization parameter is invalid. Valid values are Y, N, and NULL.


Returns

Table 21-17 COPY_TEMPLATE Function Returns

Return ValueDescription

<system-generated number>

System-generated number used internally by Oracle.



CREATE_OBJECT_FROM_EXISTING Function

This function creates a template object definition from existing database objects and adds it to a target deployment template. The object DDL that created the original database object is executed when the target deployment template is instantiated at the remote materialized view site. This is ideal for adding existing triggers and procedures to your template. The number returned by this function is used internally by Oracle to manage deployment templates.

Syntax

DBMS_REPCAT_RGT.CREATE_OBJECT_FROM_EXISTING(
     refresh_template_name  IN   VARCHAR2,
     object_name            IN   VARCHAR2,
     sname                  IN   VARCHAR2,
     oname                  IN   VARCHAR2,
     otype                  IN   VARCHAR2)
   RETURN NUMBER;

Parameters

Table 21-18 CREATE_OBJECT_FROM_EXISTING Function Parameters

ParameterDescription
refresh_template_name

Name of the deployment template to which you want to add this object.

object_name

Optionally, the new name of the existing object that you are adding to your deployment template (enables you to define a new name for an existing object).

sname

The schema that contains the object that you are creating your template object from.

oname

Name of the object that you are creating your template object from.

otype

The type of database object that you are adding to the template (that is, PROCEDURE, TRIGGER, and so on). Objects of the following types can be specified (DATABASE LINK, MATERIALIZED VIEW, and MATERIALIZED VIEW are not valid object types for this function):

SEQUENCE               PROCEDURE
INDEX                  FUNCTION
TABLE                  PACKAGE
VIEW                   PACKAGE BODY
SYNONYM                TRIGGER

Exceptions

Table 21-19 CREATE_OBJECT_FROM_EXISTING Function Exceptions

ExceptionDescription
miss_refresh_template

The specified refresh template name is invalid or missing. Query the DBA_REPCAT_REFRESH_TEMPLATES view for a list of existing deployment templates.

bad_object_type

The object type is specified incorrectly.

dupl_template_object

An object of the same name and type has already been added to the specified deployment template.

objectmissing

The object specified does not exist.


Returns

Table 21-20 CREATE_OBJECT_FROM_EXISTING Function Returns

Return ValueDescription

<system-generated number>

System-generated number used internally by Oracle.



CREATE_REFRESH_TEMPLATE Function

This function creates the deployment template, which enables you to define the template name, private/public status, and target refresh group. Each time that you create a template object, user authorization, or template parameter, you reference the deployment template created with this function. This function adds a row to the DBA_REPCAT_REFRESH_TEMPLATES view. The number returned by this function is used internally by Oracle to manage deployment templates.

Syntax

DBMS_REPCAT_RGT.CREATE_REFRESH_TEMPLATE (
   owner                  IN   VARCHAR2, 
   refresh_group_name     IN   VARCHAR2, 
   refresh_template_name  IN   VARCHAR2, 
   template_comment       IN   VARCHAR2 := NULL,
   public_template        IN   VARCHAR2 := NULL,
   last_modified          IN   DATE := SYSDATE,
   modified_by            IN   VARCHAR2 := USER,
   creation_date          IN   DATE := SYSDATE,
   created_by             IN   VARCHAR2 := USER)
  RETURN NUMBER;

Parameters

Table 21-21 CREATE_REFRESH_TEMPLATE Function Parameters

ParameterDescription
owner

User name of the deployment template owner is specified with this parameter. If an owner is not specified, then the name of the user creating the template is automatically used.

refresh_group_name

Name of the refresh group that is created when this template is instantiated. All objects created by this template are assigned to the specified refresh group.

refresh_template_name

Name of the deployment template that you are creating. This name is referenced in all activities that involve this deployment template.

template_comment

User comments defined with this parameter are listed in the DBA_REPCAT_REFRESH_TEMPLATES view.

public_template

Specifies whether the deployment template is public or private. Only acceptable values are 'Y' and 'N' ('Y' = public and 'N' = private).

last_modified

The date of the last modification made to this deployment template. If a value is not specified, then the current date is automatically used.

modified_by

Name of the user who last modified this deployment template. If a value is not specified, then the current user is automatically used.

creation_date

The date that this deployment template was created. If a value is not specified, then the current date is automatically used.

created_by

Name of the user who created this deployment template. If a value is not specified, then the current user is automatically used.


Exceptions

Table 21-22 CREATE_REFRESH_TEMPLATE Function Exceptions

ExceptionDescription
dupl_refresh_template

A template with the specified name exists. See the ALL_REPCAT_REFRESH_TEMPLATES view to see a list of existing templates.

bad_public_template

The public_template parameter is specified incorrectly. The public_template parameter must be specified as a 'Y' for a public template or an 'N' for a private template.


Returns

Table 21-23 CREATE_REFRESH_TEMPLATE Function Returns

Return ValueDescription
<system-generated number>

System-generated number used internally by Oracle.



CREATE_TEMPLATE_OBJECT Function

This function adds object definitions to a target deployment template container. The specified object DDL is executed when the target deployment template is instantiated at the remote materialized view site. In addition to adding materialized views, this function can add tables, procedures, and other objects to your template. The number returned by this function is used internally by Oracle to manage deployment templates.

Syntax

DBMS_REPCAT_RGT.CREATE_TEMPLATE_OBJECT (
   refresh_template_name  IN   VARCHAR2, 
   object_name            IN   VARCHAR2, 
   object_type            IN   VARCHAR2,
   ddl_text               IN   CLOB,
   master_rollback_seg    IN   VARCHAR2 := NULL,
   flavor_id              IN   NUMBER := -1e-130)
  RETURN NUMBER;

Parameters

Table 21-24 CREATE_TEMPLATE_OBJECT Function Parameters

ParameterDescription
refresh_template_name

Name of the deployment template to which you want to add this object.

object_name

Name of the template object that you are creating.

object_type

The type of database object that you are adding to the template (that is, MATERIALIZED VIEW, TRIGGER, PROCEDURE, and so on). Objects of the following types can be specified:

MATERIALIZED VIEW     PROCEDURE
INDEX                 FUNCTION
TABLE                 PACKAGE
VIEW                  PACKAGE BODY
SYNONYM               TRIGGER
SEQUENCE              DATABASE LINK
ddl_text

Contains the DDL that creates the object that you are adding to the template. Be sure to end your DDL with a semicolon. You can use a colon (:) to create a template parameter for your template object. See Chapter 4, "Creating a Deployment Template" for more information.

When you add a materialized view with a CREATE MATERIALIZED VIEW statement, ensure that you specify the schema name of the owner of the master table in the materialized view query.

master_rollback_seg

Specifies the name of the rollback segment to use when executing the defined object DDL at the remote materialized view site.

flavor_id

This parameter is for internal use only.

Note: Do not set this parameter unless directed to do so by Oracle Support Services.


Exceptions

Table 21-25 CREATE_TEMPLATE_OBJECT Function Exceptions

ExceptionDescription
miss_refresh_template

Specified refresh template name is invalid or missing. Query the DBA_REPCAT_REFRESH_TEMPLATES view for a list of existing deployment templates.

bad_object_type

Object type is specified incorrectly. See Table 21-24 for a list of valid object types.

dupl_template_object

An object of the same name and type has already been added to the specified deployment template.


Returns

Table 21-26 CREATE_TEMPLATE_OBJECT Function Returns

Return ValueDescription

<system-generated number>

System-generated number used internally by Oracle.


Usage Notes

Because CREATE_TEMPLATE_OBJECT utilizes a CLOB, you must use the DBMS_LOB package when using the CREATE_TEMPLATE_OBJECT function. The following example illustrates how to use the DBMS_LOB package with the CREATE_TEMPLATE_OBJECT function:

DECLARE
   tempstring VARCHAR2(100);
   templob CLOB;
   a NUMBER;
BEGIN
   DBMS_LOB.CREATETEMPORARY(templob, TRUE, DBMS_LOB.SESSION);
   tempstring := 'CREATE MATERIALIZED VIEW mview_sales AS SELECT *
        FROM sales WHERE salesperson = :salesid';
   DBMS_LOB.WRITE(templob, length(tempstring), 1, tempstring);
   a := DBMS_REPCAT_RGT.CREATE_TEMPLATE_OBJECT(
        refresh_template_name => 'rgt_personnel',
        object_name => 'mview_sales',
        object_type => 'MATERIALIZED VIEW',
        ddl_text => templob,
        master_rollback_seg => 'RBS');
   DBMS_LOB.FREETEMPORARY(templob);
END;
/

CREATE_TEMPLATE_PARM Function

This function creates parameters for a specific deployment template to allow custom data sets to be created at the remote materialized view site. This function is only required when the DBA wants to define a set of template variables before adding any template objects. When objects are added to the template using the CREATE_TEMPLATE_OBJECT function, any variables in the object DDL are automatically added to the DBA_REPCAT_TEMPLATE_PARMS view.

The DBA typically uses the ALTER_TEMPLATE_PARM procedure to modify the default parameter values or prompt strings or both (see "ALTER_TEMPLATE_PARM Procedure" for more information). The number returned by this function is used internally by Oracle to manage deployment templates.

Syntax

DBMS_REPCAT_RGT.CREATE_TEMPLATE_PARM (
   refresh_template_name  IN   VARCHAR2, 
   parameter_name         IN   VARCHAR2,
   default_parm_value     IN   CLOB := NULL,
   prompt_string          IN   VARCHAR2 := NULL,
   user_override          IN   VARCHAR2 := NULL)
 RETURN NUMBER;

Parameters

Table 21-27 CREATE_TEMPLATE_PARM Function Parameters

ParameterDescription
refresh_template_name

Name of the deployment template for which you want to create the parameter.

parameter_name

Name of the parameter you are creating.

default_parm_value

Default values for this parameter are defined using this parameter. If a user parameter value or run-time parameter value is not present, then this default value is used during the instantiation process.

prompt_string

The descriptive prompt text that is displayed for this template parameter during the instantiation process.

user_override

Determines whether the user can override the default value if prompted during the instantiation process. The user is prompted if no user parameter value has been defined for this parameter. Set this parameter to 'Y' to allow a user to override the default value or set this parameter to 'N' to not allow an override.


Exceptions

Table 21-28 CREATE_TEMPLATE_PARM Function Exceptions

ExceptionDescription
miss_refresh_template

The specified refresh template name is invalid or missing.

dupl_template_parm

A parameter of the same name has already been defined for the specified deployment template.


Returns

Table 21-29 CREATE_TEMPLATE_PARM Function Returns

Return ValueDescription

<system-generated number>

System-generated number used internally by Oracle.


Usage Notes

Because the CREATE_TEMPLATE_PARM function utilizes a CLOB, you must use the DBMS_LOB package when using the CREATE_TEMPLATE_PARM function. The following example illustrates how to use the DBMS_LOB package with the CREATE_TEMPLATE_PARM function:

DECLARE
   tempstring VARCHAR2(100);
   templob CLOB;
   a NUMBER;
BEGIN
   DBMS_LOB.CREATETEMPORARY(templob, TRUE, DBMS_LOB.SESSION);
   tempstring := 'REGION 20';
   DBMS_LOB.WRITE(templob, length(tempstring), 1, tempstring);
   a := DBMS_REPCAT_RGT.CREATE_TEMPLATE_PARM(
        refresh_template_name => 'rgt_personnel',
        parameter_name => 'region',
        default_parm_value => templob,
        prompt_string => 'Enter your region ID:',
        user_override => 'Y');
   DBMS_LOB.FREETEMPORARY(templob);
END;
/

CREATE_USER_AUTHORIZATION Function

This function authorizes specific users to instantiate private deployment templates. Users not authorized for a private deployment template are not able to instantiate the private template. This function adds a row to the DBA_REPCAT_USER_AUTHORIZATIONS view.

Before you authorize a user, verify that the user exists at the master site where the user will instantiate the deployment template. The number returned by this function is used internally by Oracle to manage deployment templates.

Syntax

DBMS_REPCAT_RGT.CREATE_USER_AUTHORIZATION (
   user_name               IN   VARCHAR2, 
   refresh_template_name   IN   VARCHAR2)
 RETURN NUMBER;

Parameters

Table 21-30 CREATE_USER_AUTHORIZATION Function Parameters

ParameterDescription
user_name

Name of the user that you want to authorize to instantiate the specified template. Specify multiple users by separating user names with a comma (for example, 'john, mike, bob')

refresh_template_name

Name of the template that you want to authorize the specified user to instantiate.


Exceptions

Table 21-31 CREATE_USER_AUTHORIZATION Function Exceptions

ExceptionDescription
miss_user

User name supplied is invalid or does not exist.

miss_refresh_template

Refresh template name supplied is invalid or does not exist.

dupl_user_authorization

An authorization has already been created for the specified user and deployment template. See the ALL_REPCAT_USER_AUTHORIZATIONS view for a listing of template authorizations.


Returns

Table 21-32 CREATE_USER_AUTHORIZATION Function Returns

Return ValueDescription

<system-generated number>

System-generated number used internally by Oracle.



CREATE_USER_PARM_VALUE Function

This function predefines deployment template parameter values for specific users. For example, to predefine the region parameter as west for user 33456, use the this function.

Any values specified with this function take precedence over default values specified for the template parameter. The number returned by this function is used internally by Oracle to manage deployment templates.

Syntax

DBMS_REPCAT_RGT.CREATE_USER_PARM_VALUE (
   refresh_template_name    IN   VARCHAR2, 
   parameter_name           IN   VARCHAR2,
   user_name                IN   VARCHAR2,
   parm_value               IN   CLOB := NULL)
 RETURN NUMBER;

Parameters

Table 21-33 CREATE_USER_PARM_VALUE Function Parameters

ParameterDescription
refresh_template_name

Specifies the name of the deployment template that contains the parameter you are creating a user parameter value for.

parameter_name

Name of the template parameter that you are defining a user parameter value for.

user_name

Specifies the name of the user that you are predefining a user parameter value for.

parm_value

The predefined parameter value that will be used during the instantiation process initiated by the specified user.


Exceptions

Table 21-34 CREATE_USER_PARM_VALUE Function Exceptions

ExceptionDescription
miss_refresh_template

Specified deployment template name is invalid or missing.

dupl_user_parm_values

A parameter value for the specified user, parameter, and deployment template has already been defined. Query the DBA_REPCAT_USER_PARM_VALUES view for a listing of existing user parameter values.

miss_template_parm

Specified deployment template parameter name is invalid or missing.

miss_user

Specified user name is invalid or missing.


Returns

Table 21-35 CREATE_USER_PARM_VALUE Function Returns

Return ValueDescription

<system-generated number>

System-generated number used internally by Oracle.


Usage Notes

Because the CREATE_USER_PARM_VALUE function utilizes a CLOB, you must use the DBMS_LOB package when using the this function. The following example illustrates how to use the DBMS_LOB package with the CREATE_USER_PARM_VALUE function:

DECLARE
   tempstring VARCHAR2(100);
   templob CLOB;
   a NUMBER;
BEGIN
   DBMS_LOB.CREATETEMPORARY(templob, TRUE, DBMS_LOB.SESSION);
   tempstring := 'REGION 20';
   DBMS_LOB.WRITE(templob, length(tempstring), 1, tempstring);
   a := DBMS_REPCAT_RGT.CREATE_USER_PARM_VALUE(
        refresh_template_name => 'rgt_personnel',
        parameter_name => 'region',
        user_name => 'BOB',
        user_parm_value => templob);
   DBMS_LOB.FREETEMPORARY(templob);
END;
/

DELETE_RUNTIME_PARMS Procedure

Use this procedure before instantiating a deployment template to delete a run-time parameter value that you defined using the INSERT_RUNTIME_PARMS procedure.

Syntax

DBMS_REPCAT_RGT.DELETE_RUNTIME_PARMS(
   runtime_parm_id    IN   NUMBER, 
   parameter_name     IN   VARCHAR2);

Parameters

Table 21-36 DELETE_RUNTIME_PARMS Procedure Parameters

ParameterDescription
runtime_parm_id

Specifies the identification that you previously assigned the run-time parameter value to (this value was retrieved using the GET_RUNTIME_PARM_ID function).

parameter_name

Specifies the name of the parameter value that you want to drop (query the DBA_REPCAT_TEMPLATE_PARMS view for a list of deployment template parameters).


Exceptions

Table 21-37 DELETE_RUNTIME_PARMS Procedure Exceptions

ExceptionDescription
miss_template_parm

The specified deployment template parameter name is invalid or missing.



DROP_ALL_OBJECTS Procedure

This procedure allows the DBA to drop all objects or specific object types from a deployment template.


Caution:

This is a dangerous procedure that cannot be undone.


Syntax

DBMS_REPCAT_RGT.DROP_ALL_OBJECTS (
   refresh_template_name   IN   VARCHAR2,
   object_type             IN   VARCHAR2 := NULL);

Parameters

Table 21-38 DROP_ALL_OBJECTS Procedure Parameters

ParameterDescription
refresh_template_name

Name of the deployment template that contains the objects that you want to drop.

object_type

If NULL, then all objects in the template are dropped. If an object type is specified, then only objects of that type are dropped. Objects of the following types can be specified:

MATERIALIZED VIEW      PROCEDURE
INDEX                  FUNCTION
TABLE                  PACKAGE
VIEW                   PACKAGE BODY
SYNONYM                TRIGGER
SEQUENCE               DATABASE LINK

Exceptions

Table 21-39 DROP_ALL_OBJECTS Procedure Exceptions

ExceptionDescription
miss_refresh_template

Specified deployment template name is invalid or does not exist.

bad_object_type

Object type is specified incorrectly. See Table 21-38 for a list of valid object types.



DROP_ALL_TEMPLATE_PARMS Procedure

This procedure lets you drop template parameters for a specified deployment template. You can use this procedure to drop all parameters that are not referenced by a template object or to drop from the template all objects that reference any parameter, along with all of the parameters themselves.


Caution:

This is a dangerous procedure that cannot be undone.


Syntax

DBMS_REPCAT_RGT.DROP_ALL_TEMPLATE_PARMS (
   refresh_template_name   IN   VARCHAR2,
   drop_objects            IN   VARCHAR2 := N);

Parameters

Table 21-40 DROP_ALL_TEMPLATE_PARMS Procedure Parameters

ParameterDescription
refresh_template_name

Name of the deployment template that contains the parameters and objects that you want to drop.

drop_objects

If no value is specified, then this parameter defaults to N, which drops all parameters not referenced by a template object.

If Y is specified, then all objects that reference any template parameter and the template parameters themselves are dropped. The objects are dropped from the template, not from the database.


Exceptions

Table 21-41 DROP_ALL_TEMPLATE_PARMS Procedure Exceptions

ExceptionDescription
miss_refresh_template

Specified deployment template name is invalid or does not exist.



DROP_ALL_TEMPLATE_SITES Procedure

This procedure removes all entries from the DBA_REPCAT_TEMPLATE_SITES view, which keeps a record of sites that have instantiated a particular deployment template.


Caution:

This is a dangerous procedure that cannot be undone.

Syntax

DBMS_REPCAT_RGT.DROP_ALL_TEMPLATE_SITES (
   refresh_template_name   IN   VARCHAR2);

Parameter

Table 21-42 DROP_ALL_TEMPLATE_SITES Procedure Parameter

ParameterDescription
refresh_template_name

Name of the deployment template that contains the sites that you want to drop.


Exceptions

Table 21-43 DROP_ALL_TEMPLATE_SITES Procedure Exceptions

ExceptionDescription
miss_refresh_template

Specified deployment template name is invalid or does not exist.



DROP_ALL_TEMPLATES Procedure

This procedure removes all deployment templates at the site where the procedure is called.


Caution:

This is a dangerous procedure that cannot be undone.


Syntax

DBMS_REPCAT_RGT.DROP_ALL_TEMPLATES;

Parameters

None


DROP_ALL_USER_AUTHORIZATIONS Procedure

This procedure enables the DBA to drop all user authorizations for a specified deployment template. Executing this procedure removes rows from the DBA_REPCAT_USER_AUTHORIZATIONS view.

This procedure might be implemented after converting a private template to a public template and the user authorizations are no longer required.

Syntax

DBMS_REPCAT_RGT.DROP_ALL_USER_AUTHORIZATIONS (
   refresh_template_name   IN   VARCHAR2);

Parameters

Table 21-44 DROP_ALL_USER_AUTHORIZATIONS Procedure Parameters

ParameterDescription
refresh_template_name

Name of the deployment template that contains the user authorizations that you want to drop.


Exceptions

Table 21-45 DROP_ALL_USER_AUTHORIZATIONS Procedure Exceptions

ExceptionDescription
miss_refresh_template

Specified deployment template name is invalid or does not exist.



DROP_ALL_USER_PARM_VALUES Procedure

This procedure drops user parameter values for a specific deployment template. This procedure is very flexible and enables you to define a set of user parameter values to be deleted.

For example, defining the parameters shown in the following table has the described results.

ParameterResult of Defining the Parameter
refresh_template_nameDrops all user parameters for the specified deployment template
refresh_template_name and user_nameDrops all of the specified user parameters for the specified deployment template
refresh_template_name and parameter_nameDrops all user parameter values for the specified deployment template parameter
refresh_template_name, parameter_name, and user_nameDrops the specified user's value for the specified deployment template parameter (equivalent to drop_user_parm)

Syntax

DBMS_REPCAT_RGT.DROP_ALL_USER_PARM_VALUES (
   refresh_template_name   IN   VARCHAR2,
   user_name               IN   VARCHAR2,
   parameter_name          IN   VARCHAR2);

Parameters

Table 21-46 DROP_ALL_USER_PARM_VALUES Procedure Parameters


ParameterDescription
refresh_template_name

Name of the deployment template that contains the parameter values that you want to drop.

user_name

Name of the user whose parameter values you want to drop.

parameter_name

Template parameter that contains the values that you want to drop.


Exceptions

Table 21-47 DROP_ALL_USER_PARM_VALUES Procedure Exceptions

ExceptionDescription
miss_refresh_template

Deployment template name specified is invalid or does not exist.

miss_user

User name specified is invalid or does not exist.

miss_user_parm_values

Deployment template, user, and parameter combination does not exist in the DBA_REPCAT_USER_PARM_VALUES view.



DROP_REFRESH_TEMPLATE Procedure

This procedure drops a deployment template. Dropping a deployment template has a cascading effect, removing all related template parameters, user authorizations, template objects, and user parameters (this procedure does not drop template sites).

Syntax

DBMS_REPCAT_RGT.DROP_REFRESH_TEMPLATE (
   refresh_template_name  IN   VARCHAR2);

Parameters

Table 21-48 DROP_REFRESH_TEMPLATE Procedure Parameters

ParameterDescription
refresh_template_name

Name of the deployment template to be dropped.


Exceptions

Table 21-49 DROP_REFRESH_TEMPLATE Procedure Exceptions

ExceptionDescription
miss_refresh_template

The deployment template name specified is invalid or does not exist. Query the DBA_REPCAT_REFRESH_TEMPLATES view for a list of deployment templates.



DROP_SITE_INSTANTIATION Procedure

This procedure drops a template instantiation at any target site. This procedure removes all related metadata at the master site and disables the specified site from refreshing its materialized views.

Syntax

DBMS_REPCAT_RGT.DROP_SITE_INSTANTIATION (
     refresh_template_name  IN   VARCHAR2,
     user_name              IN   VARCHAR2,
     site_name              IN   VARCHAR2);

Parameters

Table 21-50 DROP_SITE_INSTANTIATION Procedure Parameters

ParameterDescription
refresh_template_name

The name of the template that contains the site to be dropped.

user_name

The name of the user who originally instantiated the template at the remote materialized view site. Query the ALL_REPCAT_TEMPLATE_SITES view to see the users that instantiated templates. See the ALL_REPCAT_TEMPLATE_SITES view for more information.

site_name

Identifies the template site to be dropped.


Exceptions

Table 21-51 DROP_SITE_INSTANTIATION Procedure Exceptions

ExceptionDescription
miss_refresh_template

The deployment template name specified is invalid or does not exist.

miss_user

The user name specified does not exist.

miss_template_site

The deployment template has not been instantiated for user and site.



DROP_TEMPLATE_OBJECT Procedure

This procedure removes a template object from a specific deployment template. For example, a DBA would use this procedure to remove an outdated materialized view from a deployment template. Changes made to the template are reflected at new sites instantiating the deployment template. Remote sites that have already instantiated the template must reinstantiate the deployment template to apply the changes.

Syntax

DBMS_REPCAT_RGT.DROP_TEMPLATE_OBJECT (
   refresh_template_name  IN   VARCHAR2, 
   object_name            IN   VARCHAR2,
   object_type            IN   VARCHAR2);

Parameters

Table 21-52 DROP_TEMPLATE_OBJECT Procedure Parameters

ParameterDescription
refresh_template_name

Name of the deployment template from which you are dropping the object.

object_name

Name of the template object to be dropped.

object_type

The type of object that is to be dropped. Objects of the following types can be specified:

MATERIALIZED VIEW       PROCEDURE
INDEX                   FUNCTION
TABLE                   PACKAGE
VIEW                    PACKAGE BODY
SYNONYM                 TRIGGER
SEQUENCE                DATABASE LINK

Exceptions

Table 21-53 DROP_TEMPLATE_OBJECT Procedure Exceptions

ExceptionDescription
miss_refresh_template

The deployment template name specified is invalid or does not exist.

miss_template_object

The template object specified is invalid or does not exist. Query the DBA_REPCAT_TEMPLATE_OBJECTS view to see a list of deployment template objects.



DROP_TEMPLATE_PARM Procedure

This procedure removes an existing template parameter from the DBA_REPCAT_TEMPLATE_PARMS view. This procedure is useful when you have dropped a template object and a particular parameter is no longer needed.

Syntax

DBMS_REPCAT_RGT.DROP_TEMPLATE_PARM (
   refresh_template_name  IN   VARCHAR2, 
   parameter_name         IN   VARCHAR2);

Parameters

Table 21-54 DROP_TEMPLATE_PARM Procedure Parameters

ParameterDescription
refresh_template_name

The deployment template name that has the parameter that you want to drop

parameter_name

Name of the parameter that you want to drop.


Exceptions

Table 21-55 DROP_TEMPLATE_PARM Procedure Exceptions

ExceptionDescription
miss_refresh_template

The deployment template name specified is invalid or does not exist.

miss_template_parm

The parameter name specified is invalid or does not exist. Query the DBA_REPCAT_TEMPLATE_PARMS view to see a list of template parameters.



DROP_USER_AUTHORIZATION Procedure

This procedure removes a user authorization entry from the DBA_REPCAT_USER_AUTHORIZATIONS view. This procedure is used when removing a user's template authorization. If a user's authorization is removed, then the user is no longer able to instantiate the target deployment template.

Syntax

DBMS_REPCAT_RGT.DROP_USER_AUTHORIZATION (
   refresh_template_name   IN   VARCHAR2,
   user_name               IN   VARCHAR2);

Parameters

Table 21-56 DROP_USER_AUTHORIZATION Procedure Parameters

ParameterDescription
refresh_template_name

Name of the deployment template from which the user's authorization is being removed.

user_name

Name of the user whose authorization is being removed.


Exceptions

Table 21-57 DROP_USER_AUTHORIZATION Procedure Exceptions

ExceptionDescription
miss_user

Specified user name is invalid or does not exist.

miss_user_authorization

Specified user and deployment template combination does not exist. Query the DBA_REPCAT_USER_AUTHORIZATIONS view to see a list of user/deployment template authorizations.

miss_refresh_template

Specified deployment template name is invalid or does not exist.



DROP_USER_PARM_VALUE Procedure

This procedure removes a predefined user parameter value for a specific deployment template. This procedure is often executed after a user's template authorization has been removed.

Syntax

DBMS_REPCAT_RGT.DROP_USER_PARM_VALUE (
   refresh_template_name    IN   VARCHAR2, 
   parameter_name           IN   VARCHAR2,
   user_name                IN   VARCHAR2);

Parameters

Table 21-58 DROP_USER_PARM_VALUE Procedure Parameters

ParameterDescription
refresh_template_name

Deployment template name that contains the parameter value that you want to drop.

parameter_name

Parameter name that contains the predefined value that you want to drop.

user_name

Name of the user whose parameter value you want to drop.


Exceptions

Table 21-59 DROP_USER_PARM_VALUE Procedure Exceptions

ExceptionDescription

miss_refresh_template

Deployment template name specified is invalid or does not exist.

miss_user

User name specified is invalid or does not exist.

miss_user_parm_values

Deployment template, user, and parameter combination does not exist in the DBA_REPCAT_USER_PARM_VALUES view.



GET_RUNTIME_PARM_ID Function

This function retrieves an identification to be used when defining a run-time parameter value. All run-time parameter values are assigned to this identification and are also used during the instantiation process.

Syntax

DBMS_REPCAT_RGT.GET_RUNTIME_PARM_ID
  RETURN NUMBER;

Parameters

None

Returns

Table 21-60 GET_RUNTIME_PARM_ID Function Returns

Return ValueCorresponding Data Type

<system-generated number>

Runtime parameter values are assigned to the system-generated number and are also used during the instantiation process.



INSERT_RUNTIME_PARMS Procedure

This procedure defines run-time parameter values before instantiating a template. Use this procedure to define parameter values when no user parameter values have been defined and you do not want to accept the default parameter values.

Before using the this procedure, be sure to execute the GET_RUNTIME_PARM_ID function to retrieve a parameter identification to use when inserting a run-time parameter. This identification is used for defining run-time parameter values and instantiating deployment templates.

Syntax

DBMS_REPCAT_RGT.INSERT_RUNTIME_PARMS (
   runtime_parm_id    IN   NUMBER, 
   parameter_name     IN   VARCHAR2,
   parameter_value    IN   CLOB);

Parameters

Table 21-61 INSERT_RUNTIME_PARMS Procedure Parameters

ParameterDescription
runtime_parm_id

The identification retrieved by the GET_RUNTIME_PARM_ID function. This identification is also used when instantiating the deployment template. Be sure to use the same identification for all parameter values for a deployment template.

parameter_name

Name of the template parameter for which you are defining a run-time parameter value. Query the DBA_REPCAT_TEMPLATE_PARMS view for a list of template parameters.

parameter_value

The run-time parameter value that you want to use during the deployment template instantiation process.


Exceptions

Table 21-62 INSERT_RUNTIME_PARMS Procedure Exceptions

ExceptionDescription

miss_refresh_template

The deployment template name specified is invalid or does not exist.

miss_user

The user name specified is invalid or does not exist.

miss_user_parm_values

The deployment template, user, and parameter combination does not exist in the DBA_REPCAT_USER_PARM_VALUES view.


Usage Notes

Because the this procedure utilizes a CLOB, you must use the DBMS_LOB package when using the INSERT_RUNTIME_PARMS procedure. The following example illustrates how to use the DBMS_LOB package with the INSERT_RUNTIME_PARMS procedure:

DECLARE
   tempstring VARCHAR2(100);
   templob CLOB;
BEGIN
   DBMS_LOB.CREATETEMPORARY(templob, TRUE, DBMS_LOB.SESSION);
   tempstring := 'REGION 20';
   DBMS_LOB.WRITE(templob, length(tempstring), 1, tempstring);
   DBMS_REPCAT_RGT.INSERT_RUNTIME_PARMS(
      runtime_parm_id => 20,
      parameter_name => 'region',
      parameter_value => templob);
   DBMS_LOB.FREETEMPORARY(templob);
END;
/

INSTANTIATE_OFFLINE Function

This function generates a script at the master site that is used to create the materialized view environment at the remote materialized view site while the materialized view site disconnected from the master (that is, while the materialized view site is offline). This generated script should be used at remote materialized view sites that are not able to remain connected to the master site for an extended amount of time, as the instantiation process at the remote materialized view site might be lengthy (depending on the amount of data that is populated to the new materialized views). This function must be executed separately for each user instantiation.

The script generated by this function is stored in the USER_REPCAT_TEMP_OUTPUT temporary view and is used by several Oracle tools, including the Advanced Replication interface in Oracle Enterprise Manager, during the distribution of deployment templates. The number returned by this function is used to retrieve the appropriate information from the USER_REPCAT_TEMP_OUTPUT temporary view.


Note:

This function is used to perform an offline instantiation of a deployment template. Additionally, this function is for replication administrators who are instantiating for another user. Users wanting to perform their own instantiation should use the public version of the INSTANTIATE_OFFLINE function. See the "INSTANTIATE_OFFLINE Function" for more information.

This function should not be confused with the procedures in the DBMS_OFFLINE_OG package (used for performing an offline instantiation of a master table). See the documentation for this package for more information about their usage.


Syntax

DBMS_REPCAT_RGT.INSTANTIATE_OFFLINE(
     refresh_template_name   IN   VARCHAR2,
     site_name               IN   VARCHAR2, 
     user_name               IN   VARCHAR2  := NULL,
     runtime_parm_id         IN   NUMBER    := -1e-130,
     next_date               IN   DATE      := SYSDATE,
     interval                IN   VARCHAR2  := 'SYSDATE + 1',
     use_default_gowner      IN   BOOLEAN   := TRUE)
   RETURN NUMBER;

Parameters

Table 21-63 INSTANTIATE_OFFLINE Function Parameters

ParameterDescription
refresh_template_name

Name of the deployment template to be instantiated.

site_name

Name of the remote site that is instantiating the deployment template.

user_name

Name of the authorized user who is instantiating the deployment template.

runtime_parm_id

If you have defined run-time parameter values using the INSERT_RUNTIME_PARMS procedure, then specify the identification used when creating the run-time parameters (the identification was retrieved by using the GET_RUNTIME_PARM_ID function).

next_date

Specifies the next refresh date value to be used when creating the refresh group.

interval

Specifies the refresh interval to be used when creating the refresh group.

use_default_gowner

If TRUE, then any materialized view groups created are owned by the default user PUBLIC. If FALSE, then any materialized view groups created are owned by the user performing the instantiation.


Exceptions

Table 21-64 INSTANTIATE_OFFLINE Function Exceptions

ExceptionDescription
miss_refresh_template

Deployment template name specified is invalid or does not exist.

miss_user

Name of the authorized user is invalid or does not exist. Verify that the specified user is listed in the DBA_REPCAT_USER_AUTHORIZATIONS view. If user is not listed, then the specified user is not authorized to instantiate the target deployment template.


Returns

Table 21-65 INSTANTIATE_OFFLINE Function Returns

Return ValueDescription

<system-generated number>

Specifies the generated system number for the output_id when you select from the USER_REPCAT_TEMP_OUTPUT temporary view to retrieve the generated instantiation script.



INSTANTIATE_ONLINE Function

This function generates a script at the master site that is used to create the materialized view environment at the remote materialized view site while the materialized view site is connected to the master (that is, while the materialized view site is online). This generated script should be used at remote materialized view sites that are able to remain connected to the master site for an extended amount of time, as the instantiation process at the remote materialized view site might be lengthy (depending on the amount of data that is populated to the new materialized views). This function must be executed separately for each user instantiation.

The script generated by this function is stored in the USER_REPCAT_TEMP_OUTPUT temporary view and is used by several Oracle tools, including the Advanced Replication interface in Oracle Enterprise Manager, during the distribution of deployment templates. The number returned by this function is used to retrieve the appropriate information from the USER_REPCAT_TEMP_OUTPUT temporary view.


Note:

This function is for replication administrators who are instantiating for another user. Users wanting to perform their own instantiation should use the public version of the INSTANTIATE_OFFLINE function, described in "INSTANTIATE_OFFLINE Function" section.

Syntax

DBMS_REPCAT_RGT.INSTANTIATE_ONLINE(
   refresh_template_name   IN   VARCHAR2,
   site_name               IN   VARCHAR2  := NULL,
   user_name               IN   VARCHAR2  := NULL, 
   runtime_parm_id         IN   NUMBER    := -1e-130,
   next_date               IN   DATE      := SYSDATE,
   interval                IN   VARCHAR2  := 'SYSDATE + 1',
   use_default_gowner      IN   BOOLEAN   := TRUE)
 RETURN NUMBER;

Parameters

Table 21-66 INSTANTIATE_ONLINE Function Parameters

ParameterDescription
refresh_template_name

Name of the deployment template to be instantiated.

site_name

Name of the remote site that is instantiating the deployment template.

user_name

Name of the authorized user who is instantiating the deployment template.

runtime_parm_id

If you have defined run-time parameter values using the INSERT_RUNTIME_PARMS procedure, then specify the identification used when creating the run-time parameters (the identification was retrieved by using the GET_RUNTIME_PARM_ID function).

next_date

Specifies the next refresh date value to be used when creating the refresh group.

interval

Specifies the refresh interval to be used when creating the refresh group.

use_default_gowner

If TRUE, then any materialized view groups created are owned by the default user PUBLIC. If FALSE, then any materialized view groups created are owned by the user performing the instantiation.


Exceptions

Table 21-67 INSTANTIATE_ONLINE Function Exceptions

ExceptionDescription
miss_refresh_template

Specified deployment template name is invalid or does not exist.

miss_user

Name of the authorized user is invalid or does not exist. Verify that the specified user is listed in the DBA_REPCAT_USER_AUTHORIZATIONS view. If user is not listed, then the specified user is not authorized to instantiate the target deployment template.

bad_parms

Not all of the template parameters were populated by the defined user parameter values or template default values or both. The number of predefined values might not have matched the number of template parameters or a predefined value was invalid for the target parameter (that is, type mismatch).


Returns

Table 21-68 INSTANTIATE_ONLINE Function Returns

Return ValueDescription

<system-generated number>

Specifies the system-generated number for the output_id when you select from the USER_REPCAT_TEMP_OUTPUT temporary view to retrieve the generated instantiation script.



LOCK_TEMPLATE_EXCLUSIVE Procedure

When a deployment template is being updated or modified, use the LOCK_TEMPLATE_EXCLUSIVE procedure to prevent users from reading or instantiating the template.

The lock is released when a ROLLBACK or COMMIT is performed.


Note:

This procedure should be executed before you make any modifications to your deployment template.

Syntax

DBMS_REPCAT_RGT.LOCK_TEMPLATE_EXCLUSIVE();

Parameters

None


LOCK_TEMPLATE_SHARED Procedure

The LOCK_TEMPLATE_SHARED procedure is used to make a specified deployment template "read-only." This procedure should be called before instantiating a template, as this ensures that nobody can change the deployment template while it is being instantiated.

The lock is released when a ROLLBACK or COMMIT is performed.

Syntax

DBMS_REPCAT_RGT.LOCK_TEMPLATE_SHARED();

Parameters

None

PK ^PKy$AOEBPS/rarrcatpac.htm DBMS_REPCAT

18 DBMS_REPCAT

DBMS_REPCAT provides routines to administer and update the replication catalog and environment.

This chapter contains this topic:


Summary of DBMS_REPCAT Subprograms

Table 18-1 DBMS_REPCAT Package Subprograms

SubprogramDescription

"ADD_GROUPED_COLUMN Procedure"


Adds members to an existing column group.

"ADD_MASTER_DATABASE Procedure"


Adds another master site to your replication environment.

"ADD_NEW_MASTERS Procedure"


Adds the master sites in the DBA_REPSITES_NEW data dictionary view to the replication catalog at all available master sites.

"ADD_PRIORITY_datatype Procedure"


Adds a member to a priority group.

"ADD_SITE_PRIORITY_SITE Procedure"


Adds a new site to a site priority group.

"ADD_conflicttype_RESOLUTION Procedure"


Designates a method for resolving an update, delete, or uniqueness conflict.

"ALTER_CATCHUP_PARAMETERS Procedure"


Alters the values for parameters stored in the DBA_REPEXTENSIONS data dictionary view.

"ALTER_MASTER_PROPAGATION Procedure"


Alters the propagation method for a specified replication group at a specified master site.

"ALTER_MASTER_REPOBJECT Procedure"


Alters an object in your replication environment.

"ALTER_MVIEW_PROPAGATION Procedure"


Alters the propagation method for a specified replication group at the current materialized view site.

"ALTER_PRIORITY Procedure"


Alters the priority level associated with a specified priority group member.

"ALTER_PRIORITY_datatype Procedure"


Alters the value of a member in a priority group.

"ALTER_SITE_PRIORITY Procedure"


Alters the priority level associated with a specified site.

"ALTER_SITE_PRIORITY_SITE Procedure"


Alters the site associated with a specified priority level.

"CANCEL_STATISTICS Procedure"


Stops collecting statistics about the successful resolution of update, uniqueness, and delete conflicts for a table.

"COMMENT_ON_COLUMN_GROUP Procedure"


Updates the comment field in the ALL_REPCOLUMN_GROUP view for a column group.

"COMMENT_ON_MVIEW_REPSITES Procedure"


Updates the SCHEMA_COMMENT field in the ALL_REPGROUP view for a materialized view site.

"COMMENT_ON_PRIORITY_GROUP Procedures"


Updates the comment field in the ALL_REPPRIORITY_GROUP view for a priority group.

"COMMENT_ON_REPGROUP Procedure"


Updates the comment field in the ALL_REPGROUP view for a master group.

"COMMENT_ON_REPOBJECT Procedure"


Updates the comment field in the ALL_REPOBJECT view for a replicated object.

"COMMENT_ON_REPSITES Procedure"


Updates the comment field in the ALL_REPSITE view for a replicated site.

"COMMENT_ON_SITE_PRIORITY Procedure"


Updates the comment field in the ALL_REPPRIORITY_GROUP view for a site priority group.

"COMMENT_ON_conflicttype_RESOLUTION Procedure"


Updates the comment field in the ALL_REPRESOLUTION view for a conflict resolution routine.

"COMPARE_OLD_VALUES Procedure"


Specifies whether to compare old column values at each master site for each nonkey column of a replicated table for updates and deletes.

"CREATE_MASTER_REPGROUP Procedure"


Creates a new, empty, quiesced master group.

"CREATE_MASTER_REPOBJECT Procedure"


Specifies that an object is a replicated object.

"CREATE_MVIEW_REPGROUP Procedure"


Creates a new, empty materialized view group in your local database.

"CREATE_MVIEW_REPOBJECT Procedure"


Adds a replicated object to a materialized view group.

"DEFINE_COLUMN_GROUP Procedure"


Creates an empty column group.

"DEFINE_PRIORITY_GROUP Procedure"


Creates a new priority group for a master group.

"DEFINE_SITE_PRIORITY Procedure"


Creates a new site priority group for a master group.

"DO_DEFERRED_REPCAT_ADMIN Procedure"


Executes the local outstanding deferred administrative procedures for the specified master group at the current master site, or for all master sites.

"DROP_COLUMN_GROUP Procedure"


Drops a column group.

"DROP_GROUPED_COLUMN Procedure"


Removes members from a column group.

"DROP_MASTER_REPGROUP Procedure"


Drops a master group from your current site.

"DROP_MASTER_REPOBJECT Procedure"


Drops a replicated object from a master group.

"DROP_MVIEW_REPGROUP Procedure"


Drops a replicated object from a master group.

"DROP_MVIEW_REPGROUP Procedure"


Drops a materialized view site from your replication environment.

"DROP_MVIEW_REPOBJECT Procedure"


Drops a replicated object from a materialized view site.

"DROP_PRIORITY Procedure"


Drops a member of a priority group by priority level.

"DROP_PRIORITY_GROUP Procedure"


Drops a priority group for a specified master group.

"DROP_PRIORITY_datatype Procedure"


Drops a member of a priority group by value.

"DROP_SITE_PRIORITY Procedure"


Drops a site priority group for a specified master group.

"DROP_SITE_PRIORITY_SITE Procedure"


Drops a specified site, by name, from a site priority group.

"DROP_conflicttype_RESOLUTION Procedure"


Drops an update, delete, or uniqueness conflict resolution method.

"EXECUTE_DDL Procedure"


Supplies DDL that you want to have executed at each master site.

"GENERATE_MVIEW_SUPPORT Procedure"


Activates triggers and generate packages needed to support the replication of updatable materialized views or procedural replication.

"GENERATE_REPLICATION_SUPPORT Procedure"


Generates the triggers, packages, and procedures needed to support replication for a specified object.

"MAKE_COLUMN_GROUP Procedure"


Creates a new column group with one or more members.

"PREPARE_INSTANTIATED_MASTER Procedure"


Changes the global name of the database you are adding to a master group.

"PURGE_MASTER_LOG Procedure"


Removes local messages in the DBA_REPCATLOG associated with a specified identification number, source, or master group.

"PURGE_STATISTICS Procedure"


Removes information from the ALL_REPRESOLUTION_STATISTICS view.

"REFRESH_MVIEW_REPGROUP Procedure"


Refreshes a materialized view group with the most recent data from its associated master site or master materialized view site.

REGISTER_MVIEW_REPGROUP Procedure


Facilitates the administration of materialized views at their respective master sites or master materialized view sites by inserting, modifying, or deleting from DBA_REGISTERED_MVIEW_GROUPS.

"REGISTER_STATISTICS Procedure"


Collects information about the successful resolution of update, delete, and uniqueness conflicts for a table.

"RELOCATE_MASTERDEF Procedure"


Changes your master definition site to another master site in your replication environment.

"REMOVE_MASTER_DATABASES Procedure"


Removes one or more master databases from a replication environment.

"RENAME_SHADOW_COLUMN_GROUP Procedure"


Renames the shadow column group of a replicated table to make it a named column group.

"REPCAT_IMPORT_CHECK Procedure"


Ensures that the objects in the master group have the appropriate object identifiers and status values after you perform an export/import of a replicated object or an object used by the advanced replication facility.

"RESUME_MASTER_ACTIVITY Procedure"


Resumes normal replication activity after quiescing a replication environment.

"RESUME_PROPAGATION_TO_MDEF Procedure"


Indicates that export is effectively finished and propagation for both extended and unaffected replication groups existing at master sites can be enabled.

"SEND_OLD_VALUES Procedure"


Specifies whether to send old column values for each nonkey column of a replicated table for updates and deletes.

"SET_COLUMNS Procedure"


Specifies use of an alternate column or group of columns, instead of the primary key, to determine which columns of a table to compare when using row-level replication.

"SPECIFY_NEW_MASTERS Procedure"


Specifies the master sites you intend to add to an existing replication group without quiescing the group.

"STREAMS_MIGRATION Procedure"


Generates a migration script that migrates an Advanced Replication environment to a Streams environment.

"SUSPEND_MASTER_ACTIVITY Procedure"


Suspends replication activity for a master group.

"SWITCH_MVIEW_MASTER Procedure"


Changes the master site of a materialized view group to another master site.

"UNDO_ADD_NEW_MASTERS_REQUEST Procedure"


Undoes all of the changes made by the SPECIFY_NEW_MASTERS and ADD_NEW_MASTERS procedures for a specified extension_id.

"UNREGISTER_MVIEW_REPGROUP Procedure"


Facilitates the administration of materialized views at their respective master sites and master materialized view sites by inserting, modifying, or deleting from DBA_REGISTERED_MVIEW_GROUPS.

"VALIDATE Function"


Validates the correctness of key conditions of a multimaster replication environment.

"WAIT_MASTER_LOG Procedure"


Determines whether changes that were asynchronously propagated to a master site have been applied.



ADD_GROUPED_COLUMN Procedure

This procedure adds members to an existing column group. You must call this procedure from the master definition site.

Syntax

DBMS_REPCAT.ADD_GROUPED_COLUMN ( 
   sname                 IN   VARCHAR2,
   oname                 IN   VARCHAR2,
   column_group          IN   VARCHAR2,
   list_of_column_names  IN   VARCHAR2 | DBMS_REPCAT.VARCHAR2S);

Parameters

Table 18-2 ADD_GROUPED_COLUMN Procedure Parameters

ParameterDescription
sname

Schema in which the replicated table is located.

oname

Name of the replicated table with which the column group is associated. The table can be the storage table of a nested table.

column_group

Name of the column group to which you are adding members.

list_of_column_names

Names of the columns that you are adding to the designated column group. This can either be a comma-delimited list or a PL/SQL associative array of column names. The PL/SQL associative array must be of type DBMS_REPCAT.VARCHAR2S. Use the single value '*' to create a column group that contains all of the columns in your table.

You can specify column objects, but you cannot specify attributes of column objects.

If the table is an object, then you can specify SYS_NC_OID$ to add the object identifier column to the column group. This column tracks the object identifier of each row object.

If the table is a storage table of a nested table, then you can specify NESTED_TABLE_ID to add the column that tracks the identifier for each row of the nested table.


Exceptions

Table 18-3 ADD_GROUPED_COLUMN Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingobject

Specified table does not exist.

missinggroup

Specified column group does not exist.

missingcolumn

Specified column does not exist in the specified table.

duplicatecolumn

Specified column is already a member of another column group.

missingschema

Specified schema does not exist.

notquiesced

Replication group to which the specified table belongs is not quiesced.



ADD_MASTER_DATABASE Procedure

This procedure adds another master site to your replication environment. This procedure regenerates all the triggers and their associated packages at existing master sites. You must call this procedure from the master definition site.

Syntax

DBMS_REPCAT.ADD_MASTER_DATABASE (
   gname                 IN   VARCHAR2,
   master                IN   VARCHAR2, 
   use_existing_objects  IN   BOOLEAN  := TRUE, 
   copy_rows             IN   BOOLEAN  := TRUE,
   comment               IN   VARCHAR2 := '',
   propagation_mode      IN   VARCHAR2 := 'ASYNCHRONOUS',
   fname                 IN   VARCHAR2 := NULL);

Parameters

Table 18-4 ADD_MASTER_DATABASE Procedure Parameters

ParameterDescription
gname

Name of the replication group being replicated. This replication group must exist at the master definition site.

master

Fully qualified database name of the new master database.

use_existing_objects

Indicate TRUE to reuse any objects of the same type and shape that exist in the schema at the new master site.

copy_rows

Indicate TRUE if you want the initial contents of a table at the new master site to match the contents of the table at the master definition site.

comment

This comment is added to the MASTER_COMMENT field of the DBA_REPSITES view.

propagation_mode

Method of forwarding changes to and receiving changes from new master database. Accepted values are synchronous and asynchronous.

fname

This parameter is for internal use only.

Note: Do not set this parameter unless directed to do so by Oracle Support Services.


Exceptions

Table 18-5 ADD_MASTER_DATABASE Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

notquiesced

Replication has not been suspended for the master group.

missingrepgroup

Replication group does not exist at the specified database site.

commfailure

New master is not accessible.

typefailure

An incorrect propagation mode was specified.

duplrepgrp

Master site exists.



ADD_NEW_MASTERS Procedure

This procedure adds the master sites in the DBA_REPSITES_NEW data dictionary view to the master groups specified when the SPECIFY_NEW_MASTERS procedure was run. Information about these new master sites are added to the replication catalog at all available master sites.

All master sites instantiated with object-level export/import must be accessible at this time. Their new replication groups are added in the quiesced state. Master sites instantiated through full database export/import or through changed-based recovery do not need to be accessible.

Run this procedure after you run the SPECIFY_NEW_MASTERS procedure.


Caution:

After running this procedure, do not disable or enable propagation of the deferred transactions queue until after the new master sites are added. The DBA_REPEXTENSIONS data dictionary view must be clear before you disable or enable propagation. You can use the Advanced Replication interface in Oracle Enterprise Manager or the SET_DISABLED procedure in the DBMS_DEFER_SYS package to disable or enable propagation.


See Also:


Syntax

DBMS_REPCAT.ADD_NEW_MASTERS (
   export_required                IN    BOOLEAN,
   { available_master_list        IN    VARCHAR2, 
   | available_master_table       IN    DBMS_UTILITY.DBLINK_ARRAY,}
   masterdef_flashback_scn        OUT   NUMBER,   
   extension_id                   OUT   RAW,   
   break_trans_to_masterdef       IN    BOOLEAN   := FALSE,    
   break_trans_to_new_masters     IN    BOOLEAN   := FALSE,    
   percentage_for_catchup_mdef    IN    BINARY_INTEGER  := 100,    
   cycle_seconds_mdef             IN    BINARY_INTEGER  := 60,    
   percentage_for_catchup_new     IN    BINARY_INTEGER  := 100,    
   cycle_seconds_new              IN    BINARY_INTEGER  := 60);

Note:

This procedure is overloaded. The available_master_list and available_master_table parameters are mutually exclusive.

Parameters

Table 18-6 ADD_NEW_MASTERS Procedure Parameters

ParameterDescription
export_required

Set to TRUE if either object-level or full database export is required for at least one of the new master sites. Set to FALSE if you are using change-based recovery for all of the new master sites.

available_master_list

A comma-delimited list of the new master sites to be instantiated using object-level export/import. The sites listed must match the sites specified in the SPECIFY_NEW_MASTERS procedure. List only the new master sites, not the existing master sites. Do not put any spaces between site names.

Specify NULL if all masters will be instantiated using full database export/import or change-based recovery.

available_master_table

A table that lists the new master sites to be instantiated using object-level export/import. The sites in the table must match the sites specified in the SPECIFY_NEW_MASTERS procedure. Do not specify masters that will be instantiated using full database export/import or change-based recovery.

In the table that lists the master sites to be instantiated using object-level export/import, list only the new master sites for the master groups being extended. Do not list the existing master sites in the master groups being extended. The first master site should be at position 1, the second at position 2, and so on.

masterdef_flashback_scn

This OUT parameter returns a system change number (SCN) that must be used during export or change-based recovery. Use the value returned by this parameter for the FLASHBACK_SCN export parameter when you perform the export. You can find the flashback_scn value by querying the DBA_REPEXTENSIONS data dictionary view.

extension_id

This OUT parameter returns an identifier for the current pending request to add master databases without quiesce. You can find the extension_id by querying the DBA_REPSITES_NEW and DBA_REPEXTENSIONS data dictionary views.

break_trans_to_masterdef

This parameter is meaningful only if export_required is set to TRUE.

If break_trans_to_masterdef is set to TRUE, then existing masters can continue to propagate their deferred transactions to the master definition site for replication groups that are not adding master sites. Deferred transactions for replication groups that are adding master sites cannot be propagated until the export completes.

Each deferred transaction is composed of one or more remote procedure calls (RPCs). If set to FALSE and a transaction occurs that references objects in both unaffected master groups and master groups that are being extended, then the transaction might be split into two parts and sent to a destination in two separate transactions at different times. Such transactions are called split-transactions. If split-transactions are possible, then you must disable integrity constraints that might be violated by this behavior until the new master sites are added.

If break_trans_to_masterdef is set to FALSE, then existing masters cannot propagate their deferred transactions to the master definition site.

break_trans_to_new_masters

If break_trans_to_new_masters is set to TRUE, then existing master sites can continue to propagate deferred transactions to the new master sites for replication groups that are not adding master sites.

Each deferred transaction is composed of one or more remote procedure calls (RPCs). If set to TRUE and a transaction occurs that references objects in both unaffected master groups and master groups that are being extended, then the transaction might be split into two parts and sent to a destination in two separate transactions at different times. Such transactions are called split-transactions. If split-transactions are possible, then you must disable integrity constraints that might be violated by this behavior until the new master sites are added.

If break_trans_to_new_masters is set to FALSE, then propagation of deferred transaction queues to the new masters is disabled.

percentage_for_catchup_mdef

This parameter is meaningful only if export_required and break_trans_to_masterdef are both set to TRUE.

The percentage of propagation resources to use for catching up propagation to the master definition site. Must be a multiple of 10 and must be between 0 and 100.

cycle_seconds_mdef

This parameter is meaningful when percentage_for_catchup_mdef is both meaningful and set to a value between 10 and 90, inclusive. In this case, propagation to the master definition site alternates between replication groups that are not being extended and replication groups that are being extended, with one push to each during each cycle. This parameter indicates the length of the cycle in seconds.

percentage_for_catchup_new

This parameter is meaningful only if break_trans_to_new_masters is set to TRUE.

The percentage of propagation resources to use for catching up propagation to new master sites. Must be a multiple of 10 and must be between 0 and 100.

cycle_seconds_new

This parameter is meaningful when percentage_for_catchup_new is both meaningful and set to a value between 10 and 90, inclusive. In this case, propagation to a new master alternates between replication groups that are not being extended and replication groups that are being extended, with one push to each during each cycle. This parameter indicates the length of the cycle in seconds.


Exceptions

Table 18-7 ADD_NEW_MASTERS Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

typefailure

The parameter value specified for one of the parameters is not appropriate.

novalidextreq

No valid extension request. The extension_id is not valid.

nonewsites

No new master sites to be added for the specified extension request.

notanewsite

Not a new site for extension request. A site was specified that was not specified when you ran the SPECIFY_NEW_MASTERS procedure.

dbnotcompatible

Feature is incompatible with database version. All databases must be at 9.2.0 or higher compatibility level.


Usage Notes

For a new master site to be instantiated using change-based recovery or full database export/import, the following conditions apply:

  • The new master sites cannot have any existing replication groups.

  • The master definition site cannot have any materialized view groups.

  • The master definition site must be the same for all of the master groups. If one or more of these master groups have a different master definition site, then do not use change-based recovery or full database export/import. Use object-level export/import instead.

  • The new master site must include all of the replication groups in the master definition site when the extension process is complete. That is, you cannot add a subset of the master groups at the master definition site to the new master site; all of the groups must be added.

For object-level export/import, before importing ensure that all the requests in the DBA_REPCATLOG data dictionary view for the extended groups have been processed without any error.


Note:

To use change-based recovery, the existing master site and the new master site must be running under the same operating system, although the release of the operating system can differ.


ADD_PRIORITY_datatype Procedure

This procedure adds a member to a priority group. You must call this procedure from the master definition site. The procedure that you must call is determined by the data type of your priority column. You must call this procedure once for each of the possible values of the priority column.


See Also:

Chapter 6, "Configuring Conflict Resolution" and Oracle Database Advanced Replication for more information about conflict resolution methods

Syntax

DBMS_REPCAT.ADD_PRIORITY_datatype (
   gname              IN   VARCHAR2, 
   pgroup             IN   VARCHAR2, 
   value              IN   datatype, 
   priority           IN   NUMBER);

where datatype:

{ NUMBER
| VARCHAR2
| CHAR
| DATE
| RAW
| NCHAR
| NVARCHAR2 }

Parameters

Table 18-8 ADD_PRIORITY_datatype Procedure Parameters

ParameterDescription
gname

Master group for which you are creating a priority group.

pgroup

Name of the priority group.

value

Value of the priority group member. This is one of the possible values of the associated priority column of a table using this priority group.

priority

Priority of this value. The higher the number, the higher the priority.


Exceptions

Table 18-9 ADD_PRIORITY_datatype Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

duplicatevalue

Specified value exists in the priority group.

duplicatepriority

Specified priority exists in the priority group.

missingrepgroup

Specified master group does not exist.

missingprioritygroup

Specified priority group does not exist.

typefailure

Specified value has the incorrect data type for the priority group.

notquiesced

Specified master group is not quiesced.



ADD_SITE_PRIORITY_SITE Procedure

This procedure adds a new site to a site priority group. You must call this procedure from the master definition site.


See Also:

Chapter 6, "Configuring Conflict Resolution" and Oracle Database Advanced Replication for more information about conflict resolution methods

Syntax

DBMS_REPCAT.ADD_SITE_PRIORITY_SITE (
   gname          IN   VARCHAR2, 
   name           IN   VARCHAR2,
   site           IN   VARCHAR2,
   priority       IN   NUMBER);

Parameters

Table 18-10 ADD_SITE_PRIORITY_SITE Procedure Parameters

ParameterDescription
gname

Master group for which you are adding a site to a group.

name

Name of the site priority group to which you are adding a member.

site

Global database name of the site that you are adding.

priority

Priority level of the site that you are adding. A higher number indicates a higher priority level.


Exceptions

Table 18-11 ADD_SITE_PRIORITY_SITE Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingrepgroup

Specified master group does not exist.

missingpriority

Specified site priority group does not exist.

duplicatepriority

Specified priority level exists for another site in the group.

duplicatevalue

Specified site exists in the site priority group.

notquiesced

Master group is not quiesced.



ADD_conflicttype_RESOLUTION Procedure

These procedures designate a method for resolving an update, delete, or uniqueness conflict. You must call these procedures from the master definition site. The procedure that you must call is determined by the type of conflict that the routine resolves.

Table 18-12 ADD_conflicttype_RESOLUTION Procedures

Conflict TypeProcedure Name

update

ADD_UPDATE_RESOLUTION

uniqueness

ADD_UNIQUE_RESOLUTION

delete

ADD_DELETE_RESOLUTION



See Also:

Chapter 6, "Configuring Conflict Resolution" and Oracle Database Advanced Replication for more information about designating methods to resolve update conflicts, selecting uniqueness conflict resolution methods, and assigning delete conflict resolution methods

Syntax

DBMS_REPCAT.ADD_UPDATE_RESOLUTION (
   sname                  IN   VARCHAR2, 
   oname                  IN   VARCHAR2, 
   column_group           IN   VARCHAR2,
   sequence_no            IN   NUMBER,
   method                 IN   VARCHAR2, 
   parameter_column_name  IN   VARCHAR2 
                               | DBMS_REPCAT.VARCHAR2S 
                               | DBMS_UTILITY.LNAME_ARRAY, 
   priority_group         IN   VARCHAR2     := NULL,
   function_name          IN   VARCHAR2     := NULL,
   comment                IN   VARCHAR2     := NULL);

DBMS_REPCAT.ADD_DELETE_RESOLUTION (
   sname                  IN   VARCHAR2, 
   oname                  IN   VARCHAR2, 
   sequence_no            IN   NUMBER,
   parameter_column_name  IN   VARCHAR2 | DBMS_REPCAT.VARCHAR2S, 
   function_name          IN   VARCHAR2,
   comment                IN   VARCHAR2     := NULL
   method                 IN   VARCHAR2     := 'USER FUNCTION');

DBMS_REPCAT.ADD_UNIQUE_RESOLUTION(
   sname                 IN   VARCHAR2, 
   oname                 IN   VARCHAR2, 
   constraint_name       IN   VARCHAR2,
   sequence_no           IN   NUMBER,
   method                IN   VARCHAR2, 
   parameter_column_name IN   VARCHAR2
                              | DBMS_REPCAT.VARCHAR2S 
                              | DBMS_UTILITY.LNAME_ARRAY,
   function_name         IN   VARCHAR2     := NULL,
   comment               IN   VARCHAR2     := NULL);

Parameters

Table 18-13 ADD_conflicttype_RESOLUTION Procedure Parameters

ParameterDescription
sname

Name of the schema containing the table to be replicated.

oname

Name of the table to which you are adding a conflict resolution routine. The table can be the storage table of a nested table.

column_group

Name of the column group to which you are adding a conflict resolution routine. Column groups are required for update conflict resolution routines only.

constraint_name

Name of the unique constraint or unique index for which you are adding a conflict resolution routine. Use the name of the unique index if it differs from the name of the associated unique constraint. Constraint names are required for uniqueness conflict resolution routines only.

sequence_no

Order in which the designated conflict resolution methods should be applied.

method

Type of conflict resolution routine that you want to create. This can be the name of one of the standard routines provided with advanced replication, or, if you have written your own routine, choose user function, and provide the name of your method as the function_name parameter.

The standard methods supported in this release for update conflicts are:

  • minimum

  • maximum

  • latest timestamp

  • earliest timestamp

  • additive, average

  • priority group

  • site priority

  • overwrite

  • discard

The standard methods supported in this release for uniqueness conflicts are: append site name, append sequence, and discard. There are no built-in (Oracle supplied) methods for delete conflicts.

parameter_column_name

Name of the columns used to resolve the conflict. The standard methods operate on a single column. For example, if you are using the latest timestamp method for a column group, then you should pass the name of the column containing the time stamp value as this parameter. If your are using a user function, then you can resolve the conflict using any number of columns.

For update or unique conflicts, this parameter accepts either a comma-delimited list of column names, or a PL/SQL associative array of type DBMS_REPCAT.VARCHAR2S or DBMS_UTILITY.LNAME_ARRAY. Use DBMS_UTILITY.LNAME_ARRAY if any column name is greater than or equal to 30 bytes, which might occur when you specify the attributes of column objects.

For delete conflicts, this parameter accepts either a comma-delimited list of column names or a PL/SQL associative array of type DBMS_REPCAT.VARCHAR2S.

The single value '*' indicates that you want to use all of the columns in the table (or column group, for update conflicts) to resolve the conflict. If you specify '*', then the columns are passed to your function in alphabetical order.

LOB columns cannot be specified for this parameter.

See Also: "Usage Notes" if you are using column objects

priority_group

If you are using the priority group or site priority update conflict resolution method, then you must supply the name of the priority group that you have created.

See Chapter 6, "Configuring Conflict Resolution" and Oracle Database Advanced Replication for more information. If you are using a different method, you can use the default value for this parameter, NULL. This parameter is applicable to update conflicts only.

function_name

If you selected the user function method, or if you are adding a delete conflict resolution routine, then you must supply the name of the conflict resolution routine that you have written. If you are using one of the standard methods, then you can use the default value for this parameter, NULL.

comment

This user comment is added to the DBA_REPRESOLUTION view.


Exceptions

Table 18-14 ADD_conflicttype_RESOLUTION Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingobject

Specified object does not exist as a table in the specified schema using row-level replication.

missingschema

Specified schema does not exist.

missingcolumn

Column that you specified as part of the parameter_column_name parameter does not exist.

missinggroup

Specified column group does not exist.

missingprioritygroup

The priority group that you specified does not exist for the table.

invalidmethod

Resolution method that you specified is not recognized.

invalidparameter

Number of columns that you specified for the parameter_column_name parameter is invalid. (The standard routines take only one column name.)

missingfunction

User function that you specified does not exist.

missingconstraint

Constraint that you specified for a uniqueness conflict does not exist.

notquiesced

Replication group to which the specified table belongs is not quiesced.

duplicateresolution

Specified conflict resolution method is already registered.

duplicatesequence

The specified sequence number exists for the specified object.

invalidprioritygroup

The specified priority group does not exist.

paramtype

Type is different from the type assigned to the priority group.


Usage Notes

If you are using column objects, then whether you can specify the attributes of the column objects for the parameter_column_name parameter depends on whether the conflict resolution method is built-in (Oracle supplied) or user-created:

  • If you are using a built-in conflict resolution method, then you can specify attributes of objects for this parameter. For example, if a column object named cust_address has street_address as an attribute, then you can specify cust_address.street_address for this parameter.

  • If you are using a built-in conflict resolution method, the following types of columns cannot be specified for this parameter: LOB attribute of a column object, collection or collection attribute of a column object, REF, or an entire column object.

  • If you are using a user-created conflict resolution method, then you must specify an entire column object. You cannot specify the attributes of a column object. For example, if a column object named cust_address has street_address as an attribute (among other attributes), then you can specify only cust_address for this parameter.


ALTER_CATCHUP_PARAMETERS Procedure

This procedure alters the values for the following parameters stored in the DBA_REPEXTENSIONS data dictionary view:

  • percentage_for_catchup_mdef

  • cycle_seconds_mdef

  • percentage_for_catchup_new

  • cycle_seconds_new

These parameters were originally set by the ADD_NEW_MASTERS procedure. The new values you specify for these parameters are used during the remaining steps in the process of adding new master sites to a master group. These changes are only to the site at which it is executed. Therefore, it must be executed at each master site, including the master definition site, to alter parameters at all sites.


See Also:


Syntax

DBMS_REPCAT.ALTER_CATCHUP_PARAMETERS (
   extension_id                  IN    RAW,   
   percentage_for_catchup_mdef   IN    BINARY_INTEGER  := NULL,
   cycle_seconds_mdef            IN    BINARY_INTEGER  := NULL,    
   percentage_for_catchup_new    IN    BINARY_INTEGER  := NULL,    
   cycle_seconds_new             IN    BINARY_INTEGER  := NULL);

Parameters

Table 18-15 ALTER_CATCHUP_PARAMETERS Procedure Parameters

ParameterDescription
extension_id

The identifier for the current pending request to add master database without quiesce. You can find the extension_id by querying the DBA_REPSITES_NEW and DBA_REPEXTENSIONS data dictionary views.

percentage_for_catchup_mdef

The percentage of propagation resources to use for catching up propagation to the master definition site. Must be a multiple of 10 and must be between 0 and 100.

cycle_seconds_mdef

This parameter is meaningful when percentage_for_catchup_mdef is both meaningful and set to a value between 10 and 90, inclusive. In this case, propagation to the master definition site alternates between replication groups that are not being extended and replication groups that are being extended, with one push to each during each cycle. This parameter indicates the length of the cycle in seconds.

percentage_for_catchup_new

The percentage of propagation resources to use for catching up propagation to new master sites. Must be a multiple of 10 and must be between 0 and 100.

cycle_seconds_new

This parameter is meaningful when percentage_for_catchup_new is both meaningful and set to a value between 10 and 90, inclusive. In this case, propagation to a new master alternates between replication groups that are not being extended and replication groups that are being extended, with one push to each during each cycle. This parameter indicates the length of the cycle in seconds.


Exceptions

Table 18-16 ALTER_CATCHUP_PARAMETERS Procedure Exceptions

ExceptionDescription
typefailure

The parameter value specified for one of the parameters is not appropriate.

dbnotcompatible

Feature is incompatible with database version. All databases must be at 9.2.0 or higher compatibility level.



ALTER_MASTER_PROPAGATION Procedure

This procedure alters the propagation method for a specified replication group at a specified master site. This replication group must be quiesced. You must call this procedure from the master definition site. If the master appears in the dblink_list or dblink_table, then ALTER_MASTER_PROPAGATION ignores that database link. You cannot change the propagation mode from a master to itself.

Syntax

DBMS_REPCAT.ALTER_MASTER_PROPAGATION (
   gname               IN   VARCHAR2, 
   master              IN   VARCHAR2,
   { dblink_list       IN   VARCHAR2, 
   | dblink_table      IN   DBMS_UTILITY.DBLINK_ARRAY,}
   propagation_mode    IN   VARCHAR2 : ='ASYNCHRONOUS',
   comment             IN   VARCHAR2 := '');

Note:

This procedure is overloaded. The dblink_list and dblink_table parameters are mutually exclusive.

Parameters

Table 18-17 ALTER_MASTER_PROPAGATION Procedure Parameters

ParameterDescription
gname

Name of the replication group to which to alter the propagation mode.

master

Name of the master site at which to alter the propagation mode.

dblink_list

A comma-delimited list of database links for which to alter the propagation method. If NULL, then all masters except the master site being altered are used by default.

dblink_table

A PL/SQL associative array, indexed from position 1, of database links for which to alter propagation.

propagation_mode

Determines the manner in which changes from the specified master site are propagated to the sites identified by the list of database links. Appropriate values are synchronous and asynchronous.

comment

This comment is added to the DBA_REPPROP view.


Exceptions

Table 18-18 ALTER_MASTER_PROPAGATION Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

notquiesced

Invocation site is not quiesced.

typefailure

Propagation mode specified was not recognized.

nonmaster

List of database links includes a site that is not a master site.



ALTER_MASTER_REPOBJECT Procedure

This procedure alters an object in your replication environment. You must call this procedure from the master definition site.

This procedure requires that you quiesce the master group of the object if either of the following conditions is true:

  • You are altering a table in a multimaster replication environment.

  • You are altering a table with the safe_table_change parameter set to FALSE in a single master replication environment.

You can use this procedure to alter non table objects without quiescing the master group.

Syntax

DBMS_REPCAT.ALTER_MASTER_REPOBJECT (
   sname               IN   VARCHAR2, 
   oname               IN   VARCHAR2, 
   type                IN   VARCHAR2, 
   ddl_text            IN   VARCHAR2, 
   comment             IN   VARCHAR2     := '', 
   retry               IN   BOOLEAN      := FALSE
   safe_table_change   IN   BOOLEAN      := FALSE);

Parameters

Table 18-19 ALTER_MASTER_REPOBJECT Procedure Parameters

ParameterDescription
sname

Schema containing the object that you want to alter.

oname

Name of the object that you want to alter. The object cannot be a storage table for a nested table.

type

Type of the object that you are altering. The following types are supported:

FUNCTION               SYNONYM
INDEX                  TABLE
INDEXTYPE              TRIGGER
OPERATOR               TYPE
PACKAGE                TYPE BODY
PACKAGE BODY           VIEW
PROCEDURE
ddl_text

The DDL text that you want used to alter the object. Oracle does not parse this DDL before applying it. Therefore, you must ensure that your DDL text provides the appropriate schema and object name for the object being altered.

If the DDL is supplied without specifying a schema, then the default schema is the replication administrator's schema. Be sure to specify the schema if it is other than the replication administrator's schema.

comment

If not NULL, then this comment is added to the COMMENT field of the DBA_REPOBJECT view.

retry

If retry is TRUE, then ALTER_MASTER_REPOBJECT alters the object only at masters whose object status is not VALID.

safe_table_change

Specify TRUE if the change to a table is safe. Specify FALSE if the change to a table is unsafe.

You can make safe changes to a master table in a single master replication environment without quiescing the master group that contains the table. To make unsafe changes, you must quiesce the master group.

Only specify this parameter for tables in single master replication environments. This parameter is ignored in multimaster replication environments and when the object specified is not a table. In multimaster replication environments, you must quiesce the master group to run the ALTER_MASTER_REPOBJECT procedure on a table.

The following are safe changes:

  • Changing storage and extent information

  • Making existing columns larger. For example, changing a VARCHAR2(20) column to a VARCHAR2(50) column.

  • Adding non primary key constraints

  • Altering non primary key constraints

  • Enabling and disabling non primary key constraints

The following are unsafe changes:

  • Changing the primary key by adding or deleting columns in the key

  • Adding or deleting columns

  • Making existing columns smaller. For example, changing a VARCHAR2(50) column to a VARCHAR2(20) column.

  • Disabling a primary key constraint

  • Changing the data type of an existing column

  • Dropping an existing column

If you are unsure whether a change is safe or unsafe, then quiesce the master group before you run the ALTER_MASTER_REPOBJECT procedure.


Exceptions

Table 18-20 ALTER_MASTER_REPOBJECT Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

notquiesced

Associated replication group has not been suspended.

missingobject

Object identified by sname and oname does not exist.

typefailure

Specified type parameter is not supported.

ddlfailure

DDL at the master definition site did not succeed.

commfailure

At least one master site is not accessible.



ALTER_MVIEW_PROPAGATION Procedure

This procedure alters the propagation method for a specified replication group at the current materialized view site. This procedure pushes the deferred transaction queue at the materialized view site, locks the materialized views, and regenerates any triggers and their associated packages. You must call this procedure from the materialized view site.

Syntax

DBMS_REPCAT.ALTER_MVIEW_PROPAGATION (
   gname                IN  VARCHAR2, 
   propagation_mode     IN  VARCHAR2,
   comment              IN  VARCHAR2   := '',
   gowner               IN  VARCHAR2   := 'PUBLIC');

Parameters

Table 18-21 ALTER_MVIEW_PROPAGATION Procedure Parameters

ParameterDescription
gname

Name of the replication group for which to alter the propagation method.

propagation_mode

Manner in which changes from the current materialized view site are propagated to its associated master site or master materialized view site. Appropriate values are synchronous and asynchronous.

comment

This comment is added to the DBA_REPPROP view.

gowner

Owner of the materialized view group.


Exceptions

Table 18-22 ALTER_MVIEW_PROPAGATION Procedure Exceptions

ExceptionDescription
missingrepgroup

Specified replication group does not exist.

typefailure

Propagation mode was specified incorrectly.

nonmview

Current site is not a materialized view site for the specified replication group.

commfailure

Cannot contact master site or master materialized view site.

failaltermviewrop

Materialized view group propagation can be altered only when there are no other materialized view groups with the same master site or master materialized view site sharing the materialized view site.



ALTER_PRIORITY Procedure

This procedure alters the priority level associated with a specified priority group member. You must call this procedure from the master definition site.


See Also:

Chapter 6, "Configuring Conflict Resolution" and Oracle Database Advanced Replication for more information about conflict resolution methods

Syntax

DBMS_REPCAT.ALTER_PRIORITY (
   gname            IN   VARCHAR2, 
   pgroup           IN   VARCHAR2, 
   old_priority     IN   NUMBER, 
   new_priority     IN   NUMBER);

Parameters

Table 18-23 ALTER_PRIORITY Procedure Parameters

ParameterDescription
gname

Master group with which the priority group is associated.

pgroup

Name of the priority group containing the priority that you want to alter.

old_priority

Current priority level of the priority group member.

new_priority

New priority level that you want assigned to the priority group member.


Exceptions

Table 18-24 ALTER_PRIORITY Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

duplicatepriority

New priority level exists in the priority group.

missingrepgroup

Specified master group does not exist.

missingvalue

Value was not registered by a call to DBMS_REPCAT.ADD_PRIORITY_datatype.

missingprioritygroup

Specified priority group does not exist.

notquiesced

Specified master group is not quiesced.



ALTER_PRIORITY_datatype Procedure

This procedure alters the value of a member in a priority group. You must call this procedure from the master definition site. The procedure that you must call is determined by the data type of your priority column.


See Also:

Chapter 6, "Configuring Conflict Resolution" and Oracle Database Advanced Replication for more information about conflict resolution methods

Syntax

DBMS_REPCAT.ALTER_PRIORITY_datatype (
   gname        IN   VARCHAR2, 
   pgroup       IN   VARCHAR2, 
   old_value    IN   datatype, 
   new_value    IN   datatype);

where datatype:

{ NUMBER
| VARCHAR2
| CHAR
| DATE
| RAW
| NCHAR
| NVARCHAR2 }

Parameters

Table 18-25 ALTER_PRIORITY_datatype Procedure Parameters

ParameterDescription
gname

Master group with which the priority group is associated.

pgroup

Name of the priority group containing the value that you want to alter.

old_value

Current value of the priority group member.

new_value

New value that you want assigned to the priority group member.


Exceptions

Table 18-26 ALTER_PRIORITY_datatype Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

duplicatevalue

New value exists in the priority group.

missingrepgroup

Specified master group does not exist.

missingprioritygroup

Specified priority group does not exist.

missingvalue

Old value does not exist.

paramtype

New value has the incorrect data type for the priority group.

typefailure

Specified value has the incorrect data type for the priority group.

notquiesced

Specified master group is not quiesced.



ALTER_SITE_PRIORITY Procedure

This procedure alters the priority level associated with a specified site. You must call this procedure from the master definition site.


See Also:

Chapter 6, "Configuring Conflict Resolution" and Oracle Database Advanced Replication for more information about conflict resolution methods

Syntax

DBMS_REPCAT.ALTER_SITE_PRIORITY (
   gname         IN   VARCHAR2,
   name          IN   VARCHAR2,
   old_priority  IN   NUMBER,
   new_priority  IN   NUMBER);

Parameters

Table 18-27 ALTER_SITE_PRIORITY Procedure Parameters

ParameterDescription
gname

Master group with which the site priority group is associated.

name

Name of the site priority group whose member you are altering.

old_priority

Current priority level of the site whose priority level you want to change.

new_priority

New priority level for the site. A higher number indicates a higher priority level.


Exceptions

Table 18-28 ALTER_SITE_PRIORITY Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingrepgroup

Specified master group does not exist.

missingpriority

Old priority level is not associated with any group members.

duplicatepriority

New priority level exists for another site in the group.

missingvalue

Old value does not exist.

paramtype

New value has the incorrect data type for the priority group.

notquiesced

Master group is not quiesced.



ALTER_SITE_PRIORITY_SITE Procedure

This procedure alters the site associated with a specified priority level. You must call this procedure from the master definition site.


See Also:

Chapter 6, "Configuring Conflict Resolution" and Oracle Database Advanced Replication for more information about conflict resolution methods

Syntax

DBMS_REPCAT.ALTER_SITE_PRIORITY_SITE (
   gname     IN   VARCHAR2,
   name      IN   VARCHAR2,
   old_site  IN   VARCHAR2,
   new_site  IN   VARCHAR2);

Parameters

Table 18-29 ALTER_SITE_PRIORITY_SITE Procedure Parameters

ParameterDescription
gname

Master group with which the site priority group is associated.

name

Name of the site priority group whose member you are altering.

old_site

Current global database name of the site to disassociate from the priority level.

new_site

New global database name that you want to associate with the current priority level.


Exceptions

Table 18-30 ALTER_SITE_PRIORITY_SITE Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingrepgroup

Specified master group does not exist.

missingpriority

Specified site priority group does not exist.

missingvalue

Old site is not a group member.

notquiesced

Master group is not quiesced.



CANCEL_STATISTICS Procedure

This procedure stops the collection of statistics about the successful resolution of update, uniqueness, and delete conflicts for a table.

Syntax

DBMS_REPCAT.CANCEL_STATISTICS (
   sname    IN   VARCHAR2,
   oname    IN   VARCHAR2);

Parameters

Table 18-31 CANCEL_STATISTICS Procedure Parameters

ParameterDescription
sname

Name of the schema in which the table is located.

oname

Name of the table for which you do not want to gather conflict resolution statistics.


Exceptions

Table 18-32 CANCEL_STATISTICS Procedure Exceptions

ExceptionDescription
missingschema

Specified schema does not exist.

missingobject

Specified table does not exist.

statnotreg

Specified table is not currently registered to collect statistics.



COMMENT_ON_COLUMN_GROUP Procedure

This procedure updates the comment field in the DBA_REPCOLUMN_GROUP view for a column group. This comment is not added at all master sites until the next call to DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT.

Syntax

DBMS_REPCAT.COMMENT_ON_COLUMN_GROUP (
   sname           IN   VARCHAR2, 
   oname           IN   VARCHAR2, 
   column_group    IN   VARCHAR2, 
   comment         IN   VARCHAR2);

Parameters

Table 18-33 COMMENT_ON_COLUMN_GROUP Procedure Parameters

ParameterDescription
sname

Name of the schema in which the object is located.

oname

Name of the replicated table with which the column group is associated.

column_group

Name of the column group.

comment

Text of the updated comment that you want included in the GROUP_COMMENT field of the DBA_REPCOLUMN_GROUP view.


Exceptions

Table 18-34 COMMENT_ON_COLUMN_GROUP Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missinggroup

Specified column group does not exist.

missingobj

Object is missing.



COMMENT_ON_MVIEW_REPSITES Procedure

This procedure updates the SCHEMA_COMMENT field in the DBA_REPGROUP data dictionary view for the specified materialized view group. The group name must be registered locally as a replicated materialized view group. This procedure must be executed at the materialized view site.

Syntax

DBMS_REPCAT.COMMENT_ON_MVIEW_REPSITES (
   gowner    IN   VARCHAR2,
   gname     IN   VARCHAR2,
   comment   IN   VARCHAR2);

Parameters

Table 18-35 COMMENT_ON_MVIEW_REPSITES Procedure Parameters

ParameterDescription
gowner

Owner of the materialized view group.

gname

Name of the materialized view group.

comment

Updated comment to include in the SCHEMA_COMMENT field of the DBA_REPGROUP view.


Exceptions

Table 18-36 COMMENT_ON_MVIEW_REPSITES Procedure Exceptions

ParameterDescription
missingrepgroup

The materialized view group does not exist.

nonmview

The connected site is not a materialized view site.



COMMENT_ON_PRIORITY_GROUP Procedures

This procedure updates the comment field in the DBA_REPPRIORITY_GROUP view for a priority group. This comment is not added at all master sites until the next call to GENERATE_REPLICATION_SUPPORT.

Syntax

DBMS_REPCAT.COMMENT_ON_PRIORITY_GROUP (
   gname       IN   VARCHAR2, 
   pgroup      IN   VARCHAR2, 
   comment     IN   VARCHAR2);

Parameters

Table 18-37 COMMENT_ON_PRIORITY_GROUP Procedure Parameters

ParameterDescription
gname

Name of the master group.

pgroup

Name of the priority group.

comment

Text of the updated comment that you want included in the PRIORITY_COMMENT field of the DBA_REPPRIORITY_GROUP view.


Exceptions

Table 18-38 COMMENT_ON_PRIORITY_GROUP Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingrepgroup

Specified master group does not exist.

missingprioritygroup

Specified priority group does not exist.



COMMENT_ON_REPGROUP Procedure

This procedure updates the comment field in the DBA_REPGROUP view for a master group. This procedure must be issued at the master definition site.

Syntax

DBMS_REPCAT.COMMENT_ON_REPGROUP (
   gname     IN   VARCHAR2,
   comment   IN   VARCHAR2);

Parameters

Table 18-39 COMMENT_ON_REPGROUP Procedure Parameters

ParameterDescription
gname

Name of the replication group that you want to comment on.

comment

Updated comment to include in the SCHEMA_COMMENT field of the DBA_REPGROUP view.


Exceptions

Table 18-40 COMMENT_ON_REPGROUP Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

commfailure

At least one master site is not accessible.



COMMENT_ON_REPOBJECT Procedure

This procedure updates the comment field in the DBA_REPOBJECT view for a replicated object in a master group. This procedure must be issued at the master definition site.

Syntax

DBMS_REPCAT.COMMENT_ON_REPOBJECT (
   sname    IN   VARCHAR2, 
   oname    IN   VARCHAR2, 
   type     IN   VARCHAR2, 
   comment  IN   VARCHAR2);

Parameters

Table 18-41 COMMENT_ON_REPOBJECT Procedure Parameters

ParameterDescription
sname

Name of the schema in which the object is located.

oname

Name of the object that you want to comment on. The object cannot be a storage table for a nested table.

type

Type of the object. The following types are supported:

FUNCTION              SYNONYM
INDEX                 TABLE
INDEXTYPE             TRIGGER
OPERATOR              TYPE
PACKAGE               TYPE BODY
PACKAGE BODY          VIEW
PROCEDURE
comment

Text of the updated comment that you want to include in the OBJECT_COMMENT field of the DBA_REPOBJECT view.


Exceptions

Table 18-42 COMMENT_ON_REPOBJECT Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingobject

Specified object does not exist.

typefailure

Specified type parameter is not supported.

commfailure

At least one master site is not accessible.



COMMENT_ON_REPSITES Procedure

If the replication group is a master group, then this procedure updates the MASTER_COMMENT field in the DBA_REPSITES view for a master site. If the replication group is a materialized view group, this procedure updates the SCHEMA_COMMENT field in the DBA_REPGROUP view for a materialized view site.

This procedure can be executed at either a master site or a materialized view site. If you execute this procedure on a a materialized view site, then the materialized view group owner must be PUBLIC.


See Also:

"COMMENT_ON_conflicttype_RESOLUTION Procedure" for instructions on placing a comment in the SCHEMA_COMMENT field of the DBA_REPGROUP view for a materialized view site if the materialized view group owner is not PUBLIC

Syntax

DBMS_REPCAT.COMMENT_ON_REPSITES ( 
   gname       IN   VARCHAR2, 
   [ master    IN   VARCHAR,] 
   comment     IN   VARCHAR2);

Parameters

Table 18-43 COMMENT_ON_REPSITES Procedure Parameters

ParameterDescription
gname

Name of the replication group. This avoids confusion if a database is a master site in multiple replication environments.

master

The fully qualified database name of the master site on which you want to comment. If you are executing the procedure on a master site, then this parameter is required. To update comments at a materialized view site, omit this parameter. This parameter is optional.

comment

Text of the updated comment that you want to include in the comment field of the appropriate dictionary view. If the site is a master site, then this procedure updates the MASTER_COMMENT field of the DBA_REPSITES view. If the site is a materialized view site, then this procedure updates the SCHEMA_COMMENT field of the DBA_REPGROUP view.


Exceptions

Table 18-44 COMMENT_ON_REPSITES Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

nonmaster

Invocation site is not a master site.

commfailure

At least one master site is not accessible.

missingrepgroup

Replication group does not exist.

commfailure

One or more master sites are not accessible.

corrupt

There is an inconsistency in the replication catalog views.



COMMENT_ON_SITE_PRIORITY Procedure

This procedure updates the comment field in the DBA_REPPRIORITY_GROUP view for a site priority group. This procedure is a wrapper for the COMMENT_ON_COLUMN_GROUP procedure and is provided as a convenience only. This procedure must be issued at the master definition site.

Syntax

DBMS_REPCAT.COMMENT_ON_SITE_PRIORITY (
   gname       IN   VARCHAR2, 
   name        IN   VARCHAR2, 
   comment     IN   VARCHAR2);

Parameters

Table 18-45 COMMENT_ON_SITE_PRIORITY Procedure Parameters

ParameterDescription
gname

Name of the master group.

name

Name of the site priority group.

comment

Text of the updated comment that you want included in the PRIORITY_COMMENT field of the DBA_REPPRIORITY_GROUP view.


Exceptions

Table 18-46 COMMENT_ON_SITE_PRIORITY Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingrepgroup

Specified master group does not exist.

missingprioritygroup

Specified priority group does not exist.



COMMENT_ON_conflicttype_RESOLUTION Procedure

This procedure updates the RESOLUTION_COMMENT field in the DBA_REPRESOLUTION view for a conflict resolution routine. The procedure that you must call is determined by the type of conflict that the routine resolves. These procedures must be issued at the master definition site.

Table 18-47 COMMENT_ON_conflicttype_RESOLUTION Procedures

Conflict TypeProcedure Name

update

COMMENT_ON_UPDATE_RESOLUTION

uniqueness

COMMENT_ON_UNIQUE_RESOLUTION

delete

COMMENT_ON_DELETE_RESOLUTION


The comment is not added at all master sites until the next call to GENERATE_REPLICATION_SUPPORT.

Syntax

DBMS_REPCAT.COMMENT_ON_UPDATE_RESOLUTION (
   sname                 IN   VARCHAR2,
   oname                 IN   VARCHAR2,
   column_group          IN   VARCHAR2,
   sequence_no           IN   NUMBER, 
   comment               IN   VARCHAR2);

DBMS_REPCAT.COMMENT_ON_UNIQUE_RESOLUTION (
   sname                 IN   VARCHAR2,
   oname                 IN   VARCHAR2,
   constraint_name       IN   VARCHAR2,
   sequence_no           IN   NUMBER, 
   comment               IN   VARCHAR2);

DBMS_REPCAT.COMMENT_ON_DELETE_RESOLUTION (
   sname                 IN   VARCHAR2,
   oname                 IN   VARCHAR2,
   sequence_no           IN   NUMBER, 
   comment               IN   VARCHAR2);

Parameters

Table 18-48 COMMENT_ON_conflicttype_RESOLUTION Procedure Parameters

ParameterDescription
sname

Name of the schema.

oname

Name of the replicated table with which the conflict resolution routine is associated.

column_group

Name of the column group with which the update conflict resolution routine is associated.

constraint_name

Name of the unique constraint with which the uniqueness conflict resolution routine is associated.

sequence_no

Sequence number of the conflict resolution procedure.

comment

The text of the updated comment that you want included in the RESOLUTION_COMMENT field of the DBA_REPRESOLUTION view.


Exceptions

Table 18-49 COMMENT_ON_conflicttype_RESOLUTION Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingobject

Specified object does not exist.

missingresolution

Specified conflict resolution routine is not registered.



COMPARE_OLD_VALUES Procedure

This procedure specifies whether to compare old column values during propagation of deferred transactions at each master site for each nonkey column of a replicated table for updates and deletes. The default is to compare old values for all columns. You can change this behavior at all master sites and materialized view sites by invoking DBMS_REPCAT.COMPARE_OLD_VALUES at the master definition site.

When you use user-defined types, you can specify leaf attributes of a column object, or you can specify an entire column object. For example, if a column object named cust_address has street_address as an attribute, then you can specify cust_address.street_address for the column_list parameter or as part of the column_table parameter, or you can specify only cust_address.

When performing equality comparisons for conflict detection, Oracle treats objects as equal only if one of the following conditions is true:

  • Both objects are atomically NULL (the entire object is NULL)

  • All of the corresponding attributes are equal in the objects

Given these conditions, if one object is atomically NULL while the other is not, then Oracle does not consider the objects to be equal. Oracle does not consider MAP and ORDER methods when performing equality comparisons.

Syntax

DBMS_REPCAT.COMPARE_OLD_VALUES(
   sname           IN  VARCHAR2,
   oname           IN  VARCHAR2,
   { column_list   IN  VARCHAR2,
   | column_table  IN  DBMS_UTILITY.VARCHAR2S | DBMS_UTILITY.LNAME_ARRAY,}
   operation       IN  VARCHAR2 := 'UPDATE',
   compare         IN  BOOLEAN  := TRUE );

Note:

This procedure is overloaded. The column_list and column_table parameters are mutually exclusive.

Parameters

Table 18-50 COMPARE_OLD_VALUES Procedure Parameters

ParameterDescription
sname

Schema in which the table is located.

oname

Name of the replicated table. The table can be the storage table of a nested table.

column_list

A comma-delimited list of the columns in the table. There must be no spaces between entries.

column_table

Instead of a list, you can use a PL/SQL associative array of type DBMS_REPCAT.VARCHAR2S or DBMS_UTILITY.LNAME_ARRAY to contain the column names. The first column name should be at position 1, the second at position 2, and so on.

Use DBMS_UTILITY.LNAME_ARRAY if any column name is greater than or equal to 30 bytes, which might occur when you specify the attributes of column objects.

operation

Possible values are: update, delete, or the asterisk wildcard '*', which means update and delete.

compare

If compare is TRUE, the old values of the specified columns are compared when sent. If compare is FALSE, the old values of the specified columns are not compared when sent. Unspecified columns and unspecified operations are not affected. The specified change takes effect at the master definition site as soon as min_communication is TRUE for the table. The change takes effect at a master site or at a materialized view site the next time replication support is generated at that site with min_communication TRUE.



Note:

The operation parameter enables you to decide whether to compare old values for nonkey columns when rows are deleted or updated. If you do not compare the old value, then Oracle assumes the old value is equal to the current value of the column at the target side when the update or delete is applied.

See Oracle Database Advanced Replication for more information about reduced data propagation using the COMPARE_OLD_VALUES procedure before changing the default behavior of Oracle.


Exceptions

Table 18-51 COMPARE_OLD_VALUES Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingobject

Specified object does not exist as a table in the specified schema waiting for row-level replication information.

missingcolumn

At least one column is not in the table.

notquiesced

Master group has not been quiesced.

typefailure

An illegal operation is specified.

keysendcomp

A specified column is a key column in a table.

dbnotcompatible

Feature is incompatible with database version. Typically, this exception arises when you are trying to compare the attributes of column objects. In this case, all databases must be at 9.2.0 or higher compatibility level.



CREATE_MASTER_REPGROUP Procedure

This procedure creates a new, empty, quiesced master group.

Syntax

DBMS_REPCAT.CREATE_MASTER_REPGROUP (
   gname            IN   VARCHAR2, 
   group_comment    IN   VARCHAR2     := '', 
   master_comment   IN   VARCHAR2     := '',
   qualifier        IN   VARCHAR2     := '');

Parameters

Table 18-52 CREATE_MASTER_REPGROUP Procedure Parameters

ParameterDescription
gname

Name of the master group that you want to create.

group_comment

This comment is added to the DBA_REPGROUP view.

master_comment

This comment is added to the DBA_REPSITES view.

qualifier

Connection qualifier for master group. Be sure to use the @ sign. See Oracle Database Advanced Replication and Oracle Database Administrator's Guide for more information about connection qualifiers.


Exceptions

Table 18-53 CREATE_MASTER_REPGROUP Procedure Exceptions

ExceptionDescription
duplicaterepgroup

Master group exists.

norepopt

Advanced replication option is not installed.

missingrepgroup

Master group name was not specified.

qualifiertoolong

Connection qualifier is too long.



CREATE_MASTER_REPOBJECT Procedure

This procedure makes an object a replicated object by adding the object to a master group. This procedure preserves the object identifier for user-defined types and object tables at all replication sites.

Replication of clustered tables is supported, but the use_existing_object parameter cannot be set to FALSE for clustered tables. In other words, you must create the clustered table at all master sites participating in the master group before you execute the CREATE_MASTER_REPOBJECT procedure. However, these tables do not need to contain the table data. So, the copy_rows parameter can be set to TRUE for clustered tables.

Syntax

DBMS_REPCAT.CREATE_MASTER_REPOBJECT (
   sname                IN   VARCHAR2,
   oname                IN   VARCHAR2, 
   type                 IN   VARCHAR2,
   use_existing_object  IN   BOOLEAN     := TRUE, 
   ddl_text             IN   VARCHAR2    := NULL, 
   comment              IN   VARCHAR2    := '', 
   retry                IN   BOOLEAN     := FALSE,
   copy_rows            IN   BOOLEAN     := TRUE,
   gname                IN   VARCHAR2    := '');

Parameters

Table 18-54 CREATE_MASTER_REPOBJECT Procedure Parameters

ParametersDescription
sname

Name of the schema in which the object that you want to replicate is located.

oname

Name of the object you are replicating. If ddl_text is NULL, then this object must exist in the specified schema. To ensure uniqueness, table names should be a maximum of 27 bytes long, and package names should be no more than 24 bytes. The object cannot be a storage table for a nested table.

type

Type of the object that you are replicating. The following types are supported:

FUNCTION                SYNONYM
INDEX                   TABLE
INDEXTYPE               TRIGGER
OPERATOR                TYPE
PACKAGE                 TYPE BODY
PACKAGE BODY            VIEW
PROCEDURE
use_existing_object

Indicate TRUE to reuse any objects of the same type and shape at the current master sites. See Table 18-56 for more information.

Note: This parameter must be set to TRUE for clustered tables.

ddl_text

If the object does not exist at the master definition site, then you must supply the DDL text necessary to create this object. PL/SQL packages, package bodies, procedures, and functions must have a trailing semicolon. SQL statements do not end with trailing semicolon. Oracle does not parse this DDL before applying it; therefore, you must ensure that your DDL text provides the appropriate schema and object name for the object being created.

If the DDL is supplied without specifying a schema (sname parameter), then the default schema is the replication administrator's schema. Be sure to specify the schema if it is other than the replication administrator's schema.

Note: Do not use the ddl_text parameter to add user-defined types or object tables. Instead, create the object first and then add the object.

comment

This comment is added to the OBJECT_COMMENT field of the DBA_REPOBJECT view.

retry

Indicate TRUE if you want Oracle to reattempt to create an object that it was previously unable to create. Use this if the error was transient or has since been rectified, or if you previously had insufficient resources. If this is TRUE, then Oracle creates the object only at master sites whose object status is not VALID.

copy_rows

Indicate TRUE if you want the initial contents of a newly replicated object to match the contents of the object at the master definition site. See Table 18-56 for more information.

gname

Name of the replication group in which you want to create the replicated object. The schema name is used as the default replication group name if none is specified, and a replication group with the same name as the schema must exist for the procedure to complete successfully in that case.


Exceptions

Table 18-55 CREATE_MASTER_REPOBJECT Procedure Exceptions

ExceptionsDescription
nonmasterdef

Invocation site is not the master definition site.

notquiesced

Master group is not quiesced.

duplicateobject

Specified object exists in the master group and retry is FALSE, or if a name conflict occurs.

missingobject

Object identified by sname and oname does not exist and appropriate DDL has not been provided.

typefailure

Objects of the specified type cannot be replicated.

ddlfailure

DDL at the master definition site did not succeed.

commfailure

At least one master site is not accessible.


Object Creations

Table 18-56 Object Creation at Master Sites

Object AlreadyExists?COPY_ROWSUSE_EXISTING_OBJECTSResult

yes

TRUE
TRUE

duplicatedobject message if objects do not match. For tables, use data from master definition site.

yes

FALSE
TRUE

duplicatedobject message if objects do not match. For tables, DBA must ensure contents are identical.

yes

TRUE/FALSE
FALSE

duplicatedobject message.

no

TRUE
TRUE/FALSE

Object is created. Tables populated using data from master definition site.

no

FALSE
TRUE/FALSE

Object is created. DBA must populate tables and ensure consistency of tables at all sites.



CREATE_MVIEW_REPGROUP Procedure

This procedure creates a new, empty materialized view group in your local database. CREATE_MVIEW_REPGROUP automatically calls REGISTER_MIEW_REPGROUP, but ignores any errors that might have happened during registration.

Syntax

DBMS_REPCAT.CREATE_MVIEW_REPGROUP (
   gname              IN   VARCHAR2, 
   master             IN   VARCHAR2, 
   comment            IN   VARCHAR2     := '',
   propagation_mode   IN   VARCHAR2     := 'ASYNCHRONOUS',
   fname              IN   VARCHAR2     := NULL
   gowner             IN   VARCHAR2     := 'PUBLIC');

Parameters

Table 18-57 CREATE_MVIEW_REPGROUP Procedure Parameters

ParameterDescription
gname

Name of the replication group. This group must exist at the specified master site or master materialized view site.

master

Fully qualified database name of the database in the replication environment to use as the master site or master materialized view site. You can include a connection qualifier if necessary. See Oracle Database Advanced Replication and Oracle Database Administrator's Guide for information about using connection qualifiers.

comment

This comment is added to the DBA_REPGROUP view.

propagation_mode

Method of propagation for all updatable materialized views in the replication group. Acceptable values are synchronous and asynchronous.

fname

This parameter is for internal use only.

Note: Do not set this parameter unless directed to do so by Oracle Support Services.

gowner

Owner of the materialized view group.


Exceptions

Table 18-58 CREATE_MVIEW_REPGROUP Procedure Exceptions

ExceptionDescription
duplicaterepgroup

Replication group exists at the invocation site.

nonmaster

Specified database is not a master site or master materialized view site.

commfailure

Specified database is not accessible.

norepopt

Advanced replication option is not installed.

typefailure

Propagation mode was specified incorrectly.

missingrepgroup

Replication group does not exist at master site.

invalidqualifier

Connection qualifier specified for the master site or master materialized view site is not valid for the replication group.

alreadymastered

At the local site, there is another materialized view group with the same group name, but different master site or master materialized view site.



CREATE_MVIEW_REPOBJECT Procedure

This procedure adds a replicated object to a materialized view group.

Syntax

DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
   sname                   IN   VARCHAR2,
   oname                   IN   VARCHAR2, 
   type                    IN   VARCHAR2, 
   ddl_text                IN   VARCHAR2  := '',
   comment                 IN   VARCHAR2  := '',
   gname                   IN   VARCHAR2  := '',
   gen_objs_owner          IN   VARCHAR2  := '',
   min_communication       IN   BOOLEAN   := TRUE,
   generate_80_compatible  IN   BOOLEAN   := TRUE,
   gowner                  IN   VARCHAR2  := 'PUBLIC');

Parameters

Table 18-59 CREATE_MVIEW_REPOBJECT Procedure Parameters

ParameterDescription
sname

Name of the schema in which the object is located. The schema must be same as the schema that owns the master table or master materialized view on which this materialized view is based.

oname

Name of the object that you want to add to the replicated materialized view group.

type

Type of the object that you are replicating. The following types are supported:

FUNCTION               SNAPSHOT
INDEX                  SYNONYM
INDEXTYPE              TRIGGER
OPERATOR               TYPE
PACKAGE                TYPE BODY
PACKAGE BODY           VIEW
PROCEDURE

Use SNAPSHOT type of the object is a materialized view.

ddl_text

For objects of type MATERIALIZED VIEW, the DDL needed to create the object. For other types, use the default:

'' (an empty string)

If a materialized view with the same name exists, then Oracle ignores the DDL and registers the existing materialized view as a replicated object. If the master table or master materialized view for a materialized view does not exist in the replication group of the master designated for this schema, then Oracle raises a missingobject error.

If the DDL is supplied without specifying a schema, then the default schema is the replication administrator's schema. Be sure to specify the schema if it is other than the replication administrator's schema.

If the object is not of type MATERIALIZED VIEW, then the materialized view site connects to the master site or master materialized view site and pulls down the DDL text to create the object. If the object type is TYPE or TYPE BODY, then the object identifier (OID) for the object at the materialized view site is the same as the OID at the master site or master materialized view site.

comment

This comment is added to the OBJECT_COMMENT field of the DBA_REPOBJECT view.

gname

Name of the replicated materialized view group to which you are adding an object. The schema name is used as the default group name if none is specified, and a materialized view group with the same name as the schema must exist for the procedure to complete successfully.

gen_objs_owner

Name of the user you want to assign as owner of the transaction.

min_communication

This parameter is obsolete. Use the default value (TRUE).

generate_80_compatible

Set to FALSE because interoperability is not supported between Oracle8i databases and Oracle 11g or later databases.

gowner

Owner of the materialized view group.


Exceptions

Table 18-60 CREATE_MVIEW_REPOBJECT Procedure Exceptions

ExceptionDescription
nonmview

Invocation site is not a materialized view site.

nonmaster

Master is no longer a master site or master materialized view site.

missingobject

Specified object does not exist in the master's replication group.

duplicateobject

Specified object exists with a different shape.

typefailure

Type is not an allowable type.

ddlfailure

DDL did not succeed.

commfailure

Master site or master materialized view site is not accessible.

missingschema

Schema does not exist as a database schema.

badmviewddl

DDL was executed but materialized view does not exist.

onlyonemview

Only one materialized view for master table or master materialized view can be created.

badmviewname

Materialized view differs from master table or master materialized view.

missingrepgroup

Replication group at the master does not exist.



DEFINE_COLUMN_GROUP Procedure

This procedure creates an empty column group. You must call this procedure from the master definition site.


See Also:

Chapter 6, "Configuring Conflict Resolution" and Oracle Database Advanced Replication for more information about conflict resolution methods

Syntax

DBMS_REPCAT.DEFINE_COLUMN_GROUP ( 
   sname            IN   VARCHAR2,
   oname            IN   VARCHAR2,
   column_group     IN   VARCHAR2,
   comment          IN   VARCHAR2 := NULL);

Parameters

Table 18-61 DEFINE_COLUMN_GROUP Procedure Parameters

ParameterDescription
sname

Schema in which the replicated table is located.

oname

Name of the replicated table for which you are creating a column group.

column_group

Name of the column group that you want to create.

comment

This user text is displayed in the DBA_REPCOLUMN_GROUP view.


Exceptions

Table 18-62 DEFINE_COLUMN_GROUP Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingobject

Specified table does not exist.

duplicategroup

Specified column group exists for the table.

notquiesced

Replication group to which the specified table belongs is not quiesced.



DEFINE_PRIORITY_GROUP Procedure

This procedure creates a new priority group for a master group. You must call this procedure from the master definition site.


See Also:

Chapter 6, "Configuring Conflict Resolution" and Oracle Database Advanced Replication for more information about conflict resolution methods

Syntax

DBMS_REPCAT.DEFINE_PRIORITY_GROUP (
   gname         IN   VARCHAR2, 
   pgroup        IN   VARCHAR2, 
   datatype      IN   VARCHAR2, 
   fixed_length  IN   INTEGER := NULL,
   comment       IN   VARCHAR2 := NULL);

Parameters

Table 18-63 DEFINE_PRIORITY_GROUP Procedure Parameters

ParameterDescription
gname

Master group for which you are creating a priority group.

pgroup

Name of the priority group that you are creating.

datatype

Data type of the priority group members. The data types supported are: CHAR, VARCHAR2, NUMBER, DATE, RAW, NCHAR, and NVARCHAR2.

fixed_length

You must provide a column length for the CHAR data type. All other types can use the default, NULL.

comment

This user comment is added to the DBA_REPPRIORITY view.


Exceptions

Table 18-64 DEFINE_PRIORITY_GROUP Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingrepgroup

Specified master group does not exist.

duplicatepriority group

Specified priority group exists in the master group.

typefailure

Specified data type is not supported.

notquiesced

Master group is not quiesced.



DEFINE_SITE_PRIORITY Procedure

This procedure creates a new site priority group for a master group. You must call this procedure from the master definition site.


See Also:

Chapter 6, "Configuring Conflict Resolution" and Oracle Database Advanced Replication for more information about conflict resolution methods

Syntax

DBMS_REPCAT.DEFINE_SITE_PRIORITY (
   gname        IN   VARCHAR2, 
   name         IN   VARCHAR2,
   comment      IN   VARCHAR2 := NULL);

Parameters

Table 18-65 DEFINE_SITE_PRIORITY Procedure Parameters

ParameterDescription
gname

The master group for which you are creating a site priority group.

name

Name of the site priority group that you are creating.

comment

This user comment is added to the DBA_REPPRIORITY view.


Exceptions

Table 18-66 DEFINE_SITE_PRIORITY Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingrepgroup

Specified master group does not exist.

duplicate prioritygroup

Specified site priority group exists in the master group.

notquiesced

Master group is not quiesced.



DO_DEFERRED_REPCAT_ADMIN Procedure

This procedure executes the local outstanding deferred administrative procedures for the specified master group at the current master site, or (with assistance from job queues) for all master sites.

DO_DEFERRED_REPCAT_ADMIN executes only those administrative requests submitted by the connected user who called DO_DEFERRED_REPCAT_ADMIN. Requests submitted by other users are ignored.

Syntax

DBMS_REPCAT.DO_DEFERRED_REPCAT_ADMIN (
   gname          IN   VARCHAR2,
   all_sites      IN   BOOLEAN := FALSE);

Parameters

Table 18-67 DO_DEFERRED_REPCAT_ADMIN Procedure Parameters

ParameterDescription
gname

Name of the master group.

all_sites

If this is TRUE, then use a job to execute the local administrative procedures at each master site.


Exceptions

Table 18-68 DO_DEFERRED_REPCAT_ADMIN Procedure Exceptions

ExceptionDescription
nonmaster

Invocation site is not a master site.

commfailure

At least one master site is not accessible and all_sites is TRUE.



DROP_COLUMN_GROUP Procedure

This procedure drops a column group. You must call this procedure from the master definition site.


See Also:

Chapter 6, "Configuring Conflict Resolution" and Oracle Database Advanced Replication for more information about conflict resolution methods

Syntax

DBMS_REPCAT.DROP_COLUMN_GROUP (
   sname        IN   VARCHAR2,
   oname        IN   VARCHAR2,
   column_group IN   VARCHAR2);

Parameters

Table 18-69 DROP_COLUMN_GROUP Procedure Parameters

ParameterDescription
sname

Schema in which the replicated table is located.

oname

Name of the replicated table whose column group you are dropping.

column_group

Name of the column group that you want to drop.


Exceptions

Table 18-70 DROP_COLUMN_GROUP Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

referenced

Specified column group is being used in conflict detection and resolution.

missingobject

Specified table does not exist.

missinggroup

Specified column group does not exist.

notquiesced

Master group to which the table belongs is not quiesced.



DROP_GROUPED_COLUMN Procedure

This procedure removes members from a column group. You must call this procedure from the master definition site.


See Also:

Chapter 6, "Configuring Conflict Resolution" and Oracle Database Advanced Replication for more information about conflict resolution methods

Syntax

DBMS_REPCAT.DROP_GROUPED_COLUMN (
   sname                 IN   VARCHAR2,
   oname                 IN   VARCHAR2,
   column_group          IN   VARCHAR2,
   list_of_column_names  IN   VARCHAR2 | DBMS_REPCAT.VARCHAR2S);

Parameters

Table 18-71 DROP_GROUPED_COLUMN Procedure Parameters

ParameterDescription
sname

Schema in which the replicated table is located.

oname

Name of the replicated table in which the column group is located. The table can be the storage table of a nested table.

column_group

Name of the column group from which you are removing members.

list_of_column_names

Names of the columns that you are removing from the designated column group. This can either be a comma-delimited list or a PL/SQL associative array of column names. The PL/SQL associative array must be of type DBMS_REPCAT.VARCHAR2S.

You can specify column objects, but you cannot specify attributes of column objects.

If the table is an object, then you can specify SYS_NC_OID$ to add the object identifier column to the column group. This column tracks the object identifier of each row object.

If the table is a storage table of a nested table, then you can specify NESTED_TABLE_ID to add the column that tracks the identifier for each row of the nested table.


Exceptions

Table 18-72 DROP_GROUPED_COLUMN Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingobject

Specified table does not exist.

notquiesced

Master group that the table belongs to is not quiesced.



DROP_MASTER_REPGROUP Procedure

This procedure drops a master group from your current site. To drop the master group from all master sites, including the master definition site, you can call this procedure at the master definition site, and set all_sites to TRUE.

Syntax

DBMS_REPCAT.DROP_MASTER_REPGROUP (
   gname             IN VARCHAR2,
   drop_contents     IN BOOLEAN    := FALSE,
   all_sites         IN BOOLEAN    := FALSE);

Parameters

Table 18-73 DROP_MASTER_REPGROUP Procedure Parameters

ParameterDescription
gname

Name of the master group that you want to drop from the current master site.

drop_contents

By default, when you drop the replication group at a master site, all of the objects remain in the database. They simply are no longer replicated. That is, the replicated objects in the replication group no longer send changes to, or receive changes from, other master sites. If you set this to TRUE, then any replicated objects in the master group are dropped from their associated schemas.

all_sites

If this is TRUE and if the invocation site is the master definition site, then the procedure synchronously multicasts the request to all masters. In this case, execution is immediate at the master definition site and might be deferred at all other master sites.


Exceptions

Table 18-74 DROP_MASTER_REPGROUP Procedure Exceptions

ExceptionDescription
nonmaster

Invocation site is not a master site.

nonmasterdef

Invocation site is not the master definition site and all_sites is TRUE.

commfailure

At least one master site is not accessible and all_sites is TRUE.

fullqueue

Deferred remote procedure call (RPC) queue has entries for the master group.

masternotremoved

Master does not recognize the master definition site and all_sites is TRUE.



DROP_MASTER_REPOBJECT Procedure

This procedure drops a replicated object from a master group. You must call this procedure from the master definition site.

Syntax

DBMS_REPCAT.DROP_MASTER_REPOBJECT (
   sname          IN   VARCHAR2, 
   oname          IN   VARCHAR2, 
   type           IN   VARCHAR2, 
   drop_objects   IN   BOOLEAN     := FALSE);

Parameters

Table 18-75 DROP_MASTER_REPOBJECT Procedure Parameters

ParameterDescription
sname

Name of the schema in which the object is located.

oname

Name of the object that you want to remove from the master group. The object cannot be a storage table for a nested table.

type

Type of object that you want to drop. The following types are supported:

FUNCTION               SYNONYM
INDEX                  TABLE
INDEXTYPE              TRIGGER
OPERATOR               TYPE
PACKAGE                TYPE BODY
PACKAGE BODY           VIEW
PROCEDURE
drop_objects

By default, the object remains in the schema, but is dropped from the master group. That is, any changes to the object are no longer replicated to other master and materialized view sites. To completely remove the object from the replication environment, set this parameter to TRUE. If the parameter is set to TRUE, the object is dropped from the database at each master site.


Exceptions

Table 18-76 DROP_MASTER_REPOBJECT Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingobject

Specified object does not exist.

typefailure

Specified type parameter is not supported.

commfailure

At least one master site is not accessible.



DROP_MVIEW_REPGROUP Procedure

This procedure drops a materialized view site from your replication environment. DROP_MVIEW_REPGROUP automatically calls UNREGISTER_MVIEW_REPGROUP at the master site or master materialized view site to unregister the materialized view, but ignores any errors that might have occurred during unregistration. If DROP_MVIEW_REPGROUP is unsuccessful, then connect to the master site or master materialized view site and run UNREGISTER_MVIEW_REPGROUP.

Syntax

DBMS_REPCAT.DROP_MVIEW_REPGROUP (
   gname                 IN   VARCHAR2, 
   drop_contents         IN   BOOLEAN   := FALSE,
   gowner                IN   VARCHAR2  := 'PUBLIC');

Parameters

Table 18-77 DROP_MVIEW_REPGROUP Procedure Parameters

ParameterDescription
gname

Name of the replication group that you want to drop from the current materialized view site. All objects generated to support replication, such as triggers and packages, are dropped.

drop_contents

By default, when you drop the replication group at a materialized view site, all of the objects remain in their associated schemas. They simply are no longer replicated. If you set this to TRUE, then any replicated objects in the replication group are dropped from their schemas.

gowner

Owner of the materialized view group.


Exceptions

Table 18-78 DROP_MVIEW_REPGROUP Procedure Exceptions

ExceptionDescription
nonmview

Invocation site is not a materialized view site.

missingrepgroup

Specified replication group does not exist.



DROP_MVIEW_REPOBJECT Procedure

This procedure drops a replicated object from a materialized view site.

Syntax

DBMS_REPCAT.DROP_MVIEW_REPOBJECT ( 
   sname          IN   VARCHAR2, 
   oname          IN   VARCHAR2, 
   type           IN   VARCHAR2, 
   drop_objects   IN   BOOLEAN  := FALSE);

Parameters

Table 18-79 DROP_MVIEW_REPOBJECT Procedure Parameters

ParameterDescription
sname

Name of the schema in which the object is located.

oname

Name of the object that you want to drop from the replication group.

type

Type of the object that you want to drop. The following types are supported:

FUNCTION                SNAPSHOT
INDEX                   SYNONYM
INDEXTYPE               TRIGGER
OPERATOR                TYPE
PACKAGE                 TYPE BODY
PACKAGE BODY            VIEW
PROCEDURE

Use SNAPSHOT to drop a materialized view.

drop_objects

By default, the object remains in its associated schema, but is dropped from its associated replication group. To completely remove the object from its schema at the current materialized view site, set this parameter to TRUE. If the parameter is set to TRUE, the object is dropped from the database at the materialized view site.


Exceptions

Table 18-80 DROP_MVIEW_REPOBJECT Procedure Exceptions

ExceptionDescription
nonmview

Invocation site is not a materialized view site.

missingobject

Specified object does not exist.

typefailure

Specified type parameter is not supported.



DROP_PRIORITY Procedure

This procedure drops a member of a priority group by priority level. You must call this procedure from the master definition site.


See Also:

Chapter 6, "Configuring Conflict Resolution" and Oracle Database Advanced Replication for more information about conflict resolution methods

Syntax

DBMS_REPCAT.DROP_PRIORITY(
      gname          IN   VARCHAR2,
      pgroup         IN   VARCHAR2, 
      priority_num   IN   NUMBER);

Parameters

Table 18-81 DROP_PRIORITY Procedure Parameters

ParameterDescription
gname

Master group with which the priority group is associated.

pgroup

Name of the priority group containing the member that you want to drop.

priority_num

Priority level of the priority group member that you want to remove from the group.


Exceptions

Table 18-82 DROP_PRIORITY Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingrepgroup

Specified master group does not exist.

missingprioritygroup

Specified priority group does not exist.

notquiesced

Master group is not quiesced.



DROP_PRIORITY_GROUP Procedure

This procedure drops a priority group for a specified master group. You must call this procedure from the master definition site.


See Also:

Chapter 6, "Configuring Conflict Resolution" and Oracle Database Advanced Replication for more information about conflict resolution methods

Syntax

DBMS_REPCAT.DROP_PRIORITY_GROUP (
   gname     IN   VARCHAR2,
   pgroup    IN   VARCHAR2);

Parameters

Table 18-83 DROP_PRIORITY_GROUP Procedure Parameters

ParameterDescription
gname

Master group with which the priority group is associated.

pgroup

Name of the priority group that you want to drop.


Exceptions

Table 18-84 DROP_PRIORITY_GROUP Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingrepgroup

Specified master group does not exist.

referenced

Specified priority group is being used in conflict resolution.

notquiesced

Specified master group is not quiesced.



DROP_PRIORITY_datatype Procedure

This procedure drops a member of a priority group by value. You must call this procedure from the master definition site. The procedure that you must call is determined by the data type of your priority column.


See Also:

Chapter 6, "Configuring Conflict Resolution" and Oracle Database Advanced Replication for more information about conflict resolution methods

Syntax

DBMS_REPCAT.DROP_PRIORITY_datatype </span>(
   gname    IN   VARCHAR2,
   pgroup   IN   VARCHAR2, 
   value    IN   datatype);

where datatype:

{ NUMBER
| VARCHAR2
| CHAR
| DATE
| RAW
| NCHAR
| NVARCHAR2 }

Parameters

Table 18-85 DROP_PRIORITY_datatype Procedure Parameters

ParameterDescription
gname

Master group with which the priority group is associated.

pgroup

Name of the priority group containing the member that you want to drop.

value

Value of the priority group member that you want to remove from the group.


Exceptions

Table 18-86 DROP_PRIORITY_datatype Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingrepgroup

Specified master group does not exist.

missingprioritygroup

Specified priority group does not exist.

paramtype, typefailure

Value has the incorrect data type for the priority group.

notquiesced

Specified master group is not quiesced.



DROP_SITE_PRIORITY Procedure

This procedure drops a site priority group for a specified master group. You must call this procedure from the master definition site.


See Also:

Chapter 6, "Configuring Conflict Resolution" and Oracle Database Advanced Replication for more information about conflict resolution methods

Syntax

DBMS_REPCAT.DROP_SITE_PRIORITY (
   gname      IN   VARCHAR2,
   name       IN   VARCHAR2);

Parameters

Table 18-87 DROP_SITE_PRIORITY Procedure Parameters

ParameterDescription
gname

Master group with which the site priority group is associated.

name

Name of the site priority group that you want to drop.


Exceptions

Table 18-88 DROP_SITE_PRIORITY Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingrepgroup

Specified master group does not exist.

referenced

Specified site priority group is being used in conflict resolution.

notquiesced

Specified master group is not quiesced.



DROP_SITE_PRIORITY_SITE Procedure

This procedure drops a specified site, by name, from a site priority group. You must call this procedure from the master definition site.


See Also:

Chapter 6, "Configuring Conflict Resolution" and Oracle Database Advanced Replication for more information about conflict resolution methods

Syntax

DBMS_REPCAT.DROP_SITE_PRIORITY_SITE (
   gname      IN   VARCHAR2, 
   name       IN   VARCHAR2,
   site       IN   VARCHAR2);

Parameters

Table 18-89 DROP_SITE_PRIORITY_SITE Procedure Parameters

ParameterDescription
gname

Master group with which the site priority group is associated.

name

Name of the site priority group whose member you are dropping.

site

Global database name of the site you are removing from the group.


Exceptions

Table 18-90 DROP_SITE_PRIORITY_SITE Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingrepgroup

Specified master group does not exist.

missingpriority

Specified site priority group does not exist.

notquiesced

Specified master group is not quiesced.



DROP_conflicttype_RESOLUTION Procedure

This procedure drops an update, delete, or uniqueness conflict resolution routine. You must call these procedures from the master definition site. The procedure that you must call is determined by the type of conflict that the routine resolves.

Conflict Resolution Routines

Table 18-91 shows the procedure name for each conflict resolution routine.

Table 18-91 Conflict Resolution Routines

RoutineProcedure Name

update

DROP_UPDATE_RESOLUTION

uniqueness

DROP_UNIQUE_RESOLUTION

delete

DROP_DELETE_RESOLUTION


Syntax

DBMS_REPCAT.DROP_UPDATE_RESOLUTION (
   sname              IN   VARCHAR2, 
   oname              IN   VARCHAR2, 
   column_group       IN   VARCHAR2, 
   sequence_no        IN   NUMBER);

DBMS_REPCAT.DROP_DELETE_RESOLUTION (
   sname              IN   VARCHAR2, 
   oname              IN   VARCHAR2, 
   sequence_no        IN   NUMBER);

DBMS_REPCAT.DROP_UNIQUE_RESOLUTION (
   sname              IN   VARCHAR2, 
   oname              IN   VARCHAR2, 
   constraint_name    IN   VARCHAR2, 
   sequence_no        IN   NUMBER);

Parameters

Table 18-92 DROP_conflicttype_RESOLUTION Procedure Parameters

ParameterDescription
sname

Schema in which the table is located.

oname

Name of the table for which you want to drop a conflict resolution routine.

column_group

Name of the column group for which you want to drop an update conflict resolution routine.

constraint_name

Name of the unique constraint for which you want to drop a unique conflict resolution routine.

sequence_no

Sequence number assigned to the conflict resolution method that you want to drop. This number uniquely identifies the routine.


Exceptions

Table 18-93 DROP_conflicttype_RESOLUTION Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingobject

Specified object does not exist as a table in the specified schema, or a conflict resolution routine with the specified sequence number is not registered.

notquiesced

Master group is not quiesced.



EXECUTE_DDL Procedure

This procedure supplies DDL that you want to have executed at some or all master sites. You can call this procedure only from the master definition site.

Syntax

DBMS_REPCAT.EXECUTE_DDL (
   gname           IN   VARCHAR2,
   { master_list   IN   VARCHAR2     := NULL, 
   | master_table  IN   DBMS_UTILITY.DBLINK_ARRAY,}
   DDL_TEXT        IN   VARCHAR2);

Note:

This procedure is overloaded. The master_list and master_table parameters are mutually exclusive.

Parameters

Table 18-94 EXECUTE_DDL Procedure Parameters

ParameterDescription
gname

Name of the master group.

master_list

A comma-delimited list of master sites at which you want to execute the supplied DDL. Do not put any spaces between site names. The default value, NULL, indicates that the DDL should be executed at all sites, including the master definition site.

master_table

A table that lists the master sites where you want to execute the supplied DDL. The first master should be at position 1, the second at position 2, and so on.

ddl_text

The DDL that you want to execute at each of the specified master sites. If the DDL is supplied without specifying a schema, then the default schema is the replication administrator's schema. Be sure to specify the schema if it is other than the replication administrator's schema.


Exceptions

Table 18-95 EXECUTE_DDL Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

nonmaster

At least one site is not a master site.

ddlfailure

DDL at the master definition site did not succeed.

commfailure

At least one master site is not accessible.



GENERATE_MVIEW_SUPPORT Procedure

This procedure activates triggers and generate packages needed to support the replication of updatable materialized views or procedural replication.You must call this procedure from the materialized view site.


Note:

CREATE_MVIEW_REPOBJECT automatically generates materialized view support for updatable materialized views.

Syntax

DBMS_REPCAT.GENERATE_MVIEW_SUPPORT (
   sname                    IN VARCHAR2,
   oname                    IN VARCHAR2,
   type                     IN VARCHAR2,
   gen_objs_owner           IN VARCHAR2 := '',
   min_communication        IN BOOLEAN  := TRUE,
   generate_80_compatible   IN BOOLEAN  := TRUE);

Parameters

Table 18-96 GENERATE_MVIEW_SUPPORT Procedure Parameters

ParameterDescription
sname

Schema in which the object is located.

oname

The name of the object for which you are generating support.

type

Type of the object. The types supported are MATERIALIZED VIEW, PACKAGE, and PACKAGE BODY.

gen_objs_owner

For objects of type PACKAGE or PACKAGE BODY, the schema in which the generated object should be created. If NULL, the objects are created in SNAME.

min_communication

If TRUE, then the update trigger sends the new value of a column only if the update statement modifies the column. The update trigger sends the old value of the column only if it is a key column or a column in a modified column group.

generate_80_compatible

Set to FALSE because interoperability is not supported between Oracle8i databases and Oracle 11g or later databases.


Exceptions

Table 18-97 GENERATE_MVIEW_SUPPORT Procedure Exceptions

ExceptionsDescriptions
nonmview

Invocation site is not a materialized view site.

missingobject

Specified object does not exist as a materialized view in the replicated schema waiting for row/column-level replication information or as a package (body) waiting for wrapper generation.

typefailure

Specified type parameter is not supported.

missingschema

Specified owner of generated objects does not exist.

missingremoteobject

Object at master site or master materialized view site has not yet generated replication support.

commfailure

Master site or master materialized view site is not accessible.



GENERATE_REPLICATION_SUPPORT Procedure

This procedure generates the triggers and packages needed to support replication for a specified object. You must call this procedure from the master definition site.

Syntax

DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
  sname                     IN    VARCHAR2, 
  oname                     IN    VARCHAR2, 
  type                      IN    VARCHAR2, 
  package_prefix            IN    VARCHAR2   := NULL, 
  procedure_prefix          IN    VARCHAR2   := NULL, 
  distributed               IN    BOOLEAN    := TRUE,
  gen_objs_owner            IN    VARCHAR2   := NULL,
  min_communication         IN    BOOLEAN    := TRUE,
  generate_80_compatible    IN    BOOLEAN    := TRUE);

Parameters

Table 18-98 GENERATE_REPLICATION_SUPPORT Procedure Parameters

ParameterDescription
sname

Schema in which the object is located.

oname

Name of the object for which you are generating replication support.

type

Type of the object. The types supported are: TABLE, PACKAGE, and PACKAGE BODY.

package_prefix

For objects of type PACKAGE or PACKAGE BODY this value is prepended to the generated wrapper package name. The default is DEFER_.

procedure_prefix

For objects of type PACKAGE or PACKAGE BODY, this value is prepended to the generated wrapper procedure names. By default, no prefix is assigned.

distributed

This must be set to TRUE.

gen_objs_owner

For objects of type PACKAGE or PACKAGE BODY, the schema in which the generated object should be created. If NULL, the objects are created in sname.

min_communication

This parameter is obsolete. Use the default value (TRUE).

generate_80_compatible

Set to FALSE because interoperability is not supported between Oracle8i databases and Oracle 11g or later databases.


Exceptions

Table 18-99 GENERATE_REPLICATION_SUPPORT Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingobject

Specified object does not exist as a table in the specified schema waiting for row-level replication information or as a package (body) waiting for wrapper generation.

typefailure

Specified type parameter is not supported.

notquiesced

Replication group has not been quiesced.

commfailure

At least one master site is not accessible.

missingschema

Schema does not exist.

duplicateobject

Object exists.



MAKE_COLUMN_GROUP Procedure

This procedure creates a new column group with one or more members. You must call this procedure from the master definition site.


See Also:

Chapter 6, "Configuring Conflict Resolution" and Oracle Database Advanced Replication for more information about conflict resolution methods

Syntax

DBMS_REPCAT.MAKE_COLUMN_GROUP ( 
   sname                 IN   VARCHAR2,
   oname                 IN   VARCHAR2,
   column_group          IN   VARCHAR2,
   list_of_column_names  IN   VARCHAR2 | DBMS_REPCAT.VARCHAR2S);

Parameters

Table 18-100 MAKE_COLUMN_GROUP Procedure Parameters

ParameterDescription
sname

Schema in which the replicated table is located.

oname

Name of the replicated table for which you are creating a new column group. The table can be the storage table of a nested table.

column_group

Name that you want assigned to the column group that you are creating.

list_of_column_names

Names of the columns that you are grouping. This can either be a comma-delimited list or a PL/SQL associative array of column names. The PL/SQL associative array must be of type DBMS_REPCAT.VARCHAR2S. Use the single value '*' to create a column group that contains all of the columns in your table.

You can specify column objects, but you cannot specify attributes of column objects.

If the table is an object table, then you can specify SYS_NC_OID$ to add the object identifier column to the column group. This column tracks the object identifier of each row object.

If the table is the storage table of a nested table, then you can specify NESTED_TABLE_ID to add the column that tracks the identifier for each row of the nested table.


Exceptions

Table 18-101 MAKE_COLUMN_GROUP Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

duplicategroup

Specified column group exists for the table.

missingobject

Specified table does not exist.

missingcolumn

Specified column does not exist in the designated table.

duplicatecolumn

Specified column is already a member of another column group.

notquiesced

Master group is not quiesced.



PREPARE_INSTANTIATED_MASTER Procedure

This procedure enables the propagation of deferred transactions from other prepared new master sites and existing master sites to the invocation master site. This procedure also enables the propagation of deferred transactions from the invocation master site to the other prepared new master sites and existing master sites.

If you performed a full database export/import or a change-based recovery, then the new master site includes all of the deferred transactions that were in the deferred transactions queue at the master definition site. Because these deferred transactions should not exist at the new master site, this procedure deletes all transactions in the deferred transactions queue and error queue if full database export/import or change-based recovery was used.

For object-level export/import, ensure that all the requests in the DBA_REPCATLOG data dictionary view for the extended groups have been processed without error before running this procedure.


Caution:

  • Do not invoke this procedure until instantiation (export/import or change-based recovery) for the new master site is complete.

  • Do not allow any data manipulation language (DML) statements directly on the objects in the extended master group in the new master site until execution of this procedure returns successfully. These DML statements might not be replicated.

  • Do not use the DBMS_DEFER package to create deferred transactions until execution of this procedure returns successfully. These deferred transactions might not be replicated.



Note:

To use change-based recovery, the existing master site and the new master site must be running under the same operating system, although the release of the operating system can differ.

Syntax

DBMS_REPCAT.PREPARE_INSTANTIATED_MASTER (
   extension_id             IN       RAW);

Parameters

Table 18-102 PREPARE_INSTANTIATED_MASTER Procedure Parameters

ParameterDescription
extension_id

The identifier for the current pending request to add master databases to a master group without quiesce. You can find the extension_id by querying the DBA_REPSITES_NEW and DBA_REPEXTENSIONS data dictionary views.


Exceptions

Table 18-103 PREPARE_INSTANTIATED_MASTER Procedure Exceptions

ExceptionDescription
typefailure

The parameter value specified for one of the parameters is not appropriate.

dbnotcompatible

Feature is incompatible with database version. All databases must be at 9.2.0 or higher compatibility level.



PURGE_MASTER_LOG Procedure

This procedure removes local messages in the DBA_REPCATLOG view associated with a specified identification number, source, or master group.

To purge all of the administrative requests from a particular source, specify NULL for the id parameter. To purge all administrative requests from all sources, specify NULL for both the id parameter and the source parameter.

Syntax

DBMS_REPCAT.PURGE_MASTER_LOG (
   id      IN   BINARY_INTEGER, 
   source  IN   VARCHAR2, 
   gname   IN   VARCHAR2);

Parameters

Table 18-104 PURGE_MASTER_LOG Procedure Parameters

ParameterDescription
id

Identification number of the request, as it appears in the DBA_REPCATLOG view.

source

Master site from which the request originated.

gname

Name of the master group for which the request was made.


Exceptions

Table 18-105 PURGE_MASTER_LOG Procedure Exceptions

ExceptionDescription
nonmaster

gname is not NULL, and the invocation site is not a master site.



PURGE_STATISTICS Procedure

This procedure removes information from the DBA_REPRESOLUTION_STATISTICS view.

Syntax

DBMS_REPCAT.PURGE_STATISTICS (
   sname      IN   VARCHAR2, 
   oname      IN   VARCHAR2, 
   start_date IN   DATE,
   end_date   IN   DATE);

Parameters

Table 18-106 PURGE_STATISTICS Procedure Parameters

ParameterDescription
sname

Name of the schema in which the replicated table is located.

oname

Name of the table whose conflict resolution statistics you want to purge.

start_date/end_date

Range of dates for which you want to purge statistics. If start_date is NULL, then purge all statistics up to the end_date. If end_date is NULL, then purge all statistics after the start_date.


Exceptions

Table 18-107 PURGE_STATISTICS Procedure Exceptions

ExceptionDescription
missingschema

Specified schema does not exist.

missingobject

Specified table does not exist.

statnotreg

Table not registered to collect statistics.



REFRESH_MVIEW_REPGROUP Procedure

This procedure refreshes a materialized view group with the most recent data from its associated master site or master materialized view site.

Syntax

DBMS_REPCAT.REFRESH_MVIEW_REPGROUP (
   gname                  IN   VARCHAR2,
   drop_missing_contents  IN   BOOLEAN    := FALSE,
   refresh_mviews         IN   BOOLEAN    := FALSE,
   refresh_other_objects  IN   BOOLEAN    := FALSE,
   gowner                 IN   VARCHAR2   := 'PUBLIC');

Parameters

Table 18-108 REFRESH_MVIEW_REPGROUP Procedure Parameters

ParameterDescription
gname

Name of the replication group.

drop_missing_contents

If an object was dropped from the replication group at the master site or master materialized view site, then it is not automatically dropped from the schema at the materialized view site. It is simply no longer replicated. That is, changes to this object are no longer sent to its associated master site or master materialized view site. Materialized views can continue to be refreshed from their associated master tables or master materialized views. However, any changes to an updatable materialized view are lost. When an object is dropped from the replication group, you can choose to have it dropped from the schema entirely by setting this parameter to TRUE.

refresh_mviews

Set to TRUE to refresh the contents of the materialized views in the replication group.

refresh_other_objects

Set this to TRUE to refresh the contents of the non materialized view objects in the replication group. Non materialized view objects can include the following:

  • Tables

  • Views

  • Indexes

  • PL/SQL packages and package bodies

  • PL/SQL procedures and functions

  • Triggers

  • Synonyms

gowner

Owner of the materialized view group.


Exceptions

Table 18-109 REFRESH_MVIEW_REPGROUP Procedure Exceptions

ExceptionDescription
nonmview

Invocation site is not a materialized view site.

nonmaster

Master is no longer a master site or master materialized view site.

commfailure

Master site or master materialized view site is not accessible.

missingrepgroup

Replication group name not specified.



REGISTER_MVIEW_REPGROUP Procedure

This procedure facilitates the administration of materialized views at their respective master sites or master materialized view sites by inserting or modifying a materialized view group in DBA_REGISTERED_MVIEW_GROUPS.

Syntax

DBMS_REPCAT.REGISTER_MVIEW_REPGROUP (
   gname            IN   VARCHAR2,
   mviewsite        IN   VARCHAR2,
   comment          IN   VARCHAR2  := NULL,
   rep_type         IN   NUMBER    := reg_unknown,
   fname            IN   VARCHAR2  := NULL,
   gowner           IN   VARCHAR2  := 'PUBLIC');

Parameters

Table 18-110 REGISTER_MVIEW_REPGROUP Procedure Parameters

ParameterDescription
gname

Name of the materialized view group to be registered.

mviewsite

Global name of the materialized view site.

comment

Comment for the materialized view site or update for an existing comment.

rep_type

Version of the materialized view group. Valid constants that can be assigned include the following:

  • dbms_repcat.reg_unknown (the default)

  • dbms_repcat.reg_v7_group

  • dbms_repcat.reg_v8_group

fname

This parameter is for internal use only.

Note: Do not set this parameter unless directed to do so by Oracle Support Services.

gowner

Owner of the materialized view group.


Exceptions

Table 18-111 REGISTER_MVIEW_REPGROUP Procedure Exceptions

ExceptionDescription
failregmviewrepgroup

Registration of materialized view group failed.

missingrepgroup

Replication group name not specified.

nullsitename

A materialized view site was not specified.

nonmaster

Procedure must be executed at the materialized view's master site or master materialized view site.

duplicaterepgroup

Replication group exists.



REGISTER_STATISTICS Procedure

This procedure collects information about the successful resolution of update, delete, and uniqueness conflicts for a table.

Syntax

DBMS_REPCAT.REGISTER_STATISTICS (
   sname IN   VARCHAR2,
   oname IN   VARCHAR2);

Parameters

Table 18-112 REGISTER_STATISTICS Procedure Parameters

ParameterDescription
sname

Name of the schema in which the table is located.

oname

Name of the table for which you want to gather conflict resolution statistics.


Exceptions

Table 18-113 REGISTER_STATISTICS Procedure Exceptions

ExceptionDescription
missingschema

Specified schema does not exist.

missingobject

Specified table does not exist.



RELOCATE_MASTERDEF Procedure

This procedure changes your master definition site to another master site in your replication environment.

It is not necessary for either the old or new master definition site to be available when you call RELOCATE_MASTERDEF. In a planned reconfiguration, invoke RELOCATE_MASTERDEF with notify_masters set to TRUE and include_old_masterdef set to TRUE.

Syntax

DBMS_REPCAT.RELOCATE_MASTERDEF (
   gname                  IN   VARCHAR2, 
   old_masterdef          IN   VARCHAR2, 
   new_masterdef          IN   VARCHAR2, 
   notify_masters         IN   BOOLEAN    := TRUE,
   include_old_masterdef  IN   BOOLEAN    := TRUE,
   require_flavor_change  IN   BOOLEAN    := FALSE);

Parameters

Table 18-114 RELOCATE_MASTERDEF Procedure Parameters

ParameterDescription
gname

Name of the replication group whose master definition you want to relocate.

old_masterdef

Fully qualified database name of the current master definition site.

new_masterdef

Fully qualified database name of the existing master site that you want to make the new master definition site.

notify_masters

If this is TRUE, then the procedure synchronously multicasts the change to all masters (including old_masterdef only if include_old_masterdef is TRUE). If any master does not make the change, then roll back the changes at all masters.

If just the master definition site fails, then you should invoke RELOCATE_MASTERDEF with notify_masters set to TRUE and include_old_masterdef set to FALSE. If several master sites and the master definition site fail, then the administrator should invoke RELOCATE_MASTERDEF at each operational master with notify_masters set to FALSE.

include_old_masterdef

If notify_masters is TRUE and if include_old_masterdef is also TRUE, then the old master definition site is also notified of the change.

require_flavor_change

This parameter is for internal use only.

Note: Do not set this parameter unless directed to do so by Oracle Support Services.


Exceptions

Table 18-115 RELOCATE_MASTERDEF Procedure Exceptions

ExceptionDescription
nonmaster

new_masterdef is not a master site or the invocation site is not a master site.

nonmasterdef

old_masterdef is not the master definition site.

commfailure

At least one master site is not accessible and notify_masters is TRUE.



REMOVE_MASTER_DATABASES Procedure

This procedure removes one or more master databases from a replication environment. This procedure regenerates the triggers and their associated packages at the remaining master sites. You must call this procedure from the master definition site.

Syntax

DBMS_REPCAT.REMOVE_MASTER_DATABASES (
   gname           IN   VARCHAR2,
   master_list     IN   VARCHAR2 |
   master_table    IN   DBMS_UTILITY.DBLINK_ARRAY);

Note:

This procedure is overloaded. The master_list and master_table parameters are mutually exclusive.

Parameters

Table 18-116 REMOVE_MASTER_DATABASES Procedure Parameters

ParameterDescription
gname

Name of the replication group associated with the replication environment. This prevents confusion if a master database is involved in multiple replication environments.

master_list

A comma-delimited list of fully qualified master database names that you want to remove from the replication environment. There must be no spaces between names in the list.

master_table

In place of a list, you can specify the database names in a PL/SQL associative array of type DBMS_UTILITY.DBLINK_ARRAY.


Exceptions

Table 18-117 REMOVE_MASTER_DATABASES Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

nonmaster

At least one of the specified databases is not a master site.

reconfigerror

One of the specified databases is the master definition site.

commfailure

At least one remaining master site is not accessible.



RENAME_SHADOW_COLUMN_GROUP Procedure

This procedure renames the shadow column group of a replicated table to make it a named column group. The replicated table's master group does not need to be quiesced to run this procedure.

Syntax

DBMS_REPCAT.RENAME_SHADOW_COLUMN_GROUP (
   sname                IN VARCHAR2,
   oname                IN VARCHAR2,
   new_col_group_name   IN VARCHAR2)

Parameters

Table 18-118 RENAME_SHADOW_COLUMN_GROUP Procedure Parameters

ParameterDescription
sname

Schema in which the replicated table is located.

oname

Name of the replicated table.

new_col_group_name

Name of the new column group. The columns currently in the shadow group are placed in a column group with the name you specify.


Exceptions

Table 18-119 RENAME_SHADOW_COLUMN_GROUP Procedure Exceptions

ExceptionDescription
missmview

The specified schema does not exist.

nonmasterdef

Invocation site is not the master definition site.

missingobject

The specified object does not exist.

duplicategroup

The column group that was specified for creation exists.



REPCAT_IMPORT_CHECK Procedure

This procedure ensures that the objects in the master group have the appropriate object identifiers and status values after you perform an export/import of a replicated object or an object used by Advanced Replication.

Syntax

DBMS_REPCAT.REPCAT_IMPORT_CHECK (
   gname      IN   VARCHAR2,
   master     IN   BOOLEAN,
   gowner     IN   VARCHAR2  := 'PUBLIC');

Parameters

Table 18-120 REPCAT_IMPORT_CHECK Procedure Parameters

ParameterDescription
gname

Name of the master group. If you omit both parameters, then the procedure checks all master groups at your current site.

master

Set this to TRUE if you are checking a master site and FALSE if you are checking a materialized view site.

gowner

Owner of the master group.


Exceptions

Table 18-121 REPCAT_IMPORT_CHECK Procedure Exceptions

ExceptionDescription
nonmaster

master is TRUE and either the database is not a master site for the replication group or the database is not the expected database.

nonmview

master is FALSE and the database is not a materialized view site for the replication group.

missingobject

A valid replicated object in the replication group does not exist.

missingrepgroup

The specified replicated replication group does not exist.

missingschema

The specified schema does not exist.



RESUME_MASTER_ACTIVITY Procedure

This procedure resumes normal replication activity after quiescing a replication environment.

Syntax

DBMS_REPCAT.RESUME_MASTER_ACTIVITY (
   gname       IN  VARCHAR2, 
   override    IN  BOOLEAN := FALSE);

Parameters

Table 18-122 RESUME_MASTER_ACTIVITY Procedure Parameters

ParameterDescription
gname

Name of the master group.

override

If this is TRUE, then it ignores any pending administrative requests and restores normal replication activity at each master as quickly as possible. This should be considered only in emergency situations.

If this is FALSE, then it restores normal replication activity at each master only when there is no pending administrative request for gname at that master.


Exceptions

Table 18-123 RESUME_MASTER_ACTIVITY Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

notquiesced

Master group is not quiescing or quiesced.

commfailure

At least one master site is not accessible.

notallgenerated

Generate replication support before resuming replication activity.



RESUME_PROPAGATION_TO_MDEF Procedure

During the process of adding new master sites to a master group without quiesce, this procedure indicates that export is effectively finished and propagation to the master definition site for both extended and unaffected replication groups existing at master sites can be enabled. Run this procedure after the export required to add new master sites to a master group is complete.


See Also:

"Adding New Master Sites" for more information about adding master sites to a master group

Syntax

DBMS_REPCAT.RESUME_PROPAGATION_TO_MDEF (
   extension_id    IN    RAW);

Parameters

Table 18-124 RESUME_PROPAGATION_TO_MDEF Procedure Parameters

ParameterDescription
extension_id

The identifier for the current pending request to add master databases to a master group without quiesce. You can find the extension_id by querying the DBA_REPSITES_NEW and DBA_REPEXTENSIONS data dictionary views.


Exceptions

Table 18-125 RESUME_PROPAGATION_TO_MDEF Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

extstinapp

Extension status is inappropriate. The extension status should be EXPORTING when you run this procedure. To check the extension status, query the DBA_REPEXTENSIONS data dictionary view.

dbnotcompatible

Feature is incompatible with database version. All databases must be at 9.2.0 or higher compatibility level.



SEND_OLD_VALUES Procedure

You have the option of sending old column values during propagation of deferred transactions for each nonkey column of a replicated table when rows are updated or deleted in the table. When min_communication is set to TRUE, the default is the following:

  • For a deleted row, to send old values for all columns

  • For an updated row, to send old values for key columns and the modified columns in a column group

You can change this behavior at all master sites and materialized view sites by invoking DBMS_REPCAT.SEND_OLD_VALUES at the master definition site. Then, generate replication support at all master sites and at each materialized view site.

When you use user-defined types, you can specify the leaf attributes of a column object, or an entire column object. For example, if a column object named cust_address has street_address as an attribute, then you can specify cust_address.street_address for the column_list parameter or as part of the column_table parameter, or you can specify only cust_address.

Syntax

DBMS_REPCAT.SEND_OLD_VALUES(
   sname           IN  VARCHAR2,
   oname           IN  VARCHAR2,
   { column_list   IN  VARCHAR2,
   | column_table  IN  DBMS_UTILITY.VARCHAR2S | DBMS_UTILITY.LNAME_ARRAY,}
   operation       IN  VARCHAR2 := 'UPDATE',
   send            IN  BOOLEAN  := TRUE );

Note:

This procedure is overloaded. The column_list and column_table parameters are mutually exclusive.

Parameters

Table 18-126 SEND_OLD_VALUES Procedure Parameters

ParameterDescription
sname

Schema in which the table is located.

oname

Name of the replicated table. The table can be the storage table of a nested table.

column_list

A comma-delimited list of the columns in the table. There must be no spaces between entries.

column_table

Instead of a list, you can use a PL/SQL associative array of type DBMS_REPCAT.VARCHAR2S or DBMS_UTILITY.LNAME_ARRAY to contain the column names. The first column name should be at position 1, the second at position 2, and so on.

Use DBMS_UTILITY.LNAME_ARRAY if any column name is greater than or equal to 30 bytes, which might occur when you specify the attributes of column objects.

operation

Possible values are: update, delete, or the asterisk wildcard '*', which means update and delete.

send

If TRUE, then the old values of the specified columns are sent. If FALSE, then the old values of the specified columns are not sent. Unspecified columns and unspecified operations are not affected.

The specified change takes effect at the master definition site as soon as min_communication is TRUE for the table. The change takes effect at a master site or at a materialized view site the next time replication support is generated at that site with min_communication TRUE.



Note:

The operation parameter enables you to specify whether to transmit old values for nonkey columns when rows are deleted or updated. If you do not send the old value, then Oracle sends a NULL for the old value and assumes the old value is equal to the current value of the column at the target side when the update or delete is applied.

See Oracle Database Advanced Replication for information about reduced data propagation using the SEND_OLD_VALUES procedure before changing the default behavior of Oracle.


Exceptions

Table 18-127 SEND_OLD_VALUES Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingobject

Specified object does not exist as a table in the specified schema waiting for row-level replication information.

missingcolumn

At least one column is not in the table.

notquiesced

Master group has not been quiesced.

typefailure

An illegal operation is specified.

keysendcomp

A specified column is a key column in a table.

dbnotcompatible

Feature is incompatible with database version. Typically, this exception arises when you are trying to send the attributes of column objects. In this case, all databases must be at 9.2.0 or higher compatibility level.



SET_COLUMNS Procedure

This procedure enables you to use an alternate column or group of columns, instead of the primary key, to determine which columns of a table to compare when using row-level replication. You must call this procedure from the master definition site.

When you use column objects, if an attribute of a column object can be used as a primary key or part of a primary key, then the attribute can be part of an alternate key column. For example, if a column object named cust_address has street_address as a VARCHAR2 attribute, then you can specify cust_address.street_address for the column_list parameter or as part of the column_table parameter. However, the entire column object, cust_address, cannot be specified.

For the storage table of a nested table column, this procedure accepts the NESTED_TABLE_ID as an alternate key column.

When you use object tables, you cannot specify alternate key columns. If the object identifier (OID) is system-generated for an object table, then Oracle uses the OID column in the object table as the key for the object table. If the OID is user-defined for an object table, then Oracle uses the primary key in the object table as the key.

The following types of columns cannot be alternate key columns:

  • LOB or LOB attribute of a column object

  • Collection or collection attribute of a column object

  • REF

  • An entire column object


See Also:

The constraint_clause in Oracle Database SQL Language Reference for more information about restrictions on primary key columns

Syntax

DBMS_REPCAT.SET_COLUMNS (
   sname           IN    VARCHAR2,
   oname           IN    VARCHAR2,
   { column_list   IN    VARCHAR2
   | column_table  IN    DBMS_UTILITY.NAME_ARRAY | DBMS_UTILITY.LNAME_ARRAY } );

Note:

This procedure is overloaded. The column_list and column_table parameters are mutually exclusive.

Parameters

Table 18-128 SET_COLUMNS Procedure Parameters

ParameterDescription
sname

Schema in which the table is located.

oname

Name of the table.

column_list

A comma-delimited list of the columns in the table that you want to use as a primary key. There must be no spaces between entries.

column_table

Instead of a list, you can use a PL/SQL associative array of type DBMS_UTILITY.NAME_ARRAY or DBMS_UTILITY.LNAME_ARRAY to contain the column names. The first column name should be at position 1, the second at position 2, and so on.

Use DBMS_UTILITY.LNAME_ARRAY if any column name is greater than or equal to 30 bytes, which might occur when you specify the attributes of column objects.


Exceptions

Table 18-129 SET_COLUMNS Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

missingobject

Specified object does not exist as a table in the specified schema waiting for row-level replication information.

missingcolumn

At least one column is not in the table.

notquiesced

Replication group is not quiescing or quiesced.



SPECIFY_NEW_MASTERS Procedure

This procedure specifies the master sites you intend to add to an existing replication group without quiescing the group. This procedure must be run at the master definition site of the specified master group.

If necessary, this procedure creates an extension_id that tracks the process of adding new master sites to a master group. You use this extension_id in the other procedures that you run at various stages in the process. You can view information about the extension_id in the DBA_REPSITES_NEW and DBA_REPEXTENSIONS data dictionary views.

This procedure adds the new master sites to the DBA_REPSITES_NEW data dictionary view for the specified replication group. This procedure can be run any number of times for a given replication group. If it is run more than once, then it replaces any masters in the local DBA_REPSITES_NEW data dictionary view for the specified replication group with the masters specified in the master_list/master_table parameters.

You must run this procedure before you run the ADD_NEW_MASTERS procedure. No new master sites are added to the master group until you run the ADD_NEW_MASTERS procedure.


See Also:


Syntax

DBMS_REPCAT.SPECIFY_NEW_MASTERS (
   gname           IN   VARCHAR2,
   { master_list   IN   VARCHAR2 
   | master_table  IN   DBMS_UTILITY.DBLINK_ARRAY});

Note:

This procedure is overloaded. The master_list and master_table parameters are mutually exclusive.

Parameters

Table 18-130 SPECIFY_NEW_MASTERS Procedure Parameters

ParameterDescription
gname

Master group to which you are adding new master sites.

master_list

A comma-delimited list of new master sites that you want to add to the master group. List only the new master sites, not the existing master sites. Do not put any spaces between site names.

If master_list is NULL, all master sites for the given replication group are removed from the DBA_REPSITES_NEW data dictionary view. Specify NULL to indicate that the master group is not being extended.

master_table

A table that lists the new master sites that you want to add to the master group. In the table, list only the new master sites, not the existing master sites. The first master site should be at position 1, the second at position 2, and so on.

If the table is empty, then all master sites for the specified replication group are removed from the DBA_REPSITES_NEW</code> data dictionary view. Use an empty table to indicate that the master group is not being extended.


Exceptions

Table 18-131 SPECIFY_NEW_MASTERS Procedure Exceptions

ExceptionDescription
duplicaterepgroup

A master site that you are attempting to add is already part of the master group.

nonmasterdef

Invocation site is not the master definition site.

propmodenotallowed

Synchronous propagation mode not allowed for this operation. Only asynchronous propagation mode is allowed.

extstinapp

Extension request with status not allowed. There must either be no extension_id for the master group or the extension_id status must be READY. You can view the status for each extension_id at a master site in the DBA_REPEXTENSIONS data dictionary view.

dbnotcompatible

Feature is incompatible with database version. All databases must be at 9.2.0 or higher compatibility level.

notsamecq

Master groups do not have the same connection qualifier.



STREAMS_MIGRATION Procedure

Generates a migration script that migrates an Advanced Replication environment to a Streams environment. Specifically, this procedure generates a script that sets up a Streams environment for the specified replication groups. The generated script can be customized and run at each master site to perform the migration.


See Also:

Oracle Streams Replication Administrator's Guide for detailed information about migrating from Advanced Replication to Streams

Syntax

DBMS_REPCAT.STREAMS_MIGRATION ( 
     gnames              IN   DBMS_UTILITY.NAME_ARRAY, 
     file_location       IN   VARCHAR2, 
     filename            IN   VARCHAR2);

Parameters

Table 18-132 STREAMS_MIGRATION Procedure Parameters

ParameterDescription
gnames

List of replication groups to migrate to Streams. The replication groups listed must all contain the same master sites. An error is raised if the replication groups have different masters.

file_location

Directory location of the migration script. The specified location must be a directory object that is accessible to PL/SQL. You can use the SQL statement CREATE DIRECTORY to create a directory object.

See Also: Oracle Database SQL Language Reference for more information about the CREATE DIRECTORY statement

filename

Name of the migration script.



SUSPEND_MASTER_ACTIVITY Procedure

This procedure suspends replication activity for a master group. You use this procedure to quiesce the master group. You must call this procedure from the master definition site.

Syntax

DBMS_REPCAT.SUSPEND_MASTER_ACTIVITY (
   gname   IN   VARCHAR2);

Parameters

Table 18-133 SUSPEND_MASTER_ACTIVITY Procedure Parameters

ParameterDescription
gname

Name of the master group for which you want to suspend activity.


Exceptions

Table 18-134 SUSPEND_MASTER_ACTIVITY Procedure Exceptions

ExceptionDescription
nonmasterdef

Invocation site is not the master definition site.

notnormal

Master group is not in normal operation.

commfailure

At least one master site is not accessible.



SWITCH_MVIEW_MASTER Procedure

This procedure changes the master site of a materialized view group to another master site. This procedure does a full refresh of the affected materialized views and regenerates the triggers and their associated packages as needed. This procedure does not push the queue to the old master site before changing master sites.


Note:

You cannot switch the master of materialized views that are based on other materialized views (level 2 and greater materialized views). Such a materialized view must be dropped and re-created to base it on a different master.

Syntax

DBMS_REPCAT.SWITCH_MVIEW_MASTER (
   gname         IN   VARCHAR2, 
   master        IN   VARCHAR2,
   gowner        IN   VARCHAR2  := 'PUBLIC');

Parameters

Table 18-135 SWITCH_MVIEW_MASTER Procedure Parameters

ParameterDescription
gname

Name of the materialized view group for which you want to change the master site.

master

Fully qualified database name of the new master site to use for the materialized view group.

gowner

Owner of the materialized view group.


Exceptions

Table 18-136 SWITCH_MVIEW_MASTER Procedure Exceptions

ExceptionDescription
nonmview

Invocation site is not a materialized view site.

nonmaster

Specified database is not a master site.

commfailure

Specified database is not accessible.

missingrepgroup

Materialized view group does not exist.

qrytoolong

Materialized view definition query is greater 32 KB.

alreadymastered

At the local site, there is another materialized view group with the same group name mastered at the old master site.



UNDO_ADD_NEW_MASTERS_REQUEST Procedure

This procedure undoes all of the changes made by the SPECIFY_NEW_MASTERS and ADD_NEW_MASTERS procedures for a specified extension_id.

This procedure is executed at one master site, which can be the master definition site, and it only affects that master site. If you run this procedure at one master site affected by the request, you must run it at all new and existing master sites affected by the request. You can query the DBA_REPSITES_NEW data dictionary view to see the new master sites affected by the extension_id. This data dictionary view also lists the replication group name, and you must run this procedure at all existing master sites in the replication group.


Caution:

This procedure is not normally called. Use this procedure only if the adding new masters without quiesce operation cannot proceed at one or more master sites. Run this procedure after you have already run the SPECIFY_NEW_MASTERS and ADD_NEW_MASTERS procedures, but before you have run the RESUME_PROPAGATION_TO_MDEF and PREPARE_INSTANTIATED_MASTER procedures.

Do not run this procedure after you have run either RESUME_PROPAGATION_TO_MDEF or PREPARE_INSTANTIATED_MASTER for a particular extension_id.


Syntax

DBMS_REPCAT.UNDO_ADD_NEW_MASTERS_REQUEST (
   extension_id   IN  RAW,
   drop_contents  IN  BOOLEAN := TRUE);

Parameters

Table 18-137 UNDO_ADD_NEW_MASTERS_REQUEST Procedure Parameters

ParameterDescription
extension_id

The identifier for the current pending request to add master databases to a master group without quiesce. You can find the extension_id by querying the DBA_REPSITES_NEW and DBA_REPEXTENSIONS data dictionary views.

drop_contents

Specify TRUE, the default, to drop the contents of objects in new replication groups being extended at the local site. Specify FALSE to retain the contents.


Exceptions

Table 18-138 UNDO_ADD_NEW_MASTERS_REQUEST Procedure Exceptions

ExceptionDescription
dbnotcompatible

Feature is incompatible with database version. All databases must be at 9.2.0 or higher compatibility level.

typefail

A parameter value that you specified is not appropriate.



UNREGISTER_MVIEW_REPGROUP Procedure

This procedure facilitates the administration of materialized views at their respective master sites or master materialized view sites by deleting a materialized view group from DBA_REGISTERED_MVIEW_GROUPS. Run this procedure at the master site or master materialized view site.

Syntax

DBMS_REPCAT.UNREGISTER_MVIEW_REPGROUP (
   gname      IN   VARCHAR2,
   mviewsite  IN   VARCHAR2,
   gowner     IN   VARCHAR2  := 'PUBLIC');

Parameters

Table 18-139 UNREGISTER_MVIEW_REPGROUP Procedure Parameters

ParameterDescription
gname

Name of the materialized view group to be unregistered.

mviewsite

Global name of the materialized view site.

gowner

Owner of the materialized view group.



VALIDATE Function

This function validates the correctness of key conditions of a multimaster replication environment.

Syntax

DBMS_REPCAT.VALIDATE (
   gname               IN  VARCHAR2, 
   check_genflags      IN  BOOLEAN := FALSE,
   check_valid_objs    IN  BOOLEAN := FALSE,
   check_links_sched   IN  BOOLEAN := FALSE,
   check_links         IN  BOOLEAN := FALSE,
   error_table         OUT DBMS_REPCAT.VALIDATE_ERR_TABLE)
  RETURN BINARY_INTEGER;

DBMS_REPCAT.VALIDATE (
   gname               IN  VARCHAR2, 
   check_genflags      IN  BOOLEAN := FALSE,
   check_valid_objs    IN  BOOLEAN := FALSE,
   check_links_sched   IN  BOOLEAN := FALSE,
   check_links         IN  BOOLEAN := FALSE,
   error_msg_table     OUT DBMS_UTILITY.UNCL_ARRAY,
   error_num_table     OUT DBMS_UTILITY.NUMBER_ARRAY )
  RETURN BINARY_INTEGER;

Note:

This function is overloaded. The return value of VALIDATE is the number of errors found. The function's OUT parameter returns any errors that are found. In the first interface function shown under "Syntax", the error_table consists of an array of records. Each record has a VARCHAR2 and a NUMBER in it. The string field contains the error message, and the number field contains the Oracle error number.

The second interface function shown under "Syntax" is similar except that there are two OUT arrays: a VARCHAR2 array with the error messages and a NUMBER array with the error numbers.


Parameters

Table 18-140 VALIDATE Function Parameters

ParameterDescription
gname

Name of the master group to validate.

check_genflags

Check whether all the objects in the group are generated. This must be done at the master definition site only.

check_valid_objs

Check that the underlying objects for objects in the group valid. This must be done at the master definition site only. The master definition site goes to all other sites and checks that the underlying objects are valid. The validity of the objects is checked within the schema of the connected user.

check_links_sched

Check whether the links are scheduled for execution. This should be invoked at each master site.

check_links

Check whether the connected user (repadmin), as well as the propagator, have correct links for replication to work properly. Checks that the links exist in the database and are accessible. This should be invoked at each master site.

error_table

Returns the messages and numbers of all errors that are found.

error_msg_table

Returns the messages of all errors that are found.

error_num_table

Returns the numbers of all errors that are found.


Exceptions

Table 18-141 VALIDATE Function Exceptions

ExceptionDescription
missingdblink

Database link does not exist in the schema of the replication propagator or has not been scheduled. Ensure that the database link exists in the database, is accessible, and is scheduled for execution.

dblinkmismatch

Database link name at the local node does not match the global name of the database that the link accesses. Ensure that the GLOBAL_NAMES initialization parameter is set to TRUE and the link name matches the global name.

dblinkuidmismatch

User name of the replication administration user at the local node and the user name at the node corr#esponding to the database link are different. Advanced Replication expects the two users to be the same. Ensure that the user identification of the replication administration user at the local node and the user identification at the node corresponding to the database link are the same.

objectnotgenerated

Object has not been generated at other master sites or is still being generated. Ensure that the object is generated by calling GENERATE_REPLICATION_SUPPORT and DO_DEFERRED_REPCAT_ADMIN for the object at the master definition site.


Usage Notes

The return value of VALIDATE is the number of errors found. The function's OUT parameter returns any errors that are found. In the first interface function, the error_table consists of an array of records. Each record has a VARCHAR2 and a NUMBER in it. The string field contains the error message and the number field contains the Oracle error number.

The second interface is similar except that there are two OUT arrays. A VARCHAR2 array with the error messages and a NUMBER array with the error numbers.


WAIT_MASTER_LOG Procedure

This procedure determines whether changes that were asynchronously propagated to a master site have been applied.

Syntax

DBMS_REPCAT.WAIT_MASTER_LOG (
   gname          IN    VARCHAR2, 
   record_count   IN    NATURAL, 
   timeout        IN    NATURAL, 
   true_count     OUT   NATURAL);

Parameters

Table 18-142 WAIT_MASTER_LOG Procedure Parameters

ParameterDescription
gname

Name of the master group.

record_count

Procedure returns whenever the number of incomplete activities is at or below this threshold.

timeout

Maximum number of seconds to wait before the procedure returns.

true_count
(out parameter)

Returns the number of incomplete activities.


Exceptions

Table 18-143 WAIT_MASTER_LOG Procedure Exceptions

ExceptionDescription
nonmaster

Invocation site is not a master site.


PKNW'PKy$AOEBPS/rardefsyspac.htm DBMS_DEFER_SYS

14 DBMS_DEFER_SYS

DBMS_DEFER_SYS procedures manage default replication node lists. This package is the system administrator interface to a replicated transactional deferred remote procedure call facility. Administrators and replication daemons can execute transactions queued for remote nodes using this facility, and administrators can control the nodes to which remote calls are destined.

This chapter contains this topic:


Summary of DBMS_DEFER_SYS Subprograms

Table 14-1 DBMS_DEFER_SYS Package Subprograms

SubprogramDescription

"ADD_DEFAULT_DEST Procedure"


Adds a destination database to the DEFDEFAULTDEST view.

"CLEAR_PROP_STATISTICS Procedure"


Clears the propagation statistics in the DEFSCHEDULE data dictionary view.

"DELETE_DEFAULT_DEST Procedure"


Removes a destination database from the DEFDEFAULTDEST view.

"DELETE_DEF_DESTINATION Procedure"


Removes a destination database from the DEFSCHEDULE view.

"DELETE_ERROR Procedure"


Deletes a transaction from the DEFERROR view.

"DELETE_TRAN Procedure"


Deletes a transaction from the DEFTRANDEST view.

"DISABLED Function"


Determines whether propagation of the deferred transaction queue from the current site to a specified site is enabled.

EXCLUDE_PUSH Function


Acquires an exclusive lock that prevents deferred transaction PUSH.

"EXECUTE_ERROR Procedure"


Reexecutes a deferred transaction that did not initially complete successfully in the security context of the original receiver of the transaction.

"EXECUTE_ERROR_AS_USER Procedure"


Reexecutes a deferred transaction that did not initially complete successfully in the security context of the user who executes this procedure.

"PURGE Function"


Purges pushed transactions from the deferred transaction queue at your current master site or materialized view site.

"PUSH Function"


Forces a deferred remote procedure call queue at your current master site or materialized view site to be pushed to a remote site.

"REGISTER_PROPAGATOR Procedure"


Registers the specified user as the propagator for the local database.

"SCHEDULE_PURGE Procedure"


Schedules a job to purge pushed transactions from the deferred transaction queue at your current master site or materialized view site.

"SCHEDULE_PUSH Procedure"


Schedules a job to push the deferred transaction queue to a remote site.

"SET_DISABLED Procedure"


Disables or enables propagation of the deferred transaction queue from the current site to a specified destination site.

"UNREGISTER_PROPAGATOR Procedure"


Unregisters a user as the propagator from the local database.

"UNSCHEDULE_PURGE Procedure"


Stops automatic purges of pushed transactions from the deferred transaction queue at a master site or materialized view site.

"UNSCHEDULE_PUSH Procedure"


Stops automatic pushes of the deferred transaction queue from a master site or materialized view site to a remote site.



ADD_DEFAULT_DEST Procedure

This procedure adds a destination database to the DEFDEFAULTDEST data dictionary view.

Syntax

DBMS_DEFER_SYS.ADD_DEFAULT_DEST (
   dblink   IN   VARCHAR2);

Parameters

Table 14-2 ADD_DEFAULT_DEST Procedure Parameters

ParameterDescription
dblink

The fully qualified database name of the node that you want to add to the DEFDEFAULTDEST view.


Exceptions

Table 14-3 ADD_DEFAULT_DEST Procedure Exceptions

ExceptionDescription
ORA-23352

The dblink that you specified is already in the default list.



CLEAR_PROP_STATISTICS Procedure

This procedure clears the propagation statistics in the DEFSCHEDULE data dictionary view. When this procedure is executed successfully, all statistics in this view are returned to zero and statistic gathering starts fresh.

Specifically, this procedure clears statistics from the following columns in the DEFSCHEDULE data dictionary view:

  • TOTAL_TXN_COUNT

  • AVG_THROUGHPUT

  • AVG_LATENCY

  • TOTAL_BYTES_SENT

  • TOTAL_BYTES_RECEIVED

  • TOTAL_ROUND_TRIPS

  • TOTAL_ADMIN_COUNT

  • TOTAL_ERROR_COUNT

  • TOTAL_SLEEP_TIME

Syntax

DBMS_DEFER_SYS.CLEAR_PROP_STATISTICS (
   dblink   IN   VARCHAR2);

Parameters

Table 14-4 CLEAR_PROP_STATISTICS Procedure Parameters

ParameterDescription
dblink

The fully qualified database name of the node whose statistics you want to clear. The statistics to be cleared are the statistics for propagation of deferred transactions from the current node to the node you specify for dblink.



DELETE_DEFAULT_DEST Procedure

This procedure removes a destination database from the DEFDEFAULTDEST view.

Syntax

DBMS_DEFER_SYS.DELETE_DEFAULT_DEST (
   dblink   IN   VARCHAR2);

Parameters

Table 14-5 DELETE_DEFAULT_DEST Procedure Parameters

ParameterDescription
dblink

The fully qualified database name of the node that you want to delete from the DEFDEFAULTDEST view. If Oracle does not find this dblink in the view, then no action is taken.



DELETE_DEF_DESTINATION Procedure

This procedure removes a destination database from the DEFSCHEDULE view.

Syntax

DBMS_DEFER_SYS.DELETE_DEF_DESTINATION (
   destination   IN   VARCHAR2,
   force         IN   BOOLEAN := FALSE);

Parameters

Table 14-6 DELETE_DEF_DESTINATION Procedure Parameters

ParameterDescription
destination

The fully qualified database name of the destination that you want to delete from the DEFSCHEDULE view. If Oracle does not find this destination in the view, then no action is taken.

force

When set to TRUE, Oracle ignores all safety checks and deletes the destination.



DELETE_ERROR Procedure

This procedure deletes a transaction from the DEFERROR view.

Syntax

DBMS_DEFER_SYS.DELETE_ERROR(
   deferred_tran_id     IN   VARCHAR2,
   destination          IN   VARCHAR2);

Parameters

Table 14-7 DELETE_ERROR Procedure Parameters

ParameterDescription
deferred_tran_id

Identification number from the DEFERROR view of the deferred transaction that you want to remove from the DEFERROR view. If this parameter is NULL, then all transactions meeting the requirements of the other parameter are removed.

destination

The fully qualified database name from the DEFERROR view of the database to which the transaction was originally queued. If this parameter is NULL, then all transactions meeting the requirements of the other parameter are removed from the DEFERROR view.



DELETE_TRAN Procedure

This procedure deletes a transaction from the DEFTRANDEST view. If there are no other DEFTRANDEST or DEFERROR entries for the transaction, then the transaction is deleted from the DEFTRAN and DEFCALL views as well.

Syntax

DBMS_DEFER_SYS.DELETE_TRAN (
   deferred_tran_id     IN   VARCHAR2,
   destination          IN   VARCHAR2);

Parameters

Table 14-8 DELETE_TRAN Procedure Parameters

ParameterDescription
deferred_tran_id

Identification number from the DEFTRAN view of the deferred transaction that you want to delete. If this is NULL, then all transactions meeting the requirements of the other parameter are deleted.

destination

The fully qualified database name from the DEFTRANDEST view of the database to which the transaction was originally queued. If this is NULL, then all transactions meeting the requirements of the other parameter are deleted.



DISABLED Function

This function determines whether propagation of the deferred transaction queue from the current site to a specified site is enabled. The DISABLED function returns TRUE if the deferred remote procedure call (RPC) queue is disabled for the specified destination.

Syntax

DBMS_DEFER_SYS.DISABLED (
   destination  IN   VARCHAR2)
  RETURN BOOLEAN;

Parameters

Table 14-9 DISABLED Function Parameters

ParameterDescription
destination

The fully qualified database name of the node whose propagation status you want to check.


Exceptions

Table 14-10 DISABLED Function Exceptions

ExceptionDescription
NO_DATA_FOUND

Specified destination does not appear in the DEFSCHEDULE view.


Returns

Table 14-11 DISABLED Function Return Values

ValueDescription
TRUE

Propagation to this site from the current site is disabled.

FALSE

Propagation to this site from the current site is enabled.



EXCLUDE_PUSH Function

This function acquires an exclusive lock that prevents deferred transaction PUSH (either serial or parallel). This function performs a commit when acquiring the lock. The lock is acquired with RELEASE_ON_COMMIT => TRUE, so that pushing of the deferred transaction queue can resume after the next commit.

Syntax

DBMS_DEFER_SYS.EXCLUDE_PUSH (
   timeout   IN   INTEGER)
  RETURN INTEGER;

Parameters

Table 14-12 EXCLUDE_PUSH Function Parameters

ParameterDescription
timeout

Timeout in seconds. If the lock cannot be acquired within this time period (either because of an error or because a PUSH is currently under way), then the call returns a value of 1. A timeout value of DBMS_LOCK.MAXWAIT waits indefinitely.


Returns

Table 14-13 EXCLUDE_PUSH Function Return Values

ValueDescription
0

Success, lock acquired.

1

Timeout, no lock acquired.

2

Deadlock, no lock acquired.

4

Already own lock.



EXECUTE_ERROR Procedure

This procedure reexecutes a deferred transaction that did not initially complete successfully in the security context of the original receiver of the transaction.

Syntax

DBMS_DEFER_SYS.EXECUTE_ERROR ( 
   deferred_tran_id IN   VARCHAR2,
   destination      IN   VARCHAR2);

Parameters

Table 14-14 EXECUTE_ERROR Procedure Parameters

ParameterDescription

deferred_tran_id

Identification number from the DEFERROR view of the deferred transaction that you want to reexecute. If this is NULL, then all transactions queued for destination are reexecuted.

destination

The fully qualified database name from the DEFERROR view of the database to which the transaction was originally queued. This must not be NULL. If the provided database name is not fully qualified or is invalid, no error will be raised.


Exceptions

Table 14-15 EXECUTE_ERROR Procedure Exceptions

ExceptionDescription
ORA-24275 error

Illegal combinations of NULL and non-NULL parameters were used.

badparam

Parameter value missing or invalid (for example, if destination is NULL).

missinguser

Invalid user.



EXECUTE_ERROR_AS_USER Procedure

This procedure reexecutes a deferred transaction that did not initially complete successfully. Each transaction is executed in the security context of the connected user.

Syntax

DBMS_DEFER_SYS.EXECUTE_ERROR_AS_USER ( 
   deferred_tran_id IN   VARCHAR2,
   destination      IN   VARCHAR2);

Parameters

Table 14-16 EXECUTE_ERROR_AS_USER Procedure Parameters

ParameterDescription
deferred_tran_id

Identification number from the DEFERROR view of the deferred transaction that you want to reexecute. If this is NULL, then all transactions queued for destination are reexecuted.

destination

The fully qualified database name from the DEFERROR view of the database to which the transaction was originally queued. This must not be NULL.


Exceptions

Table 14-17 EXECUTE_ERROR_AS_USER Procedure Exceptions

ExceptionDescription
ORA-24275 error

Illegal combinations of NULL and non-NULL parameters were used.

badparam

Parameter value missing or invalid (for example, if destination is NULL).

missinguser

Invalid user.



PURGE Function

This function purges pushed transactions from the deferred transaction queue at your current master site or materialized view site.

Syntax

DBMS_DEFER_SYS.PURGE (
   purge_method         IN  BINARY_INTEGER := purge_method_quick,
   rollback_segment     IN  VARCHAR2       := NULL,
   startup_seconds      IN  BINARY_INTEGER := 0,
   execution_seconds    IN  BINARY_INTEGER := seconds_infinity,
   delay_seconds        IN  BINARY_INTEGER := 0,
   transaction_count    IN  BINARY_INTEGER := transactions_infinity,
   write_trace          IN  BOOLEAN        := NULL);
  RETURN BINARY_INTEGER;

Parameters

Table 14-18 PURGE Function Parameters

ParameterDescription
purge_method

Controls how to purge the deferred transaction queue: purge_method_quick costs less, while purge_method_precise offers better precision.

Specify the following for this parameter to use purge_method_quick:

dbms_defer_sys.purge_method_quick

Specify the following for this parameter to user purge_method_precise:

dbms_defer_sys.purge_method_precise

If you use purge_method_quick, deferred transactions and deferred procedure calls that have been successfully pushed can remain in the DEFTRAN and DEFCALL data dictionary views for longer than expected before they are purged. See "Usage Notes" for more information.

rollback_segment

Name of rollback segment to use for the purge, or NULL for default.

startup_seconds

Maximum number of seconds to wait for a previous purge of the same deferred transaction queue.

execution_seconds

If > 0, then stop purge cleanly after the specified number of seconds of real time.

delay_seconds

Stop purge cleanly after the deferred transaction queue has no transactions to purge for delay_seconds.

transaction_count

If > 0, then shut down cleanly after purging transaction_count number of transactions.

write_trace

When set to TRUE, Oracle records the result value returned by the PURGE function in the server's trace file. When set to FALSE, Oracle does not record the result value.


Returns

Table 14-19 Purge Function Returns

ValueDescription
result_ok

OK, terminated after delay_seconds expired.

result_startup_seconds

Terminated by lock timeout while starting.

result_execution_seconds

Terminated by exceeding execution_seconds.

result_transaction_count

Terminated by exceeding transaction_count.

result_errors

Terminated after errors.

result_split_del_order_limit

Terminated after failing to acquire the enqueue in exclusive mode. If you receive this return code, then retry the purge. If the problem persists, then contact Oracle Support Services.

result_purge_disabled

Queue purging is disabled internally for synchronization when adding new master sites without quiesce.


Exceptions

Table 14-20 PURGE Function Exceptions

ExceptionDescription
argoutofrange

Parameter value is out of a valid range.

executiondisabled

Execution of purging is disabled.

defererror

Internal error.


Usage Notes

When you use the purge_method_quick for the purge_method parameter in the DBMS_DEFER_SYS.PURGE function, deferred transactions and deferred procedure calls can remain in the DEFCALL and DEFTRAN data dictionary views after they have been successfully pushed. This behavior occurs in replication environments that have multiple database links and the push is executed to only one database link.

To purge the deferred transactions and deferred procedure calls, perform one of the following actions:

  • Use purge_method_precise for the purge_method parameter instead of the purge_method_quick. Using purge_method_precise is more expensive, but it ensures that the deferred transactions and procedure calls are purged after they have been successfully pushed.

  • Using purge_method_quick for the purge_method parameter, push the deferred transactions to all database links. The deferred transactions and deferred procedure calls are purged efficiently when the push to the last database link is successful.


PUSH Function

This function forces a deferred remote procedure call (RPC) queue at your current master site or materialized view site to be pushed (propagated) to a remote site using either serial or parallel propagation.

Syntax

DBMS_DEFER_SYS.PUSH (
   destination          IN  VARCHAR2,
   parallelism          IN  BINARY_INTEGER := 0,
   heap_size            IN  BINARY_INTEGER := 0,
   stop_on_error        IN  BOOLEAN        := FALSE,
   write_trace          IN  BOOLEAN        := FALSE,
   startup_seconds      IN  BINARY_INTEGER := 0,
   execution_seconds    IN  BINARY_INTEGER := seconds_infinity,
   delay_seconds        IN  BINARY_INTEGER := 0,
   transaction_count    IN  BINARY_INTEGER := transactions_infinity,
   delivery_order_limit IN  NUMBER         := delivery_order_infinity)
  RETURN BINARY_INTEGER;

Parameters

Table 14-21 PUSH Function Parameters

ParameterDescription
destination

The fully qualified database name of the master site or master materialized view site to which you are forwarding changes.

parallelism

0 specifies serial propagation.

n > 1 specifies parallel propagation with n parallel processes.

1 specifies parallel propagation using only one parallel process.

heap_size

Maximum number of transactions to be examined simultaneously for parallel propagation scheduling. Oracle automatically calculates the default setting for optimal performance.

Note: Do not set the parameter unless so directed by Oracle Support Services.

stop_on_error

The default, FALSE, indicates that the executor should continue even if errors, such as conflicts, are encountered. If TRUE, then stops propagation at the first indication that a transaction encountered an error at the destination site.

Note: If stop_on_error is set to TRUE and the parallelism parameter is greater than 0 (zero), then transactions might continue to be propagated and applied for a period of time after an error is encountered.

write_trace

When set to TRUE, Oracle records the result value returned by the function in the server's trace file. When set to FALSE, Oracle does not record the result value.

startup_seconds

Maximum number of seconds to wait for a previous push to the same destination.

execution_seconds

If > 0, then stop push cleanly after the specified number of seconds of real time. If transaction_count and execution_seconds are zero (the default), then transactions are executed until there are no more in the queue.

The execution_seconds parameter only controls the duration of time that operations can be started. It does not include the amount of time that the transactions require at remote sites. Therefore, the execution_seconds parameter is not intended to be used as a precise control to stop the propagation of transactions to a remote site. If a precise control is required, use the transaction_count or delivery_order parameters.

delay_seconds

Do not return before the specified number of seconds have elapsed, even if the queue is empty. Useful for reducing execution overhead if PUSH is called from a tight loop.

transaction_count

If > 0, then the maximum number of transactions to be pushed before stopping. If transaction_count and execution_seconds are zero (the default), then transactions are executed until there are no more in the queue that must be pushed.

delivery_order_limit

Stop execution cleanly before pushing a transaction where delivery_order >= delivery_order_limit.


Returns

Table 14-22 PUSH Function Returns

ValueDescription
result_ok

OK, terminated after delay_seconds expired.

result_startup_seconds

Terminated by lock timeout while starting.

result_execution_seconds

Terminated by exceeding execution_seconds.

result_transaction_count

Terminated by exceeding transaction_count.

result_delivery_order_limit

Terminated by exceeding delivery_order_limit.

result_errors

Terminated after errors.

result_push_disabled

Push was disabled internally. Typically, this return value means that propagation to the destination was set to disabled internally by Oracle for propagation synchronization when adding a new master site to a master group without quiescing the master group. Oracle will enable propagation automatically at a later time.

result_split_del_order_limit

Terminated after failing to acquire the enqueue in exclusive mode. If you receive this return code, then retry the push. If the problem persists, then contact Oracle Support Services.


Exceptions

Table 14-23 PUSH Function Exceptions

ExceptionDescription
incompleteparallelpush

Serial propagation requires that parallel propagation shuts down cleanly.

executiondisabled

Execution of deferred remote procedure calls (RPCs) is disabled at the destination.

crt_err_err

Error while creating entry in DEFERROR.

deferred_rpc_quiesce

Replication activity for replication group is suspended.

commfailure

Communication failure during deferred remote procedure call (RPC).

missingpropagator

A propagator does not exist.



REGISTER_PROPAGATOR Procedure

This procedure registers the specified user as the propagator for the local database. It also grants the following privileges to the specified user (so that the user can create wrappers):

  • CREATE SESSION

  • CREATE PROCEDURE

  • CREATE DATABASE LINK

  • EXECUTE ANY PROCEDURE

Syntax

DBMS_DEFER_SYS.REGISTER_PROPAGATOR (
   username  IN  VARCHAR2);

Parameter

Table 14-24 REGISTER_PROPAGATOR Procedure Parameter


Exceptions

Table 14-25 REGISTER_PROPAGATOR Procedure Exceptions

ParameterDescription
username

Name of the user.

ExceptionDescription
missinguser

Specified user does not exist.

alreadypropagator

Specified user is already the propagator.

duplicatepropagator

There is already a different propagator.



SCHEDULE_PURGE Procedure

This procedure schedules a job to purge pushed transactions from the deferred transaction queue at your current master site or materialized view site. You should schedule one purge job.


See Also:

Oracle Database Advanced Replication for information about using this procedure to schedule continuous or periodic purge of your deferred transaction queue

Syntax

DBMS_DEFER_SYS.SCHEDULE_PURGE (
   interval             IN  VARCHAR2,
   next_date            IN  DATE,
   reset                IN  BOOLEAN        := NULL,
   purge_method         IN  BINARY_INTEGER := NULL,
   rollback_segment     IN  VARCHAR2       := NULL,
   startup_seconds      IN  BINARY_INTEGER := NULL,
   execution_seconds    IN  BINARY_INTEGER := NULL,
   delay_seconds        IN  BINARY_INTEGER := NULL,
   transaction_count    IN  BINARY_INTEGER := NULL,
   write_trace          IN  BOOLEAN        := NULL);

Parameters

Table 14-26 SCHEDULE_PURGE Procedure Parameters

ParameterDescription
interval

Allows you to provide a function to calculate the next time to purge. This value is stored in the interval field of the DEFSCHEDULE view and calculates the next_date field of this view. If you use the default value for this parameter, NULL, then the value of this field remains unchanged. If the field had no previous value, it is created with a value of NULL. If you do not supply a value for this field, you must supply a value for next_date.

next_date

Allows you to specify a time to purge pushed transactions from the site's queue. This value is stored in the next_date field of the DEFSCHEDULE view. If you use the default value for this parameter, NULL, then the value of this field remains unchanged. If this field had no previous value, it is created with a value of NULL. If you do not supply a value for this field, then you must supply a value for interval.

reset

Set to TRUE to reset LAST_TXN_COUNT, LAST_ERROR, and LAST_MSG to NULL.

purge_method

Controls how to purge the deferred transaction queue: purge_method_quick costs less, while purge_method_precise offers better precision.

Specify the following for this parameter to use purge_method_quick:

dbms_defer_sys.purge_method_quick

Specify the following for this parameter to user purge_method_precise:

dbms_defer_sys.purge_method_precise

If you use purge_method_quick, deferred transactions and deferred procedure calls that have been successfully pushed can remain in the DEFTRAN and DEFCALL data dictionary views for longer than expected before they are purged. For more information, see "Usage Notes". These usage notes are for the DBMS_DEFER_SYS.PURGE function, but they also apply to the DBMS_DEFER_SYS.SCHEDULE_PURGE procedure.

rollback_segment

Name of rollback segment to use for the purge, or NULL for default.

startup_seconds

Maximum number of seconds to wait for a previous purge of the same deferred transaction queue.

execution_seconds

If >0, then stop purge cleanly after the specified number of seconds of real time.

delay_seconds

Stop purge cleanly after the deferred transaction queue has no transactions to purge for delay_seconds.

transaction_count

If > 0, then shut down cleanly after purging transaction_count number of transactions.

write_trace

When set to TRUE, Oracle records the result value returned by the PURGE function in the server's trace file.



SCHEDULE_PUSH Procedure

This procedure schedules a job to push the deferred transaction queue to a remote site. This procedure performs a COMMIT.


See Also:

Oracle Database Advanced Replication for information about using this procedure to schedule continuous or periodic push of your deferred transaction queue

Syntax

DBMS_DEFER_SYS.SCHEDULE_PUSH (
   destination          IN  VARCHAR2,
   interval             IN  VARCHAR2,
   next_date            IN  DATE,
   reset                IN  BOOLEAN        := FALSE,
   parallelism          IN  BINARY_INTEGER := NULL,
   heap_size            IN  BINARY_INTEGER := NULL,
   stop_on_error        IN  BOOLEAN        := NULL,
   write_trace          IN  BOOLEAN        := NULL,
   startup_seconds      IN  BINARY_INTEGER := NULL,
   execution_seconds    IN  BINARY_INTEGER := NULL,
   delay_seconds        IN  BINARY_INTEGER := NULL,
   transaction_count    IN  BINARY_INTEGER := NULL);

Parameters

Table 14-27 SCHEDULE_PUSH Procedure Parameters

ParameterDescription
destination

The fully qualified database name of the master site or master materialized view site to which you are forwarding changes.

interval

Allows you to provide a function to calculate the next time to push. This value is stored in the interval field of the DEFSCHEDULE view and calculates the next_date field of this view. If you use the default value for this parameter, NULL, then the value of this field remains unchanged. If the field had no previous value, it is created with a value of NULL. If you do not supply a value for this field, then you must supply a value for next_date.

next_date

Allows you to specify a time to push deferred transactions to the remote site. This value is stored in the next_date field of the DEFSCHEDULE view. If you use the default value for this parameter, NULL, then the value of this field remains unchanged. If this field had no previous value, then it is created with a value of NULL. If you do not supply a value for this field, then you must supply a value for interval.

reset

Set to TRUE to reset LAST_TXN_COUNT, LST_ERROR, and LAST_MSG to NULL.

parallelism

0 specifies serial propagation.

n > 1 specifies parallel propagation with n parallel processes.

1 specifies parallel propagation using only one parallel process.

heap_size

Maximum number of transactions to be examined simultaneously for parallel propagation scheduling. Oracle automatically calculates the default setting for optimal performance.

Note: Do not set the parameter unless so directed by Oracle Support Services.

stop_on_error

The default, FALSE, indicates that the executor should continue even if errors, such as conflicts, are encountered. If TRUE, then stops propagation at the first indication that a transaction encountered an error at the destination site.

Note: If stop_on_error is set to TRUE and the parallelism parameter is greater than 0 (zero), then transactions might continue to be propagated and applied for a period of time after an error is encountered.

write_trace

When set to TRUE, Oracle records the result value returned by the function in the server's trace file.

startup_seconds

Maximum number of seconds to wait for a previous push to the same destination.

execution_seconds

If >0, then stop execution cleanly after the specified number of seconds of real time. If transaction_count and execution_seconds are zero (the default), then transactions are executed until there are no more in the queue.

delay_seconds

Do not return before the specified number of seconds have elapsed, even if the queue is empty. Useful for reducing execution overhead if PUSH is called from a tight loop.

transaction_count

If > 0, then the maximum number of transactions to be pushed before stopping. If transaction_count and execution_seconds are zero (the default), then transactions are executed until there are no more in the queue that must be pushed.



SET_DISABLED Procedure

To disable or enable propagation of the deferred transaction queue from the current site to a specified destination site. If the disabled parameter is TRUE, then the procedure disables propagation to the specified destination and future invocations of PUSH do not push the deferred remote procedure call (RPC) queue. SET_DISABLED eventually affects a session already pushing the queue to the specified destination, but does not affect sessions appending to the queue with DBMS_DEFER.

If the disabled parameter is FALSE, then the procedure enables propagation to the specified destination and, although this does not push the queue, it permits future invocations of PUSH to push the queue to the specified destination. Whether the disabled parameter is TRUE or FALSE, a COMMIT is required for the setting to take effect in other sessions.

Syntax

DBMS_DEFER_SYS.SET_DISABLED (
   destination   IN   VARCHAR2,
   disabled      IN   BOOLEAN := TRUE,
   catchup       IN   RAW := '00',
   override      IN   BOOLEAN := FALSE);

Parameters

Table 14-28 SET_DISABLED Procedure Parameters

ParameterDescription
destination

The fully qualified database name of the node whose propagation status you want to change.

disabled

By default, this parameter disables propagation of the deferred transaction queue from your current site to the specified destination. Set this to FALSE to enable propagation.

catchup

The extension identifier for adding new master sites to a master group without quiescing the master group. The new master site is the destination. Query the DEFSCHEDULE data dictionary view for the existing extension identifiers.

override

A FALSE setting, the default, specifies that Oracle raises the cantsetdisabled exception if the disabled parameter is set to FALSE and propagation was disabled internally by Oracle.

A TRUE setting specifies that Oracle ignores whether the disabled state was set internally for synchronization and always tries to set the state as specified by the disabled parameter.

Note: Do not set this parameter unless directed to do so by Oracle Support Services.


Exceptions

Table 14-29 SET_DISABLED Procedure Exceptions

ExceptionDescription
NO_DATA_FOUND

No entry was found in the DEFSCHEDULE view for the specified destination.

cantsetdisabled

The disabled status for this site is set internally by Oracle for synchronization during adding a new master site to a master group without quiescing the master group. Ensure that adding a new master site without quiescing finished before invoking this procedure.



UNREGISTER_PROPAGATOR Procedure

To unregister a user as the propagator from the local database. This procedure:

  • Deletes the specified propagator from DEFPROPAGATOR.

  • Revokes privileges granted by REGISTER_PROPAGATOR from the specified user (including identical privileges granted independently).

  • Drops any generated wrappers in the schema of the specified propagator, and marks them as dropped in the replication catalog.

Syntax

DBMS_DEFER_SYS.UNREGISTER_PROPAGATOR (
   username  IN  VARCHAR2
   timeout   IN  INTEGER DEFAULT DBMS_LOCK.MAXWAIT);

Parameters

Table 14-30 UNREGISTER_PROPAGATOR Procedure Parameters

ParameterDescription
username

Name of the propagator user.

timeout

Timeout in seconds. If the propagator is in use, then the procedure waits until timeout. The default is DBMS_LOCK.MAXWAIT.


Exceptions

Table 14-31 UNREGISTER_PROPAGATOR Procedure Exceptions

ParameterDescription
missingpropagator

Specified user is not a propagator.

propagator_inuse

Propagator is in use, and thus cannot be unregistered. Try later.



UNSCHEDULE_PURGE Procedure

This procedure stops automatic purges of pushed transactions from the deferred transaction queue at a master site or materialized view site.

Syntax

DBMS_DEFER_SYS.UNSCHEDULE_PURGE();

Parameters

None


UNSCHEDULE_PUSH Procedure

This procedure stops automatic pushes of the deferred transaction queue from a master site or materialized view site to a remote site.

Syntax

DBMS_DEFER_SYS.UNSCHEDULE_PUSH (
   dblink   IN   VARCHAR2);

Parameters

Table 14-32 UNSCHEDULE_PUSH Procedure Parameters

ParameterDescription
dblink

Fully qualified path name for the database at which you want to unschedule periodic execution of deferred remote procedure calls.


Exceptions

Table 14-33 UNSCHEDULE_PUSH Procedure Exceptions

ExceptionDescription
NO_DATA_FOUND

No entry was found in the DEFSCHEDULE view for the specified dblink.


PK`yQyPKy$AOEBPS/rardynviews.htm; Replication Dynamic Performance Views

24 Replication Dynamic Performance Views

All Oracle installations include the dynamic performance views, often referred to as V$ views, described in this chapter. These views are used by master sites and materialized view sites to determine such information as which materialized views are being refreshed currently and statistics about the deferred transaction queue.

This chapter contains these topics:


V$MVREFRESH

Contains information about the materialized views currently being refreshed.

ColumnData TypeDescription
SIDNUMBERSession identifier.
SERIAL#NUMBERSession serial number, which is used to identify uniquely a session's objects. Guarantees that session-level commands are applied to the correct session objects if the session ends and another session begins with the same session ID.
CURRMVOWNERVARCHAR2(31)Owner of the materialized view currently being refreshed. The materialized view resides in this user's schema.
CURRMVNAMEVARCHAR2(31)Name of the materialized view currently being refreshed.


V$REPLPROP

Contains information about the parallel propagation currently in progress at the replication site. Use this view to determine which transactions are currently being propagated, the number of calls propagated in each transaction, and the current activity of the parallel propagation processes or parallel propagation coordinator process.


Note:

This view only contains data when deferred transactions are being pushed using parallel propagation at the current site. The parallelism parameter must be set to 1 or higher in the DBMS_DEFER_SYS.PUSH function for a push to use parallel propagation. Otherwise, the push uses serial propagation, and no data appears in this view during the push.

ColumnData TypeDescription
SIDNUMBERSession identifier.
SERIAL#NUMBERSession serial number. Used to identify uniquely a session's objects. Guarantees that session-level commands are applied to the correct session objects if the session ends and another session begins with the same session ID.
NAMEVARCHAR2(71)Replication Parallel Prop Slave n indicates that the process is active, either waiting, pushing deferred transactions, purging metadata, or creating an error transaction.

Replication Parallel Prop Coordinator indicates that the coordinator process is active, either waiting, sleeping, or scheduling processes to perform operations.

The Replication Parallel Prop Coordinator reads transactions from the deferred transaction queue and assigns them to the Replication Parallel Prop Slaves. Then, the processes propagate the transactions to the destination site. When the processes push transactions in a push session, the processes remain active until the push session completes, even if there are no more transactions to push.

DBLINKVARCHAR2(128)Database link on which this replication session is propagating.
STATEVARCHAR2(12)WAIT indicates that either the slave or coordinator process is waiting for an event (that is, a message).

SLEEP indicates that the coordinator process is sleeping for the duration of the delay_seconds setting. You set delay_seconds with the SCHEDULE_PUSH procedure in the DBMS_DEFER_SYS package.

PUSH indicates that the slave process is pushing transactions from the deferred transaction queue to the remote site.

PURGE indicates that the slave process is purging metadata related to successfully applied transactions from the remote site.

CREATE ERROR indicates that the slave process is creating an error transaction. In this case, an error or a conflict occurred while the slave was pushing deferred transactions to the remote site.

SCHEDULE TXN indicates that the coordinator process is determining the order that transactions are applied and assigning slave processes to execute the transactions.

XIDVARCHAR2(22)If the session is a slave session, then indicates the transaction id of the transaction that the slave is currently propagating.
SEQUENCENUMBERIf the process is a slave process, then the sequence number of the calls propagated in the current operation, if relevant. Each transaction must process one or more calls, and the value of SEQUENCE starts at zero and increases as each call is processed. So, the SEQUENCE value shows the call that is currently being processed in each transaction. This value increases until the slave has processed all of the calls in a transaction.


V$REPLQUEUE

Contains statistics about the replication deferred transactions queue. All values are stored since the start of the current database instance.

ColumnData TypeDescription
TXNS_ENQUEUEDNUMBERNumber of transactions enqueued in the deferred transactions queue.
CALLS_ENQUEUEDNUMBERNumber of calls enqueued into the deferred transactions queue.
TXNS_PURGEDNUMBERNumber of transactions purged from the deferred transactions queue.
LAST_ENQUEUE_TIMEDATEDate when the last transaction was enqueued into the deferred transaction queue. NULL if no transactions have been enqueued into the deferred transaction queue since the instance started.
LAST_PURGE_TIMEDATEDate when the last transaction was purged from the deferred transaction queue. NULL if no transactions have been purged from the deferred transaction queue since the instance started.

PKÓk;;PKy$AOEBPS/rarreputilpac.htm%7 DBMS_REPUTIL

22 DBMS_REPUTIL

DBMS_REPUTIL contains subprograms to generate shadow tables, triggers, and packages for table replication, as well as subprograms to generate wrappers for replication of standalone procedure invocations and packaged procedure invocations. This package is referenced only by the generated code.

This chapter contains this topic:


Summary of DBMS_REPUTIL Subprograms

Table 22-1 DBMS_REPUTIL Package Subprograms

SubprogramDescription

"REPLICATION_OFF Procedure"


Modifies tables without replicating the modifications to any other sites in the replication environment, or disables row-level replication when using procedural replication.

"REPLICATION_ON Procedure"


Reenables replication of changes after replication has been temporarily suspended.

"REPLICATION_IS_ON Function"


Determines whether replication is running.

FROM_REMOTE Function


Returns TRUE at the beginning of procedures in the internal replication packages, and returns FALSE at the end of these procedures.

"GLOBAL_NAME Function"


Determines the global database name of the local database (the global name is the returned value).

"MAKE_INTERNAL_PKG Procedure"


Synchronizes internal packages and tables in the replication catalog.

Note: Do not execute this procedure unless directed to do so by Oracle Support Services.

"SYNC_UP_REP Procedure"


Synchronizes internal triggers and tables/materialized views in the replication catalog.

Note: Do not execute this procedure unless directed to do so by Oracle Support Services.



REPLICATION_OFF Procedure

This procedure enables you to modify tables without replicating the modifications to any other sites in the replication environment. It also disables row-level replication when using procedural replication. In general, you should suspend replication activity for all master groups in your replication environment before setting this flag.

Syntax

DBMS_REPUTIL.REPLICATION_OFF();

Parameters

None


REPLICATION_ON Procedure

This procedure reenables replication of changes after replication has been temporarily suspended.

Syntax

DBMS_REPUTIL.REPLICATION_ON();

Parameters

None


REPLICATION_IS_ON Function

This function determines whether replication is running. A returned value of TRUE indicates that the generated replication triggers are enabled. A return value of FALSE indicates that replication is disabled at the current site for the replication group.

The returning value of this function is set by calling the REPLICATION_ON or REPLICATION_OFF procedures in the DBMS_REPUTIL package.

Syntax

DBMS_REPUTIL.REPLICATION_IS_ON()
  return BOOLEAN;

Parameters

None


FROM_REMOTE Function

This function returns TRUE at the beginning of procedures in the internal replication packages, and returns FALSE at the end of these procedures. You might need to check this function if you have any triggers that could be fired as the result of an update by an internal package.

Syntax

DBMS_REPUTIL.FROM_REMOTE()
   return BOOLEAN;

Parameters

None


GLOBAL_NAME Function

This function determines the global database name of the local database (the global name is the returned value).

Syntax

DBMS_REPUTIL.GLOBAL_NAME()
   return VARCHAR2;

Parameters

None


MAKE_INTERNAL_PKG Procedure

This procedure synchronizes the existence of an internal package with a table or materialized view in the replication catalog. If the table has replication support, then execute this procedure to create the internal package. If replication support does not exist, then this procedure destroys any related internal package. This procedure does not accept the storage table of a nested table.


Caution:

Do not execute this procedure unless directed to do so by Oracle Support Services.

Syntax

DBMS_REPUTIL.MAKE_INTERNAL_PKG (
   canon_sname    IN   VARCHAR2,
   canon_oname    IN   VARCHAR2);

Parameters

Table 22-2 MAKE_INTERNAL_PKG Procedure Parameters

ParameterDescription
canon_sname

Schema containing the table to be synchronized.

This parameter value must be canonically defined (capitalization must match object and must not be enclosed in double quotes).

canon_oname

Name of the table to be synchronized.

This parameter value must be canonically defined (capitalization must match object and must not be enclosed in double quotes).



SYNC_UP_REP Procedure

This procedure synchronizes the existence of an internal trigger with a table or materialized view in the replication catalog. If the table or materialized view has replication support, then execute this procedure to create the internal replication trigger. If replication support does not exist, then this procedure destroys any related internal trigger. This procedure does not accept the storage table of a nested table.


Caution:

Do not execute this procedure unless directed to do so by Oracle Support Services.

Syntax

DBMS_REPUTIL.SYNC_UP_REP (
   canon_sname    IN   VARCHAR2,
   canon_oname    IN   VARCHAR2);

Parameters

Table 22-3 SYNC_UP_REP Procedure Parameters

ParameterDescription
canon_sname

Schema containing the table or materialized view to be synchronized.

This parameter value must be canonically defined (capitalization must match object and must not be enclosed in double quotes).

canon_oname

Name of the table or materialized view to be synchronized.

This parameter value must be canonically defined (capitalization must match object and must not be enclosed in double quotes).


PK8*7%7PKy$A OEBPS/toc.ncxB Oracle® Database Advanced Replication Management API Reference, 11g Release 2 (11.2) Cover Table of Contents Oracle Database Advanced Replication Management API Reference, 11g Release 2 (11.2) Preface Configuring Your Replication Environment Overview of Advanced Replication Configuring the Replication Sites Creating a Master Group Creating a Deployment Template Creating a Materialized View Group Configuring Conflict Resolution Managing and Monitoring Your Replication Environment Managing a Master Replication Environment Managing a Materialized View Replication Environment Managing Replication Objects and Queues Monitoring a Replication Environment Replication Management API Packages Reference Introduction to the Replication Management API Reference DBMS_DEFER DBMS_DEFER_QUERY DBMS_DEFER_SYS DBMS_OFFLINE_OG DBMS_RECTIFIER_DIFF DBMS_REFRESH DBMS_REPCAT DBMS_REPCAT_INSTANTIATE DBMS_REPCAT_ADMIN DBMS_REPCAT_RGT DBMS_REPUTIL Replication Data Dictionary Reference Replication Catalog Views Replication Dynamic Performance Views Materialized View and Refresh Group Views Deferred Transaction Views Appendixes Security Options User-Defined Conflict Resolution Methods Index Copyright PKUPKy$AOEBPS/raruserconflictres.htmvV User-Defined Conflict Resolution Methods

B User-Defined Conflict Resolution Methods

This appendix describes how to build user-defined conflict resolution methods and user-defined conflict notification methods.

This appendix contains these topics:

User-Defined Conflict Resolution Methods

Oracle enables you to write your own conflict resolution or notification methods. A user-defined conflict resolution method is a PL/SQL function that returns either TRUE or FALSE. TRUE indicates that the method has successfully resolved all conflicting modifications for a column group. If the method cannot successfully resolve a conflict, then it should return FALSE. Oracle continues to evaluate available conflict resolution methods, in sequence order, until either a method returns TRUE or there are no more methods available.

If the conflict resolution method raises an exception, then Oracle stops evaluation of the method, and, if any other methods were provided to resolve the conflict with a later sequence number, then Oracle does not evaluate them.

Conflict Resolution Method Parameters

The parameters needed by a user-defined conflict resolution method are determined by the type of conflict being resolved (uniqueness, update, or delete) and the columns of the table being replicated. All conflict resolution methods take some combination of old, new, and current column values for the table.

  • The old value represents the value of the row at the initiating site before you made the change.

  • The new value represents the value of the row at the initiating site after you made the change.

  • The current value represents the value of the equivalent row at the receiving site.


Note:

Recall that Oracle uses the primary key, or the key specified by SET_COLUMNS, to determine which rows to compare.

The conflict resolution function should accept as parameters the values for the columns specified in the PARAMETER_COLUMN_NAME argument to the DBMS_REPCAT.ADD_conflicttype_RESOLUTION procedures. The column parameters are passed to the conflict resolution method in the order listed in the PARAMETER_COLUMN_NAME argument, or in ascending alphabetical order if you specified '*' for this argument. When both old and new column values are passed as parameters (for update conflicts), the old value of the column immediately precedes the new value.


Note:

  • Type checking of parameter columns in user-defined conflict resolution methods is not performed until you regenerate replication support for the associated replicated table.

  • Attributes of column objects cannot be defined as column parameters for user-defined conflict resolution methods.


Resolving Update Conflicts

For update conflicts, a user-defined function should accept the following values for each column in the column group:

  • Old column value from the initiating site. The mode for this parameter is IN. This value should not be changed.

  • New column value from the initiating site. The mode for this parameter is IN OUT. If the function can resolve the conflict successfully, then it should modify the new column value as needed.

  • Current column value from the receiving site. The mode for this parameter is IN.

The old, new, and current values for a column are received consecutively. The final argument to the conflict resolution method should be a Boolean flag. If this flag is FALSE, then it indicates that you have updated the value of the IN OUT parameter (new) and that you should update the current column value with this new value. If this flag is TRUE, then it indicates that the current column value should not be changed.

Resolving Uniqueness Conflicts

Uniqueness conflicts can occur as the result of an INSERT or UPDATE. Your uniqueness conflict resolution method should accept the new column value from the initiating site in IN OUT mode for each column in the column group. The final parameter to the conflict resolution method should be a Boolean flag.

If the method can resolve the conflict, then it should modify the new column values so that Oracle can insert or update the current row with the new column values. Your function should set the Boolean flag to TRUE if it wants to discard the new column values, and FALSE otherwise.

Because a conflict resolution method cannot guarantee convergence for uniqueness conflicts, a user-defined uniqueness resolution method should include a notification mechanism.

Resolving Delete Conflicts

Delete conflicts occur when you successfully delete from the local site, but the associated row cannot be found at the remote site (for example, because it had been updated). For delete conflicts, the function should accept old column values in IN OUT mode for the entire row. The final parameter to the conflict resolution method should be a Boolean flag.

If the conflict resolution method can resolve the conflict, then it modifies the old column values so that Oracle can delete the current row that matches all old column values. Your function should set the Boolean flag to TRUE if it wants to discard these column values, and FALSE otherwise.

If you perform a delete at the local site and an update at the remote site, then the remote site detects the delete conflict, but the local site detects an unresolvable update conflict. This type of conflict cannot be handled automatically. The conflict raises a NO_DATA_FOUND exception and Oracle logs the transaction as an error transaction.

Designing a mechanism to properly handle these types of update/delete conflicts is difficult. It is far easier to avoid these types of conflicts entirely, by simply "marking" deleted rows, and then purging them using procedural replication.

Multitier Materialized Views and User-Defined Conflict Resolution Methods

When you use user-defined conflict resolution methods with multitier materialized views, the information about these methods is pulled down to the master materialized view sites automatically. This information is stored in the data dictionary at the master materialized view site. However, the user-defined conflict resolution methods themselves cannot be pulled down from the master site. Therefore, you must re-create these methods at the master materialized view site.


See Also:


Restrictions for User-Defined Conflict Resolution Methods

The following sections describe restrictions for user-defined conflict resolution methods.

SQL Statement Restrictions for User-Defined Conflict Resolution Methods

Avoid the following types of SQL statements in user-defined conflict resolution methods. Use of such statements can result in unpredictable results.

  • Data definition language (DDL) statements (such as CREATE, ALTER, DROP)

  • Transaction control statements (such as COMMIT, ROLLBACK)

  • Session control (such as ALTER SESSION)

  • System control (such as ALTER SYSTEM)

Column Subsetting Restrictions for User-Defined Conflict Resolution Methods

Avoid subsetting the columns in a column group when you create updatable multitier materialized views. Column subsetting excludes columns that are in master tables or master materialized views from a materialized view based on these masters. You do this by specifying certain select columns in the SELECT statement during materialized view creation.

When you use conflict resolution with multitier materialized views, you cannot define the conflict resolution methods at the materialized view site. Conflict resolution methods are always pulled down from the master site. Therefore, if you subset the columns in a column group that has a user-defined conflict resolution applied to it, the conflict resolution method will not be able to find all of the columns in the column group at a master materialized view site. When this happens, the conflict resolution method returns the following error:

ORA-23460 missing value for column in resolution method

For example, consider a case where the job_id, salary, and commission_pct columns in the hr.employees table are part of a column group name employees_cg1 that has a user-defined conflict resolution method applied to it at the master site hq.example.com. To protect the privacy of your sales staff, you create a level 1 updatable materialized view that uses column subsetting to exclude the salary and commission_pct columns at the ca.us office. When you create this materialized view at the ca.us office, the conflict resolution method is pulled down from hq.example.com. You then create an updatable multitier materialized view at the sf.ca office based on the level 1 materialized view at the ca.us office.

Given this replication environment, if a conflict arises for a job_id value at the level 1 materialized view at the ca.us office, then the conflict resolution method fails to find the salary and commission_pct columns and returns the ORA-23460 error mentioned previously.


See Also:

Oracle Database Advanced Replication for more information about column subsetting

Examples of User-Defined Conflict Resolution Method

The following examples show user-defined methods that are variations on the standard maximum and additive prebuilt conflict resolution methods. Unlike the standard methods, these custom functions can handle nulls in the columns used to resolve the conflict.

Maximum User Function

-- User function similar to MAXIMUM method.
-- If curr is null or curr < new, then use new values.
-- If new is null or new < curr, then use current values.
-- If both are null, then no resolution.
-- Does not converge with > 2 masters, unless 
-- always increasing.

CREATE OR REPLACE FUNCTION max_null_loses(old  IN       NUMBER,
                        new                    IN  OUT  NUMBER,
                        cur                    IN       NUMBER,
                        ignore_discard_flag    OUT      BOOLEAN)
  RETURN BOOLEAN IS
BEGIN
   IF (new IS NULL AND cur IS NULL) OR new = cur THEN
       RETURN FALSE;
   END IF;
   IF new IS NULL THEN
       ignore_discard_flag := TRUE;
   ELSIF cur IS NULL THEN
       ignore_discard_flag := FALSE;
   ELSIF new < cur THEN
       ignore_discard_flag := TRUE;
   ELSE
       ignore_discard_flag := FALSE;
   END IF;
   RETURN TRUE;
END max_null_loses;
/

Additive User Function

-- User function similar to ADDITIVE method.
-- If old is null, then old = 0.
-- If new is null, then new = 0.
-- If curr is null, then curr = 0.
-- new = curr + (new - old) -> just like ADDITIVE method.

CREATE OR REPLACE FUNCTION additive_nulls(old  IN       NUMBER,
                        new                    IN  OUT  NUMBER,
                        cur                    IN       NUMBER,
                        ignore_discard_flag    OUT      BOOLEAN)
   RETURN BOOLEAN IS
   old_val NUMBER := 0.0;
   new_val NUMBER := 0.0;
   cur_val NUMBER := 0.0;
BEGIN
   IF old IS NOT NULL THEN
      old_val := old;
   END IF;
   IF new IS NOT NULL THEN
      new_val := new;
   END IF;
   IF cur IS NOT NULL THEN
      cur_val := cur;
   END IF;
   new := cur_val + (new_val - old_val);
   ignore_discard_flag := FALSE;
   RETURN TRUE;
END additive_nulls;
/

User-Defined Conflict Notification Methods

A conflict notification method is a user-defined function that provides conflict notification rather than or in addition to conflict resolution. For example, you can write your own conflict notification methods to log conflict information in a database table, send an email message, or page an administrator. After you write a conflict notification method, you can assign it to a column group (or constraint) in a specific order so that Oracle notifies you when a conflict happens, before attempting subsequent conflict resolution methods, or after Oracle attempts to resolve a conflict but cannot do so.

To configure a replicated table with a user-defined conflict notification mechanism, you must complete the following steps:

  1. Create a conflict notification log.

  2. Create the user-defined conflict notification method in a package.

The following sections explain each step.

Creating a Conflict Notification Log

When configuring a replicated table to use a user-defined conflict notification method, the first step is to create a database table that can record conflict notifications. You can create a table to log conflict notifications for one or many tables in a master group.

To create a conflict notification log table at all master sites, use the replication execute DDL facility. For more information, see "EXECUTE_DDL Procedure". Do not generate replication support for the conflict notification tables because their entries are specific to the site that detects a conflict.

Sample Conflict Notification Log Table

The following CREATE TABLE statement creates a table that you can use to log conflict notifications from several tables in a master group.

CREATE TABLE sales.conf_report (
 line          NUMBER(2),    --- used to order message text
 txt           VARCHAR2(80), --- conflict notification message
 timestamp     DATE,         --- time of conflict
 table_name    VARCHAR2(30), --- table in which the 
                             --- conflict occurred
 table_owner   VARCHAR2(30), --- owner of the table
 conflict_type VARCHAR2(6)   --- INSERT, DELETE or UNIQUE
);

Creating a Conflict Notification Package

To create a conflict notification method, you must define the method in a PL/SQL package and then replicate the package as part of a master group along with the associated replicated table.

A conflict notification method can perform conflict notification only, or both conflict notification and resolution. If possible, always use one of Oracle's prebuilt conflict resolution methods to resolve conflicts. When a user-defined conflict notification method performs only conflict notification, assign the user-defined method to a column group (or constraint) along with conflict resolution methods that can resolve conflicts.


Note:

If Oracle cannot ultimately resolve a replication conflict, then Oracle rolls back the entire transaction, including any updates to a notification table. If notification is necessary independent of transactions, then you can design a notification mechanism to use the Oracle DBMS_PIPES package.

Sample Conflict Notification Package

The following package and package body perform a simple form of conflict notification by logging uniqueness conflicts for a CUSTOMERS table into the previously defined CONF_REPORT table.


Note:

This example of conflict notification does not resolve any conflicts. You should either provide a method to resolve conflicts (such as discard or overwrite), or provide a notification mechanism that will succeed (for example, using e-mail) even if the error is not resolved and the transaction is rolled back. With simple modifications, the following user-defined conflict notification method can take more active steps. For example, instead of just recording the notification message, the package can use the DBMS_OFFICE utility package to send an Oracle Office email message to an administrator.

CREATE OR REPLACE PACKAGE notify AS
 -- Report uniqueness constraint violations on CUSTOMERS table
 FUNCTION customers_unique_violation (
   first_name         IN OUT VARCHAR2,
   last_name          IN OUT VARCHAR2,
   discard_new_values IN OUT BOOLEAN) 
 RETURN BOOLEAN;
END notify;
/

CREATE OR REPLACE PACKAGE BODY notify AS
 -- Define a PL/SQL associative array to hold the notification message
 TYPE message_table IS TABLE OF VARCHAR2(80) INDEX BY BINARY_INTEGER;
 PROCEDURE report_conflict (
   conflict_report IN MESSAGE_TABLE,
   report_length   IN NUMBER,
   conflict_time   IN DATE,
   conflict_table  IN VARCHAR2,
   table_owner     IN VARCHAR2,
   conflict_type   IN VARCHAR2) IS
 BEGIN
   FOR idx IN 1..report_length LOOP
     BEGIN
       INSERT INTO sales.conf_report 
         (line, txt, timestamp, table_name, table_owner, conflict_type)
         VALUES (idx, SUBSTR(conflict_report(idx),1,80), conflict_time,
                 conflict_table, table_owner, conflict_type);
     EXCEPTION WHEN others THEN NULL;
     END;
   END LOOP;
 END report_conflict;
 -- This is the conflict resolution method that is called first when
 -- a uniqueness constraint violated is detected in the CUSTOMERS table.
 FUNCTION customers_unique_violation (
   first_name  IN OUT VARCHAR2,
   last_name  IN OUT VARCHAR2,
   discard_new_values  IN OUT BOOLEAN) 
  RETURN BOOLEAN IS
   local_node  VARCHAR2(128);
   conf_report MESSAGE_TABLE;
   conf_time   DATE := SYSDATE;
  BEGIN
  -- Get the global name of the local site
    BEGIN
      SELECT global_name INTO local_node FROM global_name;
    EXCEPTION WHEN others THEN local_node := '?';
    END;
  -- Generate a message for the DBA
  conf_report(1) := 'UNIQUENESS CONFLICT DETECTED IN TABLE CUSTOMERS ON ' ||
                    TO_CHAR(conf_time, 'MM-DD-YYYY HH24:MI:SS');
  conf_report(2) := '  AT NODE ' || local_node;
  conf_report(3) := 'ATTEMPTING TO RESOLVE CONFLICT USING ' ||
                    'APPEND SEQUENCE METHOD';
  conf_report(4) := 'FIRST NAME: ' || first_name;
  conf_report(5) := 'LAST NAME:  ' || last_name;
  conf_report(6) := NULL;
  --- Report the conflict
  report_conflict(conf_report, 5, conf_time, 'CUSTOMERS',  
                'OFF_SHORE_ACCOUNTS', 'UNIQUE');
  --- Do not discard the new column values. They are still needed by
  --- other conflict resolution methods.
  discard_new_values := FALSE;
  --- Indicate that the conflict was not resolved.
    RETURN FALSE;
  END customers_unique_violation;
END notify;
/

Viewing Conflict Resolution Information

Oracle provides replication catalog (REPCAT) views that you can use to determine what conflict resolution methods are being used by each of the tables and column groups in your replication environment. Each view has three versions: USER_*, ALL_*, SYS.DBA_*. The available views are shown in the following table.

ViewDescription
ALL_REPRESOLUTION_METHODLists all of the available conflict resolution methods.
ALL_REPCOLUMN_GROUPLists all of the column groups defined for the database.
ALL_REPGROUPED_COLUMNLists all of the columns in each column group in the database.
ALL_REPPRIORITY_GROUPLists all of the priority groups and site priority groups defined for the database.
ALL_REPPRIORITYLists the values and corresponding priority levels for each priority or site priority group.
ALL_REPCONFLICTLists the types of conflicts (delete, update, or uniqueness) for which you have specified a resolution method, for the tables, column groups, and unique constraints in the database.
ALL_REPRESOLUTIONShows more specific information about the conflict resolution method used to resolve conflicts on each object.
ALL_REPPARAMETER_COLUMNShows which columns are used by the conflict resolution methods to resolve a conflict.

PKrvvPKy$AOEBPS/rardefquerypac.htm DBMS_DEFER_QUERY

13 DBMS_DEFER_QUERY

DBMS_DEFER_QUERY enables querying the deferred transactions queue data that is not exposed through views.

This chapter contains this topic:


Summary of DBMS_DEFER_QUERY Subprograms

Table 13-1 DBMS_DEFER_QUERY Package Subprograms

SubprogramDescription

"GET_ARG_TYPE Function"


Determines the form of an argument in a deferred call.

"GET_ARG_TYPE Function"


Determines the type of an argument in a deferred call.

"GET_CALL_ARGS Procedure"


Returns the text version of the various arguments for the specified call.

"GET_datatype_ARG Function"


Determines the value of an argument in a deferred call.

"GET_OBJECT_NULL_VECTOR_ARG Function"


Returns the type information for a column object.



GET_ARG_FORM Function

This function returns the character set form of a deferred call parameter.


See Also:

The Advanced Replication interface's online Help for information about displaying deferred transactions and error transactions in the Advanced Replication interface in Oracle Enterprise Manager

Syntax

DBMS_DEFER_QUERY.GET_ARG_FORM (
   callno                IN   NUMBER,
   arg_no                IN   NUMBER,
   deferred_tran_id      IN   VARCHAR2)
  RETURN NUMBER;

Parameters

Table 13-2 GET_ARG_FORM Function Parameters

ParameterDescription
callno

Call identifier from the DEFCALL view.

arg_no

Position of desired parameter in calls argument list. Parameter positions are 1...number of parameters in call.

deferred_tran_id

Deferred transaction identification.


Exceptions

Table 13-3 GET_ARG_FORM Function Exceptions

ExceptionDescription
NO_DATA_FOUND

Input parameters do not correspond to a parameter of a deferred call.


Returns

Table 13-4 GET_ARG_FORM Function Returns

Constant Return ValueReturn ValuePossible Data Type
DBMS_DEFER_QUERY.ARG_FORM_NONE
0
DATE
NUMBER
ROWID
RAW
BLOB
User-defined types
DBMS_DEFER_QUERY.ARG_FORM_IMPLICIT
1
CHAR
VARCHAR2
CLOB
DBMS_DEFER_QUERY.ARG_FORM_NCHAR
2
NCHAR
NVARCHAR2
NCLOB


GET_ARG_TYPE Function

This function determines the type of an argument in a deferred call. The type of the deferred remote procedure call (RPC) parameter is returned.


See Also:

The Advanced Replication interface's online Help for information about displaying deferred transactions and error transactions in the Advanced Replication interface in Oracle Enterprise Manager

Syntax

DBMS_DEFER_QUERY.GET_ARG_TYPE (
   callno            IN   NUMBER,
   arg_no            IN   NUMBER,
   deferred_tran_id  IN   VARCHAR2)
  RETURN NUMBER;

Parameters

Table 13-5 GET_ARG_TYPE Function Parameters

ParameterDescription
callno

Identification number from the DEFCALL view of the deferred remote procedure call.

arg_no

Numerical position of the argument to the call whose type you want to determine. The first argument to a procedure is in position 1.

deferred_tran_id

Identifier of the deferred transaction.


Exceptions

Table 13-6 GET_ARG_TYPE Function Exceptions

ExceptionDescription
NO_DATA_FOUND

Input parameters do not correspond to a parameter of a deferred call.


Returns

Table 13-7 GET_ARG_TYPE Function Returns

Constant Return ValueReturn ValueCorresponding Data Type
DBMS_DEFER_QUERY.ARG_TYPE_VARCHAR2
1
VARCHAR2
DBMS_DEFER_QUERY.ARG_TYPE_NUM
2
NUMBER
DBMS_DEFER_QUERY.ARG_TYPE_ROWID
11
ROWID
DBMS_DEFER_QUERY.ARG_TYPE_DATE
12
DATE
DBMS_DEFER_QUERY.ARG_TYPE_RAW
23
RAW
DBMS_DEFER_QUERY.ARG_TYPE_CHAR
96
CHAR
DBMS_DEFER_QUERY.ARG_TYPE_ANYDATA
109
ANYDATA
DBMS_DEFER_QUERY.ARG_TYPE_CLOB
112
CLOB
DBMS_DEFER_QUERY.ARG_TYPE_BLOB
113
BLOB
DBMS_DEFER_QUERY.ARG_TYPE_BFIL
114
BFILE
DBMS_DEFER_QUERY.ARG_TYPE_OBJECT_NULL_VECTOR
121
OBJECT_NULL_VECTOR
DBMS_DEFER_QUERY.ARG_TYPE_TIMESTAMP
180
TIMESTAMP
DBMS_DEFER_QUERY.ARG_TYPE_TSTZ
181
TSTZ
DBMS_DEFER_QUERY.ARG_TYPE_IYM
182
IYM
DBMS_DEFER_QUERY.ARG_TYPE_IDS
183
IDS
DBMS_DEFER_QUERY.ARG_TYPE_TSLTZ
231
TSLTZ


Note:



GET_CALL_ARGS Procedure

This procedure returns the text version of the various arguments for the specified call. The text version is limited to the first 2000 bytes.

Syntax

DBMS_DEFER_QUERY.GET_CALL_ARGS (
   callno    IN  NUMBER,
   startarg  IN  NUMBER := 1,
   argcnt    IN  NUMBER,       
   argsize   IN  NUMBER,     
   tran_db   IN  VARCHAR2, 
   tran_id   IN  VARCHAR2, 
   date_fmt  IN  VARCHAR2, 
   types     OUT TYPE_ARY,  
   forms     OUT TYPE_ARY,
   vals      OUT VAL_ARY);
DBMS_DEFER_QUERY.GET_CALL_ARGS (
   callno         IN  NUMBER,
   startarg       IN  NUMBER := 1,
   argcnt         IN  NUMBER,       
   argsize        IN  NUMBER,     
   tran_id        IN  VARCHAR2, 
   date_fmt       IN  VARCHAR2, 
   time_fmt       IN  VARCHAR2, 
   ttz_fmt        IN  VARCHAR2, 
   timestamp_fmt  IN  VARCHAR2, 
   tstz_fmt       IN  VARCHAR2, 
   types          OUT TYPE_ARY,  
   forms          OUT TYPE_ARY,
   vals           OUT VAL_ARY);
DBMS_DEFER_QUERY.GET_CALL_ARGS (
   callno         IN  NUMBER,
   startarg       IN  NUMBER := 1,
   argcnt         IN  NUMBER,       
   argsize        IN  NUMBER,     
   tran_id        IN  VARCHAR2, 
   date_fmt       IN  VARCHAR2, 
   time_fmt       IN  VARCHAR2, 
   ttz_fmt        IN  VARCHAR2, 
   timestamp_fmt  IN  VARCHAR2, 
   tstz_fmt       IN  VARCHAR2, 
   tsltz_fmt      IN  VARCHAR2, 
   types          OUT TYPE_ARY,  
   forms          OUT TYPE_ARY,
   vals           OUT VAL_ARY);

Note:

This procedure is overloaded.

Parameters

Table 13-8 GET_CALL_ARGS Procedure Parameters

ParameterDescription
callno

Identification number from the DEFCALL view of the deferred remote procedure call (RPC).

startarg

Numerical position of the first argument you want described.

argcnt

Number of arguments in the call.

argsize

Maximum size of returned argument.

tran_db

Global name of the database where the transaction originated.

tran_id

Identifier of the deferred transaction.

date_fmt

Format in which the date is returned.

time_fmt

Format in which the time is returned.

ttz_fmt

Format in which the time with time zone is returned.

timestamp_fmt

Format in which the timestamp is returned.

tstz_fmt

Format in which the timestamp with time zone is returned.

tsltz_fmt

Format in which the timestamp with local time zone is returned.

types

Array containing the types of arguments.

forms

Array containing the character set forms of arguments.

vals

Array containing the values of the arguments in a textual form.


Exceptions

Table 13-9 GET_CALL_ARGS Procedure Exceptions

ExceptionDescription
NO_DATA_FOUND

Input parameters do not correspond to a parameter of a deferred call.



GET_datatype_ARG Function

This function determines the valuL-e of an argument in a deferred call.

The ANYDATA type supports the following user-defined types: object types, collections and REFs. Not all types supported by this function can be enqueued by the ANYDATA_ARG procedure in the DBMS_DEFER package.

The returned text for type arguments includes the following values: type owner, type name, type version, length, precision, scale, character set identifier, character set form, and number of elements for collections or number of attributes for object types. These values are separated by a colon (:).


See Also:


Syntax

Depending upon the type of the argument value that you want to retrieve, the syntax for the appropriate function is as follows. Each of these functions returns the value of the specified argument.

DBMS_DEFER_QUERY.GET_datatype_ARG (
   callno             IN   NUMBER,
   arg_no             IN   NUMBER,
   deferred_tran_id   IN   VARCHAR2 DEFAULT NULL)
  RETURN datatype;

where datatype is:

{ ANYDATA
| NUMBER
| VARCHAR2
| CHAR
| DATE
| RAW
| ROWID
| BLOB
| CLOB
| NCLOB
| NCHAR
| NVARCHAR2 
| IDS
| IYM
| TIMESTAMP
| TSLTZ
| TSTZ }

Parameters

Table 13-10 GET_datatype_ARG Function Parameters

ParameterDescription
callno

Identification number from the DEFCALL view of the deferred remote procedure call.

arg_no

Numerical position of the argument to the call whose value you want to determine. The first argument to a procedure is in position 1.

deferred_tran_id

Identifier of the deferred transaction. Defaults to the last transaction identifier passed to the GET_ARG_TYPE function. The default is NULL.


Exceptions

Table 13-11 GET_datatype_ARG Function Exceptions

ExceptionDescription
NO_DATA_FOUND

Input parameters do not correspond to a parameter of a deferred call.

ORA-26564

Argument in this position is not of the specified type or is not one of the types supported by the ANYDATA type.



GET_OBJECT_NULL_VECTOR_ARG Function

This function returns the type information for a column object, including the type owner, name, and hashcode.

Syntax

DBMS_DEFER_QUERY.GET_OBJECT-NULL_VECTOR_ARG (
   callno                IN   NUMBER,
   arg_no                IN   NUMBER,
   deferred_tran_id      IN   VARCHAR2)
  RETURN SYSTEM.REPCAT$_OBJECT_NULL_VECTOR;

Parameters

Table 13-12 GET_OBJECT_NULL_VECTOR_ARG Function Parameters

ParameterDescription
callno

Call identifier from the DEFCALL view.

arg_no

Position of desired parameter in calls argument list. Parameter positions are 1...number of parameters in call.

deferred_tran_id

Deferred transaction identification.


Exceptions

Table 13-13 GET_OBJECT_NULL_VECTOR_ARG Function Exceptions

ExceptionDescription
NO_DATA_FOUND

Input parameters do not correspond to a parameter of a deferred call.

ORA-26564

Parameter is not an object_null_vector type.


Returns

Table 13-14 GET_OBJECT_NULL_VECTOR_ARG Function Returns

Return ValueType Definition

SYSTEM.REPCAT$_OBJECT_NULL_VECTOR type

CREATE TYPE 
SYSTEM.REPCAT$_OBJECT_NULL_VECTOR
AS OBJECT ( 
  type_owner      VARCHAR2(30),
  type_name       VARCHAR2(30),
  type_hashcode   RAW(17),
  null_vector     RAW(2000));

PKSVLPKy$AOEBPS/rarpart1.htm: Configuring Your Replication Environment

Part I

Configuring Your Replication Environment

Part I contains instructions for using the replication management API to set up both multimaster replication and materialized view replication. This part also contains instructions for configuring conflict resolution methods using the replication management API.

Part I contains the following chapters:

PKީPKy$AOEBPS/rarmanmv.htm Managing a Materialized View Replication Environment

8 Managing a Materialized View Replication Environment

Materialized view replication provides the flexibility to build data sets to meet the needs of your users and front-end applications, while still meeting the requirements of your security configuration. This chapter describes how to manage materialized view sites with the replication management API.

This chapter contains these topics:

Refreshing Materialized Views

Refreshing a materialized view synchronizes the data in the materialized view's master(s) and the data in the materialized view. You can either refresh all of the materialized views in a refresh group at once, or you can refresh materialized views individually. If you have applications that depend on multiple materialized views at a materialized view site, then Oracle recommends using refresh groups so that the data is transactionally consistent in all of the materialized views used by the application.

The following example refreshes the hr_refg refresh group:

EXECUTE DBMS_REFRESH.REFRESH ('hr_refg');

The following example refreshes the hr.departments_mv materialized view:

BEGIN
   DBMS_MVIEW.REFRESH (
     list   =>  'hr.departments_mv', 
     method =>  '?');
END;
/

Note:

Do not use the DBMS_MVIEW.REFRESH_ALL_MVIEWS or the DBMS_MVIEW.REFRESH_DEPENDENT procedure to refresh materialized views used in a replication environment. Instead, use the DBMS_REFRESH.REFRESH or the DBMS_MVIEW.REFRESH procedure to refresh materialized views in a replication environment.


See Also:

Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_MVIEW package

Changing a Materialized View Group's Master Site

To change the master site of a materialized view group at a level 1 materialized view site to another master site, call the SWITCH_MVIEW_MASTER procedure in the DBMS_REPCAT package, as shown in the following example:

BEGIN
   DBMS_REPCAT.SWITCH_MVIEW_MASTER (
      gname  => 'hr_repg',
      master => 'orc3.example.com');
END;
/

In this example, the master site for the hr_repg replication group is changed to the orc3.example.com master site. You must call this procedure at the materialized view site whose master site you want to change. The new database must be a master site in the replication environment. When you call this procedure, Oracle uses the new master to perform a full refresh of each materialized view in the local materialized view group. Ensure that you have set up the materialized view site to use the new master site before you run the SWITCH_MVIEW_MASTER procedure.

The entries in the SYS.SLOG$ table at the old master site for the switched materialized view are not removed. As a result, the materialized view log (MLOG$ table) of the switched updatable materialized view at the old master site has the potential to grow indefinitely, unless you purge it by calling DBMS_MVIEW.PURGE_LOG.


Note:

You cannot switch the master of materialized views that are based on other materialized views (level 2 and greater materialized views). Such a materialized view must be dropped and re-created to base it on a different master.

Dropping Materialized View Groups and Objects

You might need to drop replication activity at a materialized view site for several reasons. Perhaps the data requirements have changed or an employee has left the company.

This section contains the following sections:

Dropping a Materialized View Group Created with a Deployment Template

If a materialized view group was created with a deployment template, then, before you drop the materialized view group at the remote materialized view site, you must execute the DROP_SITE_INSTANTIATION procedure at the target master site of the materialized view group. In addition to removing the metadata relating to the materialized view group, this procedure also removes the related deployment template data regarding this site.

The DROP_SITE_INSTANTIATION procedure has a public and a private version. The public version allows the owner of the materialized view group to drop the materialized view site, while the private version allows the replication administrator to drop a materialized view site on behalf of the materialized view group owner.

Using the Public Version of DROP_SITE_INSTANTIATION

Meet the following requirements to complete these actions:

Executed As:

  • Materialized View Group Owner at Master Site

  • Materialized View Administrator at Materialized View Site

Executed At:

  • Master Site for Target Materialized View Site

  • Materialized View Site

Replication Status: Normal

Complete the following steps to drop a materialized view group created with a deployment template.


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************* BEGINNING OF SCRIPT ******************************
Step 1   Connect to the master site as the materialized view group owner.
*/
SET ECHO ON

SPOOL drop_mv_group_public.out

CONNECT hr@orc3.example.com

/*
Step 2   Drop the instantiated materialized view site from the master site.
*/

BEGIN
   DBMS_REPCAT_INSTANTIATE.DROP_SITE_INSTANTIATION( 
      refresh_template_name =>  'hr_refg_dt',
      site_name => 'mv4.example.com');
END;
/

/*
Step 3   Connect to the remote materialized view site as the materialized view administrator.
*/
CONNECT mviewadmin@mv4.example.com

/*

If you are not able to connect to the remote materialized view site, then the target materialized view group cannot refresh, but the existing data still remains at the materialized view site.

Step 4   Drop the materialized view group.
*/
BEGIN
   DBMS_REPCAT.DROP_MVIEW_REPGROUP (
      gname => 'hr_repg',
      drop_contents => TRUE);
END;
/

/*

To physically remove the contents of the materialized view group from the materialized view database, specify TRUE for the drop_contents parameter.

Step 5   Remove the refresh group.

Connect as the refresh group owner and remove the refresh group.

*/

CONNECT hr@mv4.example.com

BEGIN
   DBMS_REFRESH.DESTROY (
       name => 'hr_refg');
END;
/

SET ECHO OFF

SPOOL OFF

/************************* END OF SCRIPT **********************************/

Using the Private Version of DROP_SITE_INSTANTIATION

The following steps are to be performed by the replication administrator on behalf of the materialized view group owner. Meet the following requirements to complete these actions:

Executed As:

  • Replication Administrator at Master Site

  • Materialized View Administrator at Materialized View Site

Executed At:

  • Master Site for Target Materialized View Site

  • Materialized View Site

Replication Status: Normal

Complete the following steps to drop a materialized view group created with a deployment template.


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************* BEGINNING OF SCRIPT ******************************
Step 1   Connect to the master site as the replication administrator.
*/
SET ECHO ON

SPOOL drop_mv_group_private.out

CONNECT repadmin@orc1.example.com

/*
Step 2   Drop the instantiated materialized view site from the master site.
*/

BEGIN
   DBMS_REPCAT_RGT.DROP_SITE_INSTANTIATION ( 
      refresh_template_name => 'hr_refg_dt',
      user_name             => 'hr',
      site_name             => 'mv4.example.com');
END;
/

/*
Step 3   Connect to the remote materialized view site as the materialized view administrator.
*/
CONNECT mviewadmin@mv4.example.com

/*

If you are unable to connect to the remote materialized view site, then the target materialized view group cannot refresh, but the existing data still remains at the materialized view site.

Step 4   Drop the materialized view group.
*/
BEGIN
   DBMS_REPCAT.DROP_MVIEW_REPGROUP (
      gname => 'hr_repg',
      drop_contents => TRUE,
      gowner => 'hr');
END;
/

/*

To physically remove the contents of the materialized view group from the materialized view database, specify TRUE for the drop_contents parameter.

Step 5   Remove the refresh group.

Connect as the refresh group owner and remove the refresh group.

*/

CONNECT hr@mv4.example.com

BEGIN
   DBMS_REFRESH.DESTROY (
       name => 'hr_refg');
END;
/

SET ECHO OFF

SPOOL OFF

/************************* END OF SCRIPT **********************************/

Dropping a Materialized View Group or Objects Created Manually

The most secure method of removing replication support for a materialized view site is to physically drop the replicated objects or groups at the materialized view site. The following two sections describe how to drop these objects and groups while connected to the materialized view group.

Ideally, these procedures should be executed while the materialized view is connected to its target master site or master materialized view site. A connection ensures that any related metadata at the master site or master materialized view site is removed. If a connection to the master site or master materialized view site is not possible, then be sure to complete the procedure described in "Cleaning Up a Master Site or Master Materialized View Site" to manually remove the related metadata.

Dropping a Materialized View Group Created Manually

When it becomes necessary to remove a materialized view group from a materialized view site, use the DROP_MVIEW_REPGROUP procedure to drop a materialized view group. When you execute this procedure and are connected to the target master site or master materialized view site, the metadata for the target materialized view group at the master site or master materialized view site is removed. If you cannot connect, then see "Cleaning Up a Master Site or Master Materialized View Site" for more information.

Meet the following requirements to complete these actions:

Executed As: Materialized View Administrator

Executed At: Remote Materialized View Site

Replication Status: N/A

Complete the following steps to drop a materialized view group at a materialized view site:

Step 1   Connect to the materialized view site as the materialized view administrator.
CONNECT mviewadmin@mv1.example.com
Enter password: password
Step 2   Drop the materialized view group.
BEGIN
   DBMS_REPCAT.DROP_MVIEW_REPGROUP (
      gname => 'hr_repg',
      drop_contents => TRUE);
END;
/

To physically remove the contents of the materialized view group from the materialized view database, specify TRUE for the drop_contents parameter.

Dropping Objects at a Materialized View Site

When it becomes necessary to remove an individual materialized view from a materialized view site, use the DROP_MVIEW_REPOBJECT procedure API to drop a materialized view. When you execute this procedure and are connected to the target master site or master materialized view site, the metadata for the target materialized view at the master site or master materialized view site is removed. If you cannot connect, then see "Cleaning Up a Master Site or Master Materialized View Site" for more information.

Meet the following requirements to complete these actions:

Executed As: Materialized View Administrator

Executed At: Remote Materialized View Site

Replication Status: N/A

Complete the following steps to drop an individual materialized view at a materialized view site.

Step 1   Connect to the materialized view site as the materialized view administrator.
CONNECT mviewadmin@mv1.example.com
Enter password: password
Step 2   Drop the materialized view.
BEGIN
   DBMS_REPCAT.DROP_MVIEW_REPOBJECT (
      sname => 'hr', 
      oname => 'employees_mv1', 
      type => 'SNAPSHOT', 
      drop_objects => TRUE);
END;
/

To physically remove the contents of the materialized view from the materialized view database, specify TRUE for the drop_contents parameter.

Cleaning Up a Master Site or Master Materialized View Site

If you are unable to drop a materialized view group or materialized view object while connected to the target master site or master materialized view site, then you must remove the related metadata at the master site or master materialized view site manually. Cleaning up the metadata also ensures that you are not needlessly maintaining master table or master materialized view changes to a materialized view log. The following sections describe how to clean up your master site or master materialized view site after dropping a materialized view group or object.

Cleaning Up After Dropping a Materialized View Group

If you have executed the steps described in "Dropping a Materialized View Group Created Manually" and were not connected to the master site or master materialized view site, then you are encouraged to complete the following steps to clean up the target master site or master materialized view site.

Meet the following requirements to complete these actions:

Executed As: Replication Administrator

Executed At: Master Site or Master Materialized View Site for Target Materialized View Site

Replication Status: Normal

Complete the following steps to clean up a master site or master materialized view site after dropping a materialized view group:


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************* BEGINNING OF SCRIPT ******************************
Step 1   Connect to the master site or master materialized view site as the replication administrator.
*/
SET ECHO ON

SPOOL cleanup_master1.out

CONNECT repadmin@orc1.example.com

/*
Step 2   Unregister the materialized view groups.
*/
BEGIN
   DBMS_REPCAT.UNREGISTER_MVIEW_REPGROUP (
      gname => 'hr_repg',
      mviewsite => 'mv1.example.com');
END;
/

/*
Step 3   Purge the materialized view logs of the entries that were marked for the target materialized views.

Execute the PURGE_MVIEW_FROM_LOG procedure for each materialized view that was in the materialized view groups you unregistered in Step 2.


Note:

If for some reason unregistering the materialized view group fails, then you should still complete this step.


See Also:

Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_MVIEW package

*/

BEGIN
   DBMS_MVIEW.PURGE_MVIEW_FROM_LOG (
      mviewowner => 'hr',
      mviewname => 'countries_mv1', 
      mviewsite => 'mv1.example.com');
END;
/

BEGIN
   DBMS_MVIEW.PURGE_MVIEW_FROM_LOG (
      mviewowner => 'hr',
      mviewname => 'departments_mv1', 
      mviewsite => 'mv1.example.com');
END;
/

BEGIN
   DBMS_MVIEW.PURGE_MVIEW_FROM_LOG (
      mviewowner => 'hr',
      mviewname => 'employees_mv1', 
      mviewsite => 'mv1.example.com');
END;
/

BEGIN
   DBMS_MVIEW.PURGE_MVIEW_FROM_LOG (
      mviewowner => 'hr',
      mviewname => 'jobs_mv1', 
      mviewsite => 'mv1.example.com');
END;
/

BEGIN
   DBMS_MVIEW.PURGE_MVIEW_FROM_LOG (
      mviewowner => 'hr',
      mviewname => 'job_history_mv1', 
      mviewsite => 'mv1.example.com');
END;
/

BEGIN
   DBMS_MVIEW.PURGE_MVIEW_FROM_LOG (
      mviewowner => 'hr',
      mviewname => 'locations_mv1', 
      mviewsite => 'mv1.example.com');
END;
/

BEGIN
   DBMS_MVIEW.PURGE_MVIEW_FROM_LOG (
      mviewowner => 'hr',
      mviewname => 'regions_mv1', 
      mviewsite => 'mv1.example.com');
END;
/

SET ECHO OFF

SPOOL OFF

/************************* END OF SCRIPT **********************************/

Cleaning Up Individual Materialized View Support

If you have executed the steps described in "Dropping Objects at a Materialized View Site" and were not connected to the master site or master materialized view site, then you are encouraged to complete the following steps to clean up the target master site or master materialized view site.

Meet the following requirements to complete these actions:

Executed As: Replication Administrator

Executed At: Master Site or Master Materialized View Site for Target Materialized View Site

Replication Status: Normal

Complete the following steps to clean up a master site or master materialized view site after dropping an individual materialized view.


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************* BEGINNING OF SCRIPT ******************************
Step 1   Connect to the master site or master materialized view site as the replication administrator.
*/
SET ECHO ON

SPOOL cleanup_master2.out

CONNECT repadmin@orc1.example.com

/*
Step 2   Unregister the materialized view.
*/
BEGIN
   DBMS_MVIEW.UNREGISTER_MVIEW (
      mviewowner => 'hr',
      mviewname => 'employees_mv1',
      mviewsite => 'mv1.example.com');
END;
/

/*

See Also:

Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_MVIEW package

Step 3   Purge the associated materialized view log of the entries that were marked for the target materialized views.

Note:

If for some reason unregistering the materialized view fails, then you should still complete this step.


See Also:

Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_MVIEW package

*/

BEGIN
   DBMS_MVIEW.PURGE_MVIEW_FROM_LOG (
      mviewowner => 'hr',
      mviewname => 'employees_mv1', 
      mviewsite => 'mv1.example.com');
END;
/

SET ECHO OFF

SPOOL OFF

/************************* END OF SCRIPT **********************************/

Managing Materialized View Logs

The following sections explain how to manage materialized view logs:

Altering Materialized View Logs

After creating a materialized view log, you can alter its storage parameters and support for corresponding materialized views. The following sections explain more about altering materialized view logs. Only the following users can alter a materialized view log:

  • The owner of the master table or master materialized view.

  • A user with the SELECT privilege for the master table or master materialized view and ALTER privilege on the MLOG$_master_name, where master_name is the name of the master for the materialized view log. For example, if the master table is employees, then the materialized view log table name is MLOG$_employees.

Altering Materialized View Log Storage Parameters

To alter a materialized view log's storage parameters, use the ALTER MATERIALIZED VIEW LOG statement. For example, the following statement alters a materialized view log on the employees table in the hr schema:

ALTER MATERIALIZED VIEW LOG ON hr.employees
  PCTFREE 25
  PCTUSED 40;

Altering a Materialized View Log to Add Columns

To add new columns to a materialized view log, use the SQL statement ALTER MATERIALIZED VIEW LOG. For example, the following statement alters a materialized view log on the customers table in the sales schema:

ALTER MATERIALIZED VIEW LOG ON hr.employees
  ADD (department_id);

See Also:

Oracle Database Advanced Replication for more information about adding columns to a materialized view log

Managing Materialized View Log Space

Oracle automatically tracks which rows in a materialized view log have been used during the refreshes of materialized views, and purges these rows from the log so that the log does not grow endlessly. Because multiple simple materialized views can use the same materialized view log, rows already used to refresh one materialized view might still be needed to refresh another materialized view. Oracle does not delete rows from the log until all materialized views have used them.

For example, suppose two materialized views were created against the customers table in a master site. Oracle refreshes the customers materialized view at the spdb1 database. However, the server that manages the master table and associated materialized view log does not purge the materialized view log rows used during the refresh of this materialized view until the customers materialized view at the spdb2 database also refreshes using these rows.

Because Oracle must wait for all dependent materialized views to refresh before purging rows from a materialized view log, unwanted situations can occur that cause a materialized view log to grow indefinitely when multiple materialized views are based on the same master table or master materialized view.

For example, such situations can occur when multiple materialized views are based on a master table or master materialized view and one of the following conditions is true:

  • One materialized view is not configured for automatic refreshes and has not been manually refreshed for a long time.

  • One materialized view has an infrequent refresh interval, such as every year (365 days).

  • A network failure has prevented an automatic refresh of one or more of the materialized views based on the master table or master materialized view.

  • A network or site failure has prevented a master table or master materialized view from becoming aware that a materialized view has been dropped.


Note:

If you purge or TRUNCATE a materialized view log before a materialized view has refreshed the changes that were deleted, then the materialized view must perform a complete refresh.

Purging Rows from a Materialized View Log

Always try to keep a materialized view log as small as possible to minimize the database space that it uses. To remove rows from a materialized view log and make space for newer log records, you can perform one of the following actions:

  • Refresh the materialized views associated with the log so that Oracle can purge rows from the materialized view log.

  • Manually purge records in the log by deleting rows required only by the nth least recently refreshed materialized views.

To manually purge rows from a materialized view log, execute the PURGE_LOG procedure of the DBMS_MVIEW package at the database that contains the log. For example, to purge entries from the materialized view log of the customers table that are necessary only for the least recently refreshed materialized view, execute the following procedure:

BEGIN
   DBMS_MVIEW.PURGE_LOG (
      master => 'hr.employees',
      num    => 1,
      flag   => 'DELETE');
END;
/

Only the owner of a materialized view log or a user with the EXECUTE privilege for the DBMS_MVIEW package can purge rows from the materialized view log by executing the PURGE_LOG procedure.


See Also:

Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_MVIEW package

Truncating a Materialized View Log

If a materialized view log grows and allocates many extents, then purging the log of rows does not reduce the amount of space allocated for the log. In such cases, you should truncate the materialized view log. Only the owner of a materialized view log or a user with the DELETE ANY TABLE system privilege can truncate a materialized view log.

To reduce the space allocated for a materialized view log by truncating it, complete the following steps:

Step 1   Acquire an exclusive lock on the master table or master materialized view to prevent updates during the following process.

For example, issue a statement similar to the following:

LOCK TABLE hr.employees IN EXCLUSIVE MODE;
Step 2   Using a second database session, copy the rows in the materialized view log (in other words, the MLOG$ table) to a temporary table.

For example, issue a statement similar to the following:

CREATE TABLE hr.templog AS SELECT * FROM hr.MLOG$_employees;
Step 3   Using the second session, truncate the log using the SQL statement TRUNCATE TABLE.

For example, issue a statement similar to the following:

TRUNCATE TABLE hr.MLOG$_employees;
Step 4   Using the second session, reinsert the old rows.

Perform this step so that you do not have to perform a complete refresh of the dependent materialized views.

For example, issue statements similar to the following:

INSERT INTO hr.MLOG$_employees SELECT * FROM hr.templog;

DROP TABLE hr.templog;
Step 5   Using the first session, release the exclusive lock on the master table or master materialized view.

You can accomplish this by performing a rollback:

ROLLBACK;

Note:

Any changes made to the master table or master materialized view between the time you copy the rows to a new location and when you truncate the log do not appear until after you perform a complete refresh.

Reorganizing Master Tables that Have Materialized View Logs

To improve performance and optimize disk use, you can periodically reorganize master tables. This section describes how to reorganize a master and preserve the fast refresh capability of associated materialized views.


Note:

These sections do not discuss online redefinition of tables. Online redefinition is not allowed on master tables with materialized view logs, master materialized views, or materialized views. Online redefinition is allowed only on master tables that do not have materialized view logs. See the Oracle Database Administrator's Guide for more information about online redefinition of tables.

Reorganization Notification

When you reorganize a table, any ROWID information of the materialized view log must be invalidated. Oracle detects a table reorganization automatically only if the table is truncated as part of the reorganization.

If the table is not truncated, then Oracle must be notified of the table reorganization. To support table reorganizations, two procedures in the DBMS_MVIEW package, BEGIN_TABLE_REORGANIZATION and END_TABLE_REORGANIZATION, notify Oracle that the specified table has been reorganized. The procedures perform clean-up operations, verify the integrity of the logs and triggers that the fast refresh mechanism needs, and invalidate the ROWID information in the table's materialized view log. The inputs are the owner and name of the master to be reorganized. There is no output.

Truncating Masters

When a table is truncated, its materialized view log is also truncated. However, for primary key materialized views, you can preserve the materialized view log, allowing fast refreshes to continue. Although the information stored in a materialized view log is preserved, the materialized view log becomes invalid for rowids when the master is truncated. The rowid information in the materialized view log will seem to be newly created and cannot be used by rowid materialized views for fast refresh.

The PRESERVE MATERIALIZED VIEW LOG option is the default. Therefore, if you specify the PRESERVE MATERIALIZED VIEW LOG option or no option, then the information in the master's materialized view log is preserved, but current rowid materialized views can use the log for a fast refresh only after a complete refresh has been performed.


Note:

To ensure that any previously fast refreshable materialized view is still refreshable, follow the guidelines in "Methods of Reorganizing a Database Table".

If the PURGE MATERIALIZED VIEW LOG option is specified, then the materialized view log is purged along with the master.

Examples

Either of the following two statements preserves materialized view log information when the master table named employees is truncated:

TRUNCATE TABLE hr.employees PRESERVE MATERIALIZED VIEW LOG;
TRUNCATE TABLE hr.employees;

The following statement truncates the materialized view log along with the master table:

TRUNCATE TABLE hr.employees PURGE MATERIALIZED VIEW LOG;

Methods of Reorganizing a Database Table

Oracle provides four table reorganization methods that preserve the capability for fast refresh. These appear in the following sections. Other reorganization methods require an initial complete refresh to enable subsequent fast refreshes.


Note:

Do not use Direct Loader during a reorganization of a master. Direct Loader can cause reordering of the columns, which could invalidate the log information used in subquery and LOB materialized views.

Method 1 for Reorganizing Table employees

Complete the following steps:

  1. Call DBMS_MVIEW.BEGIN_TABLE_REORGANIZATION for table employees.

  2. Rename table employees to employees_old.

  3. Create table employees as SELECT * FROM employees_old.

  4. Call DBMS_MVIEW.END_TABLE_REORGANIZATION for new table employees.


Caution:

When a table is renamed, its associated PL/SQL triggers are also adjusted to the new name of the table.

Ensure that no transaction is issued against the reorganized table between calling BEGIN_TABLE_REORGANIZATION and END_TABLE_REORGANIZATION.

Method 2 for Reorganizing Table employees

Complete the following steps:

  1. Call DBMS_MVIEW.BEGIN_TABLE_REORGANIZATION for table employees.

  2. Export table employees.

  3. Truncate table employees with PRESERVE MATERIALIZED VIEW LOG option.

  4. Import table employees using conventional path.

  5. Call DBMS_MVIEW.END_TABLE_REORGANIZATION for new table employees.


Caution:

When you truncate masters as part of a reorganization, you must use the PRESERVE MATERIALIZED VIEW LOG clause of the truncate table DDL.

Ensure that no transaction is issued against the reorganized table between calling BEGIN_TABLE_REORGANIZATION and END_TABLE_REORGANIZATION.

Method 3 for Reorganizing Table employees

Complete the following steps:

  1. Call DBMS_MVIEW.BEGIN_TABLE_REORGANIZATION for table employees.

  2. Export table employees.

  3. Rename table employees to employees_old.

  4. Import table employees using conventional path.

  5. Call DBMS_MVIEW.END_TABLE_REORGANIZATION for new table employees.


Caution:

When a table is renamed, its associated PL/SQL triggers are also adjusted to the new name of the table.

Ensure that no transaction is issued against the reorganized table between calling BEGIN_TABLE_REORGANIZATION and END_TABLE_REORGANIZATION.

Method 4 for Reorganizing Table employees

Complete the following steps:

  1. Call DBMS_MVIEW.BEGIN_TABLE_REORGANIZATION for table employees.

  2. Select contents of table employees to a flat file.

  3. Rename table employees to employees_old.

  4. Create table employees with the same shape as employees_old.

  5. Run SQL*Loader using conventional path.

  6. Call DBMS_MVIEW.END_TABLE_REORGANIZATION for new table employees.


Caution:

When a table is renamed, its associated PL/SQL triggers are also adjusted to the new name of the table.

Ensure that no transaction is issued against the reorganized table between calling BEGIN_TABLE_REORGANIZATION and END_TABLE_REORGANIZATION.


See Also:

Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_MVIEW package

Dropping a Materialized View Log

You can delete a materialized view log regardless of its master or any existing materialized views. For example, you might decide to drop a materialized view log if one of the following conditions is true:

  • All materialized views of a master have been dropped.

  • All materialized views of a master are to be refreshed using complete refresh, not fast refresh.

  • A master no longer supports materialized views that require fast refreshes.

Here, a master can be a master table or a master materialized view. To delete a materialized view log, execute the DROP MATERIALIZED VIEW LOG statement in SQL*Plus. For example, the following statement deletes the materialized view log for a table named customers in the sales schema:

DROP MATERIALIZED VIEW LOG ON hr.employees;

Only the owner of the master or a user with the DROP ANY TABLE system privilege can drop a materialized view log.

Performing an Offline Instantiation of a Materialized View Site Using Export/Import

Adding a new materialized view site to your replication environment can cause network traffic. The network traffic is caused by propagating the entire contents of tables or materialized views through the network to the new materialized view site.

To minimize such network traffic, you can add a new materialized view site using offline instantiation procedure. With offline instantiation, you can create a new materialized view group at a materialized view site. Offline instantiation uses of Oracle's Export and Import utilities, which allow you to create an export file and transfer the data to the new site through a storage medium, such as CD-ROM, tape, and so on. Offline instantiation is especially useful for materialized views, because the target computer could be a laptop using a modem connection.

The following script performs an offline instantiation for a new materialized view group at a new materialized view site. The materialized view group is based on an existing master group at a master site. Meet the following requirements to complete these actions:

Executed As:

  • Replication Administrator at Master Site

  • Materialized View Administrator at New Materialized View Site

Executed At:

  • Master Site for Target Materialized View Site

  • New Materialized View Site

Replication Status: Normal

Materialized View Site:

  • Set up materialized view site. In this example, the materialized view site is mview.example.com and the master site is orc1.example.com.

  • Ensure that the appropriate schema has been created before the offline instantiation of your materialized view site.

  • Create proxy users at the master site if they do not exist.


See Also:


Complete the following steps to set up a materialized view site named mview.example.com.


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************ BEGINNING OF SCRIPT *********************************
Step 1   Connect to the master site as the replication administrator.
*/
SET ECHO ON

SPOOL offline.out

CONNECT repadmin@orc1.example.com

/*
Step 2   Create the necessary materialized view logs, if they do not exist.

If materialized view logs do not exist for the relevant master tables, then create them at the master site.

*/

CREATE MATERIALIZED VIEW LOG ON hr.countries;
CREATE MATERIALIZED VIEW LOG ON hr.departments;
CREATE MATERIALIZED VIEW LOG ON hr.employees;
CREATE MATERIALIZED VIEW LOG ON hr.jobs;
CREATE MATERIALIZED VIEW LOG ON hr.job_history;
CREATE MATERIALIZED VIEW LOG ON hr.locations;
CREATE MATERIALIZED VIEW LOG ON hr.regions;

/*
Step 3   Create a temporary schema at the master site for the materialized views.

To prepare materialized views for export, you must create the schema that contains the replicated objects.

In this example, create a temporary schema temp_schema.

*/

CONNECT system@orc1.example.com

CREATE TABLESPACE offline_mview
 DATAFILE 'offline_mview.dbf' SIZE 10M AUTOEXTEND ON
 EXTENT MANAGEMENT LOCAL AUTOALLOCATE;

CREATE TEMPORARY TABLESPACE offline_temp_mview
 TEMPFILE 'offline_temp_mview.dbf' SIZE 5M AUTOEXTEND ON;

ACCEPT password PROMPT 'Enter password for user: ' HIDE

CREATE USER temp_schema IDENTIFIED BY &password;

ALTER USER temp_schema DEFAULT TABLESPACE offline_mview
              QUOTA UNLIMITED ON offline_mview;

ALTER USER temp_schema TEMPORARY TABLESPACE offline_temp_mview;

GRANT ALTER SESSION, CREATE CLUSTER, CREATE DATABASE LINK, CREATE SEQUENCE,
  CREATE SESSION, CREATE SYNONYM, CREATE TABLE, CREATE VIEW, CREATE INDEXTYPE, 
  CREATE OPERATOR, CREATE PROCEDURE, CREATE TRIGGER, CREATE TYPE, 
  CREATE MATERIALIZED VIEW, SELECT ANY TABLE
TO temp_schema;

CONNECT temp_schema@orc1.example.com;

/*
Step 4   Create temporary materialized views at the master site in the separate schema you created in Step 3.

These materialized views contain the data that you transfer to your new materialized view site using the Export utility.


Note:

Ensure that the SELECT statements include the database link. In this example, the database link is orc1.example.com.

*/

CREATE MATERIALIZED VIEW temp_schema.countries
      REFRESH FAST WITH PRIMARY KEY FOR UPDATE AS SELECT *
      FROM hr.countries@orc1.example.com;

CREATE MATERIALIZED VIEW temp_schema.departments 
      REFRESH FAST WITH PRIMARY KEY FOR UPDATE AS SELECT *
      FROM hr.departments@orc1.example.com;

CREATE MATERIALIZED VIEW temp_schema.employees 
      REFRESH FAST WITH PRIMARY KEY FOR UPDATE AS SELECT *
      FROM hr.employees@orc1.example.com;

CREATE MATERIALIZED VIEW temp_schema.jobs 
      REFRESH FAST WITH PRIMARY KEY FOR UPDATE AS SELECT *
      FROM hr.jobs@orc1.example.com;

CREATE MATERIALIZED VIEW temp_schema.job_history 
      REFRESH FAST WITH PRIMARY KEY FOR UPDATE AS SELECT *
      FROM hr.job_history@orc1.example.com;

CREATE MATERIALIZED VIEW temp_schema.locations 
      REFRESH FAST WITH PRIMARY KEY FOR UPDATE AS SELECT *
      FROM hr.locations@orc1.example.com;

CREATE MATERIALIZED VIEW temp_schema.regions 
      REFRESH FAST WITH PRIMARY KEY FOR UPDATE AS SELECT *
      FROM hr.regions@orc1.example.com;

/*
Step 5   Create a directory object at each database.

Each database involved in this operation must have a directory object to hold the Data Pump dump file, and the user who will perform the export or import must have READ and WRITE privileges on this directory object. In this example, a Data Pump export is performed at the master site, and a Data Pump import is performed at the materialized view site.

While connected in SQL*Plus to a database as an administrative user who can create directory objects using the SQL statement CREATE DIRECTORY, create a directory object to hold the Data Pump dump file and log files. For example:

*/

CONNECT system@orc1.example.com

CREATE DIRECTORY DPUMP_DIR AS '/usr/dpump_dir';

CONNECT system@mview.example.com

CREATE DIRECTO

Ensure that you complete these actions at both databases involved in the operation. In this example, SYSTEM user creates the directory objects and performs all exports and imports. If a user who does not own the directory object will perform the export or import, then grant the user READ and WRITE privileges on the directory object.

Step 6   Perform a schema-level export of the schema containing the materialized views.

On a command line, perform the export that will contain all data and metadata for the materialized views. This example connects as the SYSTEM user. The following is an example Data Pump export command:

expdp system SCHEMAS=temp_schema DIRECTORY=DPUMP_DIR 
DUMPFILE=temp_schema.dmp

See Also:

Oracle Database Utilities for information about performing a Data Pump export

*/

PAUSE Press <RETURN> to continue when the export is complete.

/*
Step 7   Connect to the new materialized view site as SYSTEM user.
*/
CONNECT system@mview.example.com

/*
Step 8   Drop the hr User

This example creates the materialized views in the hr schema at the materialized view site. This schema is created when Oracle is installed. This step drops the schema, but the schema will be re-created and populated with materialized views later in this example.

*/

DROP USER hr CASCADE;

/*
Step 9   Create necessary schema and database link at the materialized view site, if they do not exist.

Before you perform the offline instantiation of your materialized views, create the schema that will contain the materialized views at the new materialized view site and the database link from the materialized view site to the master site. The materialized views must be in the same schema that contains the master objects at the master site. If the schema exists, then grant the necessary privileges and create the database link.

*/

CREATE TABLESPACE demo_mview
 DATAFILE 'demo_mview.dbf' SIZE 10M AUTOEXTEND ON
 EXTENT MANAGEMENT LOCAL AUTOALLOCATE;

CREATE TEMPORARY TABLESPACE temp_mview
 TEMPFILE 'temp_mview.dbf' SIZE 5M AUTOEXTEND ON;

CREATE USER hr IDENTIFIED BY &password;

ALTER USER hr DEFAULT TABLESPACE demo_mview
              QUOTA UNLIMITED ON demo_mview;

ALTER USER hr TEMPORARY TABLESPACE temp_mview;

GRANT 
  CREATE SESSION, 
  CREATE TABLE, 
  CREATE PROCEDURE, 
  CREATE SEQUENCE, 
  CREATE TRIGGER, 
  CREATE VIEW, 
  CREATE SYNONYM, 
  ALTER SESSION,
  CREATE MATERIALIZED VIEW,
  ALTER ANY MATERIALIZED VIEW,
  CREATE DATABASE LINK
TO hr;

CONNECT hr@mview.example.com

CREATE DATABASE LINK orc1.example.com CONNECT TO hr IDENTIFIED by &password;

/*
Step 10   Connect to the new materialized view site as the materialized view administrator.
*/
CONNECT mviewadmin@mview.example.com

/*
Step 11   Create an empty materialized view group.

Run the DBMS_REPCAT.CREATE_MVIEW_REPGROUP procedure at the new materialized view site to create an empty materialized view group into which you will add your materialized views.

*/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPGROUP (
      gname            => 'hr_repg',
      master           => 'orc1.example.com',
      propagation_mode => 'ASYNCHRONOUS');
END;
/

/*
Step 12   Create an empty refresh group.

All materialized views that are added to a particular refresh group are refreshed at the same time. This ensures transactional consistency between the related materialized views in the refresh group.

*/

BEGIN
   DBMS_REFRESH.MAKE (
      name => 'mviewadmin.hr_refg',
      list => '', 
      next_date => SYSDATE, 
      interval => 'SYSDATE + 1/24',
      implicit_destroy => FALSE, 
      rollback_seg => '',
      push_deferred_rpc => TRUE, 
      refresh_after_errors => FALSE);
END;
/

/*
Step 13   In a separate terminal window, transfer the export dump file to the new materialized view site.

Using the DBMS_FILE_TRANSFER package, FTP or some other method, transfer the export dump file to the new materialized view site.

*/ 

PAUSE Press <RETURN> to continue after transferring the dump file. 

/*
Step 14   In a separate terminal window, import the materialized views to the owner at the new materialized view site.

On a command line, perform the import of the file that you exported in Step 5. This example connects as the SYSTEM user.

If you use Data Pump, then ensure that you import your data using the REMAP_SCHEMA parameter to import the data from the temporary user you created at the master site to the owner of the materialized views at the materialized view site. In this example, the temporary user at the master site is temp_schema and the materialized view owner at the materialized view site is hr.

Also, if you use Data Pump, then you can use the REMAP_TABLESPACE parameter if the tablespace is different at the master site and the materialized view site. In this example, the tablespace at the master site is offline_mview (created in Step 3) and the tablespace at the materialized view site is demo_mview (created in Step 9).

The following is an example import command:

impdp system DIRECTORY=DPUMP_DIR DUMPFILE=temp_schema.dmp 
REMAP_SCHEMA=temp_schema:hr REMAP_TABLESPACE=offline_mview:demo_mview

Only users with the DBA role or the IMP_FULL_DATABASE role can import using the REMAP_SCHEMA parameter.


See Also:

Oracle Database Utilities for information about performing a Data Pump import

*/

PAUSE Press <RETURN> to continue when the import is complete.

/*
Step 15   Add materialized views to the materialized view group.

Execute the DBMS_REPCAT.CREATE_MVIEW_REPOBJECT procedure to add the materialized views to the materialized view group you created in Step 9.

*/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname             => 'hr_repg',
      sname             => 'hr',
      oname             => 'countries',
      type              => 'SNAPSHOT',
      min_communication => TRUE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname             => 'hr_repg',
      sname             => 'hr',
      oname             => 'departments',
      type              => 'SNAPSHOT',
      min_communication => TRUE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname             => 'hr_repg',
      sname             => 'hr',
      oname             => 'employees',
      type              => 'SNAPSHOT',
      min_communication => TRUE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname             => 'hr_repg',
      sname             => 'hr',
      oname             => 'jobs',
      type              => 'SNAPSHOT',
      min_communication => TRUE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname             => 'hr_repg',
      sname             => 'hr',
      oname             => 'job_history',
      type              => 'SNAPSHOT',
      min_communication => TRUE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname             => 'hr_repg',
      sname             => 'hr',
      oname             => 'locations',
      type              => 'SNAPSHOT',
      min_communication => TRUE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname             => 'hr_repg',
      sname             => 'hr',
      oname             => 'regions',
      type              => 'SNAPSHOT',
      min_communication => TRUE);
END;
/

/*
Step 16   Add the materialized views to the refresh group.

All of the materialized view group objects that you add to the refresh group are refreshed at the same time to preserve referential integrity between related materialized views. Execute the DBMS_REFRESH.ADD procedure to add the materialized views to the refresh group you created in Step 12.

*/

BEGIN
   DBMS_REFRESH.ADD (
      name => 'mviewadmin.hr_refg',
      list => 'hr.countries',
      lax => TRUE);
END;
/

BEGIN
   DBMS_REFRESH.ADD (
      name => 'mviewadmin.hr_refg',
      list => 'hr.departments',
      lax => TRUE);
END;
/

BEGIN
   DBMS_REFRESH.ADD (
      name => 'mviewadmin.hr_refg',
      list => 'hr.employees',
      lax => TRUE);
END;
/

BEGIN
   DBMS_REFRESH.ADD (
      name => 'mviewadmin.hr_refg',
      list => 'hr.jobs',
      lax => TRUE);
END;
/

BEGIN
   DBMS_REFRESH.ADD (
      name => 'mviewadmin.hr_refg',
      list => 'hr.job_history',
      lax => TRUE);
END;
/

BEGIN
   DBMS_REFRESH.ADD (
      name => 'mviewadmin.hr_refg',
      list => 'hr.locations',
      lax => TRUE);
END;
/

BEGIN
   DBMS_REFRESH.ADD (
      name => 'mviewadmin.hr_refg',
      list => 'hr.regions',
      lax => TRUE);
END;
/

/*
Step 17   Refresh materialized views to register them at master site.

In addition to retrieving the latest changes from the master tables, refreshing the materialized views at the new materialized view site registers the offline instantiated materialized views at the target master site.

*/

EXECUTE DBMS_REFRESH.REFRESH ('hr_refg');

/*
Step 18   Connect to the master site as SYSTEM user.
*/
CONNECT system@orc1.example.com

/*
Step 19   Drop the temporary schema to delete the temporary materialized views you created in Step 4 at the master site.
*/
DROP USER temp_schema CASCADE;

SET ECHO OFF

SPOOL OFF

/************************* END OF SCRIPT **********************************/

Using a Group Owner for a Materialized View Group

Specifying a group owner when you define a new materialized view group and its related objects enables you to create multiple materialized view groups based on the same replication group at a single materialized view site. Also, specifying group owners enables you to create multiple materialized view groups that are based on the same replication group at a master site or master materialized view site. You accomplish this by creating the materialized view groups under different schemas at the materialized view site. This example uses the schemas bob and jane as group owners and assumes that these schemas exist at the materialized view site.

Executed As:

  • Materialized View Administrator at New Materialized View Site

Executed At:

  • Materialized View Site

Replication Status: Normal

Materialized View Site:

  • Set up materialized view site. In this example, the materialized view site is mv1.example.com and the master site is orc1.example.com.

  • Create proxy users at the master site if they do not exist.

  • Create materialized view logs for the tables in the hr schema at the master site if they do not exist.

Complete the following steps to use a group owner.


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.


See Also:


/************************* BEGINNING OF SCRIPT ******************************
Step 1   Create a database link from the hr schema to the master site

Before building your materialized view group, you must ensure that the replicated schema exists at the remote materialized view site and that the necessary database links have been created.

In this example, if the hr schema does not exist, then create the schema. If the hr schema exists at the materialized view site, then grant any necessary privileges.

*/

CONNECT system@mv1.example.com

CREATE TABLESPACE demo_mv1
 DATAFILE 'demo_mv1.dbf' SIZE 10M AUTOEXTEND ON
 EXTENT MANAGEMENT LOCAL AUTOALLOCATE;

CREATE TEMPORARY TABLESPACE temp_mv1
 TEMPFILE 'temp_mv1.dbf' SIZE 5M AUTOEXTEND ON;

ACCEPT password PROMPT 'Enter password for user: ' HIDE

CREATE USER hr IDENTIFIED BY &password;

ALTER USER hr DEFAULT TABLESPACE demo_mv1
              QUOTA UNLIMITED ON demo_mv1;

ALTER USER hr TEMPORARY TABLESPACE temp_mv1;

GRANT 
  CREATE SESSION, 
  CREATE TABLE, 
  CREATE PROCEDURE, 
  CREATE SEQUENCE, 
  CREATE TRIGGER, 
  CREATE VIEW, 
  CREATE SYNONYM, 
  ALTER SESSION,
  CREATE MATERIALIZED VIEW,
  ALTER ANY MATERIALIZED VIEW,
  CREATE DATABASE LINK
 TO hr;

/*


If it does not exist, then create the database link for the replicated schema.

Before building your materialized view group, you must ensure that the necessary database links exist for the replicated schema. The owner of the materialized views needs a database link pointing to the proxy_refresher that was created when the master site was set up.

*/

SET ECHO ON

SPOOL mv_group_owner.out

CONNECT hr@mv1.example.com

CREATE DATABASE LINK orc1.example.com 
   CONNECT TO proxy_refresher IDENTIFIED BY &password;

/*
Step 2   Connect to the materialized view site as the materialized view administrator.
*/
CONNECT mviewadmin@mv1.example.com

/*
Step 3   Create materialized view group with group owner (gowner) bob using the CREATE_MVIEW_REPGROUP procedure.

The replication group that you specify in the gname parameter must match the name of the replication group that you are replicating at the target master site or master materialized view site. The gowner parameter enables you to specify an additional identifier that lets you create multiple materialized view groups based on the same replication group at the same materialized view site.

In this example, materialized view groups are created for the group owners bob and jane, and these two materialized view groups are based on the same replication group.

*/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPGROUP (
      gname => 'hr_repg',
      master => 'orc1.example.com',
      propagation_mode => 'ASYNCHRONOUS',
      gowner => 'bob');
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPGROUP (
      gname => 'hr_repg',
      master => 'orc1.example.com',
      propagation_mode => 'ASYNCHRONOUS',
      gowner => 'jane');
END;
/

/*
Step 4   Create the materialized views owned by bob.

The gowner value used when creating your materialized view objects must match the gowner value specified when you created the materialized view group in the previous procedures. After creating the materialized view groups, you can create materialized views based on the same master in the hr_repg materialized view group owned by bob and jane. This example assumes that these users exist.


Caution:

Each object must have a unique name. When using a gowner to create multiple materialized view groups, duplicate object names could become a problem. To avoid any object-naming conflicts, you might want to append the gowner value to the end of the object name that you create, as illustrated in the following procedures (that is, create materialized view hr.countries_bob). Such a naming method ensures that you do not create any objects with conflicting names.

Whenever you create a materialized view, always specify the schema name of the table owner in the query for the materialized view. In the following examples, hr is specified as the owner of the table in each query.

*/

CREATE MATERIALIZED VIEW hr.countries_bob 
  REFRESH FAST WITH PRIMARY KEY FOR UPDATE 
  AS SELECT * FROM hr.countries@orc1.example.com;

CREATE MATERIALIZED VIEW hr.departments_bob 
  REFRESH FAST WITH PRIMARY KEY FOR UPDATE 
  AS SELECT * FROM hr.departments@orc1.example.com;

CREATE MATERIALIZED VIEW hr.employees_bob 
  REFRESH FAST WITH PRIMARY KEY FOR UPDATE 
  AS SELECT * FROM hr.employees@orc1.example.com;

CREATE MATERIALIZED VIEW hr.jobs_bob 
  REFRESH FAST WITH PRIMARY KEY FOR UPDATE 
  AS SELECT * FROM hr.jobs@orc1.example.com;

CREATE MATERIALIZED VIEW hr.job_history_bob 
  REFRESH FAST WITH PRIMARY KEY FOR UPDATE 
  AS SELECT * FROM hr.job_history@orc1.example.com;

CREATE MATERIALIZED VIEW hr.locations_bob 
  REFRESH FAST WITH PRIMARY KEY FOR UPDATE 
  AS SELECT * FROM hr.locations@orc1.example.com;

CREATE MATERIALIZED VIEW hr.regions_bob 
  REFRESH FAST WITH PRIMARY KEY FOR UPDATE 
  AS SELECT * FROM hr.regions@orc1.example.com;

/*
Step 5   Create the materialized views owned by jane.
*/
CREATE MATERIALIZED VIEW hr.departments_jane 
  REFRESH FAST WITH PRIMARY KEY FOR UPDATE 
  AS SELECT * FROM hr.departments@orc1.example.com;

CREATE MATERIALIZED VIEW hr.employees_jane 
  REFRESH FAST WITH PRIMARY KEY FOR UPDATE 
  AS SELECT * FROM hr.employees@orc1.example.com;

/*
Step 6   Add the materialized views owned by bob to the materialized view group.
*/
BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname => 'hr_repg',
      sname => 'hr',
      oname => 'countries_bob',
      type => 'SNAPSHOT',
      min_communication => TRUE,
      gowner => 'bob');
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname => 'hr_repg',
      sname => 'hr',
      oname => 'departments_bob',
      type => 'SNAPSHOT',
      min_communication => TRUE,
      gowner => 'bob');
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname => 'hr_repg',
      sname => 'hr',
      oname => 'employees_bob',
      type => 'SNAPSHOT',
      min_communication => TRUE,
      gowner => 'bob');
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname => 'hr_repg',
      sname => 'hr',
      oname => 'jobs_bob',
      type => 'SNAPSHOT',
      min_communication => TRUE,
      gowner => 'bob');
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname => 'hr_repg',
      sname => 'hr',
      oname => 'job_history_bob',
      type => 'SNAPSHOT',
      min_communication => TRUE,
      gowner => 'bob');
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname => 'hr_repg',
      sname => 'hr',
      oname => 'locations_bob',
      type => 'SNAPSHOT',
      min_communication => TRUE,
      gowner => 'bob');
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname => 'hr_repg',
      sname => 'hr',
      oname => 'regions_bob',
      type => 'SNAPSHOT',
      min_communication => TRUE,
      gowner => 'bob');
END;
/

/*
Step 7   Add the materialized views owned by jane to the materialized view group.
*/
BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname => 'hr_repg',
      sname => 'hr',
      oname => 'departments_jane',
      type => 'SNAPSHOT',
      min_communication => TRUE,
      gowner => 'jane');
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname => 'hr_repg',
      sname => 'hr',
      oname => 'employees_jane',
      type => 'SNAPSHOT',
      min_communication => TRUE,
      gowner => 'jane');
END;
/

SET ECHO OFF

SPOOL OFF

/*
Step 8   Add your materialized views to a refresh group.

See Also:

Chapter 5, "Creating a Materialized View Group" (Step 6) for more information about adding materialized views to a refresh group

/************************* END OF SCRIPT **********************************/
PK!vKm Oracle® Database Advanced Replication Management API Reference, 11g Release 2 (11.2) en-US E10707-04 Oracle Corporation Oracle Corporation Oracle® Database Advanced Replication Management API Reference, 11g Release 2 (11.2) 2010-10-14T07:07:52Z Contains reference information about and step-by-step instructions for using the replication management API, which is a set of PL/SQL packages for setting up and managing an Advanced Replication environment. It also includes reference information about data dictionary views that are important for Advanced Replication and security considerations for an Advanced Replication environment. PKLȵ;;PKy$AOEBPS/rarrefreshpac.htm DBMS_REFRESH

17 DBMS_REFRESH

DBMS_REFRESH enables you to create groups of materialized views that can be refreshed together to a transactionally consistent point in time.

This chapter contains this topic:


Summary of DBMS_REFRESH Subprograms

Table 17-1 DBMS_REFRESH Package Subprograms

SubprogramDescription

"ADD Procedure"


Adds materialized views to a refresh group.

"CHANGE Procedure"


Changes the refresh interval for a refresh group.

"DESTROY Procedure"


Removes all of the materialized views from a refresh group and deletes the refresh group.

"MAKE Procedure"


Specifies the members of a refresh group and the time interval used to determine when to refresh the members of this group.

"REFRESH Procedure"


Manually refreshes a refresh group.

"SUBTRACT Procedure"


Removes materialized views from a refresh group.



ADD Procedure

This procedure adds materialized views to a refresh group.

Syntax

DBMS_REFRESH.ADD (
   name     IN VARCHAR2,
   { list   IN VARCHAR2, 
   | tab    IN DBMS_UTILITY.UNCL_ARRAY, }
   lax      IN BOOLEAN := FALSE);

Note:

This procedure is overloaded. The list and tab parameters are mutually exclusive.

Parameters

Table 17-2 ADD Procedures Parameters

ParameterDescription
name

Name of the refresh group to which you want to add members, specified as [schema_name.]refresh_group_name. If the schema is not specified, then the current user is the default.

list

Comma-delimited list of materialized views that you want to add to the refresh group. Synonyms are not supported.

Each materialized view is specified as [schema_name.]materialized_view_name. If the schema is not specified, then the refresh group owner is the default.

tab

Instead of a comma-delimited list, you can supply a PL/SQL associative array of type DBMS_UTILITY.UNCL_ARRAY, where each element is the name of a materialized view. The first materialized view should be in position 1. The last position must be NULL.

Each materialized view is specified as [schema_name.]materialized_view_name. If the schema is not specified, then the refresh group owner is the default.

lax

A materialized view can belong to only one refresh group at a time. If you are moving a materialized view from one group to another, then you must set the lax flag to TRUE to succeed. Oracle then automatically removes the materialized view from the other refresh group and updates its refresh interval to be that of its new group. Otherwise, the call to ADD generates an error message.



CHANGE Procedure

This procedure changes the refresh interval for a refresh group.


See Also:

Oracle Database Advanced Replication for more information about refresh groups

Syntax

DBMS_REFRESH.CHANGE (
   name                  IN VARCHAR2,
   next_date             IN DATE           := NULL,
   interval              IN VARCHAR2       := NULL,
   implicit_destroy      IN BOOLEAN        := NULL,
   rollback_seg          IN VARCHAR2       := NULL,
   push_deferred_rpc     IN BOOLEAN        := NULL,
   refresh_after_errors  IN BOOLEAN        := NULL,
   purge_option          IN BINARY_INTEGER := NULL,
   parallelism           IN BINARY_INTEGER := NULL,
   heap_size             IN BINARY_INTEGER := NULL);

Parameters

Table 17-3 CHANGE Procedures Parameters

ParameterDescription
name

Name of the refresh group for which you want to alter the refresh interval.

next_date

Next date that you want a refresh to occur. By default, this date remains unchanged.

interval

Function used to calculate the next time to refresh the materialized views in the refresh group. This interval is evaluated immediately before the refresh. Thus, select an interval that is greater than the time it takes to perform a refresh. By default, the interval remains unchanged.

implicit_destroy

Allows you to reset the value of the implicit_destroy flag. If this flag is set, then Oracle automatically deletes the group if it no longer contains any members. By default, this flag remains unchanged.

rollback_seg

Allows you to change the rollback segment used. By default, the rollback segment remains unchanged. To reset this parameter to use the default rollback segment, specify NULL, including the quotes. Specifying NULL without quotes indicates that you do not want to change the rollback segment currently being used.

push_deferred_rpc

Used by updatable materialized views only. Set this parameter to TRUE to push changes from the materialized view to its associated master table or master materialized view before refreshing the materialized view. Otherwise, these changes might appear to be temporarily lost. By default, this flag remains unchanged.

refresh_after_errors

Used by updatable materialized views only. Set this parameter to TRUE if you want the refresh to proceed even if there are outstanding conflicts logged in the DEFERROR view for the materialized view's master table or master materialized view. By default, this flag remains unchanged.

purge_option

If you are using the parallel propagation mechanism (that is, parallelism is set to 1 or greater), then:

  • 0 = do not purge

  • 1 = lazy (default)

  • 2 = aggressive

In most cases, lazy purge is the optimal setting. Set purge to aggressive to trim back the queue if multiple master replication groups are pushed to different target sites, and updates to one or more replication groups are infrequent and infrequently pushed. If all replication groups are infrequently updated and pushed, then set purge to do not purge and occasionally execute PUSH with purge set to aggressive to reduce the queue.

parallelism

0 specifies serial propagation.

n > 1 specifies parallel propagation with n parallel processes.

1 specifies parallel propagation using only one parallel process.

heap_size

Maximum number of transactions to be examined simultaneously for parallel propagation scheduling. Oracle automatically calculates the default setting for optimal performance.

Note: Do not set this parameter unless directed to do so by Oracle Support Services.



DESTROY Procedure

This procedure removes all of the materialized views from a refresh group and delete the refresh group.


See Also:

Oracle Database Advanced Replication for more information refresh groups

Syntax

DBMS_REFRESH.DESTROY (
   name   IN   VARCHAR2);

Parameters

Table 17-4 DESTROY Procedure Parameters

ParameterDescription
name

Name of the refresh group that you want to destroy.



MAKE Procedure

This procedure specifies the members of a refresh group and the time interval used to determine when to refresh the members of this group.


See Also:

Step 4, "Create the refresh group.", and Oracle Database Advanced Replication for more information

Syntax

DBMS_REFRESH.MAKE (
   name                  IN    VARCHAR2
   { list                IN    VARCHAR2,
   | tab                 IN    DBMS_UTILITY.UNCL_ARRAY,}
   next_date             IN    DATE,
   interval              IN    VARCHAR2,
   implicit_destroy      IN    BOOLEAN         := FALSE,
   lax                   IN    BOOLEAN         := FALSE,
   job                   IN    BINARY_INTEGER  := 0,
   rollback_seg          IN    VARCHAR2        := NULL,
   push_deferred_rpc     IN    BOOLEAN         := TRUE,
   refresh_after_errors  IN    BOOLEAN         := FALSE
   purge_option          IN    BINARY_INTEGER  := NULL,
   parallelism           IN    BINARY_INTEGER  := NULL,
   heap_size             IN    BINARY_INTEGER  := NULL);

Note:

This procedure is overloaded. The list and tab parameters are mutually exclusive.

Parameters

Table 17-5 MAKE Procedure Parameters

ParameterDescription
name

Unique name used to identify the refresh group, specified as [schema_name.]refresh_group_name. If the schema is not specified, then the current user is the default. Refresh groups must follow the same naming conventions as tables.

list

Comma-delimited list of materialized views that you want to refresh. Synonyms are not supported. These materialized views can be located in different schemas and have different master tables or master materialized views. However, all of the listed materialized views must be in your current database.

Each materialized view is specified as [schema_name.]materialized_view_name. If the schema is not specified, then the refresh group owner is the default.

tab

Instead of a comma-delimited list, you can supply a PL/SQL associative array of names of materialized views that you want to refresh using the data type DBMS_UTILITY.UNCL_ARRAY. If the table contains the names of n materialized views, then the first materialized view should be in position 1 and the n + 1 position should be set to NULL.

Each materialized view is specified as [schema_name.]materialized_view_name. If the schema is not specified, then the refresh group owner is the default.

next_date

Next date that you want a refresh to occur.

interval

Function used to calculate the next time to refresh the materialized views in the group. This field is used with the next_date value.

For example, if you specify NEXT_DAY(SYSDATE+1, "MONDAY") as your interval, and if your next_date evaluates to Monday, then Oracle refreshes the materialized views every Monday. This interval is evaluated immediately before the refresh. Thus, select an interval that is greater than the time it takes to perform a refresh.

implicit_destroy

Set this to TRUE to delete the refresh group automatically when it no longer contains any members. Oracle checks this flag only when you call the SUBTRACT procedure. That is, setting this flag still enables you to create an empty refresh group.

lax

A materialized view can belong to only one refresh group at a time. If you are moving a materialized view from an existing group to a new refresh group, then you must set this to TRUE to succeed. Oracle then automatically removes the materialized view from the other refresh group and updates its refresh interval to be that of its new group. Otherwise, the call to MAKE generates an error message.

job

Needed by the Import utility. Use the default value, 0.

rollback_seg

Name of the rollback segment to use while refreshing materialized views. The default, NULL, uses the default rollback segment.

push_deferred_rpc

Used by updatable materialized views only. Use the default value, TRUE, to push changes from the materialized view to its associated master table or master materialized view before refreshing the materialized view. Otherwise, these changes might appear to be temporarily lost.

refresh_after_errors

Used by updatable materialized views only. Set this to 0 if you want the refresh to proceed even if there are outstanding conflicts logged in the DEFERROR view for the materialized view's master table or master materialized view.

purge_option

If you are using the parallel propagation mechanism (in other words, parallelism is set to 1 or greater), then 0 = do not purge; 1 = lazy (default); 2 = aggressive. In most cases, lazy purge is the optimal setting.

Set purge to aggressive to trim back the queue if multiple master replication groups are pushed to different target sites, and updates to one or more replication groups are infrequent and infrequently pushed. If all replication groups are infrequently updated and pushed, then set purge to do not purge and occasionally execute PUSH with purge set to aggressive to reduce the queue.

parallelism

0 specifies serial propagation.

n > 1 specifies parallel propagation with n parallel processes.

1 specifies parallel propagation using only one parallel process.

heap_size

Maximum number of transactions to be examined simultaneously for parallel propagation scheduling. Oracle automatically calculates the default setting for optimal performance.

Note: Do not set this parameter unless directed to do so by Oracle Support Services.



REFRESH Procedure

This procedure manually refreshes a refresh group.


See Also:

Oracle Database Advanced Replication for more information about refresh groups

Syntax

DBMS_REFRESH.REFRESH (
   name   IN    VARCHAR2);

Parameter

Table 17-6 REFRESH Procedure Parameter

ParameterDescription
name

Name of the refresh group that you want to refresh manually.



SUBTRACT Procedure

This procedure removes materialized views from a refresh group.


See Also:

Oracle Database Advanced Replication for more information about refresh groups

Syntax

DBMS_REFRESH.SUBTRACT (
   name      IN    VARCHAR2,
   { list    IN    VARCHAR2,
   | tab     IN    DBMS_UTILITY.UNCL_ARRAY, }
   lax       IN    BOOLEAN := FALSE);

Note:

This procedure is overloaded. The list and tab parameters are mutually exclusive.

Parameters

Table 17-7 SUBTRACT Procedure Parameters

ParameterDescription
name

Name of the refresh group from which you want to remove members.

list

Comma-delimited list of materialized views that you want to remove from the refresh group. (Synonyms are not supported.) These materialized views can be located in different schemas and have different master tables or master materialized views. However, all of the listed materialized views must be in your current database.

tab

Instead of a comma-delimited list, you can supply a PL/SQL associative array of names of materialized views that you want to refresh using the data type DBMS_UTILITY.UNCL_ARRAY. If the table contains the names of n materialized views, then the first materialized view should be in position 1 and the + 1 position should be set to NULL.

lax

Set this to FALSE if you want Oracle to generate an error message if the materialized view you are attempting to remove is not a member of the refresh group.


PK ާPKy$AOEBPS/dcommon/prodbig.gif GIF87a!!!)))111BBBZZZsss{{ZRRcZZ!!1!91)JB9B9)kkcJJB991ssc絽Zcc!!{祽BZc!9B!c{!)c{9{Z{{cZB1)sJk{{Z{kBsZJ91)Z{!{BcsRsBc{9ZZk甽kBkR!BZ9c)JJc{!))BZks{BcR{JsBk9k)Zck!!BZ1k!ZcRBZcZJkBk1Z9c!R!c9kZRZRBZ9{99!R1{99R{1!1)c1J)1B!BJRkk{ƽ絵ތkk絵RRs{{{{JJsssBBkkk!!9ss{{ZZssccJJZZRRccRRZZ))cBBJJ99JJ!!c11991199Z11!c!!))Z!!!1BRck{)!cJBkZRZ,HP)XRÇEZ֬4jJ0 @ "8pYҴESY3CƊ@*U:lY0_0#  5tX1E: C_xޘeKTV%ȣOΏ9??:a"\fSrğjAsKJ:nOzO=}E1-I)3(QEQEQEQEQEQEQE֝Hza<["2"pO#f8M[RL(,?g93QSZ uy"lx4h`O!LŏʨXZvq& c՚]+: ǵ@+J]tQ]~[[eϸ (]6A&>ܫ~+כzmZ^(<57KsHf妬Ϧmnẁ&F!:-`b\/(tF*Bֳ ~V{WxxfCnMvF=;5_,6%S>}cQQjsOO5=)Ot [W9 /{^tyNg#ЄGsֿ1-4ooTZ?K Gc+oyڙoNuh^iSo5{\ܹ3Yos}$.nQ-~n,-zr~-|K4R"8a{]^;I<ȤL5"EԤP7_j>OoK;*U.at*K[fym3ii^#wcC'IIkIp$󿉵|CtĈpW¹l{9>⪦׺*ͯj.LfGߍԁw] |WW18>w.ӯ! VӃ :#1~ +މ=;5c__b@W@ +^]ևՃ7 n&g2I8Lw7uҭ$"&"b eZ":8)D'%{}5{; w]iu;_dLʳ4R-,2H6>½HLKܹR ~foZKZ࿷1[oZ7׫Z7R¢?«'y?A}C_iG5s_~^ J5?œ tp]X/c'r%eܺA|4ծ-Ե+ْe1M38Ǯ `|Kյ OVڅu;"d56, X5kYR<̭CiطXԮ];Oy)OcWj֩}=܅s۸QZ*<~%뺃ȶp f~Bðzb\ݳzW*y{=[ C/Ak oXCkt_s}{'y?AmCjޓ{ WRV7r. g~Q"7&͹+c<=,dJ1V߁=T)TR՜*N4 ^Bڥ%B+=@fE5ka}ędܤFH^i1k\Sgdk> ֤aOM\_\T)8靠㡮3ģR: jj,pk/K!t,=ϯZ6(((((((49 xn_kLk&f9sK`zx{{y8H 8b4>ÇНE|7v(z/]k7IxM}8!ycZRQ pKVr(RPEr?^}'ðh{x+ՀLW154cK@Ng C)rr9+c:׹b Жf*s^ fKS7^} *{zq_@8# pF~ [VPe(nw0MW=3#kȵz晨cy PpG#W:%drMh]3HH<\]ԁ|_W HHҡb}P>k {ZErxMX@8C&qskLۙOnO^sCk7ql2XCw5VG.S~H8=(s1~cV5z %v|U2QF=NoW]ո?<`~׮}=ӬfԵ,=;"~Iy7K#g{ñJ?5$y` zz@-~m7mG宝Gٱ>G&K#]؃y1$$t>wqjstX.b̐{Wej)Dxfc:8)=$y|L`xV8ߙ~E)HkwW$J0uʟk>6Sgp~;4֌W+חc"=|ř9bc5> *rg {~cj1rnI#G|8v4wĿhFb><^ pJLm[Dl1;Vx5IZ:1*p)إ1ZbAK(1ׅ|S&5{^ KG^5r>;X׻K^? s fk^8O/"J)3K]N)iL?5!ƾq:G_=X- i,vi2N3 |03Qas ! 7}kZU781M,->e;@Qz T(GK(ah(((((((Y[×j2F}o־oYYq $+]%$ v^rϭ`nax,ZEuWSܽ,g%~"MrsrY~Ҿ"Fت;8{ѰxYEfP^;WPwqbB:c?zp<7;SBfZ)dϛ; 7s^>}⍱x?Bix^#hf,*P9S{w[]GF?1Z_nG~]kk)9Sc5Ո<<6J-ϛ}xUi>ux#ţc'{ᛲq?Oo?x&mѱ'#^t)ϲbb0 F«kIVmVsv@}kҡ!ˍUTtxO̧]ORb|2yԵk܊{sPIc_?ħ:Ig)=Z~' "\M2VSSMyLsl⺿U~"C7\hz_ Rs$~? TAi<lO*>U}+'f>7_K N s8g1^CeКÿE ;{+Y\ O5|Y{/o+ LVcO;7Zx-Ek&dpzbӱ+TaB0gNy׭ 3^c T\$⫫?F33?t._Q~Nln:U/Ceb1-im WʸQM+VpafR3d׫é|Aү-q*I P7:y&]hX^Fbtpܩ?|Wu󭏤ʫxJ3ߴm"(uqA}j.+?S wV ~ [B&<^U?rϜ_OH\'.;|.%pw/ZZG'1j(#0UT` Wzw}>_*9m>󑓀F?EL3"zpubzΕ$+0܉&3zڶ+jyr1QE ( ( ( ( ( ( ( (UIdC0EZm+]Y6^![ ԯsmܶ捆?+me+ZE29)B[;я*wGxsK7;5w)}gH~.Ɣx?X\ߚ}A@tQ(:ͧ|Iq(CT?v[sKG+*רqҍck <#Ljα5݈`8cXP6T5i.K!xX*p&ќZǓϘ7 *oƽ:wlຈ:Q5yIEA/2*2jAҐe}k%K$N9R2?7ýKMV!{W9\PA+c4w` Wx=Ze\X{}yXI Ү!aOÎ{]Qx)#D@9E:*NJ}b|Z>_k7:d$z >&Vv󃏽WlR:RqJfGإd9Tm(ҝEtO}1O[xxEYt8,3v bFF )ǙrPNE8=O#V*Cc𹾾&l&cmCh<.P{ʦ&ۣY+Gxs~k5$> ӥPquŽўZt~Tl>Q.g> %k#ú:Kn'&{[yWQGqF}AЅ׮/}<;VYZa$wQg!$;_ $NKS}“_{MY|w7G!"\JtRy+贾d|o/;5jz_6fHwk<ѰJ#]kAȎ J =YNu%dxRwwbEQEQEQEQEQEQEQEQEQE'fLQZ(1F)hQ@X1KEQE-Q@ 1KE3h=iPb(((1GjZ(-ʹRPbR@ 1KE7`bڒyS0(-&)P+ ڎԴP11F)h&:LRmQ@Q@Š(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((?l:ϊw "{{-3j3%{sj~2= 7 ~MڅKrHb|P3 r=Ҁ +Ş/$iu7=q2dԂxn⸷9$l]H #WI񯄴;\[ݚD8C3p&0U9^AnK vI+!I8>5(zqj03Y.X ,@85ߛ8>pq8=} \xmm常8` $Q@$v7zwp]ɝA GX;y_]覮O&4 SPtY.X),@84U=7Vuv K4,$g{@<+uqtiGw3; I@ORմn5MBp%8'ƫ%u6uBJrHRN2@ϸ J(9i[[m$|@񗌯|-(0Y8~[_w׮F?kiZҴeեՕVQȠ78w*z66h)[ELrɜ/$wO hgA}>3;vmwguy|Y`Z *VZ8fWh[$a9S#U(vz\][j3>˘]lNTCU/:5ޛc; u"b# 1g^S Y3h$#`pÃ*=KVtku5 K,S,J[ g{Ee^%tk56v@DrF@b2ϱ'+yc Pƀ5(7zwp]ɝA GV(vz\][j3>˘]lNTCT|YN;;iWwRgd0^#' N'7A%wG`((((((((((((((/CcaSm+3O \\K0E$QDOk?; z a3|$Xwx"}aؑ޶<5g6H{ ;fst+oi sg%Qm`YYSi3E5QHmeFd+oGE,y'~>b'A" IY޻!%d|>EmۼGf3=`4ѰU.pJ!sƧƭf4}+ZkW%bf%Q#ܡe9.qk>ԾxÞ2ԼA&׿gD2xM@uŤ? 4oFx;Ox4b'`㲻)&'Ψ`<Aܓ'o<1^o~5?4{|Bo cP=X6̫:c9Sw##>gİ׈{y-Gڍq$.q3f6$:vS==eJapw5W!?l=$ٳ~3w8 >_ U=ƓJzVUH!Jn_pF|yV?-q&|'_{{ V.] ʻN0[iEK@7 ǧ$!VķS^J@ߴ\9g>Ko#3gr;s\1ͱO{ex|Y`Z㙵"uos=ejPprO̿uE-J8;#(F8 퐶0Iیd{#kKM."o91 8'+،'tEK04bKI5犼Q?c*>G$^nƚ=z'k;٧Ha y<9)oSC%֟6qeUdĬq?wF K C{[($zGp;!m$rN6G? >;n>}1\M"qry5eɫF V | " `j~!ޭ?nݻf83@EPEPEPEPEPEPEPEPEPEPEPEPEPEP?w?e]O羅nn3ҹR_?^ۏ9^ESt7Fk}/OGk ĥHPpϰQ@>\K;v09v̊ 9UQnE [ͶM @Z4y F'&G=? (?YaA{j;&L$OUl#<ÿ GQCҾu$FK&PHñT~UQ@߉|Aq1OA#I Fsu5Ngm4{. V r):aEgbi`}%dٷvw}3?q7z=>d@| 3o+-+9 ^Ai$ 6ZI8r[o#8jjUiw6w X8 AW(t"gydAS׸Z4 h_~E֩/xkc1 rkbxSirh"c=>7>G+|bgk#n巸9 I]H#W?7<]w3"NxUp{]OMtݭ>r+!@>®QEc-J~f"RY]0IT@㝊( ÚGtu ĩV TpHM\ i`?>\1L`/wg=V(~wmdg8l۟qq[ +klvjFPP&v(4ҷ( ;u/=+RDagDe ;G]EW&>\jW owrtX7s 㓒y&J(">V_2xI|}'xZo IZ沌pP@3SB(CEx4{9s˽1$3!Q'FxYV~%|II}y8yifK300a!pE|i>#hi$wyhp ; ),koY>uVv/r Ȯ' IaY?TU|1w&ԥm^ o ݎ?O5 N/>(j4?-~F<UhgmkC⯋}GJOm ;w8rXdd=Bg]d3k{Hܣ 9+,rr{LoŮ%vLX–Qx^O㼑|]yя>N Y706c00*}5#x|Ks.*֢4_VH5Y,ȧ1@r@.rJ+4\[5?㯛͍k<τ*֥5I%Χ20HsAJ+ WWĿivޙNWԚԀUX ᕦʞ+Cƿ ᆈ|[jV: U&Dg@mPݷ(L Sy>Oۭ"nٽmqg(揉~!eɤxHx"0#N^PH#nzJgF-E;@u #8>~MY!9Mz,H𕽺,ʱ .3|pDt|#/iw>#hhH\"-bJ) #-}oէѡ#vB!pnQqQ_?wInYR "ye˲XĻeJ~g+şѭm,{ Kp{C5W8aHP0R@>?3_:WX`M^V3(f3~&Oo!Ԯui&DŶY T#=TG+ESxW[ܮ"]͵p۞0XV #ʟ!'G7l/^=h({uyn5o7ԈC^UBQ18#NMSWqiC_F,JdUpwYq@>|a7NgI(T7m0!St,[XޡoZZʁ–;qH;~&Oo!Ԯui&DŶY T#ѭuO_=u[%Q' Uo0>\Q^GdOs}Ͻu֮O=麍jD!de*͌!(o+Ҽk_|e<,O[To41݌~~8jx V/uBqIWDAݎI G4Ѿ.ubTVR  V4k=„|9(uPz5eO/B!BaTE$:,1UjEE^oop8*^ |Ms ptQ @|Y`Z2'>4~P߹' ͅ?1`-z%j>0{_ۋycg_((ۜzciwfm͝l'#@#P7zwp]ɝA G\_}FhO!7VQE]͂ =\fT`Grw@O'$Rk4i7AtGOHLU,Iy_u_F/Ħ4/"e cËhlm)dyY3ndfbJC{9g_q,w(#*7FNNI>I|'7^`m>'8"ppYؐ: P'xm|uX-MI$`%$xs^X~+=z2I26BYCpH x PkWmzڦwMW0y~^7on9LW3|aw,٤4B7²G9Z> O>oO/9ٝ㏽zF~ӒHpvB@s,rN94?Nѷ|mCۿG[V}g],}j+3TmL( fCԞxv~.އ$l06 ;P<RAT6FF;xB E 8P{Nş A QxQ%ofE Mlv PVcGOvu qo,l1sݯRzä3ã|F6Rhp=li:7;Rci9k %K%`8 ×zku{8:W46FF;xB E 8,T cK?#L-"P (\J&wYͬB.TVcGOvu qo,l1sݯRzŸǿfUIặ.RB Nyyğ|0WdҼJ)".wiLڤI$w>k?Z]F_[32p O4߀~ ӢW['InV0nVRd ]Dž7gZhvO%;sǵp|ݤZev8VmH2 hr6^7S.DB71x z es_ "^usAP - %%8 bXMp#<>xK%My+ |nm@I ?5եO3>/&@ cWF zo sX/ᯌtf`QZX X "yySocG5?jDnUXI!][o\ap(.|9^Կ\Ys4=TGnxc9"%O_ )ˈ4)%#FA{u!y0ǜN>\:$VgB/g} Wm|$f1Ў:JP'Tۊ 77λYOw$.VgR۝P@̇=amCۿG\W9-yW AV9c>w.;'fq uQڮi:l:6c۴v*p=x5񎖗> +KK9dO/*rqH,~Þ1ёuK`\%ͥ13Hc %Dy3+SY_Q{ȖMߒʫbI$+m.0nxK_<qe$h/n/&)˕Pq%O`oĞ |QZqϢ}au $:I@?J qQSItX"V` n_SXv@߂ :e=ܓWhYJnvaA2_7zy,ksk61a q'8NqvW7iѦ[fuf UWjv ( ( ( ( ( ( ( ( (qjM|v+2)G"='O۬:4e;H0WP[S@Ey 5XDm}@ >`6vbB ( +1xQoUvυo+!R! {=C5Mc#i^'fBrA+QEQEQEQEQEQEQEQEQEW[ϦrVkg7#DI]]iL@8 zP⛍v×sj ]v} u Yz.t+COþ2>!lR]M1da,S< 63t?1@=#YYQ{G@%$y$#e ēa _H ςZk VVӝ]UA@l' yg_I4ϴ[8zV?Kxc5{/]x)/M&9 +n T0$2;όCu㯆G4lG"WS- qܾK9'TE @W׊+/Ye+ݭլpmǁ0`gOy+kqſhg$v+#A A5@?J q^^?J q^@InQcO4vuk2}s5 2InQIV֍4$XDbRI%rI<8 >4YxJӧд{Cj]W)'ݙpA`4e/u^'a!8FF8U$$(cW 0_ el~7 ciE4p=~gQǯh.f::g@XYScYK6<_O:Wǫiz?u ٕr]Y 67džk_ |CivYMJl0 ԡ.k_'Im)2!i X88  z'}>(X7Xo_G<|x7Qյj+h_XXK`)kiEK^O兜~e֟q ) ѰQ#y=Ϗ~/Ij[q˲D9PxAnHo: ̄}n|xhX !qנeAR'+rh5-0ۻ$eijF|,9 O׮t>*jR7ηhUۧ3ƭ5MST "rݤIV>U*z5o?{7Tx]s+h[P#k?8jYyn/\_-R[iݷ wHpGbAWaKInrτH Y$7+IԞ;y_]覮Ƨ7 8˫>Sp(dր0e<5k[&6O̹]ʠ0⤞Dm{$1x ,](60@+.hK_IĚ-ew -1(?럔~:O>3]f8ִۃiyr@w'p#Q?kBo5d}-fyzQEy$:DuxI熿kHuw҈' *E-t1Ѷ1ѶO[Xz4mG_,NsӖYiUIcMcL,bf"22@w 95!M6'q4@CHn |յ-gw}:r"u3J|bN2IǹHu[K;|E̒p@&qyVO{Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@~_׌u]j1 x-!lYs Š(-t J GW%`/U2!0/%~!ƭ_;^F?獶p]QE?xڿ.yg={NCkKl4v0["bqʠy!FNNk(_%֣(o2I2@12K+ [Ɵ>g}Ǘݿw?m{۞ŠtjzO[o7nЮdg2+?>;:>_3Wtw'ݎ<uZ߇}h2H`*U#$695'^h#5Վ䄏z2>CGBw(񟁴_iicE 1>n !e񝤂0@x=@#5K?A C\[v'oE>q zWQ@C|iw9ppO\co|M)D`I"Yl0:E'Q@Q@/}GĚw[Y1DlFTσ+CBIMQ%cc,M,oy mj(:=˽2VIf3,:O u+ju+}[-r͕9Pr={e+uOjZn-}Ŕay>"':OuMGZ*c3F#oQxBk$yŸl94zÛOimB;gS<«F+qIܠ]c\Jє ( cx##|iyKƹ(G#^zCkoQH8Ppb$((((((((((((((()x|9a+^Y! vr@ɓJUM4mb #8·=J4ıZ,ׂLֱDD pDʪam%C ugzUI46P;nXQ\9^4 giۋ coȿq{Ǿ+<+="5[`}bm Ex~_{5۽+^#HGDm8$ҽIԡtkRdX/m㸍d0WP3hy_yLJ(RK{p;\n$ds3P|L9c]!m9anf:q# `k9<[h_i*pyu?汥 ua5~VӲһzmcfy|34& cX`;hoǞ+\gDk71H@9ڬGJ+'EW_4PFpWͶόw] Ow%ƭr|Xܬ{U.2'vqS;ž WٶH5+QKn=="xRnMR HgmQJFs=+jEE^@TmϯAh4"lsL9` Z6*w9=sZυtRcYlc(g@ qk$](<RAEP|EWO)YYr 3؝M⏈,Qixs*_*XBmNecE<9<]9 HRFx zƹowibԚ&4) wVI<q r |cq wҵ ÃW#>ep?)V"my2^En3 ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( (<_u/VZ2n#r4G# =qoaIݺb+Cv;]a؏BpA;Vx;T84[qr;ua0R:( KcX0N⌥KI)[3.{}>Z_^!7M2Ub.0N]}Ew ԭ~,D`.m3k v?1#S^y \GE۹=Te{9x>/Ѿ >)VO{dmK-Zc՟>4il~QO=6{#njX1lǴ@ 8|!MCga6kH݄R]YK y鹱]ǃ|!}ọRV޹j<TD7H r~/wFмI&w dE,6XV.nӍďy|HԵ87Ƌat\- 0$_?p~3#k{[iN~`6pwTo .OKZ J[.$&[ҬuυGsgqڤ?FR~ wC[An}۷p-A;^psk^2wpY[D/-)UԜ=;ť><\ff'v=I.x@zωu_843 &BĈF<`wy+D6goiRZ޲)kưyZ<|3r!p#TEx#s=zGOZA[/uu#خUGA įVyG_c ^o5w8E mWxH+_N-Wdwq)| gk8Gw?MYi OL"0Vzc?O5 `_^ӤMZ)L?*&;tkIPKxX 7p[' 6!J#O<5`_߀1xGIռUXϷ̋fX0`r֧)sF-.(VBN/7>sų+7̀ʆzֆkyc2QEEq6d3nUr[~OҼ@gՙ ˩L`/H[h۞H9=QCS}|.:w~Ǭ_[u]O4ϴ8zW ׵o>˭fV7[!\*r?@EPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEP=7ItkvK˴vJ[dg EQEQEQEQE^S Y1#`2*H +{x$qơU 8IEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEPK\ 3PKy$AOEBPS/dcommon/contbig.gif`GIF87a!!!111999BBBJJJRRRccckkksss{{{skk{{ZRRRJJƽ{sZRJRJB91)kcZB9)sskZRJ1޽ƽ{{ssskkkcƵZZRccZRRJJJB{BB9991ssckkZccR))!RRB!!JJ1))99!11ƌ)1R)k֔)s1RZJR{BJs9R1J!11J1J9k{csZk!1J!)cBR9J1B)91B!cRs{!)s!){1B!k!s!{ksksckckZc9B)1!)!)BJ9B1919έƌ!!)JJcZZ{!!!1RR{JJsBBkJJ{!!9BB{1!!J9)!!Z!!c1!!kR!!s9Z!BckJs)19!!c!!ZRZ,H rrxB(Kh" DժuICiи@S z$G3TTʖ&7!f b`D 0!A  k,>SO[!\ *_t  Exr%*_}!#U #4 & ֩3|b]L ]t b+Da&R_2lEٱZ`aC)/яmvUkS r(-iPE Vv_{z GLt\2s!F A#葡JY r|AA,hB}q|B`du }00(䡆<pb,G+oB C0p/x$…– ]7 @2HFc ) @AD \0 LHG',(A` `@SC)_" PH`}Y+_|1.K8pAKMA @?3҄$[JPA)+NH I ,@8G0/@R T,`pF8Ѓ)$^$ DDTDlA@ s;PKPKy$AOEBPS/dcommon/darbbook.cssPKPKy$A!OEBPS/dcommon/O_signature_clr.JPG"(JFIF``C    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( (?O '~MQ$Vz;OlJi8L%\]UFjޙ%ԯS;rA]5ފ<׈]j7Ouyq$z'TQuw7Ŀ KX߁M2=S'TQt?.5w'97;~pq=" ~k?`'9q6 E|yayM^Om'fkC&<5x' ?A?Zx'jß={=SßM gVC.5+Hd֪xc^)Җufz{Cީ|D Vkznq|+Xa+{50rx{|OG.OϞ~f/ xxX[2H )c+#jpUOZYX\=SG ߨC|K@;_߆'e?LT?]:?>w ڔ`D^So~xo[Ӡ3i7B:Q8 Vc-ďoi:FM292~y_*_闱YN\Fr=xZ3鳎OwW_QEzW~c]REeaSM}}Hӏ4&.E]u=gMѠ+mF`rNn$w9gMa꺢nTuhf2Xv>އ a(Û6߭?<=>z'TQuw7Ŀ KX߁M2=S'TQt?.5Kko\.8S$TOX߀Gw?Zx汴X)C7~.i6(Щ=+4{mGӭ¸-]&'t_kV*I<1)4thtIsqpQJ+> \m^[aJ5)ny:4o&QEnyAEPEEss 72,PDۢ׃K W{Wjr+wگ iM/;pd?~&?@;7E4gv8 $l'z'TQuw7Ŀ Gֱ=ɿ&G?. iR(5W*$|?w᫼gkmIbHe/_t>tg%y.l}N5[]+Mk0ĠeHdPrsst'UiC,y8`V%9ZIia|ܪvi מYG,o}+kk{YbyIeb*sAtի82zWoEK5z*o-eo;n(P u-I)4Š(HQEQEQEQEhz(X/Đ?}Bk˩ ݏrk0]4>8XzV? }6$}d^F>nU K ?Bտk_9׾x~w'ߞ  uDŽtL ؈5c-E/"|_Oo.IH쐍=i*Iw5(ںw?t5s.)+tQ2dUt5Vĺ.jZ"@IRrZƅY4ߡ_;}ų(KyQf1Aǵt?sZg+?F5_oQR&Dg߿]6FuRD u>ڿxl7?IT8'shj^=.=J1rj1Wl$얲cPx;E,p$֟ˏkw qg"45(ǛkV/=+ũ)bYl~K#˝J_כ5&\F'I#8/|wʾ_Xj Q:os^T1.M_|TO.;?_  jF?g N 8nA2F%i =qW,G=5OU u8]Rq?wr'˻S+۾.ܼ 87Q^elo/T*?L|ۚ<%<,/v_OKs B5f/29n0=zqQq(ª=VX@*J(э(f5qJN_EVǞQEOuoѕOuoa5}gO?:߂8Wא|cڽ~]N&O( (<]>͠@VQ=^~U ̴m&\խ5i:}|}r~9՝f}_>'vVֲ$~^f30^in{\_.O F8to}?${φ|#x^#^n~w=~k~?'KRtO.㌡h![3Zu*ٷճ(ԟ]z_/W1(ԟ]v~g|Yq<ז0 ; b8֮s,w9\?uEyStKaª@\,)) (!EPEPEPEPEPzѧts{v>C/"N6`d*J2gGӧWqBq_1ZuΓ\X]r?=Ey88Mp&pKtO-"wR2 K^-Z< \c>V0^@O7x2WFjs<׻kZ(<Т(OFw/6$1[:ޯԯ#q~4|,LVPem=@=YLUxӃV}AUbcUB.Ds5*kٸAeG>PJxt͝ b88?*$~@ׯD VkraiJs}Q.20x&mXξ,Z]“A-J#`+-E/"<]\a'tZGy.(|lދ~gMK OZdxDŽU9T6ϯ^<Ϡt5CZ]].t۫S=s`ڳ%8iVK:nqe+#<.T6U>zWoy3^I {F?J~=G}k)K$$;$de8*G Uӟ4Ocºw}|]4=ݣ\x$ʠms?q^ipw\"ȿPs^Z Q_0GڼU.t}ROM[G#]8wٞ ӫ87}Cgw vHȩBM55vof =A_٭`Ygx[6 P,5}>蚊(0(+?>+?> k|TuXq6_ +szk :u_ Z߶Ak_U}Jc2u/1[_»ݸG41-bሬ۴}}Eȹפ_c?5gi @cL\L<68hF_Ih>X4K7UТ sMj =J7CKo>Օ5s:߀t ~ηaٿ?|gdL8+gG%o?x`دOqȱwc¨&TW_V_aI=dpG!wu۞սZ1yL50$(l3(:~'ַo A}a3N*[0ǭ HKQV}G@֜$ 9of$ArNqUOgË05#m?D)^_h//5_/<?4}Jį+GkpG4"$ r| >S4Ђ"S 1%R:ȝ 8;PKPz PKy$AOEBPS/dcommon/feedback.gif7GIF89a'%(hp|fdx?AN5:dfeDGHɾTdQc`g*6DC\?ؘ||{;=E6JUՄfeA= >@,4`H.|`a (Q 9:&[|ځ,4p Y&BDb,!2@, $wPA'ܠǃ@CO~/d.`I @8ArHx9H75j L 3B/` P#qD*s 3A:3,H70P,R@ p!(F oԥ D;"0 ,6QBRɄHhI@@VDLCk8@NBBL2&pClA?DAk%$`I2 #Q+l7 "=&dL&PRSLIP)PɼirqМ'N8[_}w;PK-PKy$AOEBPS/dcommon/booklist.gifGIF89a1޵֥΄kZ{Jk1Rs!BZ)B),@I9Z͓Ca % Dz8Ȁ0FZЌ0P !x8!eL8aWȠFD(~@p+rMS|ӛR$ v "Z:]ZJJEc{*=AP  BiA ']j4$*   & 9q sMiO?jQ = , YFg4.778c&$c%9;PKː5PKy$AOEBPS/dcommon/cpyr.htm1 Oracle Legal Notices

Oracle Legal Notices

Copyright Notice

Copyright © 1994-2012, Oracle and/or its affiliates. All rights reserved.

Trademark Notice

Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.

Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. UNIX is a registered trademark of The Open Group.

License Restrictions Warranty/Consequential Damages Disclaimer

This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.

Warranty Disclaimer

The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.

Restricted Rights Notice

If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:

U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle America, Inc., 500 Oracle Parkway, Redwood City, CA 94065.

Hazardous Applications Notice

This software or hardware is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury. If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.

Third-Party Content, Products, and Services Disclaimer

This software or hardware and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.

Alpha and Beta Draft Documentation Notice

If this document is in prerelease status:

This documentation is in prerelease status and is intended for demonstration and preliminary use only. It may not be specific to the hardware on which you are using the software. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to this documentation and will not be responsible for any loss, costs, or damages incurred due to the use of this documentation.

Oracle Logo

PKN61PKy$AOEBPS/dcommon/masterix.gif.GIF89a1ޜΌscJk1Rs!Bc1J),@IS@0"1 Ѿb$b08PbL,acr B@(fDn Jx11+\%1 p { display: none; } /* Class Selectors */ .ProductTitle { font-family: sans-serif; } .BookTitle { font-family: sans-serif; } .VersionNumber { font-family: sans-serif; } .PrintDate { font-family: sans-serif; font-size: small; } .PartNumber { font-family: sans-serif; font-size: small; } PKeӺ1,PKy$AOEBPS/dcommon/larrow.gif#GIF87a絵ƌֵƽ{{ss֜ƔZZ{{{{ZZssZZccJJJJRRBBJJJJ991111))!!{,@pH,Ȥrl:ШtpHc`  өb[.64ꑈ53=Z]'yuLG*)g^!8C?-6(29K"Ĩ0Яl;U+K9^u2,@@ (\Ȱ Ë $P`lj 8x I$4H *(@͉0dа8tA  DсSP v"TUH PhP"Y1bxDǕ̧_=$I /& .)+ 60D)bB~=0#'& *D+l1MG CL1&+D`.1qVG ( "D2QL,p.;u. |r$p+5qBNl<TzB"\9e0u )@D,¹ 2@C~KU 'L6a9 /;<`P!D#Tal6XTYhn[p]݅ 7}B a&AƮe{EɲƮiEp#G}D#xTIzGFǂEc^q}) Y# (tۮNeGL*@/%UB:&k0{ &SdDnBQ^("@q #` @1B4i@ aNȅ@[\B >e007V[N(vpyFe Gb/&|aHZj@""~ӎ)t ? $ EQ.սJ$C,l]A `8A o B C?8cyA @Nz|`:`~7-G|yQ AqA6OzPbZ`>~#8=./edGA2nrBYR@ W h'j4p'!k 00 MT RNF6̙ m` (7%ꑀ;PKl-OJPKy$AOEBPS/dcommon/index.gifGIF89a1޵ΥΥ{sc{BZs,@IM" AD B0 3.R~[D"0, ]ШpRNC  /& H&[%7TM/`vS+-+ q D go@" 4o'Uxcxcc&k/ qp zUm(UHDDJBGMԃ;PK(PKy$AOEBPS/dcommon/bookbig.gif +GIF89a$!!!)))111999BBBJJJRRRZZZccckkksss{{{skkB991)))!!B11))1!JB9B9!!cZ9ƭƽssk{ZZRccZRRJJJBBB9c!!ν)1)k{s絽ƌkssֽZccJRRBJJ{9BB)11)99!!))11!!k!JZ!)RcJccBcs)1c)JZ!BR!)BZ)99J!Rk9!c11B)Z{)9Bkc1kB9BZ!Z{9Rs)Jkksk9kB1s1Jk9Rƥc{k9s)Z{1k91)s1Rk)Jc1J!))BZ!1k{csc{)19B!)Bcsc{ksc{kZs!RkJkJkքc{9Zks{ck9R)Bks9R9R1J!)Z1B!)c)9)99BR19kksBBJcc{ccBBZ))9kk!!199c11ZBB{9!!R!!Z!!c))!!kR!!s!!BcksRZ1c9B)R91c1)Z!R9B9k1)RcZ{)!1B9JB9B)!)J9B!& Imported from GIF image: bookbig.gif,$!!!)))111999BBBJJJRRRZZZccckkksss{{{skkB991)))!!B11))1!JB9B9!!cZ9ƭƽssk{ZZRccZRRJJJBBB9c!!ν)1)k{s絽ƌkssֽZccJRRBJJ{9BB)11)99!!))11!!k!JZ!)RcJccBcs)1c)JZ!BR!)BZ)99J!Rk9!c11B)Z{)9Bkc1kB9BZ!Z{9Rs)Jkksk9kB1s1Jk9Rƥc{k9s)Z{1k91)s1Rk)Jc1J!))BZ!1k{csc{)19B!)Bcsc{ksc{kZs!RkJkJkքc{9Zks{ck9R)Bks9R9R1J!)Z1B!)c)9)99BR19kksBBJcc{ccBBZ))9kk!!199c11ZBB{9!!R!!Z!!c))!!kR!!s!!BcksRZ1c9B)R91c1)Z!R9B9k1)RcZ{)!1B9JB9B)!)J9BH`\Ȑ:pظа"A6DBH,V@Dڹ'G"v Æ ܥ;n;!;>xAܽ[G.\rQC wr}BŊQ A9ᾑ#5Y0VȒj0l-GqF>ZpM rb ;=.ސW-WѻWo ha!}~ْ ; t 53 :\ 4PcD,0 4*_l0K3-`l.j!c Aa|2L4/1C`@@md;(H*80L0L(h*҇҆o#N84pC (xO@ A)J6rVlF r  fry†$r_pl5xhA+@A=F rGU a 1х4s&H Bdzt x#H%Rr (Ѐ7P`#Rщ'x" #0`@~i `HA'Tk?3!$`-A@1l"P LhʖRG&8A`0DcBH sq@AXB4@&yQhPAppxCQ(rBW00@DP1E?@lP1%T` 0 WB~nQ@;PKGC PKy$AOEBPS/dcommon/rarrow.gif/GIF87a絵ƌֵƽ{{ss֜ƔZZ{{{{ZZssZZccJJJJRRBBJJJJ991111))!!{,@pH,Ȥrl:ШLlԸ NCqWEd)#34vwwpN|0yhX!'+-[F 'n5 H $/14w3% C .90" qF 7&E "D mnB|,c96) I @0BW{ᢦdN p!5"D`0 T 0-]ʜ$;PKJV^PKy$AOEBPS/dcommon/mix.gifkGIF89aZZZBBBJJJkkk999sss!!!111cccֽ{{{RRR)))猌ƭ{s{sks!,@@pH,B$ 8 t:<8 *'ntPP DQ@rIBJLNPTVEMOQUWfj^!  hhG H  kCúk_a Ǥ^ h`B BeH mm  #F` I lpǎ,p B J\Y!T\(dǏ!Gdˆ R53ټ R;iʲ)G=@-xn.4Y BuU(*BL0PX v`[D! | >!/;xP` (Jj"M6 ;PK枰pkPKy$AOEBPS/dcommon/doccd_epub.jsM /* Copyright 2006, 2012, Oracle and/or its affiliates. All rights reserved. Author: Robert Crews Version: 2012.3.17 */ function addLoadEvent(func) { var oldOnload = window.onload; if (typeof(window.onload) != "function") window.onload = func; else window.onload = function() { oldOnload(); func(); } } function compactLists() { var lists = []; var ul = document.getElementsByTagName("ul"); for (var i = 0; i < ul.length; i++) lists.push(ul[i]); var ol = document.getElementsByTagName("ol"); for (var i = 0; i < ol.length; i++) lists.push(ol[i]); for (var i = 0; i < lists.length; i++) { var collapsible = true, c = []; var li = lists[i].getElementsByTagName("li"); for (var j = 0; j < li.length; j++) { var p = li[j].getElementsByTagName("p"); if (p.length > 1) collapsible = false; for (var k = 0; k < p.length; k++) { if ( getTextContent(p[k]).split(" ").length > 12 ) collapsible = false; c.push(p[k]); } } if (collapsible) { for (var j = 0; j < c.length; j++) { c[j].style.margin = "0"; } } } function getTextContent(e) { if (e.textContent) return e.textContent; if (e.innerText) return e.innerText; } } addLoadEvent(compactLists); function processIndex() { try { if (!/\/index.htm(?:|#.*)$/.test(window.location.href)) return false; } catch(e) {} var shortcut = []; lastPrefix = ""; var dd = document.getElementsByTagName("dd"); for (var i = 0; i < dd.length; i++) { if (dd[i].className != 'l1ix') continue; var prefix = getTextContent(dd[i]).substring(0, 2).toUpperCase(); if (!prefix.match(/^([A-Z0-9]{2})/)) continue; if (prefix == lastPrefix) continue; dd[i].id = prefix; var s = document.createElement("a"); s.href = "#" + prefix; s.appendChild(document.createTextNode(prefix)); shortcut.push(s); lastPrefix = prefix; } var h2 = document.getElementsByTagName("h2"); for (var i = 0; i < h2.length; i++) { var nav = document.createElement("div"); nav.style.position = "relative"; nav.style.top = "-1.5ex"; nav.style.left = "1.5em"; nav.style.width = "90%"; while (shortcut[0] && shortcut[0].toString().charAt(shortcut[0].toString().length - 2) == getTextContent(h2[i])) { nav.appendChild(shortcut.shift()); nav.appendChild(document.createTextNode("\u00A0 ")); } h2[i].parentNode.insertBefore(nav, h2[i].nextSibling); } function getTextContent(e) { if (e.textContent) return e.textContent; if (e.innerText) return e.innerText; } } addLoadEvent(processIndex); PKo"nR M PKy$AOEBPS/dcommon/toc.gifGIF89a1ΥΥ{c{Z{JkJk1Rk,@IK% 0| eJB,K-1i']Bt9dz0&pZ1o'q(؟dQ=3S SZC8db f&3v2@VPsuk2Gsiw`"IzE%< C !.hC IQ 3o?39T ҍ;PKv I PKy$AOEBPS/dcommon/topnav.gifGIF89a1ֽ筽ޭƔkZZk{Bc{,@ ) l)-'KR$&84 SI) XF P8te NRtHPp;Q%Q@'#rR4P fSQ o0MX[) v + `i9gda/&L9i*1$#"%+ ( E' n7Ȇ(,҅(L@(Q$\x 8=6 'נ9tJ&"[Epljt p#ѣHb :f F`A =l|;&9lDP2ncH R `qtp!dȐYH›+?$4mBA9 i@@ ]@ꃤFxAD*^Ŵ#,(ε  $H}F.xf,BD Z;PK1FAPKy$AOEBPS/dcommon/bp_layout.css# @charset "utf-8"; /* bp_layout.css Copyright 2007, Oracle and/or its affiliates. All rights reserved. */ body { margin: 0ex; padding: 0ex; } h1 { display: none; } #FOOTER { border-top: #0d4988 solid 10px; background-color: inherit; color: #e4edf3; clear: both; } #FOOTER p { font-size: 80%; margin-top: 0em; margin-left: 1em; } #FOOTER a { background-color: inherit; color: gray; } #LEFTCOLUMN { float: left; width: 50%; } #RIGHTCOLUMN { float: right; width: 50%; clear: right; /* IE hack */ } #LEFTCOLUMN div.portlet { margin-left: 2ex; margin-right: 1ex; } #RIGHTCOLUMN div.portlet { margin-left: 1ex; margin-right: 2ex; } div.portlet { margin: 2ex 1ex; padding-left: 0.5em; padding-right: 0.5em; border: 1px #bcc solid; background-color: #f6f6ff; color: black; } div.portlet h2 { margin-top: 0.5ex; margin-bottom: 0ex; font-size: 110%; } div.portlet p { margin-top: 0ex; } div.portlet ul { list-style-type: none; padding-left: 0em; margin-left: 0em; /* IE Hack */ } div.portlet li { text-align: right; } div.portlet li cite { font-style: normal; float: left; } div.portlet li a { margin: 0px 0.2ex; padding: 0px 0.2ex; font-size: 95%; } #NAME { margin: 0em; padding: 0em; position: relative; top: 0.6ex; left: 10px; width: 80%; } #PRODUCT { font-size: 180%; } #LIBRARY { color: #0b3d73; background: inherit; font-size: 180%; font-family: serif; } #RELEASE { position: absolute; top: 28px; font-size: 80%; font-weight: bold; } #TOOLS { list-style-type: none; position: absolute; top: 1ex; right: 2em; margin: 0em; padding: 0em; background: inherit; color: black; } #TOOLS a { background: inherit; color: black; } #NAV { float: left; width: 96%; margin: 3ex 0em 0ex 0em; padding: 2ex 0em 0ex 4%; /* Avoiding horizontal scroll bars. */ list-style-type: none; background: transparent url(../gifs/nav_bg.gif) repeat-x bottom; } #NAV li { float: left; margin: 0ex 0.1em 0ex 0em; padding: 0ex 0em 0ex 0em; } #NAV li a { display: block; margin: 0em; padding: 3px 0.7em; border-top: 1px solid gray; border-right: 1px solid gray; border-bottom: none; border-left: 1px solid gray; background-color: #a6b3c8; color: #333; } #SUBNAV { float: right; width: 96%; margin: 0ex 0em 0ex 0em; padding: 0.1ex 4% 0.2ex 0em; /* Avoiding horizontal scroll bars. */ list-style-type: none; background-color: #0d4988; color: #e4edf3; } #SUBNAV li { float: right; } #SUBNAV li a { display: block; margin: 0em; padding: 0ex 0.5em; background-color: inherit; color: #e4edf3; } #SIMPLESEARCH { position: absolute; top: 5ex; right: 1em; } #CONTENT { clear: both; } #NAV a:hover, #PORTAL_1 #OVERVIEW a, #PORTAL_2 #OVERVIEW a, #PORTAL_3 #OVERVIEW a, #PORTAL_4 #ADMINISTRATION a, #PORTAL_5 #DEVELOPMENT a, #PORTAL_6 #DEVELOPMENT a, #PORTAL_7 #DEVELOPMENT a, #PORTAL_11 #INSTALLATION a, #PORTAL_15 #ADMINISTRATION a, #PORTAL_16 #ADMINISTRATION a { background-color: #0d4988; color: #e4edf3; padding-bottom: 4px; border-color: gray; } #SUBNAV a:hover, #PORTAL_2 #SEARCH a, #PORTAL_3 #BOOKS a, #PORTAL_6 #WAREHOUSING a, #PORTAL_7 #UNSTRUCTURED a, #PORTAL_15 #INTEGRATION a, #PORTAL_16 #GRID a { position: relative; top: 2px; background-color: white; color: #0a4e89; } PK3( # PKy$AOEBPS/dcommon/bookicon.gif:GIF87a!!!)))111999BBBJJJRRRZZZccckkksss{{{ޭ{{ZRRcZZRJJJBB)!!skRB9{sν{skskcZRJ1)!֭ƽ{ZZRccZJJBBB999111)JJ9BB1ZZB!!ﭵBJJ9BB!!))Jk{)1!)BRZJ{BsR!RRJsJ!J{s!JsBkks{RsB{J{c1RBs1ZB{9BJ9JZ!1BJRRs!9R!!9Z9!1)J19JJRk19R1Z)!1B9R1RB!)J!J1R)J119!9J91!9BkksBBJ119BBR!))9!!!JB1JJ!)19BJRZckތ1)1J9B,H*\hp >"p`ƒFF "a"E|ժOC&xCRz OBtX>XE*O>tdqAJ +,WxP!CYpQ HQzDHP)T njJM2ꔀJ2T0d#+I:<жk 'ꤱF AB @@nh Wz' H|-7f\A#yNR5 /PM09u UjćT|q~Yq@&0YZAPa`EzI /$AD Al!AAal 2H@$ PVAB&c*ؠ p @% p-`@b`uBa l&`3Ap8槖X~ vX$Eh`.JhAepA\"Bl, :Hk;PKx[?:PKy$AOEBPS/dcommon/conticon.gif^GIF87a!!!)))111999BBBJJJRRRZZZccckkksss{{{ZRR޽{{ssskkkcccZ991ccRZZBBJJZck)19ZcsBJZ19J!k{k)Z1RZs1!B)!J91{k{)J!B!B911)k{cs!1s!9)s!9!B!k)k1c!)Z!R{9BJcckZZcBBJ99B119{{!!)BBRBBZ!))999R99Z!!999c1!9!)19B1)!B9R,  oua\h2SYPa aowwxYi 9SwyyxxyYSd $'^qYȵYvh ч,/?g{н.J5fe{ڶyY#%/}‚e,Z|pAܠ `KYx,ĉ&@iX9|`p ]lR1khٜ'E 6ÅB0J;t X b RP(*MÄ!2cLhPC <0Ⴁ  $4!B 6lHC%<1e H 4p" L`P!/,m*1F`#D0D^!AO@..(``_؅QWK>_*OY0J@pw'tVh;PKp*c^PKy$AOEBPS/dcommon/blafdoc.cssL@charset "utf-8"; /* Copyright 2002, 2011, Oracle and/or its affiliates. All rights reserved. Author: Robert Crews Version: 2011.10.7 */ body { font-family: Tahoma, sans-serif; /* line-height: 125%; */ color: black; background-color: white; font-size: small; } * html body { /* http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html */ font-size: x-small; /* for IE5.x/win */ f\ont-size: small; /* for other IE versions */ } h1 { font-size: 165%; font-weight: bold; border-bottom: 1px solid #ddd; width: 100%; } h2 { font-size: 152%; font-weight: bold; } h3 { font-size: 139%; font-weight: bold; } h4 { font-size: 126%; font-weight: bold; } h5 { font-size: 113%; font-weight: bold; display: inline; } h6 { font-size: 100%; font-weight: bold; font-style: italic; display: inline; } a:link { color: #039; background: inherit; } a:visited { color: #72007C; background: inherit; } a:hover { text-decoration: underline; } a img, img[usemap] { border-style: none; } code, pre, samp, tt { font-family: monospace; font-size: 110%; } caption { text-align: center; font-weight: bold; width: auto; } dt { font-weight: bold; } table { font-size: small; /* for ICEBrowser */ } td { vertical-align: top; } th { font-weight: bold; text-align: left; vertical-align: bottom; } ol ol { list-style-type: lower-alpha; } ol ol ol { list-style-type: lower-roman; } td p:first-child, td pre:first-child { margin-top: 0px; margin-bottom: 0px; } table.table-border { border-collapse: collapse; border-top: 1px solid #ccc; border-left: 1px solid #ccc; } table.table-border th { padding: 0.5ex 0.25em; color: black; background-color: #f7f7ea; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; } table.table-border td { padding: 0.5ex 0.25em; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; } span.gui-object, span.gui-object-action { font-weight: bold; } span.gui-object-title { } p.horizontal-rule { width: 100%; border: solid #cc9; border-width: 0px 0px 1px 0px; margin-bottom: 4ex; } div.zz-skip-header { display: none; } td.zz-nav-header-cell { text-align: left; font-size: 95%; width: 99%; color: black; background: inherit; font-weight: normal; vertical-align: top; margin-top: 0ex; padding-top: 0ex; } a.zz-nav-header-link { font-size: 95%; } td.zz-nav-button-cell { white-space: nowrap; text-align: center; width: 1%; vertical-align: top; padding-left: 4px; padding-right: 4px; margin-top: 0ex; padding-top: 0ex; } a.zz-nav-button-link { font-size: 90%; } div.zz-nav-footer-menu { width: 100%; text-align: center; margin-top: 2ex; margin-bottom: 4ex; } p.zz-legal-notice, a.zz-legal-notice-link { font-size: 85%; /* display: none; */ /* Uncomment to hide legal notice */ } /*************************************/ /* Begin DARB Formats */ /*************************************/ .bold, .codeinlinebold, .syntaxinlinebold, .term, .glossterm, .seghead, .glossaryterm, .keyword, .msg, .msgexplankw, .msgactionkw, .notep1, .xreftitlebold { font-weight: bold; } .italic, .codeinlineitalic, .syntaxinlineitalic, .variable, .xreftitleitalic { font-style: italic; } .bolditalic, .codeinlineboldital, .syntaxinlineboldital, .titleinfigure, .titleinexample, .titleintable, .titleinequation, .xreftitleboldital { font-weight: bold; font-style: italic; } .itemizedlisttitle, .orderedlisttitle, .segmentedlisttitle, .variablelisttitle { font-weight: bold; } .bridgehead, .titleinrefsubsect3 { font-weight: bold; } .titleinrefsubsect { font-size: 126%; font-weight: bold; } .titleinrefsubsect2 { font-size: 113%; font-weight: bold; } .subhead1 { display: block; font-size: 139%; font-weight: bold; } .subhead2 { display: block; font-weight: bold; } .subhead3 { font-weight: bold; } .underline { text-decoration: underline; } .superscript { vertical-align: super; } .subscript { vertical-align: sub; } .listofeft { border: none; } .betadraft, .alphabetanotice, .revenuerecognitionnotice { color: #e00; background: inherit; } .betadraftsubtitle { text-align: center; font-weight: bold; color: #e00; background: inherit; } .comment { color: #080; background: inherit; font-weight: bold; } .copyrightlogo { text-align: center; font-size: 85%; } .tocsubheader { list-style-type: none; } table.icons td { padding-left: 6px; padding-right: 6px; } .l1ix dd, dd dl.l2ix, dd dl.l3ix { margin-top: 0ex; margin-bottom: 0ex; } div.infoboxnote, div.infoboxnotewarn, div.infoboxnotealso { margin-top: 4ex; margin-right: 10%; margin-left: 10%; margin-bottom: 4ex; padding: 0.25em; border-top: 1pt solid gray; border-bottom: 1pt solid gray; } p.notep1 { margin-top: 0px; margin-bottom: 0px; } .tahiti-highlight-example { background: #ff9; text-decoration: inherit; } .tahiti-highlight-search { background: #9cf; text-decoration: inherit; } .tahiti-sidebar-heading { font-size: 110%; margin-bottom: 0px; padding-bottom: 0px; } /*************************************/ /* End DARB Formats */ /*************************************/ @media all { /* * * { line-height: 120%; } */ dd { margin-bottom: 2ex; } dl:first-child { margin-top: 2ex; } } @media print { body { font-size: 11pt; padding: 0px !important; } a:link, a:visited { color: black; background: inherit; } code, pre, samp, tt { font-size: 10pt; } #nav, #search_this_book, #comment_form, #comment_announcement, #flipNav, .noprint { display: none !important; } body#left-nav-present { overflow: visible !important; } } PKʍPKy$AOEBPS/dcommon/rightnav.gif&GIF89a1ֽ筽ޭƔkZZk{Bc{,@ ) l)- $CҠҀ ! D1 #:aS( c4B0 AC8 ְ9!%MLj Z * ctypJBa H t>#Sb(clhUԂ̗4DztSԙ9ZQҀEPEPEPEPEPEPEPM=iԍP Gii c*yF 1׆@\&o!QY00_rlgV;)DGhCq7~..p&1c:u֫{fI>fJL$}BBP?JRWc<^j+χ5b[hֿ- 5_j?POkeQ^hֿ1L^ H ?Qi?z?+_xɔŪ\썽O]χ>)xxV/s)e6MI7*ߊޛv֗2J,;~E4yi3[nI`Ѱe9@zXF*W +]7QJ$$=&`a۾?]N T䏟'X)Ɣkf:j |>NBWzYx0t!* _KkoTZ?K Gc+UyڹgNuh^iSo5{\ܹ3Yos}.>if FqR5\/TӮ#]HS0DKu{($"2xִ{SBJ8=}Y=.|Tsц2UЫ%.InaegKo z ݎ3ֹxxwM&2S%';+I',kW&-"_¿_ Vq^ܫ6pfT2RV A^6RKetto^[{w\jPZ@ޢN4/XN#\42j\(z'j =~-I#:q[Eh|X:sp* bifp$TspZ-}NM*B-bb&*xUr#*$M|QWY ~p~- fTED6O.#$m+t$˙H"Gk=t9r娮Y? CzE[/*-{c*[w~o_?%ƔxZ:/5𨴟q}/]22p qD\H"K]ZMKR&\C3zĽ[PJm]AS)Ia^km M@dК)fT[ijW*hnu Ͳiw/bkExG£@f?Zu.s0(<`0ֹoxOaDx\zT-^ѧʧ_1+CP/p[w 9~U^[U<[tĽwPv[yzD1W='u$Oeak[^ |Gk2xv#2?¹TkSݕ| rݞ[Vi _Kz*{\c(Ck_܏|?u jVڔ6f t?3nmZ6f%QAjJf9Rq _j7Z-y.pG$Xb]0')[_k;$̭?&"0FOew7 z-cIX岛;$u=\an$ zmrILu uٞ% _1xcUW%dtÀx885Y^gn;}ӭ)場QEQ@Q@Q@Q@Q@Q@!4xPm3w*]b`F_931˜[ן+(> E ly;<;MF-qst+}DH @YKlLmؤciN<|]IU)Lw(8t9FS(=>og<\Z~u_+X1ylsj'eՃ*U3`C!N9Q_WܱhKc93^ua>H ƕGk=8~e#_?{ǀe-[2ٔ7;=&K挑5zsLdx(e8#{1wS+ΝVkXq9>&yஏh$zq^0~/j@:/«Vnce$$uoPp}MC{$-akH@ɫ1O !8R9s5ԦYmϧ'OUṡ5T,!Ԛ+s#1Veo=[)g>#< s)ƽُA^䠮ωFUj(ǩ|N3Jڷ睁ϱuږZYGOTsI<&drav?A^_f׻B$,O__ԿC`it{6>G׈C~&$y؎v1q9Sc1fH[ѽ>,gG'0'@Vw,BO [#>ﱺg5ΒFVD%Yr:O5 Tu+O멃]ی38Ze}R&ѝ_xzc1DXgس;<,_,{ƽY'AS#oF.M#~cBuEx7G+Y)(5q+GCV;qF+CLQ)qEC&6z𿊘z}?&w=+)??&\g{;V??׻xGœdٿ׼-Nc')3K]N)iLTӿCdb7Q^a N sd>Fz[0S^s'Zi 77D}kWus ab~~H(>.fif9,~|Jk;YN3H8Y(t6Q݉k͇_÷Z+2߄&[ +Tr^藺97~c܎=[f1RrBǓ^kEMhxYVm<[џ6| kqbѱ| YA{G8p?\UM7Z66 g1U1igU69 u5Pƪ:VVZC=[@ҹ¨$kSmɳО\vFz~i3^a Osŧυ9Q}_3 όO{/wgoet39 vO2ea;Ύ7$U#?k+Ek&dpzbӱ+TaB0gN{[N7Gי}U7&@?>Fz~E!a@s ?'67XxO*!?qi]֏TQN@tI+\^s8l0)2k!!iW8F$(yOּT.k,/#1:}8uT˾+5=O/`IW G֯b.-<= HOm;~so~hW5+kS8s.zwE| ?4ӿw/K N 9?j(#0UT` Wzw}:_*9m>󑓀F?ELzv=8q:=WgJ`nDr Zе<ֹ](Q@Q@Q@Q@Q@Q@Q@Q@ 'IdC0EYJVcMty_~u+Sw-aO n<[YJgL#6i g5ЖDZ14cʝ!!\/M}/_AYR__>oC? _?7_G#RERW쏞KB}JxGSkǕA pƱơP m]hwB7U$Zq M95"3q1ioATߚ{g.t uu2k=;h#YB= fgS :TdLԃ!44mFK{Hrd^7oz|BVr<{)6AXգV»|>*/hS܏z͆OM=Εq (s|s׊LKQI :9NJ)P+!ʣoAF>+=@I}"x/}۠1aנc¹4emC:>p_xWKX` >R3_S½èųp3޺u3N e یbmͺ<_ mnݮ1Op?Gm)Qb%N585'%Ahs\6yw!"&Ɨ._wk)}GP;Z!#\"< *oƾ\)}N>"լ/~]Lg}pBG X?<zZ#x69S=6) jzx=y9O&>+e!!? ?s~k5Gʏ)?*ce7Ox~k5􇔾Q/e7/Ԑ#3OgNC0] ;_FiRl>Q.g>!%k#ú:Kn'&}?U@\pџPtp)v<{_i}Oվֲ3XIYIx~b<D?(=_JXH=bbi=Oh?_ C_O)}oW쏜? %Ƶ;-RYFi`wۭ{ϖZMtQ$"c_+ԃx1*0b;ԕ݋ESQEQEQEQEQEQEQEQEQEQZ(1F)h1K@XLRE&9P (bf{RӨ&)PEPEPbԴPGKZ(iإbn(:A%S0(-&)P+ ڎԴP11F)h&:LRmQ@Q@Š(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((PKje88PKy$AOEBPS/dcommon/help.gif!GIF89a1εֵ֜֜{kZsBc{,@ )sƠTQ$8(4ʔ%ŌCK$A HP`$h8ŒSd+ɡ\ H@%' 6M HO3SJM /:Zi[7 \( R9r ERI%  N=aq   qƦs *q-n/Sqj D XZ;PKއ{&!PKy$AOEBPS/rarmviewgroup.htm o Creating a Materialized View Group

5 Creating a Materialized View Group

This chapter illustrates how to create a materialized view group at a remote materialized view replication site.

This chapter contains these topics:

Before you build materialized view environments, you must set up your master site, create a master group, and set up your intended materialized view sites. Also, if conflicts are possible at the master site due to activity at the materialized view sites you are creating, then configure conflict resolution for the master tables of the materialized views before you create the materialized view group.

Overview of Creating a Materialized View Group

After setting up your materialized view site and creating at least one master group, you are ready to create a materialized view group at a remote materialized view site. Figure 5-1 illustrates the process of creating a materialized view group.


See Also:

Chapter 2, "Configuring the Replication Sites" for information about setting up a materialized view site, and see Chapter 3, "Creating a Master Group" for information about creating a master group.

Figure 5-1 Creating a Materialized View Group

Description of Figure 5-1 follows
Description of "Figure 5-1 Creating a Materialized View Group"

Creating a Materialized View Group

This chapter guides you through the process of creating two materialized view groups at two different materialized view sites: mv1.example.com and mv2.example.com:

  • The materialized view group at mv1.example.com is based on the objects in the hr_repg master group at the orc1.example.com master site.

  • The materialized view group at mv2.example.com is based on the objects in the hr_repg materialized view group at the mv1.example.com materialized view site.

Therefore, the examples in this chapter illustrate how to create a multitier materialized view environment, where one or more materialized views are based on other materialized views.

Complete the following steps to create these two materialized view groups.


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************* BEGINNING OF SCRIPT ******************************

Creating the Materialized View Group at mv1.example.com

Complete the following steps to create the hr_repg materialized view group at the mv1.example.com materialized view site. This materialized view group is based on the hr_repg master group at the orc1.example.com master site.

Step 1   Create materialized view logs at the master site.

If you want one of your master sites to support a materialized view site, then you must create materialized view logs for each master table that is replicated to a materialized view. Recall from Figure 2-1 that orc1.example.com serves as the target master site for the mv1.example.com materialized view site. The required materialized view logs must be created at orc1.example.com.

*/

SET ECHO ON

SPOOL create_mv_group.out

CONNECT hr@orc1.example.com

CREATE MATERIALIZED VIEW LOG ON hr.countries;
CREATE MATERIALIZED VIEW LOG ON hr.departments;
CREATE MATERIALIZED VIEW LOG ON hr.employees;
CREATE MATERIALIZED VIEW LOG ON hr.jobs;
CREATE MATERIALIZED VIEW LOG ON hr.job_history;
CREATE MATERIALIZED VIEW LOG ON hr.locations;
CREATE MATERIALIZED VIEW LOG ON hr.regions;

/*

See Also:

The CREATE MATERIALIZED VIEW LOG statement in the Oracle Database SQL Language Reference for detailed information about this SQL statement

Step 2   If they do not exist, then create the replicated schema and its database link.

Before building your materialized view group, you must ensure that the replicated schema exists at the remote materialized view site and that the necessary database links have been created.

In this example, if the hr schema does not exist, then create the schema. If the hr schema exists at the materialized view site, then grant any necessary privileges and go to the next task in this step.

*/

CONNECT system@mv1.example.com

CREATE TABLESPACE demo_mv1
 DATAFILE 'demo_mv1.dbf' SIZE 10M AUTOEXTEND ON
 EXTENT MANAGEMENT LOCAL AUTOALLOCATE;

CREATE TEMPORARY TABLESPACE temp_mv1
 TEMPFILE 'temp_mv1.dbf' SIZE 5M AUTOEXTEND ON;

ACCEPT password PROMPT 'Enter password for user: ' HIDE

CREATE USER hr IDENTIFIED BY &password;

ALTER USER hr DEFAULT TABLESPACE demo_mv1
              QUOTA UNLIMITED ON demo_mv1;

ALTER USER hr TEMPORARY TABLESPACE temp_mv1;

GRANT 
  CREATE SESSION, 
  CREATE TABLE, 
  CREATE PROCEDURE, 
  CREATE SEQUENCE, 
  CREATE TRIGGER, 
  CREATE VIEW, 
  CREATE SYNONYM, 
  ALTER SESSION,
  CREATE MATERIALIZED VIEW,
  ALTER ANY MATERIALIZED VIEW,
  CREATE DATABASE LINK
 TO hr;

/*


If it does not exist, then create the database link for the replicated schema.

Before building your materialized view group, you must ensure that the necessary database links exist for the replicated schema. The owner of the materialized views needs a database link pointing to the proxy_refresher that was created when the master site was set up.

*/

CONNECT hr@mv1.example.com

CREATE DATABASE LINK orc1.example.com 
   CONNECT TO proxy_refresher IDENTIFIED BY &password;

/*
Step 3   Create the materialized view group.

The following procedures must be executed by the materialized view administrator at the remote materialized view site.

*/

CONNECT mviewadmin@mv1.example.com

/*

The master group that you specify in the gname parameter must match the name of the master group that you are replicating at the target master site.

*/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPGROUP (
      gname => 'hr_repg',
      master => 'orc1.example.com',
      propagation_mode => 'ASYNCHRONOUS');
END;
/

/*
Step 4   Create the refresh group.

All materialized views that are added to a particular refresh group are refreshed at the same time. This ensures transactional consistency between the related materialized views in the refresh group.

*/

BEGIN
   DBMS_REFRESH.MAKE (
      name => 'mviewadmin.hr_refg',
      list => '', 
      next_date => SYSDATE, 
      interval => 'SYSDATE + 1/24',
      implicit_destroy => FALSE, 
      rollback_seg => '',
      push_deferred_rpc => TRUE, 
      refresh_after_errors => FALSE);
END;
/

/*
Step 5   Add objects to the materialized view group.

Create the materialized views based on the master tables.

Whenever you create a materialized view, always specify the schema name of the table owner in the query for the materialized view. In the following examples, hr is specified as the owner of the table in each query.

*/

CREATE MATERIALIZED VIEW hr.countries_mv1 
  REFRESH FAST WITH PRIMARY KEY FOR UPDATE 
  AS SELECT * FROM hr.countries@orc1.example.com;

CREATE MATERIALIZED VIEW hr.departments_mv1 
  REFRESH FAST WITH PRIMARY KEY FOR UPDATE 
  AS SELECT * FROM hr.departments@orc1.example.com;

CREATE MATERIALIZED VIEW hr.employees_mv1 
  REFRESH FAST WITH PRIMARY KEY FOR UPDATE 
  AS SELECT * FROM hr.employees@orc1.example.com;

CREATE MATERIALIZED VIEW hr.jobs_mv1 
  REFRESH FAST WITH PRIMARY KEY FOR UPDATE 
  AS SELECT * FROM hr.jobs@orc1.example.com;

CREATE MATERIALIZED VIEW hr.job_history_mv1 
  REFRESH FAST WITH PRIMARY KEY FOR UPDATE 
  AS SELECT * FROM hr.job_history@orc1.example.com;

CREATE MATERIALIZED VIEW hr.locations_mv1 
  REFRESH FAST WITH PRIMARY KEY FOR UPDATE 
  AS SELECT * FROM hr.locations@orc1.example.com;

CREATE MATERIALIZED VIEW hr.regions_mv1 
  REFRESH FAST WITH PRIMARY KEY FOR UPDATE 
  AS SELECT * FROM hr.regions@orc1.example.com;

/*

Add the objects to the materialized view group.

*/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname => 'hr_repg',
      sname => 'hr',
      oname => 'countries_mv1',
      type => 'SNAPSHOT',
      min_communication => TRUE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname => 'hr_repg',
      sname => 'hr',
      oname => 'departments_mv1',
      type => 'SNAPSHOT',
      min_communication => TRUE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname => 'hr_repg',
      sname => 'hr',
      oname => 'employees_mv1',
      type => 'SNAPSHOT',
      min_communication => TRUE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname => 'hr_repg',
      sname => 'hr',
      oname => 'jobs_mv1',
      type => 'SNAPSHOT',
      min_communication => TRUE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname => 'hr_repg',
      sname => 'hr',
      oname => 'job_history_mv1',
      type => 'SNAPSHOT',
      min_communication => TRUE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname => 'hr_repg',
      sname => 'hr',
      oname => 'locations_mv1',
      type => 'SNAPSHOT',
      min_communication => TRUE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname => 'hr_repg',
      sname => 'hr',
      oname => 'regions_mv1',
      type => 'SNAPSHOT',
      min_communication => TRUE);
END;
/

/*
Step 6   Add objects to the refresh group.

All of the materialized view group objects that you add to the refresh group are refreshed at the same time to preserve referential integrity between related materialized views.

*/

BEGIN
   DBMS_REFRESH.ADD (
      name => 'mviewadmin.hr_refg',
      list => 'hr.countries_mv1',
      lax => TRUE);
END;
/

BEGIN
   DBMS_REFRESH.ADD (
      name => 'mviewadmin.hr_refg',
      list => 'hr.departments_mv1',
      lax => TRUE);
END;
/

BEGIN
   DBMS_REFRESH.ADD (
      name => 'mviewadmin.hr_refg',
      list => 'hr.employees_mv1',
      lax => TRUE);
END;
/

BEGIN
   DBMS_REFRESH.ADD (
      name => 'mviewadmin.hr_refg',
      list => 'hr.jobs_mv1',
      lax => TRUE);
END;
/

BEGIN
   DBMS_REFRESH.ADD (
      name => 'mviewadmin.hr_refg',
      list => 'hr.job_history_mv1',
      lax => TRUE);
END;
/

BEGIN
   DBMS_REFRESH.ADD (
      name => 'mviewadmin.hr_refg',
      list => 'hr.locations_mv1',
      lax => TRUE);
END;
/

BEGIN
   DBMS_REFRESH.ADD (
      name => 'mviewadmin.hr_refg',
      list => 'hr.regions_mv1',
      lax => TRUE);
END;
/

/*

Creating the Materialized View Group at mv2.example.com

Complete the following steps to create the hr_repg materialized view group at the mv2.example.com materialized view site. This materialized view group is based on the hr_repg materialized view group at the mv1.example.com materialized view site.

Step 1   Create materialized view logs at the master materialized view site.

If you want one of your master materialized view sites to support another materialized view site, then you must create materialized view logs for each materialized view that is replicated to another materialized view site. Recall from Figure 2-1 that mv1.example.com serves as the target master internalized view site for the mv2.example.com materialized view site. The required materialized view logs must be created at mv1.example.com.

*/

CONNECT hr@mv1.example.com

CREATE MATERIALIZED VIEW LOG ON hr.countries_mv1;
CREATE MATERIALIZED VIEW LOG ON hr.departments_mv1;
CREATE MATERIALIZED VIEW LOG ON hr.employees_mv1;
CREATE MATERIALIZED VIEW LOG ON hr.jobs_mv1;
CREATE MATERIALIZED VIEW LOG ON hr.job_history_mv1;
CREATE MATERIALIZED VIEW LOG ON hr.locations_mv1;
CREATE MATERIALIZED VIEW LOG ON hr.regions_mv1;

/*

See Also:

The CREATE MATERIALIZED VIEW LOG statement in the Oracle Database SQL Language Reference for detailed information about this SQL statement

Step 2   If they do not exist, then create the replicated schema and its database link.

Before building your materialized view group, you must ensure that the replicated schema exists at the remote materialized view site and that the necessary database links have been created.

For this example, if the hr schema does not exist, then create the schema. If the hr schema exists at the materialized view site, then go to the next task in this step.

*/

CONNECT system@mv2.example.com
CREATE TABLESPACE demo_mv2
 DATAFILE 'demo_mv2.dbf' SIZE 10M AUTOEXTEND ON
 EXTENT MANAGEMENT LOCAL AUTOALLOCATE;

CREATE TEMPORARY TABLESPACE temp_mv2
 TEMPFILE 'temp_mv2.dbf' SIZE 5M AUTOEXTEND ON;

ACCEPT password PROMPT 'Enter password for user: ' HIDE

CREATE USER hr IDENTIFIED BY &password;

ALTER USER hr DEFAULT TABLESPACE demo_mv2
              QUOTA UNLIMITED ON demo_mv2;

ALTER USER hr TEMPORARY TABLESPACE temp_mv2;

GRANT 
  CREATE SESSION, 
  CREATE TABLE, 
  CREATE PROCEDURE, 
  CREATE SEQUENCE, 
  CREATE TRIGGER, 
  CREATE VIEW, 
  CREATE SYNONYM, 
  ALTER SESSION,
  CREATE MATERIALIZED VIEW,
  ALTER ANY MATERIALIZED VIEW,
  CREATE DATABASE LINK
 TO hr;

/*

If it does not exist, then create the database link for the replicated schema.

Before building your materialized view group, you must ensure that the necessary database links exist for the replicated schema. The owner of the materialized views needs a database link pointing to the proxy_refresher that was created when the master materialized view site was set up.

*/

CONNECT hr@mv2.example.com

CREATE DATABASE LINK mv1.example.com 
   CONNECT TO proxy_refresher IDENTIFIED BY &password;

/*

See Also:

Step 6 for more information about creating proxy master materialized view site users

Step 3   Create the materialized view group.

The following procedures must be executed by the materialized view administrator at the remote materialized view site.

*/

CONNECT mviewadmin@mv2.example.com

/*

The replication group that you specify in the gname parameter must match the name of the replication group that you are replicating at the target master materialized view site.

*/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPGROUP (
      gname => 'hr_repg',
      master => 'mv1.example.com',
      propagation_mode => 'ASYNCHRONOUS');
END;
/

/*
Step 4   Create the refresh group.

All materialized views that are added to a particular refresh group are refreshed at the same time. This ensures transactional consistency between the related materialized views in the refresh group.

*/

BEGIN
   DBMS_REFRESH.MAKE (
      name => 'mviewadmin.hr_refg',
      list => '', 
      next_date => SYSDATE, 
      interval => 'SYSDATE + 1/24',
      implicit_destroy => FALSE, 
      rollback_seg => '',
      push_deferred_rpc => TRUE, 
      refresh_after_errors => FALSE);
END;
/

/*
Step 5   Add objects to the materialized view group.

Create the materialized views based on the master materialized views.

Whenever you create a materialized view that is based on another materialized view, always specify the schema name of the materialized view owner in the query for the materialized view. In the following examples, hr is specified as the owner of the materialized view in each query.

*/

CREATE MATERIALIZED VIEW hr.countries_mv2 
  REFRESH FAST WITH PRIMARY KEY FOR UPDATE 
  AS SELECT * FROM hr.countries_mv1@mv1.example.com;

CREATE MATERIALIZED VIEW hr.departments_mv2 
  REFRESH FAST WITH PRIMARY KEY FOR UPDATE 
  AS SELECT * FROM hr.departments_mv1@mv1.example.com;

CREATE MATERIALIZED VIEW hr.employees_mv2 
  REFRESH FAST WITH PRIMARY KEY FOR UPDATE 
  AS SELECT * FROM hr.employees_mv1@mv1.example.com;

CREATE MATERIALIZED VIEW hr.jobs_mv2 
  REFRESH FAST WITH PRIMARY KEY FOR UPDATE 
  AS SELECT * FROM hr.jobs_mv1@mv1.example.com;

CREATE MATERIALIZED VIEW hr.job_history_mv2 
  REFRESH FAST WITH PRIMARY KEY FOR UPDATE 
  AS SELECT * FROM hr.job_history_mv1@mv1.example.com;

CREATE MATERIALIZED VIEW hr.locations_mv2 
  REFRESH FAST WITH PRIMARY KEY FOR UPDATE 
  AS SELECT * FROM hr.locations_mv1@mv1.example.com;

CREATE MATERIALIZED VIEW hr.regions_mv2 
  REFRESH FAST WITH PRIMARY KEY FOR UPDATE 
  AS SELECT * FROM hr.regions_mv1@mv1.example.com;

/*

Add the materialized views to the materialized view group.

*/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname => 'hr_repg',
      sname => 'hr',
      oname => 'countries_mv2',
      type => 'SNAPSHOT',
      min_communication => TRUE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname => 'hr_repg',
      sname => 'hr',
      oname => 'departments_mv2',
      type => 'SNAPSHOT',
      min_communication => TRUE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname => 'hr_repg',
      sname => 'hr',
      oname => 'employees_mv2',
      type => 'SNAPSHOT',
      min_communication => TRUE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname => 'hr_repg',
      sname => 'hr',
      oname => 'jobs_mv2',
      type => 'SNAPSHOT',
      min_communication => TRUE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname => 'hr_repg',
      sname => 'hr',
      oname => 'job_history_mv2',
      type => 'SNAPSHOT',
      min_communication => TRUE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname => 'hr_repg',
      sname => 'hr',
      oname => 'locations_mv2',
      type => 'SNAPSHOT',
      min_communication => TRUE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
      gname => 'hr_repg',
      sname => 'hr',
      oname => 'regions_mv2',
      type => 'SNAPSHOT',
      min_communication => TRUE);
END;
/

/*
Step 6   Add objects to the refresh group.

All of the materialized view group objects that you add to the refresh group are refreshed at the same time to preserve referential integrity between related materialized views.

*/

BEGIN
   DBMS_REFRESH.ADD (
      name => 'mviewadmin.hr_refg',
      list => 'hr.countries_mv2',
      lax => TRUE);
END;
/

BEGIN
   DBMS_REFRESH.ADD (
      name => 'mviewadmin.hr_refg',
      list => 'hr.departments_mv2',
      lax => TRUE);
END;
/

BEGIN
   DBMS_REFRESH.ADD (
      name => 'mviewadmin.hr_refg',
      list => 'hr.employees_mv2',
      lax => TRUE);
END;
/

BEGIN
   DBMS_REFRESH.ADD (
      name => 'mviewadmin.hr_refg',
      list => 'hr.jobs_mv2',
      lax => TRUE);
END;
/

BEGIN
   DBMS_REFRESH.ADD (
      name => 'mviewadmin.hr_refg',
      list => 'hr.job_history_mv2',
      lax => TRUE);
END;
/

BEGIN
   DBMS_REFRESH.ADD (
      name => 'mviewadmin.hr_refg',
      list => 'hr.locations_mv2',
      lax => TRUE);
END;
/

BEGIN
   DBMS_REFRESH.ADD (
      name => 'mviewadmin.hr_refg',
      list => 'hr.regions_mv2',
      lax => TRUE);
END;
/

SET ECHO OFF

SPOOL OFF

/************************* END OF SCRIPT **********************************/
PKNDg:o oPKy$A OEBPS/toc.htm Table of Contents

Contents

Title and Copyright Information

Preface

Part I Configuring Your Replication Environment

1 Overview of Advanced Replication

2 Configuring the Replication Sites

3 Creating a Master Group

4 Creating a Deployment Template

5 Creating a Materialized View Group

6 Configuring Conflict Resolution

Part II Managing and Monitoring Your Replication Environment

7 Managing a Master Replication Environment

8 Managing a Materialized View Replication Environment

9 Managing Replication Objects and Queues

10 Monitoring a Replication Environment

Part III Replication Management API Packages Reference

11 Introduction to the Replication Management API Reference

12 DBMS_DEFER

13 DBMS_DEFER_QUERY

14 DBMS_DEFER_SYS

15 DBMS_OFFLINE_OG

16 DBMS_RECTIFIER_DIFF

17 DBMS_REFRESH

18 DBMS_REPCAT

19 DBMS_REPCAT_INSTANTIATE

20 DBMS_REPCAT_ADMIN

21 DBMS_REPCAT_RGT

22 DBMS_REPUTIL

Part IV Replication Data Dictionary Reference

23 Replication Catalog Views

24 Replication Dynamic Performance Views

25 Materialized View and Refresh Group Views

26 Deferred Transaction Views

Part V Appendixes

A Security Options

B User-Defined Conflict Resolution Methods

Index

PKu#ᕳPKy$AOEBPS/rarpart4.htm Replication Data Dictionary Reference

Part IV

Replication Data Dictionary Reference

Part IV describes data dictionary views that provide information about your replication environment.

Part IV contains the following chapters:

PKPKy$AOEBPS/rarpart5.htm+ Appendixes

Part V

Appendixes

Part V contains the following appendixes:

PKLQPKy$AOEBPS/rarpart2.htm\ Managing and Monitoring Your Replication Environment

Part II

Managing and Monitoring Your Replication Environment

Part II contains instructions on using the replication management API to manage your replication environment, as well as instructions on using the data dictionary to monitor your replication environment.

Part II contains the following chapters:

PKna\PKy$AOEBPS/rardefpac.htm[ DBMS_DEFER

12 DBMS_DEFER

DBMS_DEFER is the user interface to a replicated transactional deferred remote procedure call facility. Replicated applications use the calls in this interface to queue procedure calls for later transactional execution at remote nodes.

These procedures are typically called from either after row triggers or application specified update procedures.

This chapter contains this topic:


Summary of DBMS_DEFER Subprograms

Table 12-1 DBMS_DEFER Package Subprograms

SubprogramDescription

"CALL Procedure"


Builds a deferred call to a remote procedure.

"COMMIT_WORK Procedure"


Performs a transaction commit after checking for well-formed deferred remote procedure calls.

"datatype_ARG Procedure"


Provides the data that is to be passed to a deferred remote procedure call.

"TRANSACTION Procedure"


Indicates the start of a new deferred transaction.



CALL Procedure

This procedure builds a deferred call to a remote procedure.

Syntax

DBMS_DEFER.CALL (
   schema_name       IN   VARCHAR2,
   package_name      IN   VARCHAR2,
   proc_name         IN   VARCHAR2,
   arg_count         IN   NATURAL,
   { nodes           IN   node_list_t 
   | group_name      IN   VARCHAR2 :=''});

Note:

This procedure is overloaded. The nodes and group_name parameters are mutually exclusive.

Parameters

Table 12-2 CALL Procedure Parameters

ParameterDescription
schema_name

Name of the schema in which the stored procedure is located.

package_name

Name of the package containing the stored procedure. The stored procedure must be part of a package. Deferred calls to standalone procedures are not supported.

proc_name

Name of the remote procedure to which you want to defer a call.

arg_count

Number of parameters for the procedure. You must have one call to DBMS_DEFER.datatype_ARG for each of these parameters.

Note: You must include all of the parameters for the procedure, even if some parameters have defaults.

nodes

A PL/SQL associative array of fully qualified database names to which you want to propagate the deferred call. The table is indexed starting at position 1 and continuing until a NULL entry is found, or the no_data_found exception is raised. The data in the table is case insensitive. This parameter is optional.

group_name

Reserved for internal use.


Exceptions

Table 12-3 CALL Procedure Exceptions

ExceptionDescription
ORA-23304 (malformedcall)

Previous call was not correctly formed.

ORA-23319

Parameter value is not appropriate.

ORA-23352

Destination list (specified by nodes or by a previous DBMS_DEFER.TRANSACTION call) contains duplicates.



COMMIT_WORK Procedure

This procedure performs a transaction commit after checking for well-formed deferred remote procedure calls.

Syntax

DBMS_DEFER.COMMIT_WORK (
   commit_work_comment IN VARCHAR2);

Parameters

Table 12-4 COMMIT_WORK Procedure Parameters

ParameterDescription
commit_work_comment

Equivalent to the COMMIT COMMENT statement in SQL.


Exceptions

Table 12-5 COMMIT_WORK Procedure Exceptions

ExceptionDescription
ORA-23304 (malformedcall)

Transaction was not correctly formed or terminated.



datatype_ARG Procedure

This procedure provides the data that is to be passed to a deferred remote procedure call. Depending upon the type of the data that you must pass to a procedure, you must call one of the following procedures for each argument to the procedure.

You must specify each parameter in your procedure using the datatype_ARG procedure after you execute DBMS_DEFER.CALL. That is, you cannot use the default parameters for the deferred remote procedure call. For example, suppose you have the following procedure:

CREATE OR REPLACE PACKAGE my_pack AS
   PROCEDURE my_proc(a VARCHAR2, b VARCHAR2 DEFAULT 'SALES');
END;
/

When you run the DBMS_DEFER.CALL procedure, you must include a separate procedure call for each parameter in the my_proc procedure:

CREATE OR REPLACE PROCEDURE load_def_tx IS
   node DBMS_DEFER.NODE_LIST_T;
BEGIN  
   node(1) := 'MYCOMPUTER.EXAMPLE.COM';
   node(2) := NULL;
   DBMS_DEFER.TRANSACTION(node);
   DBMS_DEFER.CALL('PR', 'MY_PACK', 'MY_PROC', 2);
   DBMS_DEFER.VARCHAR2_ARG('TEST');
   DBMS_DEFER.VARCHAR2_ARG('SALES'); -- required, cannot omit to use default
END;
/

Note:


Syntax

DBMS_DEFER.ANYDATA_ARG      (arg  IN ANYDATA);
DBMS_DEFER.NUMBER_ARG       (arg  IN NUMBER);
DBMS_DEFER.DATE_ARG         (arg  IN DATE);
DBMS_DEFER.VARCHAR2_ARG     (arg  IN VARCHAR2);
DBMS_DEFER.CHAR_ARG         (arg  IN CHAR);
DBMS_DEFER.ROWID_ARG        (arg  IN ROWID);
DBMS_DEFER.RAW_ARG          (arg  IN RAW);
DBMS_DEFER.BLOB_ARG         (arg  IN BLOB);
DBMS_DEFER.CLOB_ARG         (arg  IN CLOB);
DBMS_DEFER.NCLOB_ARG        (arg  IN NCLOB);
DBMS_DEFER.NCHAR_ARG        (arg  IN NCHAR);
DBMS_DEFER.NVARCHAR2_ARG    (arg  IN NVARCHAR2);
DBMS_DEFER.ANY_CLOB_ARG     (arg  IN CLOB);
DBMS_DEFER.ANY_VARCHAR2_ARG (arg  IN VARCHAR2);
DBMS_DEFER.ANY_CHAR_ARG     (arg  IN CHAR);
DBMS_DEFER.IDS_ARG          (arg  IN DSINTERVAL_UNCONSTRAINED);
DBMS_DEFER.IYM_ARG          (arg  IN YMINTERVAL_UNCONSTRAINED);
DBMS_DEFER.TIMESTAMP_ARG    (arg  IN TIMESTAMP_UNCONSTRAINED);
DBMS_DEFER.TSLTZ_ARG        (arg  IN TIMESTAMP_LTZ_UNCONSTRAINED);
DBMS_DEFER.TSTZ_ARG         (arg  IN TIMESTAMP_TZ_UNCONSTRAINED);

Parameters

Table 12-6 datatype_ARG Procedure Parameters

ParameterDescription
arg

Value of the parameter that you want to pass to the remote procedure to which you previously deferred a call.


Exceptions

Table 12-7 datatype_ARG Procedure Exceptions

ExceptionDescription
ORA-23323

Argument value is too long.



TRANSACTION Procedure

This procedure indicates the start of a new deferred transaction. If you omit this call, then Oracle considers your first call to DBMS_DEFER.CALL to be the start of a new transaction.

Syntax

DBMS_DEFER.TRANSACTION (
   nodes  IN   node_list_t);

Note:

This procedure is overloaded. The behavior of the version without an input parameter is similar to that of the version with an input parameter, except that the former uses the nodes in the DEFDEFAULTDEST view instead of using the nodes in the nodes parameter.

Parameters

Table 12-8 TRANSACTION Procedure Parameters

ParameterDescription
nodes

A PL/SQL associative array of fully qualified database names to which you want to propagate the deferred calls of the transaction. The table is indexed starting at position 1 and continuing until a NULL entry is found, or the no_data_found exception is raised. The data in the table is case insensitive.


Exceptions

Table 12-9 TRANSACTION Procedure Exceptions

ExceptionDescription
ORA-23304 (malformedcall)

Previous transaction was not correctly formed or terminated.

ORA-23319

Parameter value is not appropriate.

ORA-23352

Raised by DBMS_DEFER.CALL if the node list contains duplicates.


PKL-Z[[PKy$AOEBPS/rarpart3.htmw Replication Management API Packages Reference

Part III

Replication Management API Packages Reference

Part III includes reference information about the replication management API, including:

  • The procedures and functions in each package

  • The parameters for each packaged procedure or function

  • Exceptions that each procedure or function can raise


Note:

Some PL/SQL procedures and functions described in the chapters in this part are overloaded. That is, two or more procedures or functions have the same name in a single package, but their formal parameters differ in number, order, or data type family. When a procedure or function is overloaded, it is noted in the description. See the Oracle Database PL/SQL Language Reference for more information about overloading and for more information about PL/SQL in general.

This part contains the following chapters:

PKIPKy$AOEBPS/rardeftranviews.htm Deferred Transaction Views

26 Deferred Transaction Views

Oracle provides several views for you to use when administering deferred transactions. These views provide information about each deferred transaction, such as the transaction destinations, the deferred calls that comprise the transactions, and any errors encountered during attempted execution of the transaction.

This chapter contains these topics:


Caution:

You should not modify the tables directly. Instead, use the procedures provided in the DBMS_DEFER and DBMS_DEFER_SYS packages.


DEFCALL

Records all deferred remote procedure calls.

For calls placed in the queue using asynchronous replication, Oracle uses null compression for column objects and object tables that contain three or more consecutive nulls. Therefore, this view might show fewer attributes than the total number of attributes in a column object and fewer columns than the total number for an object table. For example, null compression can cause a column object with eight attributes to show only five attributes.

Null compression does not apply to error transactions.

ColumnData TypeNULLDescription
CALLNONUMBER-The unique ID of a call within a transaction.
DEFERRED_TRAN_IDVARCHAR2(30)-The unique ID of the associated transaction.
SCHEMANAMEVARCHAR2(30)-The schema name of the deferred call.
PACKAGENAMEVARCHAR2(30)-The package name of the deferred call. For a replicated table, this can refer to the table name.
PROCNAMEVARCHAR2(30)-The procedure name of the deferred call. For a replicated table, this can refer to an operation name.
ARGCOUNTNUMBER-The number of arguments in the deferred call.


DEFCALLDEST

Lists the destinations for each deferred remote procedure call.

ColumnData TypeNULLDescription
CALLNONUMBERNOT NULLUnique ID of a call within a transaction.
DEFERRED_TRAN_IDVARCHAR2(30)NOT NULLCorresponds to the DEFERRED_TRAN_ID column in the DEFTRAN view. Each deferred transaction is made up of one or more deferred calls.
DBLINKVARCHAR2(128)NOT NULLThe fully qualified database name of the destination database.


DEFDEFAULTDEST

If you are not using Advanced Replication and do not supply a destination for a deferred transaction or the calls within that transaction, then Oracle uses the DEFDEFAULTDEST view to determine the destination databases to which you want to defer a remote procedure call.

ColumnData TypeNULLDescription
DBLINKVARCHAR2(128)NOT NULLThe fully qualified database name to which a transaction is replicated.


DEFERRCOUNT

Contains information about the error transactions for a destination.

ColumnData TypeNULLDescription
ERRCOUNTNUMBER-Number of existing transactions that caused an error for the destination.
DESTINATIONVARCHAR2(128)-Database link used to address destination.


DEFERROR

Contains the ID of each transaction that could not be applied. You can use this ID to locate the queued calls associated with this transaction. These calls are stored in the DEFCALL view. You can use the procedures in the DBMS_DEFER_QUERY package to determine the arguments to the procedures listed in the DEFCALL view.

ColumnData TypeNULLDescription
DEFERRED_TRAN_IDVARCHAR2(22)NOT NULLThe ID of the transaction causing the error.
ORIGIN_TRAN_DBVARCHAR2(128)-The database originating the deferred transaction.
ORIGIN_TRAN_IDVARCHAR2(22)-The original ID of the transaction.
CALLNONUMBER-Unique ID of the call at DEFERRED_TRAN_ID.
DESTINATIONVARCHAR2(128)-Database link used to address destination.
START_TIMEDATE-Time when the original transaction was enqueued.
ERROR_NUMBERNUMBER-Oracle error number.
ERROR_MSGVARCHAR2(2000)-Error message text.
RECEIVERVARCHAR2(30)-Original receiver of the deferred transaction.


DEFLOB

Contains the LOB parameters to deferred remote procedure calls (RPCs).

ColumnData TypeNULLDescription
IDRAW(16)NOT NULLIdentifier of the LOB parameter.
DEFERRED_TRAN_IDVARCHAR2(22)-Transaction ID for deferred remote procedure calls (RPCs) with this LOB parameter.
BLOB_COLBLOB(4000)-The binary LOB parameter.
CLOB_COLCLOB(4000)-The character LOB parameter.
NCLOB_COLNCLOB(4000)-The national character LOB parameter.


DEFPROPAGATOR

Contains information about the local propagator.

ColumnData TypeNULLDescription
USERNAMEVARCHAR2(30)NOT NULLUser name of the propagator.
USERIDNUMBERNOT NULLUser ID of the propagator.
STATUSVARCHAR2(7)-Status of the propagator.
CREATEDDATENOT NULLTime when the propagator was registered.


DEFSCHEDULE

Contains information about when a job is next scheduled to be executed and also includes propagation statistics. The propagation statistics are for propagation of deferred transactions from the current site to the site specified in the DBLINK column.

To clear the propagation statistics for a remote site and start fresh, use the CLEAR_PROP_STATISTICS procedure in the DBMS_DEFER_SYS package.


Note:

The statistics in this view are populated only if parallel propagation is used with a database link. To use parallel propagation, set the parallelism parameter to 1 or greater when you run the SCHEDULE_PUSH procedure in the DBMS_DEFER_SYS package.

ColumnData TypeNULLDescription
DBLINKVARCHAR2(128)NOT NULLFully qualified path name to the master site for which you have scheduled periodic execution of deferred remote procedure calls.
JOBNUMBER-Number assigned to job when you created it by calling DBMS_DEFER_SYS.SCHEDULE_PUSH. Query the WHAT column of the USER_JOBS view to determine what is executed when the job is run.
INTERVALVARCHAR2(200)-Function used to calculate the next time to push the deferred transaction queue to destination.
NEXT_DATEDATE-Next date that job is scheduled to be executed.
LAST_DATEDATE-Last time the queue was pushed (or attempted to push) remote procedure calls to this destination.
DISABLEDCHAR(1)-If Y then propagation to destination is disabled.

If N then propagation to the destination is enabled.

LAST_TXN_COUNTNUMBER-Number of transactions pushed during last attempt.
LAST_ERROR_NUMBERNUMBER-Oracle error number from last push.
LAST_ERROR_MESSAGEVARCHAR2(2000)-Error message from last push.
CATCHUPRAW(16)NOT NULLThe extension identi2fier associated with a new master site that is being added to a master group without quiescing the master group. If there is no extension identifier for a master site, then the value is 00.
TOTAL_TXN_COUNTNUMBER-Total combined number of successful transactions and error transactions.
AVG_THROUGHPUTNUMBER-The average number of transactions for each second that are propagated using parallel propagation. The transactions include both successfully applied transactions and error transactions created on the remote site. Time that has elapsed when the propagation coordinator is inactive (sleeping) is included in the calculation.
AVG_LATENCYNUMBER-If the transaction is successfully applied at the remote site, then the average number of seconds between the first call of a transaction on the current site and the confirmation that the transaction was applied at the remote site. The first call begins when the user makes the first data manipulation language (DML) change, not when the transaction is committed.

If the transaction is an error transaction, then the average number of seconds between the first call of a transaction on the current site and the confirmation that the error transaction is committed on the remote site.

TOTAL_BYTES_SENTNUMBER-Total number of bytes sent, including replicated data and metadata.
TOTAL_BYTES_RECEIVEDNUMBER-Total number of bytes received in propagation confirmation messages.
TOTAL_ROUND_TRIPSNUMBER-Total number of network round trips completed to replicate data. A round trip is one or more consecutively sent messages followed by one or more consecutively received messages. So, if site A sends 20 messages to site B and then site B sends one message to site A, then that is that one round trip.
TOTAL_ADMIN_COUNTNUMBER-Total number of administrative requests sent to maintain information about transactions applied at the receiving site. The receiving site is the site specified in the DBLINK column. This special administration is only required for parallel propagation.
TOTAL_ERROR_COUNTNUMBER-Total number of unresolved conflicts for which a remote error was created.
TOTAL_SLEEP_TIMENUMBER-Total number of seconds the propagation coordinator was inactive (sleeping). You control the amount of time that the propagation coordinator sleeps using the delay_seconds parameter in the DBMS_DEFER_SYS.PUSH function.
DISABLED_INTERNALLY_SETVARCHAR2(1)-This value is relevant only if DISABLED is Y.

If DISABLED_INTERNALLY_SET is Y then propagation to destination was set to disabled internally by Oracle for propagation synchronization when adding a new master site to a master group without quiescing the master group. Oracle will enable propagation automatically at a later time.

If DISABLED_INTERNALLY_SET is N then propagation was not disabled internally.



DEFTRAN

Records all deferred transactions in the deferred transactions queue at the current site.

ColumnData TypeNULLDescription
DEFERRED_TRAN_IDVARCHAR2(30)-The transaction ID that enqueued the calls.
DELIVERY_ORDERNUMBER-An identifier that determines the order of deferred transactions in the queue. The identifier is derived from the system change number (SCN) of the originating transaction.
DESTINATION_LISTVARCHAR2(1)-R indicates that the destinations are determined by the ALL_REPSITES view.

D indicates that the destinations were determined by the DEFDEFAULTDEST view or the NODE_LIST argument to the TRANSACTION or CALL procedures.

START_TIMEDATE-The time that the original transaction was enqueued.


DEFTRANDEST

Lists the destinations for each deferred transaction in the deferred transactions queue at the current site.

ColumnData TypeNULLDescription
DEFERRED_TRAN_IDVARCHAR2(30)NOT NULLThe transaction ID of the transaction to replicate to the given database link.
DELIVERY_ORDERNUMBER-An identifier that determines the order of deferred transactions in the queue. The identifier is derived from the system change number (SCN) of the originating transaction.
DBLINKVARCHAR2(128)NOT NULLThe fully qualified database name of the destination database.

PK#PKy$AOEBPS/rardt.htm Creating a Deployment Template

4 Creating a Deployment Template

This chapter illustrates how to build a deployment template using the replication management API.

This chapter contains these topics:

Before you build materialized view environments, you must set up your master site, create a master group, and set up your intended materialized view sites. Also, if conflicts are possible at the master site due to activity at the materialized view sites you are creating, then configure conflict resolution for the master tables of the materialized views before you create the materialized view group.

Oracle Deployment Templates Concepts

Oracle offers deployment templates to allow the database administrator to package a materialized view environment for easy, custom, and secure distribution and installation. A deployment template can be simple (for example, it can contain a single materialized view with a fixed data set), or complex (for example, it can contain hundreds of materialized views with a dynamic data set based on one or more variables). The goal is to define the environment once and deploy the deployment template as often as necessary. Oracle deployment templates feature:

  • Central control

  • Repeated deployment of a materialized view environment

  • Data subsetting at remote sites using template parameters

  • Authorized user list to control template instantiation and data access

To prepare a materialized view environment for deployment, the DBA creates a deployment template at the master site. This template stores all of the information needed to deploy a materialized view environment, including the DDL to create the objects at the remote site and the target refresh group. This template also maintains links to user security information and template parameters for custom materialized view creation.

You cannot use deployment templates to instantiate the following types of objects:

  • User-defined types

  • User-defined type bodies

  • User-defined operators

  • Indextypes

Nor can you use deployment templates to instantiate any objects based on these types of objects.


See Also:

Oracle Database Advanced Replication for more conceptual information about deployment templates

Before Creating the Deployment Template

If you want one of your master sites to support a materialized views that can be fast refreshed, then you must create materialized view logs for each master table that is replicated to a materialized view.

The example in this chapter uses the hr sample schema. Enter the following to create materialized view logs for the tables in the hr schema:

CONNECT hr@orc3.example.com
Enter password: password

CREATE MATERIALIZED VIEW LOG ON hr.countries;
CREATE MATERIALIZED VIEW LOG ON hr.departments;
CREATE MATERIALIZED VIEW LOG ON hr.employees;
CREATE MATERIALIZED VIEW LOG ON hr.jobs;
CREATE MATERIALIZED VIEW LOG ON hr.job_history;
CREATE MATERIALIZED VIEW LOG ON hr.locations;
CREATE MATERIALIZED VIEW LOG ON hr.regions;

See Also:

The CREATE MATERIALIZED VIEW LOG statement in the Oracle Database SQL Language Reference for detailed information about this SQL statement

Creating a Deployment Template

This section contains a complete script example of how to construct a deployment template using the replication management API.


See Also:

Oracle Database Advanced Replication for conceptual and architectural information about deployment templates

Figure 4-1 Creating a Deployment Template

Description of Figure 4-1 follows
Description of "Figure 4-1 Creating a Deployment Template"

Be sure to read the comments contained within the scripts, as they contain important and useful information about building templates with the replication management API.


Note:

  • You must use the Advanced Replication interface in Oracle Enterprise Manager to create materialized views with a subset of the columns in their master tables. See Oracle Database Advanced Replication and the Advanced Replication interface online Help for more information about column subsetting.

  • If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.


/************************* BEGINNING OF SCRIPT ******************************

This script creates a private deployment template that contains four template objects, two template parameters, a set of user parameter values, and an authorized user. Complete the following steps to build a template:

Step 1   Create the deployment template.

Before assembling the components of your deployment template, use the CREATE_RERESH_TEMPLATE procedure to define the name of your deployment template, along with several other template characteristics (Public/Private status, target refresh group, and owner).

*/

SET ECHO ON

SPOOL create_dt.out

CONNECT repadmin@orc3.example.com

DECLARE
   a NUMBER;
BEGIN
   a := DBMS_REPCAT_RGT.CREATE_REFRESH_TEMPLATE (
           owner => 'hr',
           refresh_group_name => 'hr_refg',
           refresh_template_name => 'hr_refg_dt',
           template_comment => 'Human Resources Deployment Template',
           public_template => 'N');
END;
/

/*
Step 2   Add objects to template.

Create countries_mv materialized view.

*/

DECLARE
   tempstring VARCHAR2(3000);
   a NUMBER;
BEGIN
   tempstring := 'CREATE MATERIALIZED VIEW hr.countries_mv 
      REFRESH FAST WITH PRIMARY KEY FOR UPDATE AS SELECT 
      country_id, country_name, region_id 
      FROM hr.countries@:dblink';
   a := DBMS_REPCAT_RGT.CREATE_TEMPLATE_OBJECT (
           refresh_template_name => 'hr_refg_dt',
           object_name => 'countries_mv',
           object_type => 'MATERIALIZED VIEW',
           ddl_text => tempstring,
           master_rollback_seg => 'rbs');
END;
/

/*

Whenever you create a materialized view, always specify the schema name of the table owner in the query for the materialized view. In the example previously, hr is specified as the owner of the countries table.

Create departments_mv materialized view.

*/

DECLARE
   tempstring VARCHAR2(3000);
   a NUMBER;
BEGIN
   tempstring := 'CREATE MATERIALIZED VIEW hr.departments_mv 
      REFRESH FAST WITH PRIMARY KEY FOR UPDATE AS SELECT 
      department_id, department_name, manager_id, location_id
      FROM hr.departments@:dblink';
   a := DBMS_REPCAT_RGT.CREATE_TEMPLATE_OBJECT (
           refresh_template_name => 'hr_refg_dt',
           object_name => 'departments_mv',
           object_type => 'MATERIALIZED VIEW',
           ddl_text => tempstring,
           master_rollback_seg => 'rbs');
END;
/

/*

Create employees_mv materialized view.

*/

DECLARE
   tempstring VARCHAR2(3000);
   a NUMBER;
BEGIN
   tempstring := 'CREATE MATERIALIZED VIEW hr.employees_mv 
      REFRESH FAST WITH PRIMARY KEY FOR UPDATE AS SELECT 
      employee_id, first_name, last_name, email, phone_number, 
      hire_date, job_id, salary, commission_pct, manager_id, 
      department_id
      FROM hr.employees@:dblink WHERE department_id = :dept';
   a := DBMS_REPCAT_RGT.CREATE_TEMPLATE_OBJECT (
           refresh_template_name => 'hr_refg_dt',
           object_name => 'employees_mv',
           object_type => 'MATERIALIZED VIEW',
           ddl_text => tempstring,
           master_rollback_seg => 'rbs');
END;
/

/*

Create jobs_mv materialized view.

*/

DECLARE
   tempstring VARCHAR2(3000);
   a NUMBER;
BEGIN
   tempstring := 'CREATE MATERIALIZED VIEW hr.jobs_mv 
      REFRESH FAST WITH PRIMARY KEY FOR UPDATE AS SELECT 
      job_id, job_title, min_salary, max_salary 
      FROM hr.jobs@:dblink';
   a := DBMS_REPCAT_RGT.CREATE_TEMPLATE_OBJECT (
           refresh_template_name => 'hr_refg_dt',
           object_name => 'jobs_mv',
           object_type => 'MATERIALIZED VIEW',
           ddl_text => tempstring,
           master_rollback_seg => 'rbs');
END;
/

/*

Create job_history_mv materialized view.

*/

DECLARE
   tempstring VARCHAR2(3000);
   a NUMBER;
BEGIN
   tempstring := 'CREATE MATERIALIZED VIEW hr.job_history_mv 
      REFRESH FAST WITH PRIMARY KEY FOR UPDATE AS SELECT 
      employee_id, start_date, end_date, job_id, department_id 
      FROM hr.job_history@:dblink';
   a := DBMS_REPCAT_RGT.CREATE_TEMPLATE_OBJECT (
           refresh_template_name => 'hr_refg_dt',
           object_name => 'job_history_mv',
           object_type => 'MATERIALIZED VIEW',
           ddl_text => tempstring,
           master_rollback_seg => 'rbs');
 END;
/

/*

Create locations_mv materialized view.

*/

DECLARE
   tempstring VARCHAR2(3000);
   a NUMBER;
BEGIN
   tempstring := 'CREATE MATERIALIZED VIEW hr.locations_mv 
      REFRESH FAST WITH PRIMARY KEY FOR UPDATE AS SELECT 
      location_id, street_address, postal_code, city, 
      state_province, country_id 
      FROM hr.locations@:dblink';
   a := DBMS_REPCAT_RGT.CREATE_TEMPLATE_OBJECT (
           refresh_template_name => 'hr_refg_dt',
           object_name => 'locations_mv',
           object_type => 'MATERIALIZED VIEW',
           ddl_text => tempstring,
           master_rollback_seg => 'rbs');
END;
/

/*

Create regions_mv materialized view.

*/

DECLARE
   tempstring VARCHAR2(3000);
   a NUMBER;
BEGIN
   tempstring := 'CREATE MATERIALIZED VIEW hr.regions_mv 
      REFRESH FAST WITH PRIMARY KEY FOR UPDATE AS SELECT 
      region_id, region_name 
      FROM hr.regions@:dblink';
   a := DBMS_REPCAT_RGT.CREATE_TEMPLATE_OBJECT (
           refresh_template_name => 'hr_refg_dt',
           object_name => 'regions_mv',
           object_type => 'MATERIALIZED VIEW',
           ddl_text => tempstring,
           master_rollback_seg => 'rbs');
END;
/

/*
Step 3   Define parameter defaults.

Rather than using the CREATE_* functions and procedures as in the other steps, use the ALTER_TEMPLATE_PARM procedure to define a template parameter value and prompt string. You use the ALTER_* procedure because the actual parameter was created in Step 1. Recall that you defined the :dblink and :dept template parameters in the ddl_text parameter. Oracle detects these parameters in the DDL and automatically creates the template parameter. Use the ALTER_TEMPLATE_PARM procedure to define the remainder of the template parameter information (that is, default parameter value and prompt string).

Complete the following tasks to define parameter defaults.

Define the default value for the dept parameter.

*/

BEGIN 
   DBMS_REPCAT_RGT.ALTER_TEMPLATE_PARM ( 
      refresh_template_name => 'hr_refg_dt', 
      parameter_name => 'dept', 
      new_default_parm_value => '30', 
      new_prompt_string => 'Enter your department number:', 
      new_user_override => 'Y'); 
END; 
/ 

/*

Define the default value for the dblink parameter.

*/

BEGIN 
   DBMS_REPCAT_RGT.ALTER_TEMPLATE_PARM ( 
      refresh_template_name => 'hr_refg_dt', 
      parameter_name => 'dblink', 
      new_default_parm_value => 'orc3.example.com', 
      new_prompt_string => 'Enter your master site:', 
      new_user_override => 'Y'); 
END; 
/  

/*
Step 4   Define user parameter values.

To automate the instantiation of custom data sets at individual remote materialized view sites, you can define user parameter values that will be used automatically when the specified user instantiates the target template. The CREATE_USER_PARM_VALUE procedure enables you to assign a value to a parameter for a user.

Complete the following tasks to define user parameter values.

Define dept user parameter value for user hr.

*/

DECLARE
   a NUMBER;
BEGIN
   a := DBMS_REPCAT_RGT.CREATE_USER_PARM_VALUE (
           refresh_template_name => 'hr_refg_dt',
           parameter_name => 'dept',
           user_name => 'hr',
           parm_value => '20');
END;
/

/*

Define dblink user parameter value for user hr.

*/

DECLARE
   a NUMBER;
BEGIN
   a := DBMS_REPCAT_RGT.CREATE_USER_PARM_VALUE (
           refresh_template_name => 'hr_refg_dt',
           parameter_name => 'dblink',
           user_name => 'hr',
           parm_value => 'orc3.example.com');
END;
/

/*
Step 5   Authorize users for private template.

Because this is a private template (public_template => 'N' in the DBMS_REPCAT_RGT.CREATE_REFRESH_TEMPLATE function defined in Step 1), you must authorize users to instantiate the dt_personnel deployment template. Use the CREATE_USER_AUTHORIZATION function in the DBMS_REPCAT_RGT package to create authorized users.

*/

DECLARE
   a NUMBER;
BEGIN
   a := DBMS_REPCAT_RGT.CREATE_USER_AUTHORIZATION (
           user_name => 'hr',
           refresh_template_name => 'hr_refg_dt');
END;
/

COMMIT;

SET ECHO OFF

SPOOL OFF

/************************* END OF SCRIPT **********************************/

Packaging a Deployment Template for Instantiation

After building your deployment template, you must package the template for instantiation. This example illustrates how to use both the online and offline instantiation procedures. Notice that the instantiation procedures are very similar: you simply use either the INSTANTIATE_ONLINE function or INSTANTIATE_OFFLINE function according to your needs. This section describes two tasks: create the instantiation script and save the instantiation script to a file.

Figure 4-2 Packaging and Instantiating a Deployment Template

Description of Figure 4-2 follows
Description of "Figure 4-2 Packaging and Instantiating a Deployment Template"

Packaging a Deployment Template

When you execute either the INSTANTIATE_OFFLINE or the INSTANTIATE_ONLINE function, Oracle populates the USER_REPCAT_TEMP_OUTPUT data dictionary view with the script to create the remote materialized view environment. Both online and offline scripts contain the SQL statements to create the objects specified in the deployment template. The difference is that an offline instantiation script also contains the data to populate the objects. The online instantiation script does not contain the data. Rather, during online instantiation, the materialized view site connects to the master site to download the data.

Complete the steps in either the "Packaging a Deployment Template for Offline Instantiation" or "Packaging a Deployment Template for Online Instantiation" according to your needs.


Note:

If you must execute either the INSTANTIATE_OFFLINE or the INSTANTIATE_ONLINE function more than once for a particular materialized view site, then run the DROP_SITE_INSTANTIATION procedure in the DBMS_REPCAT_RGT package before you attempt to repackage a template for the site. Otherwise, Oracle returns an error stating that there is a duplicate template site.

Packaging a Deployment Template for Offline Instantiation

The INSTANTIATE_OFFLINE function creates a script that creates the materialized view environment according to the contents of a specified deployment template. In addition to containing the DDL (CREATE statements) to create the materialized view environment, this script also contains the DML (INSERT statements) to populate the materialized view environment with the appropriate data set.


Note:

If you are packaging your template at the same master site that contains the target master objects for your deployment template, then you must create a loopback database link.

--Use the INSTANTIATE_OFFLINE function to package the 
--template for offline instantiation by a remote materialized view 
--site. Executing this procedure both creates a script that 
--creates that materialized view environment and populates the
--environment with the proper data set. This script is stored
--in the temporary USER_REPCAT_TEMP_OUTPUT view.

CONNECT repadmin@orc3.example.com
Enter password: password

SET SERVEROUTPUT ON
DECLARE
   dt_num NUMBER;
BEGIN
   dt_num := DBMS_REPCAT_RGT.INSTANTIATE_OFFLINE(
               refresh_template_name => 'hr_refg_dt',
               user_name => 'hr',
               site_name => 'mv4.example.com',
               next_date => SYSDATE,
               interval => 'SYSDATE + (1/144)');
   DBMS_OUTPUT.PUT_LINE('Template ID = ' || dt_num);
END;
/
COMMIT;
/

Make a note of the number that is returned for the dt_num variable. You must use this number when you select from the USER_REPCAT_TEMP_OUTPUT data dictionary view to retrieve the generated script. Ensure that you complete the steps in "Saving an Instantiation Script to File" after you complete this section. This script is unique to an individual materialized view site and cannot be used for other materialized view sites.

Packaging a Deployment Template for Online Instantiation

The INSTANTIATE_ONLINE function creates a script that creates the materialized view environment according to the contents of a specified deployment template. When this script is executed at the remote materialized view site, Oracle creates the materialized view site according to the DDL (CREATE statements) in the script and populates the environment with the appropriate data set from the master site. This requires that the remote materialized view site has a "live" connection to the master site.


See Also:

Oracle Database Advanced Replication for additional materialized view site requirements

--Use the INSTANTIATE_ONLINE function to "package" the 
--template for online instantiation by a remote materialized view 
--site. Executing this procedure creates a script which can
--then be used to create a materialized view environment. This script 
--is stored in the temporary USER_REPCAT_TEMP_OUTPUT view.

CONNECT repadmin@orc3.example.com
Enter password: password

SET SERVEROUTPUT ON
DECLARE
   dt_num NUMBER;
BEGIN
   dt_num := DBMS_REPCAT_RGT.INSTANTIATE_ONLINE(
               refresh_template_name => 'hr_refg_dt',
               user_name => 'hr',
               site_name => 'mv4.example.com',
               next_date => SYSDATE,
               interval => 'SYSDATE + (1/144)');
   DBMS_OUTPUT.PUT_LINE('Template ID = ' || dt_num);
END;
/
COMMIT;
/

Make a note of the number that is returned for the dt_num variable. You must use this number when you select from the USER_REPCAT_TEMP_OUTPUT data dictionary view to retrieve the generated script. Ensure that you complete the steps in "Saving an Instantiation Script to File" after you complete this task.

Saving an Instantiation Script to File

The best way to save the contents of the USER_REPCAT_TEMP_OUTPUT data dictionary view is to use the UTL_FILE package to save the contents of the TEXT column in the USER_REPCAT_TEMP_OUTPUT view to a file.

These contents are saved to a directory that corresponds to a directory object. To create a directory object, the CREATE ANY DIRECTORY privilege is required. If the replication administrator does not have this privilege, then connect as an administrative user who can grant privileges. For example:

GRANT CREATE ANY DIRECTORY TO repadmin;

Note:

The following action must be performed immediately after you have called either the INSTANTIATE_OFFLINE or INSTANTIATE_ONLINE functions, because the contents of the USER_REPCAT_TEMP_OUTPUT data dictionary view are temporary. If you have not completed the steps in "Packaging a Deployment Template", then do so now and then complete the following action.


See Also:

Oracle Database PL/SQL Packages and Types Reference for more information about the UTL_FILE package

Enter the following to save the deployment template script to a file.

DECLARE 
  fh UTL_FILE.FILE_TYPE; 
  CURSOR ddlcursor(myid NUMBER) IS 
  SELECT TEXT FROM USER_REPCAT_TEMP_OUTPUT WHERE OUTPUT_ID = myid ORDER BY LINE; 
BEGIN 
  fh := UTL_FILE.FOPEN ('file_location', 'file_name', 'w'); 
  UTL_FILE.PUT_LINE (fh, 'SET ECHO OFF;'); 
  FOR myrec IN ddlcursor(template_id) LOOP
    UTL_FILE.PUT_LINE(fh, myrec.text); 
  END LOOP; 
  UTL_FILE.PUT_LINE (fh, 'SET ECHO ON;'); 
  UTL_FILE.FFLUSH(fh); 
  UTL_FILE.FCLOSE(fh); 
END; 
/ 

Notice that file_location, file_name, and template_id are placeholders. Substitute the correct values for your environment:

  • Replace the file_location placeholder with the name of a directory object that represents the directory where you want to save the template script.

  • Replace the file_name placeholder with name you want to use for the template script.

  • Replace the template_id placeholder with the number returned by the INSTANTIATE_OFFLINE or INSTANTIATE_ONLINE function when you packaged the template previously.

For example, suppose you have the following values:

PlaceholderValue
file_location/home/gen_files/
file_namesf.sql
template_id18

Given these values, connect to the master site as the replication administrator and run the following procedure to save the template script to a file:

CONNECT repadmin@orc3.example.com
Enter password: password

CREATE DIRECTORY GFILES AS '/home/gen_files';

DECLARE 
  fh UTL_FILE.FILE_TYPE; 
  CURSOR ddlcursor(myid NUMBER) IS 
  SELECT TEXT FROM USER_REPCAT_TEMP_OUTPUT WHERE OUTPUT_ID = myid 
  ORDER BY LINE; 
BEGIN 
  fh := UTL_FILE.FOPEN ('GFILES', 'sf.sql', 'w'); 
  UTL_FILE.PUT_LINE (fh, 'SET ECHO OFF;'); 
  FOR myrec IN ddlcursor(18) LOOP
    UTL_FILE.PUT_LINE(fh, myrec.text); 
  END LOOP; 
  UTL_FILE.PUT_LINE (fh, 'SET ECHO ON;'); 
  UTL_FILE.FFLUSH(fh); 
  UTL_FILE.FCLOSE(fh); 
END; 
/ 

Distributing Instantiation Files

After creating the instantiation script and saving it to a file, you must distribute this file to the remote materialized view sites that must instantiate the template. You can distribute this file by posting the file on an FTP site or saving the file to a CD-ROM, floppy disk, or other distribution medium. You can also transfer the file using the DBMS_FILE_TRANSFER package.

Instantiating a Deployment Template

After the instantiation script has been distributed to the remote materialized view sites, you are ready to instantiate the deployment template at the remote materialized view site. Ensure that you have set up the materialized view site before you instantiate the deployment template. The following script demonstrates how to complete the instantiation process at a remote materialized view site.


See Also:



Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************* BEGINNING OF SCRIPT ******************************
Step 1   If it does not exist, then create the schema at materialized view site.

Before executing the instantiation script at the remote materialized view site, you must create the schema that contains the replicated objects.

The following illustrates creating the hr schema. This schema might exist in your database. In this case, the schema might need additional privileges, such as CREATE MATERIALIZED VIEW, ALTER ANY MATERIALIZED VIEW, and CREATE DATABASE LINK.

*/

SET ECHO ON

SPOOL instant_mv.out

CONNECT system@mv4.example.com

CREATE TABLESPACE demo_mv
 DATAFILE 'demo_mv.dbf' SIZE 10M AUTOEXTEND ON
 EXTENT MANAGEMENT LOCAL AUTOALLOCATE;

CREATE TEMPORARY TABLESPACE temp_mv
 TEMPFILE 'temp_mv.dbf' SIZE 5M AUTOEXTEND ON;
ACCEPT password PROMPT 'Enter password for user: ' HIDE

CREATE USER hr IDENTIFIED BY &password;

ALTER USER hr DEFAULT TABLESPACE demo_mv
              QUOTA UNLIMITED ON demo_mv;

ALTER USER hr TEMPORARY TABLESPACE temp_mv;

GRANT 
  CREATE SESSION, 
  CREATE TABLE, 
  CREATE PROCEDURE, 
  CREATE SEQUENCE, 
  CREATE TRIGGER, 
  CREATE VIEW, 
  CREATE SYNONYM, 
  ALTER SESSION,
  CREATE MATERIALIZED VIEW,
  ALTER ANY MATERIALIZED VIEW,
  CREATE DATABASE LINK
 TO hr;

/*
Step 2   If they do not exist, then create database links for the schema.

Before instantiating the deployment template, you must ensure that the necessary database links exist for the replicated schema. The owner of the materialized views needs a database link pointing to the proxy_refresher that was created when the master site was set up.

*/

CREATE PUBLIC DATABASE LINK orc3.example.com USING 'orc3.example.com';

CONNECT hr@mv4.example.com

CREATE DATABASE LINK orc3.example.com 
   CONNECT TO proxy_refresher IDENTIFIED BY &password;

/*

See Also:

Step 7 for more information about creating proxy master site users

Step 3   Execute the instantiation script.
*/
CONNECT mviewadmin@mv4.example.com

@d:\sf.sql

SET ECHO OFF

SPOOL OFF

/*

Depending on the size of the materialized view environment created and the amount of data loaded, the instantiation procedure might take a substantial amount of time.

************************** END OF SCRIPT **********************************/

Refreshing a Refresh Group After Instantiation

If you have just instantiated a deployment template using the offline instantiation method, then you should perform a refresh of the refresh group as soon as possible by issuing the following execute statement:

CONNECT hr@mv4.example.com
Enter password: password

EXECUTE DBMS_REFRESH.REFRESH ('hr_refg');
PK lPKy$AOEBPS/rarmonitor.htm Monitoring a Replication Environment

10 Monitoring a Replication Environment

This chapter illustrates how to monitor a replication a replication environment using the data dictionary.

This chapter contains these topics:


Note:

The Advanced Replication interface in Oracle Enterprise Manager is also an excellent way to monitor a replication environment. Most of the information obtained by the queries in this chapter can be found by using the Advanced Replication interface. See the Advanced Replication interface online Help for more information.

Monitoring Master Replication Environments

This section contains queries that you can run to display information about a master replication environment. The replication environment can be a multimaster environment, a master materialized view environment, or a hybrid environment that includes multiple master sites and materialized views.

This section contains the following topics:

Monitoring Master Sites

This section contains queries that you can run to display information about master sites.

Listing General Information About a Master Site

You can find the following general information about a master site by running the query in this section:

  • The number of administrative requests.

  • The number of administrative request errors.

  • The number of unpropagated deferred transaction-destination pairs. Each deferred transaction can have multiple destinations to which it will be propagated, and each destination is a single deferred transaction-destination pair.

For example, if there are ten deferred transactions and each one must be propagated to three sites, then there are 30 deferred transaction-pairs returned by this query. After some time, if the first deferred transaction is propagated to two of the three destination sites, then there are still ten deferred transactions, but there are two fewer deferred-transaction pairs, and this query returns 28 unpropagated deferred transaction-pairs. In this case, the first deferred transaction only has one transaction-pair remaining.

  • The number of deferred transaction errors (error transactions).

  • The number of successfully propagated transactions that are still in the queue. These transactions should be purged from the queue.

Run the following query to list this information for the current master site:

COLUMN GLOBAL_NAME HEADING 'Database' FORMAT A25
COLUMN ADMIN_REQUESTS HEADING 'Admin|Reqests' FORMAT 9999
COLUMN STATUS HEADING 'Admin|Errors' FORMAT 9999
COLUMN TRAN HEADING 'Def|Trans|Pairs' FORMAT 9999
COLUMN ERRORS HEADING 'Def|Trans|Errors' FORMAT 9999
COLUMN COMPLETE HEADING 'Propagated|Trans' FORMAT 9999

SELECT G.GLOBAL_NAME, D.ADMIN_REQUESTS, E.STATUS, DT.TRAN, DE.ERRORS, C.COMPLETE  
    FROM (SELECT GLOBAL_NAME FROM GLOBAL_NAME) G, 
      (SELECT COUNT(ID) ADMIN_REQUESTS FROM DBA_REPCATLOG) D, 
      (SELECT COUNT(STATUS) STATUS FROM DBA_REPCATLOG WHERE STATUS = 'ERROR') E,     
      (SELECT COUNT(*) TRAN FROM DEFTRANDEST) DT, 
      (SELECT COUNT(*) ERRORS FROM DEFERROR) DE,      
      (SELECT COUNT(A.DEFERRED_TRAN_ID) COMPLETE FROM DEFTRAN A         
    WHERE A.DEFERRED_TRAN_ID NOT IN (
      SELECT B.DEFERRED_TRAN_ID FROM DEFTRANDEST B)) C; 

Your output looks similar to the following:

                                           Def    Def
                            Admin  Admin Trans  Trans Propagated
Database                  Reqests Errors Pairs Errors      Trans
------------------------- ------- ------ ----- ------ ----------
ORC1.EXAMPLE.COM                5      0    37      0         53

Note:

This query can be expensive if you have a large number of transactions in the deferred transactions queue.

Monitoring Master Groups

This section contains queries that you can run to display information about the master groups at a replication site.

Listing the Master Sites Participating in a Master Group

Run the following query to list the master sites for each master group at a replication site and indicate which master site is the master definition site for each master group:

COLUMN GNAME HEADING 'Master Group' FORMAT A20
COLUMN DBLINK HEADING 'Sites' FORMAT A25
COLUMN MASTERDEF HEADING 'Master|Definition|Site?' FORMAT A10

SELECT GNAME, DBLINK, MASTERDEF
    FROM DBA_REPSITES 
    WHERE MASTER = 'Y' 
    AND GNAME NOT IN (SELECT GNAME FROM DBA_REPSITES WHERE SNAPMASTER = 'Y')    
    ORDER BY GNAME;

The subquery in the SELECT statement ensures that materialized view groups do not appear in the output. Your output looks similar to the following:

                                               Master
                                               Definition
Master Group         Sites                     Site?
-------------------- ------------------------- ----------
HR_REPG              ORC1.EXAMPLE.COM          Y
HR_REPG              ORC2.EXAMPLE.COM          N
HR_REPG              ORC3.EXAMPLE.COM          N

This list indicates that orc1.example.com is the master definition site for the hr_repg master group, which also includes the master sites orc2.example.com and orc3.example.com.

Listing General Information About Master Groups

You can use the query in this section to list the following general information about the master groups at a master site:

  • The name of each master group.

  • The number of unpropagated deferred transaction-destination pairs. Each deferred transaction can have multiple destinations to which it will be propagated, and each destination is a single deferred transaction-destination pair.

For example, if there are ten deferred transactions and each one must be propagated to three sites, then there are 30 deferred transaction-pairs returned by this query. After some time, if the first deferred transaction is propagated to two of the three destination sites, then there are still ten deferred transactions, but there are two fewer deferred-transaction pairs, and this query returns 28 unpropagated deferred transaction-pairs. In this case, the first deferred transaction only has one transaction-pair remaining.

  • The number of deferred transaction errors (error transactions) for each master group

  • The number of administrative requests for each master group

  • The number of administrative request errors for each master group

Run the following query to list this information:

COLUMN GNAME HEADING 'Master Group' FORMAT A15
COLUMN deftran HEADING 'Number of|Deferred|Transaction|Pairs' FORMAT 9999
COLUMN deftranerror HEADING 'Number of|Deferred|Transaction|Errors' FORMAT 9999
COLUMN adminreq HEADING 'Number of|Administrative|Requests' FORMAT 9999
COLUMN adminreqerror HEADING 'Number of|Administrative|Request|Errors' 
COLUMN adminreqerror FORMAT 9999

SELECT G.GNAME, 
       NVL(T.CNT1, 0) deftran, 
       NVL(IE.CNT2, 0) deftranerror, 
       NVL(A.CNT3, 0) adminreq, 
       NVL(B.CNT4, 0) adminreqerror
    FROM 
    (SELECT DISTINCT GNAME FROM DBA_REPGROUP WHERE MASTER='Y') G, 
    (SELECT DISTINCT RO.GNAME, COUNT(DISTINCT D.DEFERRED_TRAN_ID) CNT1 
        FROM  DBA_REPOBJECT RO, DEFCALL D, DEFTRANDEST TD   
        WHERE RO.SNAME = D.SCHEMANAME 
        AND RO.ONAME = D.PACKAGENAME 
        AND RO.TYPE IN ('TABLE', 'PACKAGE', 'MATERIALIZED VIEW')
        AND TD.DEFERRED_TRAN_ID = D.DEFERRED_TRAN_ID    
        GROUP BY RO.GNAME ) T, 
    (SELECT DISTINCT RO.GNAME, COUNT(DISTINCT E.DEFERRED_TRAN_ID) CNT2 
        FROM DBA_REPOBJECT RO, DEFCALL D, DEFERROR E   
        WHERE RO.SNAME = D.SCHEMANAME 
        AND RO.ONAME = D.PACKAGENAME    
        AND RO.TYPE IN ('TABLE', 'PACKAGE', 'MATERIALIZED VIEW') 
        AND E.DEFERRED_TRAN_ID = D.DEFERRED_TRAN_ID     
        AND E.CALLNO = D.CALLNO   
        GROUP BY RO.GNAME ) IE, 
    (SELECT GNAME, COUNT(*) CNT3 FROM DBA_REPCATLOG GROUP BY GNAME) A, 
    (SELECT GNAME, COUNT(*) CNT4 FROM DBA_REPCATLOG 
        WHERE STATUS = 'ERROR'
        GROUP BY GNAME) B WHERE G.GNAME = IE.GNAME (+) 
        AND G.GNAME = T.GNAME (+) 
        AND G.GNAME = A.GNAME (+) 
        AND G.GNAME = B.GNAME (+) ORDER BY G.GNAME; 

Your output looks similar to the following:

                  Number of   Number of                     Number of
                   Deferred    Deferred      Number of Administrative
                Transaction Transaction Administrative        Request
Master Group          Pairs      Errors       Requests         Errors
--------------- ----------- ----------- -------------- --------------
HR_REPG                  54           0              0              0
OE_RG                    33           1              5              0

Note:

This query can be expensive if you have a large number of transactions waiting to be propagated.

Monitoring Masters

A master can be either a master site or a master materialized view site. This section contains queries that you can run to display information about masters.

Listing Information About Materialized Views Based on a Master

If you have materialized view sites based on a master, then you can use the query in this section to list the following information about the master:

  • The number of replication groups at a master. The replication groups can be either master groups or materialized view groups.

  • The number of registered materialized view groups based on the replication groups at the master.

  • The number of registered materialized views based on objects at the master. The objects can be either master tables or master materialized views.

  • The number of materialized view logs at the master.

  • The number of deployment templates at the master.

Run the following query to list this information:

COLUMN repgroup HEADING 'Number of|Replication|Groups' FORMAT 9999
COLUMN mvgroup HEADING 'Number of|Registered|MV Groups' FORMAT 9999
COLUMN mv HEADING 'Number of|Registered MVs' FORMAT 9999
COLUMN mvlog HEADING 'Number of|MV Logs' FORMAT 9999
COLUMN template HEADING 'Number of|Templates' FORMAT 9999

SELECT A.REPGROUP repgroup, 
       B.MVGROUP mvgroup, 
       C.MV mv, 
       D.MVLOG mvlog, 
       E.TEMPLATE template
    FROM (SELECT COUNT(G.GNAME) REPGROUP 
             FROM DBA_REPGROUP G, DBA_REPSITES S 
             WHERE G.MASTER = 'Y' 
             AND S.MASTER = 'Y' 
             AND G.GNAME = S.GNAME 
             AND S.MY_DBLINK = 'Y') A, 
         (SELECT COUNT(*) MVGROUP 
             FROM DBA_REGISTERED_MVIEW_GROUPS) B, 
         (SELECT COUNT(*) MV 
             FROM DBA_REGISTERED_MVIEWS) C,  
         (SELECT COUNT(*) MVLOG 
             FROM (SELECT 1 FROM DBA_MVIEW_LOGS
             GROUP BY LOG_OWNER, LOG_TABLE)) D,
         (SELECT COUNT(*) TEMPLATE FROM DBA_REPCAT_REFRESH_TEMPLATES) E;

Your output looks similar to the following:

  Number of  Number of
Replication Registered      Number of Number of Number of
     Groups  MV Groups Registered MVs   MV Logs Templates
----------- ---------- -------------- --------- ---------
          1          5             27         6         3

Listing Information About the Materialized View Logs at a Master

A materialized view log enables you to perform a fast refresh on materialized views based on a master. A master can be a master table or a master materialized view. If you have materialized view logs based at a master, then you can use the query in this section to list the following information about them:

  • The name of each log table that stores the materialized view log data

  • The owner of each materialized view log

  • The master on which each materialized view log is based

  • Whether a materialized view log is a row id materialized view log

  • Whether a materialized view log is a primary key materialized view log

  • Whether the materialized view log is an object id materialized view log

  • Whether a materialized view log has filter columns

Run the following query to list this information:

COLUMN LOG_TABLE HEADING 'Log Table' FORMAT A20
COLUMN LOG_OWNER HEADING 'Log|Owner' FORMAT A5
COLUMN MASTER HEADING 'Master' FORMAT A15
COLUMN ROWIDS HEADING 'Row|ID?' FORMAT A3
COLUMN PRIMARY_KEY HEADING 'Primary|Key?' FORMAT A7
COLUMN OBJECT_ID HEADING 'Object|ID?' FORMAT A6
COLUMN FILTER_COLUMNS HEADING 'Filter|Columns?' FORMAT A8

SELECT DISTINCT LOG_TABLE, 
       LOG_OWNER, 
       MASTER, 
       ROWIDS, 
       PRIMARY_KEY, 
       OBJECT_ID,
       FILTER_COLUMNS 
    FROM DBA_MVIEW_LOGS 
    ORDER BY 1;

Your output looks similar to the following:

                     Log                   Row Primary Object Filter
Log Table            Owner Master          ID? Key?    ID?    Columns?
-------------------- ----- --------------- --- ------- ------ --------
MLOG$_COUNTRIES      HR    COUNTRIES       NO  YES     NO     NO
MLOG$_DEPARTMENTS    HR    DEPARTMENTS     NO  YES     NO     NO
MLOG$_EMPLOYEES      HR    EMPLOYEES       NO  YES     NO     NO
MLOG$_JOBS           HR    JOBS            NO  YES     NO     NO
MLOG$_JOB_HISTORY    HR    JOB_HISTORY     NO  YES     NO     NO
MLOG$_LOCATIONS      HR    LOCATIONS       NO  YES     NO     NO
MLOG$_REGIONS        HR    REGIONS         NO  YES     NO     NO

See Also:

Oracle Database Advanced Replication for information about materialized view logs

Listing the Materialized Views that Use a Materialized View Log

More than one materialized view can use a materialized view log. If you have materialized view logs based at a master, then you can use the query in this section to list the following the materialized views that use each log:

  • The name of each log table that stores the materialized view log data

  • The owner of each materialized view log

  • The master on which each materialized view log is based

  • The materialized view identification number of each materialized view that uses the materialized view log

  • The name of each materialized view that uses the materialized view log

Run the following query to list this information:

COLUMN LOG_TABLE HEADING 'Mview|Log Table' FORMAT A20
COLUMN LOG_OWNER HEADING 'Mview|Log Owner' FORMAT A10
COLUMN MASTER HEADING 'Master' FORMAT A20
COLUMN MVIEW_ID HEADING 'Mview|ID' FORMAT 9999
COLUMN NAME HEADING 'Mview Name' FORMAT A20

SELECT L.LOG_TABLE, L.LOG_OWNER, B.MASTER, B.MVIEW_ID, R.NAME  
FROM ALL_MVIEW_LOGS L, ALL_BASE_TABLE_MVIEWS B, ALL_REGISTERED_MVIEWS R
WHERE B.MVIEW_ID = R.MVIEW_ID
AND B.OWNER = L.LOG_OWNER
AND B.MASTER = L.MASTER;

Your output looks similar to the following:

Mview                Mview                           Mview
Log Table            Log Owner  Master                  ID Mview Name
-------------------- ---------- -------------------- ----- --------------------
MLOG$_COUNTRIES      HR         COUNTRIES               21 COUNTRIES_MV1
MLOG$_DEPARTMENTS    HR         DEPARTMENTS             22 DEPARTMENTS_MV1
MLOG$_EMPLOYEES      HR         EMPLOYEES               23 EMPLOYEES_MV1
MLOG$_JOBS           HR         JOBS                    24 JOBS_MV1
MLOG$_JOB_HISTORY    HR         JOB_HISTORY             25 JOB_HISTORY_MV1
MLOG$_LOCATIONS      HR         LOCATIONS               26 LOCATIONS_MV1
MLOG$_REGIONS        HR         REGIONS                 27 REGIONS_MV1

Listing Information About the Deployment Templates at a Master

Deployment templates enable you to create multiple materialized view environments quickly. They also enable you to use variables to customize each materialized view environment for its individual needs. You can use the query in this section to list the following information about the deployment templates at a master:

  • The name of each deployment template

  • The owner of each deployment template

  • Whether a deployment template is public

  • The number of instantiated materialized view sites based on each deployment template

  • The comment associated with each deployment template

Run the following query to list this information:

COLUMN REFRESH_TEMPLATE_NAME HEADING 'Template|Name' FORMAT A10
COLUMN OWNER HEADING 'Owner' FORMAT A10
COLUMN PUBLIC_TEMPLATE HEADING 'Public?' FORMAT A7
COLUMN INSTANTIATED HEADING 'Number of|Instantiated|Sites' FORMAT 9999
COLUMN TEMPLATE_COMMENT HEADING 'Comment' FORMAT A35

SELECT DISTINCT RT.REFRESH_TEMPLATE_NAME, 
       OWNER,
       PUBLIC_TEMPLATE, 
       RS.INSTANTIATED, 
       RT.TEMPLATE_COMMENT 
    FROM DBA_REPCAT_REFRESH_TEMPLATES RT,  
    (SELECT Y.REFRESH_TEMPLATE_NAME, COUNT(X.STATUS) INSTANTIATED  
        FROM DBA_REPCAT_TEMPLATE_SITES X, DBA_REPCAT_REFRESH_TEMPLATES Y 
        WHERE X.REFRESH_TEMPLATE_NAME(+) = Y.REFRESH_TEMPLATE_NAME 
        GROUP BY Y.REFRESH_TEMPLATE_NAME) RS 
        WHERE RT.REFRESH_TEMPLATE_NAME(+) = RS.REFRESH_TEMPLATE_NAME 
        ORDER BY 1;

Your output looks similar to the following:

                                 Number of
Template                      Instantiated
Name       Owner      Public?        Sites Comment
---------- ---------- ------- ------------ -----------------------------------
HR_REFG_DT HR         N                  2 Human Resources Deployment Template

The N in the Public? column means that the deployment template is private. Therefore, it can only be instantiated by authorized users. A Y in this column means that the deployment template is public. Any user can instantiate a public deployment template.

Monitoring Materialized View Sites

This section contains queries that you can run to display information about the materialized view sites. This section contains the following topics:

Listing General Information About a Materialized View Site

You can use the query in this section to list the following general information about the current materialized view site:

  • The number of materialized view groups at the site

  • The number of materialized views at the site

  • The number of refresh groups at the site

Run the following query to list this information:

COLUMN MVGROUP HEADING 'Number of|Materialized|View Groups' FORMAT 9999
COLUMN MV HEADING 'Number of|Materialized|Views' FORMAT 9999
COLUMN RGROUP HEADING 'Number of|Refresh Groups' FORMAT 9999

SELECT A.MVGROUP, B.MV, C.RGROUP 
    FROM 
    (SELECT COUNT(S.GNAME) MVGROUP 
        FROM DBA_REPSITES S
        WHERE S.SNAPMASTER = 'Y') A, 
     (SELECT COUNT(*) MV 
        FROM DBA_MVIEWS) B, 
     (SELECT COUNT(*) RGROUP 
        FROM DBA_REFRESH) C;

Your output looks similar to the following:

   Number of    Number of
Materialized Materialized      Number of
 View Groups        Views Refresh Groups
------------ ------------ --------------
           5           25              5

Listing General Information About Materialized View Groups

You can use the query in this section to list the following general information about the materialized view groups at the current materialized view site:

  • The name of each materialized view group

  • The master of each materialized view group

  • The method of propagation to a materialized view group's master, either asynchronous or synchronous

  • The comment associated with each materialized view group

Run the following query to list this information:

COLUMN GNAME HEADING 'Group Name' FORMAT A10
COLUMN DBLINK HEADING 'Master' FORMAT A25
COLUMN Propagation HEADING 'Propagation|Method' FORMAT A12
COLUMN SCHEMA_COMMENT HEADING 'Comment' FORMAT A30

SELECT S.GNAME, 
       S.DBLINK, 
       DECODE(S.PROP_UPDATES, 
              0, 'ASYNCHRONOUS', 
              1, 'SYNCHRONOUS') Propagation,
       G.SCHEMA_COMMENT 
    FROM DBA_REPSITES S, DBA_REPGROUP G
    WHERE S.GNAME = G.GNAME
    AND S.SNAPMASTER = 'Y';

Your output looks similar to the following:

                                     Propagation
Group Name Master                    Method       Comment
---------- ------------------------- ------------ ------------------------------
HR_REPG    ORC1.EXAMPLE.COM          ASYNCHRONOUS

Listing Information About Materialized Views

This section contains queries that you can run to display information about the materialized views at a replication site.

Listing Master Information For Materialized Views

The following query shows the master for each materialized view at a replication site and whether the materialized view can be fast refreshed:

COLUMN MVIEW_NAME HEADING 'Materialized|View Name' FORMAT A15
COLUMN OWNER HEADING 'Owner' FORMAT A10
COLUMN MASTER_LINK HEADING 'Master Link' FORMAT A30
COLUMN Fast_Refresh HEADING 'Fast|Refreshable?' FORMAT A16

SELECT MVIEW_NAME, 
       OWNER, 
       MASTER_LINK,  
       DECODE(FAST_REFRESHABLE, 
              'NO', 'NO',
              'DML', 'YES',    
              'DIRLOAD', 'DIRECT LOAD ONLY',
              'DIRLOAD_DML', 'YES',
              'DIRLOAD_LIMITEDDML', 'LIMITED') Fast_Refresh
    FROM DBA_MVIEWS;

Your output looks similar to the following:

Materialized                                              Fast
View Name       Owner      Master Link                    Refreshable?
--------------- ---------- ------------------------------ ----------------
COUNTRIES_MV1   HR         @ORC1.EXAMPLE.COM              YES
DEPARTMENTS_MV1 HR         @ORC1.EXAMPLE.COM              YES
EMPLOYEES_MV1   HR         @ORC1.EXAMPLE.COM              YES
JOBS_MV1        HR         @ORC1.EXAMPLE.COM              YES
JOB_HISTORY_MV1 HR         @ORC1.EXAMPLE.COM              YES
LOCATIONS_MV1   HR         @ORC1.EXAMPLE.COM              YES
REGIONS_MV1     HR         @ORC1.EXAMPLE.COM              YES

Listing the Properties of Materialized Views

You can use the query in this section to list the following information about the materialized views at the current replication site:

  • The name of each materialized view

  • The owner of each materialized view

  • The refresh method used by each materialized view: COMPLETE, FORCE, FAST, or NEVER

  • Whether a materialized view is updatable

  • The last date on which each materialized view was refreshed

Run the following query to list this information:

COLUMN MVIEW_NAME HEADING 'Materialized|View Name' FORMAT A15
COLUMN OWNER HEADING 'Owner' FORMAT A10
COLUMN REFRESH_METHOD HEADING 'Refresh|Method' FORMAT A10
COLUMN UPDATABLE HEADING 'Updatable?' FORMAT A10
COLUMN LAST_REFRESH_DATE HEADING 'Last|Refresh|Date'
COLUMN LAST_REFRESH_TYPE HEADING 'Last|Refresh|Type' FORMAT A15

SELECT MVIEW_NAME, 
       OWNER,
       REFRESH_METHOD, 
       UPDATABLE, 
       LAST_REFRESH_DATE, 
       LAST_REFRESH_TYPE
    FROM DBA_MVIEWS; 

Your output looks similar to the following:

                                                 Last      Last
Materialized               Refresh               Refresh   Refresh
View Name       Owner      Method     Updatable? Date      Type
--------------- ---------- ---------- ---------- --------- ---------------
COUNTRIES_MV1   HR         FAST       Y          21-OCT-03 FAST
DEPARTMENTS_MV1 HR         FAST       Y          21-OCT-03 FAST
EMPLOYEES_MV1   HR         FAST       Y          21-OCT-03 FAST
JOBS_MV1        HR         FAST       Y          21-OCT-03 FAST
JOB_HISTORY_MV1 HR         FAST       Y          21-OCT-03 FAST
LOCATIONS_MV1   HR         FAST       Y          21-OCT-03 FAST
REGIONS_MV1     HR         FAST       Y          21-OCT-03 FAST

Listing Information About the Refresh Groups at a Materialized View Site

Each refresh group at a materialized view site is associated with a refresh job that refreshes the materialized views in the refresh group at a set interval. You can query the DBA_REFRESH data dictionary view to list the following information about the refresh jobs at a materialized view site:

  • The name of the refresh group.

  • The owner of the refresh group.

  • Whether the refresh job is broken.

  • The next date and time when the refresh job will run.

  • The current interval setting for the refresh job. The interval setting specifies the amount of time between the start of a job and the next start of the same job.

The following query displays this information:

COLUMN RNAME HEADING 'Refresh|Group|Name' FORMAT A10
COLUMN ROWNER HEADING 'Refresh|Group|Owner' FORMAT A10
COLUMN BROKEN HEADING 'Broken?' FORMAT A7
COLUMN next_refresh HEADING 'Next Refresh'
COLUMN INTERVAL HEADING 'Interval' FORMAT A20

SELECT RNAME, 
               ROWNER, 
       BROKEN, 
       TO_CHAR(NEXT_DATE, 'DD-MON-YYYY HH:MI:SS AM') next_refresh, 
       INTERVAL 
    FROM DBA_REFRESH 
    ORDER BY 1;

Your output looks similar to the following:

Refresh    Refresh
Group      Group
Name       Owner      Broken? Next Refresh            Interval
---------- ---------- ------- ----------------------- --------------------
HR_REFG    MVIEWADMIN N       24-OCT-2003 07:18:44 AM SYSDATE + 1/24

The N in the Broken? column means that the job is not broken. Therefore, the refresh job will run at the next start time. A Y in this column means that the job is broken.

Determining the Job ID for Each Refresh Job at a Materialized View Site

You can use the query in this section to list the following information about the refresh jobs at a materialized view site:

  • The job identification number of each refresh job. Each job created by the DBMS_JOB package is assigned a unique identification number.

  • The privilege schema, which is the schema whose default privileges apply to the job.

  • The schema that owns each refresh job. Typically, the materialized view administrator owns a refresh job. A common user name for the materialized view administrator is mviewadmin.

  • The name of the refresh group that the job refreshes.

  • The status of the refresh job, either normal or broken.

The following query displays this information:

COLUMN JOB HEADING 'Job ID' FORMAT 999999
COLUMN PRIV_USER HEADING 'Privilege|Schema' FORMAT A10
COLUMN RNAME HEADING 'Refresh|Group|Name' FORMAT A10
COLUMN ROWNER HEADING 'Refresh|Group|Owner' FORMAT A10
COLUMN BROKEN HEADING 'Broken?' FORMAT A7

SELECT J.JOB, 
       J.PRIV_USER, 
       R.ROWNER, 
       R.RNAME, 
       J.BROKEN
    FROM DBA_REFRESH R, DBA_JOBS J 
    WHERE R.JOB = J.JOB
    ORDER BY 1;

Your output looks similar to the following:

                   Refresh    Refresh
        Privilege  Group      Group
 Job ID Schema     Owner      Name       Broken?
------- ---------- ---------- ---------- -------
     21 MVIEWADMIN MVIEWADMIN HR_REFG    N

The N in the Broken? column means that the job is not broken. Therefore, the job will run at the next start time. A Y in this column means that the job is broken.

Determining Which Materialized Views Are Currently Refreshing

The following query shows the materialized views that are currently refreshing:

COLUMN SID HEADING 'Session|Identifier' FORMAT 9999
COLUMN SERIAL# HEADING 'Serial|Number' FORMAT 999999
COLUMN CURRMVOWNER HEADING 'Owner' FORMAT A15
COLUMN CURRMVNAME HEADING 'Materialized|View' FORMAT A25

SELECT * FROM V$MVREFRESH;

Your output looks similar to the following:

   Session  Serial                 Materialized
Identifier  Number Owner           View
---------- ------- --------------- -------------------------
        19     233 HR              COUNTRIES_MV
         5     647 HR              EMPLOYEES_MV

Note:

The V$MVREFRESH dynamic performance view does not contain information about updatable materialized views when the materialized views' deferred transactions are being pushed to its master.

Monitoring Administrative Requests

This section contains queries that you can run to display information about the administrative requests at a master site. This section contains the following topics:

Listing General Information About Administrative Requests

You can use the query in this section to list the following general information about the administrative requests at a master site:

  • The identification number of each administrative request

  • The action requested by each administrative request

  • The status of each request

  • The master site where the request is being executed

The following query displays this information:

COLUMN ID HEADING 'Admin|Request|ID' FORMAT 999999
COLUMN REQUEST HEADING 'Request' FORMAT A25
COLUMN STATUS HEADING 'Status' FORMAT A15
COLUMN MASTER HEADING 'Master|Site' FORMAT A25

SELECT ID, REQUEST, STATUS, MASTER FROM DBA_REPCATLOG;

Your output looks similar to the following:

  Admin
Request                                           Master
     ID Request                   Status          Site
------- ------------------------- --------------- -------------------------
     44 RESUME_MASTER_ACTIVITY    AWAIT_CALLBACK  ORC3.EXAMPLE.COM

You can use the DO_DEFERRED_REPCAT_ADMIN procedure in the DBMS_REPCAT package to execute administrative requests.

Determining the Cause of Administrative Request Errors

You can determine the cause of an administrative request error by displaying its error message. The following query displays the error message for each administrative request that resulted in an error:

COLUMN ID HEADING 'Admin|Request|ID' FORMAT 999999
COLUMN REQUEST HEADING 'Request' FORMAT A30
COLUMN ERRNUM HEADING 'Error|Number' FORMAT 999999
COLUMN MESSAGE HEADING 'Error|Message' FORMAT A32

SELECT ID, REQUEST, ERRNUM, MESSAGE 
    FROM DBA_REPCATLOG WHERE STATUS = 'ERROR';

Your output looks similar to the following:

  Admin
Request                                  Error Error
     ID Request                         Number Message
------- ------------------------------ ------- ------------------------------
     70 CREATE_MASTER_REPOBJECT          -2292 ORA-02292: integrity constrain
                                               t (HR.DEPT_LOC_FK) violated -
                                               child record found
                                               ORA-02266: unique/primary keys
                                                in table referenced by enable
                                               d foreign keys

     71 GENERATE_INTERNAL_PKG_SUPPORT   -23308 ORA-23308: object HR.LOCATIONS
                                                does not exist or is invalid

Listing General Information About the Job that Executes Administrative Requests

Each master group is associated with a do_deferred_repcat_admin job that executes administrative requests. You can query the DBA_JOBS data dictionary view to list the following information about this job at a replication site:

  • The job identification number of each do_deferred_repcat_admin job. Each job created by the DBMS_JOB package is assigned a unique identification number.

  • The privilege schema, which is the schema whose default privileges apply to the job.

  • The status of each do_deferred_repcat_admin job, either normal or broken.

  • The next date and time when each do_deferred_repcat_admin job will run.

  • The current interval setting for each do_deferred_repcat_admin job. The interval setting specifies the amount of time between the start of a job and the next start of the same job.

The following query displays this information:

COLUMN JOB HEADING 'Job ID' FORMAT 999999
COLUMN PRIV_USER HEADING 'Privilege|Schema' FORMAT A10
COLUMN BROKEN HEADING 'Broken?' FORMAT A7
COLUMN next_start HEADING 'Next Start'
COLUMN INTERVAL HEADING 'Interval' FORMAT A20

SELECT JOB, 
       PRIV_USER, 
       BROKEN, 
       TO_CHAR(NEXT_DATE,'DD-MON-YYYY HH:MI:SS AM') next_start, 
       INTERVAL 
    FROM DBA_JOBS 
    WHERE WHAT LIKE '%dbms_repcat.do_deferred_repcat_admin%' 
    ORDER BY 1; 

Your output looks similar to the following:

        Privilege
 Job ID Schema     Broken? Next Start              Interval
------- ---------- ------- ----------------------- --------------------
     24 REPADMIN   N       24-OCT-2003 07:23:48 AM SYSDATE + (1/144)

The N in the Broken? column means that the job is not broken. Therefore, the job will run at the next start time. A Y in this column means that the job is broken.

Checking the Definition of Each do_deferred_repcat_admin Job

You can query the DBA_JOBS data dictionary view to show the definition of each do_deferred_repcat_admin job at a replication site. The following query shows the definitions:

COLUMN JOB HEADING 'Job ID' FORMAT 999999
COLUMN WHAT HEADING 'Definitions of Admin Req Jobs' FORMAT A70

SELECT JOB, WHAT 
  FROM DBA_JOBS 
  WHERE WHAT LIKE '%dbms_repcat.do_deferred_repcat_admin%' 
  ORDER BY 1;

Your output looks similar to the following:

 Job ID Definitions of Admin Req Jobs
------- ----------------------------------------------------------------------
    321 dbms_repcat.do_deferred_repcat_admin('"HR_REPG"', FALSE);
    342 dbms_repcat.do_deferred_repcat_admin('"OE_RG"', FALSE);

Monitoring the Deferred Transactions Queue

This section contains queries that you can run to display information about the deferred transactions queue at a replication site. This section contains the following topics:

Monitoring Transaction Propagation

This section contains queries that you can run to display information about propagation of transactions in the deferred transactions queue.

Listing the Number of Deferred Transactions for Each Destination Master Site

You can find the number of unpropagated deferred transactions for each destination master site by running the query in this section. This query shows each master site to which the current master site is propagating deferred transactions and the number of deferred transactions to be propagated to each destination site.

Run the following query to see the number of deferred and error transactions:

COLUMN DEST HEADING 'Destination' FORMAT A45
COLUMN TRANS HEADING 'Def Trans' FORMAT 9999
      
SELECT DBLINK DEST, COUNT(*) TRANS
    FROM DEFTRANDEST D 
    GROUP BY DBLINK;  

Your output looks similar to the following:

Destination                                   Def Trans
--------------------------------------------- ---------
ORC2.EXAMPLE.COM                                      1
ORC3.EXAMPLE.COM                                      1

Note:

This query can be expensive if you have a large number of transactions waiting to be propagated.

Listing General Information About the Push Jobs at a Replication Site

Each scheduled link at a replication site is associated with a push job that propagates deferred transactions in the deferred transaction queue to a destination site. You can use the query in this section to list the following information about the push jobs at a replication site:

  • The job identification number of each push job. Each job created by the DBMS_JOB package is assigned a unique identification number.

  • The privilege schema, which is the schema whose default privileges apply to the job.

  • The destination site where the deferred transactions are pushed.

  • The status of the push job, either normal or broken.

The following query displays this information:

COLUMN JOB HEADING 'Job ID' FORMAT 999999
COLUMN PRIV_USER HEADING 'Privilege|Schema' FORMAT A10
COLUMN DBLINK HEADING 'Destination' FORMAT A40
COLUMN BROKEN HEADING 'Broken?' FORMAT A7

SELECT J.JOB, 
       J.PRIV_USER, 
       S.DBLINK,
       J.BROKEN      
    FROM DEFSCHEDULE S, DBA_JOBS J 
    WHERE S.DBLINK != (SELECT GLOBAL_NAME FROM GLOBAL_NAME)
    AND S.JOB = J.JOB 
    ORDER BY 1; 

Your output looks similar to the following:

        Privilege
 Job ID Schema     Destination                              Broken?
------- ---------- ---------------------------------------- -------
     22 REPADMIN   ORC2.EXAMPLE.COM                         N
     23 REPADMIN   ORC3.EXAMPLE.COM                         N

The N in the Broken? column means that the job is not broken. Therefore, the job will run at the next start time. A Y in this column means that the job is broken.

Determining the Next Start Time and Interval for the Push Jobs

Each scheduled link at a replication site is associated with a push job that propagates deferred transactions in the deferred transaction queue to a destination site. You can query the DEFSCHEDULE and DBA_JOBS data dictionary views to list the following information about the push jobs at a replication site:

  • The job identification number of each push job. Each job created by the DBMS_JOB package is assigned a unique identification number.

  • The destination site where the deferred transactions are pushed.

  • The next date and time when the push job will run.

  • The current interval setting for the push job. The interval setting specifies the amount of time between the start of a job and the next start of the same job.

The following query displays this information:

COLUMN JOB HEADING 'Job ID' FORMAT 999999
COLUMN DBLINK HEADING 'Destination' FORMAT A22
COLUMN next_start HEADING 'Next Start'
COLUMN INTERVAL HEADING 'Interval' FORMAT A25

SELECT JOB, 
       DBLINK,
       TO_CHAR(NEXT_DATE, 'DD-MON-YYYY HH:MI:SS AM') next_start, 
       INTERVAL       
    FROM DEFSCHEDULE
    WHERE DBLINK != (SELECT GLOBAL_NAME FROM GLOBAL_NAME)
    AND JOB IS NOT NULL 
    ORDER BY 1; 

Your output looks similar to the following:

 Job ID Destination            Next Start              Interval
------- ---------------------- ----------------------- -------------------------
     22 ORC2.EXAMPLE.COM       24-OCT-2003 07:23:48 AM SYSDATE + (1/144)
     23 ORC3.EXAMPLE.COM       24-OCT-2003 07:23:48 AM SYSDATE + (1/144)

Determining the Total Number of Transactions Queued for Propagation

Run the following query to display the total number of transactions in the deferred transaction queue that are waiting to be propagated:

SELECT COUNT(DISTINCT DEFERRED_TRAN_ID) "Transactions Queued" 
    FROM DEFTRANDEST;

Your output looks similar to the following:

Transactions Queued
-------------------
                 37

Note:

This query can be expensive if you have a large number of transactions waiting to be propagated.

Monitoring Purges of Successfully Propagated Transactions

This section contains queries that you can run to display information about purges of successfully propagated transactions from the deferred transactions queue.

Listing General Information About the Purge Job

During standard setup of a replication site, you configure a purge job to remove successfully propagated transactions from the deferred transactions queue. You can query the DBA_JOBS data dictionary view to list the following information about the purge job at a replication site:

  • The job identification number of the purge job. Each job created by the DBMS_JOB package is assigned a unique identification number.

  • The privilege schema, which is the schema whose default privileges apply to the job.

  • The status of the job, either normal or broken.

  • The next date and time when the purge job will run.

  • The current interval setting for the purge job. The interval setting specifies the amount of time between the start of a job and the next start of the same job.

The following query displays this information:

COLUMN JOB HEADING 'Job ID' FORMAT 999999
COLUMN PRIV_USER HEADING 'Privilege|Schema' FORMAT A10
COLUMN BROKEN HEADING 'Broken?' FORMAT A7
COLUMN next_start HEADING 'Next Start'
COLUMN INTERVAL HEADING 'Interval' FORMAT A25

SELECT JOB, 
       PRIV_USER, 
       BROKEN, 
       TO_CHAR(NEXT_DATE, 'DD-MON-YYYY HH:MI:SS AM') next_start, 
       INTERVAL
    FROM DBA_JOBS 
    WHERE WHAT LIKE '%dbms_defer_sys.purge%' 
    ORDER BY 1;

Your output looks similar to the following:

        Privilege
 Job ID Schema     Broken? Next Start              Interval
------- ---------- ------- ----------------------- -------------------------
     21 REPADMIN   N       24-OCT-2003 07:42:18 AM SYSDATE + 1/24

The N in the Broken? column means that the job is not broken. Therefore, the job will run at the next start time. A Y in this column means that the job is broken.

Checking the Definition of the Purge Job

You can query the DBA_JOBS data dictionary view to show the definition of the purge job at a replication site. The following query shows the definition:

SELECT WHAT "Definition of the Purge Job" 
    FROM DBA_JOBS 
    WHERE WHAT LIKE '%dbms_defer_sys.purge%' ORDER BY 1;

Your output looks similar to the following:

Definition of the Purge Job
--------------------------------------------------------------------------------
declare rc binary_integer; begin rc := sys.dbms_defer_sys.purge( delay_seconds=>
0); end;

Determining the Amount of Time Since the Last Purge

The following query shows the total amount of time, in minutes, since the successfully propagated transactions were purged from the deferred transactions queue:

SELECT ((SYSDATE - LAST_PURGE_TIME) / 60) "Minutes Since Last Purge" 
    FROM V$REPLQUEUE; 

Your output looks similar to the following:

Minutes Since Last Purge
------------------------
              13.43333

Determining the Total Number of Purged Transactions

The following query shows the total number of successfully propagated transactions that have been purged from the deferred transaction queue since the instance was last started:

SELECT TXNS_PURGED "Transactions Purged" 
    FROM V$REPLQUEUE; 

Your output looks similar to the following:

Transactions Purged
-------------------
               6541

Monitoring the Error Queue

This section contains queries that you can run to display information about the error queue at a replication site. The error queue contains deferred transactions that resulted in an error at the destination site. These error transactions are placed in the error queue at the destination site.

This section contains the following topics:

Listing General Information About the Error Transactions at a Replication Site

The following query lists the general information about the error transactions at a replication site:

COLUMN DEFERRED_TRAN_ID HEADING 'Deferred|Transaction|ID' FORMAT A11
COLUMN ORIGIN_TRAN_DB HEADING 'Origin|Database' FORMAT A15
COLUMN DESTINATION HEADING 'Destination|Database' FORMAT A15
COLUMN TIME_OF_ERROR HEADING 'Time of|Error' FORMAT A22
COLUMN ERROR_NUMBER HEADING 'Oracle|Error|Number' FORMAT 999999

SELECT DEFERRED_TRAN_ID, 
       ORIGIN_TRAN_DB, 
       DESTINATION,
       TO_CHAR(START_TIME, 'DD-Mon-YYYY hh24:mi:ss') TIME_OF_ERROR,
       ERROR_NUMBER 
    FROM DEFERROR ORDER BY START_TIME;

Your output looks similar to the following:

Deferred                                                            Oracle
Transaction Origin           Destination      Time of                  Error
ID          Database         Database         Error                   Number
----------- ---------------- ---------------- ---------------------- -------
1.8.2470    ORC2.EXAMPLE.COM ORC1.EXAMPLE.COM 22-Oct-2003 07:19:14      1403

You can use the deferred transaction ID and the destination database to either attempt to rerun the transaction that caused the error or to delete the error.

For example, to attempt to rerun the transaction in the previous example, enter the following:

EXECUTE DBMS_DEFER_SYS.EXECUTE_ERROR('1.8.2470', 'ORC1.EXAMPLE.COM');

To delete the error in the previous example, enter the following:

EXECUTE DBMS_DEFER_SYS.DELETE_ERROR('1.8.2470', 'ORC1.EXAMPLE.COM');

Typically, you should delete an error only if you have resolved it manually.

Determining the Percentage of Error Transactions

When propagating transactions to a remote master site, some transactions are propagated and applied successfully while other transactions can result in errors at the remote master site. Transactions that result in errors are called error transactions.

Run the following query to display the percentage of error transactions that resulted from propagation to the remote master site orc2.example.com:

SELECT DECODE(TOTAL_TXN_COUNT, 0, 'No Transactions', 
       (TOTAL_ERROR_COUNT/TOTAL_TXN_COUNT)*100) "ERROR PERCENTAGE" 
  FROM DEFSCHEDULE 
  WHERE DBLINK = 'ORC2.EXAMPLE.COM';

Your output looks similar to the following:

Error Percentage
----------------
           3.265

Note:

If this query returns 'No transactions', then no transactions have been propagated to the specified remote site since the statistics were last cleared.

Listing the Number of Error Transactions from Each Origin Master Site

You can find the number of transaction errors resulting from pushes by each origin master site by running the query in this section.

Run the following query to see the number of deferred and error transactions:

COLUMN SOURCE HEADING 'Origin' FORMAT A45
COLUMN ERRORS HEADING 'Def Trans Errors' FORMAT 9999

SELECT E.ORIGIN_TRAN_DB SOURCE, COUNT(*) ERRORS 
    FROM DEFERROR E 
    GROUP BY E.ORIGIN_TRAN_DB;

Your output looks similar to the following:

Origin                                        Def Trans Errors
--------------------------------------------- ----------------
ORC2.EXAMPLE.COM                                             1
ORC3.EXAMPLE.COM                                             3

Listing the Error Messages for the Error Transactions at a Replication Site

The following query lists the error messages for the error transactions at a replication site:

COLUMN DEFERRED_TRAN_ID HEADING 'Deferred|Transaction|ID' FORMAT A11
COLUMN ERROR_MSG HEADING 'Error Messages' FORMAT A68

SELECT DEFERRED_TRAN_ID, ERROR_MSG 
    FROM DEFERROR;

Your output looks similar to the following:

Deferred
Transaction
ID          Error Messages
----------- --------------------------------------------------------------------
1.8.2470    ORA-01403: no data found

Determining the Error Operations at a Replication Site

The following query lists the type of operation that was attempted for each call that caused an error at a replication site:

COLUMN CALLNO HEADING 'Call|Number' FORMAT 9999
COLUMN DEFERRED_TRAN_ID HEADING 'Deferred|Transaction|ID' FORMAT A11
COLUMN PACKAGENAME HEADING 'Package|Name' FORMAT A20
COLUMN PROCNAME HEADING 'Operation' FORMAT A15
COLUMN ORIGIN_TRAN_DB HEADING 'Origin|Database' FORMAT A16

SELECT /*+ ORDERED */ 
       C.CALLNO, 
       C.DEFERRED_TRAN_ID, 
       C.PACKAGENAME,
       C.PROCNAME, E.ORIGIN_TRAN_DB
    FROM DEFERROR E, DEFCALL C
    WHERE C.DEFERRED_TRAN_ID = E.DEFERRED_TRAN_ID
    AND C.CALLNO = E.CALLNO
    ORDER BY E.START_TIME;

Your output looks similar to the following:

       Deferred
  Call Transaction Package                              Origin
Number ID          Name                 Operation       Database
------ ----------- -------------------- --------------- ----------------
     0 1.8.2470    EMPLOYEES$RP         REP_UPDATE      ORC2.EXAMPLE.COM

Monitoring Performance in a Replication Environment

This section contains queries that you can run to monitor the performance of your replication environment. This section contains the following topics:

Tracking the Average Number of Row Changes in a Replication Transaction

The following query shows the average number of row changes in a replication transaction since instance startup:

SELECT DECODE(TXNS_ENQUEUED, 0, 'No Transactions Enqueued',
       (CALLS_ENQUEUED / TXNS_ENQUEUED)) "Average Number of Row Changes" 
  FROM V$REPLQUEUE;

Your output looks similar to the following:

Average Number of Row Changes
-----------------------------
                        56.16

Note:

If this query returns 'No Transactions Enqueued', then no transactions have been enqueued since the start of the instance.

Tracking the Rate of Transactions Entering the Deferred Transactions Queue

The following query shows the average number of transactions for each second entering at the deferred transactions queue at the current site since instance startup:

SELECT (R.TXNS_ENQUEUED / ((SYSDATE - I.STARTUP_TIME)*24*60*60)) "Average TPS" 
    FROM V$REPLQUEUE -&R, V$INSTANCE I;

Your output looks similar to the following:

Average TPS
-----------
        150

Determining the Average Network Traffic Created to Propagate a Transaction

Propagation of deferred transactions creates a certain amount of traffic on your network. Here, the network traffic created by a transaction is the number of bytes being sent and received and the number of network round trips needed to propagate the transaction.

A round trip is one or more consecutively sent messages followed by one or more consecutively received messages. For example, both of the following scenarios constitute only one round trip:

  • Site A sends one message to site B and then site B sends one message to site A.

  • Site A sends 20 messages to site B and then site B sends one message to site A.

These scenarios illustrate that the number of messages is irrelevant when evaluating the number of round trips, because the number of round trips is the number of back and forth communications between sites.

The following query shows the average network traffic created when propagating a transaction to the orc2.example.com remote master site:

COLUMN AV_BYTES HEADING 'Average Bytes' FORMAT 999999999
COLUMN AV_TRIPS HEADING 'Average Round Trips' FORMAT 9999999

SELECT  
 DECODE(TOTAL_TXN_COUNT, 0, 'No Transactions',
 ((TOTAL_BYTES_SENT + TOTAL_BYTES_RECEIVED) / TOTAL_TXN_COUNT)) AV_BYTES, 
 DECODE(TOTAL_TXN_COUNT, 0, 'No Transactions', 
 (TOTAL_ROUND_TRIPS / TOTAL_TXN_COUNT)) AV_TRIPS 
 FROM DEFSCHEDULE WHERE DBLINK = 'ORC2.EXAMPLE.COM';

Your output looks similar to the following:

Average Bytes          Average Round Trips
---------------------- -------------------
69621.5                5

Note:

  • If this query returns 'No transactions' in both columns, then no transactions have been propagated to the specified remote site since the statistics were last cleared.

  • This query returns results only if parallel propagation is used with the specified database link. To use parallel propagation, set the parallelism parameter to 1 or greater when you run the SCHEDULE_PUSH procedure in the DBMS_DEFER_SYS package.



See Also:


Determining the Average Amount of Time to Apply Transactions at Remote Sites

Average latency is the average number of seconds between the first call of a transaction on the current site and the confirmation that the transaction was applied at the remote site. The first call begins when the user makes the first data manipulation language (DML) change, not when the transaction is committed.

The following query shows the average latency for applying transactions at the remote master site orc2.example.com:

SELECT AVG_LATENCY "Average Latency" 
    FROM DEFSCHEDULE 
    WHERE DBLINK='ORC2.EXAMPLE.COM'; 

Your output looks similar to the following:

Average Latency
---------------
           25.5

Determining the Percentage of Time the Parallel Propagation Job Spends Sleeping

When the parallel propagation coordinator is inactive, it is sleeping. You control the amount of time that the propagation coordinator sleeps using the delay_seconds parameter in the DBMS_DEFER_SYS.PUSH procedure.

The following query shows the percentage of time that the parallel propagation coordinator spends sleeping when propagating transactions to the orc2.example.com remote master site:

SELECT DECODE(AVG_THROUGHPUT, 0, NULL, 
       ((TOTAL_SLEEP_TIME / (TOTAL_TXN_COUNT / AVG_THROUGHPUT)) * 100)) 
       "Percent Sleep Time" 
  FROM DEFSCHEDULE WHERE DBLINK = 'ORC2.EXAMPLE.COM'; 

Your output looks similar to the following:

Percent Sleep Time
------------------
                 2

In this case, the parallel propagation coordinator is active 98% of the time.


Note:

If this query returns a NULL, then no transactions have been propagated to the specified remote site since the statistics were last cleared or since the last database startup.

Clearing the Statistics for a Remote Master Site in the DEFSCHEDULE View

To clear the propagation statistics in the DEFSCHEDULE view for a particular remote master site, use the CLEAR_PROP_STATISTICS procedure in the DBMS_DEFER_SYS package. For example, to clear the propagation statistics for the orc2.example.com remote master site, run the following procedure:

BEGIN
  DBMS_DEFER_SYS.CLEAR_PROP_STATISTICS (
   dblink => 'ORC2.EXAMPLE.COM');
END;
/

Monitoring Parallel Propagation of Deferred Transactions Using V$REPLPROP

The V$REPLPROP dynamic performance view provides information about current parallel propagation sessions.


Note:

The V$REPLPROP dynamic performance view is only relevant if you are using parallel propagation of deferred transactions. If you are using serial propagation, then this view is empty.

Determining the Databases to Which You Are Propagating Deferred Transactions

Run the following query to list the database link of each database to which you are currently propagating deferred transactions using parallel propagation:

SELECT DBLINK "Database Link"
    FROM V$REPLPROP 
    WHERE NAME LIKE '%Coordinator%';

Your output looks similar to the following:

Database Link
-----------------
ORC2.EXAMPLE.COM
ORC3.EXAMPLE.COM

Determining the Transactions Currently Being Propagated to a Remote Master

You can list the following information about the transactions that are currently being propagated to a specified remote master site using parallel propagation:

  • The transaction identification number of each transaction.

  • The number of calls in each transaction.

  • The percentage of processed calls in each transaction. The number in this column becomes larger as the calls in the transaction are processed. When the number reaches 100, all of the calls are processed.

The following query displays this information:

SELECT /*+ ORDERED */ P.XID "Tran Being Propagated",
       (MAX(C.CALLNO) + 1) "Number of Calls in Tran",
       (P.SEQUENCE/MAX(C.CALLNO) + 1) * 100 "% Processed Calls"
   FROM V$REPLPROP P, DEFCALL C
   WHERE P.NAME LIKE '%SLAVE%'
   AND P.DBLINK = 'mv4.example.com'
   AND C.DEFERRED_TRAN_ID = P.XID
   GROUP BY P.XID, P.SEQUENCE;

Your output looks similar to the following:

Tran Being Propagated  Number of Calls in Tran % Processed Calls
---------------------- ----------------------- -----------------
1.11.4264                                43357               78
1.15.4256                                23554               49

The transaction identification numbers should change as existing transactions are pushed and new transactions are processed. This query can be particularly useful if the any of the following conditions apply to your replication environment:

  • You push a large number of transactions on a regular basis.

  • You have some transactions that are very large.

  • You are simulating continuous push using asynchronous propagation.

If the first two bullets apply to your replication environment, then you can run this query to check if the processes are pushing the transactions. In this type of environment, the processes do not exist when they are not pushing transactions.

In replication environments that are simulating continuous push, the processes exist whenever there are transactions to push in the deferred transactions queue. When there are no transactions to push, the processes might not exist. So, when there are transactions to push, you can use this query to ensure that the processes exist and are processing the transactions.


See Also:

Oracle Database Advanced Replication for more information about scheduling continuous push in your replication environment

PK ~R--PKy$AOEBPS/rarmastergroup.htm4U˪ Creating a Master Group

3 Creating a Master Group

This chapter illustrates how to create a master group at a master replication site.

This chapter contains these topics:

Overview of Creating a Master Group

After you have set up your master sites, you are ready to build a master group. As illustrated in Figure 3-2, you must follow a specific sequence to successfully build a replication environment.


See Also:

"Configuring the Replication Sites" for information about setting up master sites

In this chapter, you create the hr_repg master group and replicate the objects illustrated in Figure 3-1.

Figure 3-1 Replicate the Tables in the hr Schema Between All Sites

Description of Figure 3-1 follows
Description of "Figure 3-1 Replicate the Tables in the hr Schema Between All Sites"

Before You Start

In order for the script in this chapter to work as designed, it is assumed that the hr schema exists at orc1.example.com, orc2.example.com, and orc3.example.com. The hr schema includes the following database objects:

  • countries table

  • departments table

  • employees table

  • jobs table

  • job_history table

  • locations table

  • regions table

  • dept_location_ix index

  • emp_department_ix index

  • emp_job_ix index

  • emp_manager_ix index

  • jhist_department_ix index

  • jhist_employee_ix index

  • jhist_job_ix index

  • loc_country_ix index

The indexes listed are the indexes based on foreign key columns in the hr schema. When replicating tables with foreign key referential constraints, Oracle recommends that you always index foreign key columns and replicate these indexes, unless no updates and deletes are allowed in the parent table. Indexes are not replicated automatically.

By default, the hr schema is installed automatically when you install Oracle Database. The example script in this chapter assumes that the hr schema exists at all master sites and that the schema contains all of these database objects at each site. The example script also assumes that the tables contain the data that is inserted automatically during Oracle installation. If the hr schema is not installed at your replication sites, then you can install it manually.

Figure 3-2 Creating a Master Group

Description of Figure 3-2 follows
Description of "Figure 3-2 Creating a Master Group"


See Also:

Oracle Database Sample Schemas for information about the hr schema and the other sample schemas, and for information about installing the sample schemas manually

Creating a Master Group

Complete the following steps to create the hr_repg master group.


Note:

If you are viewing this document online, then you can copy the text from the "BEGINNING OF SCRIPT" line after this note to the "END OF SCRIPT" line into a text editor and then edit the text to create a script for your environment.

/************************* BEGINNING OF SCRIPT ******************************/

SET ECHO ON

SPOOL create_mg.out

CONNECT repadmin@orc1.example.com

/*
Step 1   Create the schema at master sites.

If the schema does not exist at all of the master sites participating in the master group, then create the schema now and grant it all of the necessary privileges. This example uses the hr schema, which is one of the sample schemas that are installed by default when you install Oracle. So, the hr schema should exist at all master sites.

*/

PAUSE Press <RETURN> to continue when the schema exists at all master sites.

/*
Step 2   Create the master group.

Use the CREATE_MASTER_REPGROUP procedure to define a new master group. When you add an object to your master group or perform other replication administrative tasks, you reference the master group name defined during this step. This step must be completed by the replication administrator.

*/

BEGIN
   DBMS_REPCAT.CREATE_MASTER_REPGROUP (
      gname => 'hr_repg');
END;
/

/*
Step 3   Add objects to master group.

Use the CREATE_MASTER_REPOBJECT procedure to add an object to your master group. In most cases, you probably will be adding tables and indexes to your master group, but you can also add procedures, views, synonyms, and so on.

*/

BEGIN
   DBMS_REPCAT.CREATE_MASTER_REPOBJECT (
      gname => 'hr_repg',
      type => 'TABLE',
      oname => 'countries',
      sname => 'hr',
      use_existing_object => TRUE,
      copy_rows => FALSE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MASTER_REPOBJECT (
      gname => 'hr_repg',
      type => 'TABLE',
      oname => 'departments',
      sname => 'hr',
      use_existing_object => TRUE,
      copy_rows => FALSE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MASTER_REPOBJECT (
      gname => 'hr_repg',
      type => 'TABLE',
      oname => 'employees',
      sname => 'hr',
      use_existing_object => TRUE,
      copy_rows => FALSE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MASTER_REPOBJECT (
      gname => 'hr_repg',
      type => 'TABLE',
      oname => 'jobs',
      sname => 'hr',
      use_existing_object => TRUE,
      copy_rows => FALSE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MASTER_REPOBJECT (
      gname => 'hr_repg',
      type => 'TABLE',
      oname => 'job_history',
      sname => 'hr',
      use_existing_object => TRUE,
      copy_rows => FALSE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MASTER_REPOBJECT (
      gname => 'hr_repg',
      type => 'TABLE',
      oname => 'locations',
      sname => 'hr',
      use_existing_object => TRUE,
      copy_rows => FALSE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MASTER_REPOBJECT (
      gname => 'hr_repg',
      type => 'TABLE',
      oname => 'regions',
      sname => 'hr',
      use_existing_object => TRUE,
      copy_rows => FALSE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MASTER_REPOBJECT (
      gname => 'hr_repg',
      type => 'INDEX',
      oname => 'dept_location_ix',
      sname => 'hr',
      use_existing_object => TRUE,
      copy_rows => FALSE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MASTER_REPOBJECT (
      gname => 'hr_repg',
      type => 'INDEX',
      oname => 'emp_department_ix',
      sname => 'hr',
      use_existing_object => TRUE,
      copy_rows => FALSE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MASTER_REPOBJECT (
      gname => 'hr_repg',
      type => 'INDEX',
      oname => 'emp_job_ix',
      sname => 'hr',
      use_existing_object => TRUE,
      copy_rows => FALSE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MASTER_REPOBJECT (
      gname => 'hr_repg',
      type => 'INDEX',
      oname => 'emp_manager_ix',
      sname => 'hr',
      use_existing_object => TRUE,
      copy_rows => FALSE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MASTER_REPOBJECT (
      gname => 'hr_repg',
      type => 'INDEX',
      oname => 'jhist_department_ix',
      sname => 'hr',
      use_existing_object => TRUE,
      copy_rows => FALSE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MASTER_REPOBJECT (
      gname => 'hr_repg',
      type => 'INDEX',
      oname => 'jhist_employee_ix',
      sname => 'hr',
      use_existing_object => TRUE,
      copy_rows => FALSE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MASTER_REPOBJECT (
      gname => 'hr_repg',
      type => 'INDEX',
      oname => 'jhist_job_ix',
      sname => 'hr',
      use_existing_object => TRUE,
      copy_rows => FALSE);
END;
/

BEGIN
   DBMS_REPCAT.CREATE_MASTER_REPOBJECT (
      gname => 'hr_repg',
      type => 'INDEX',
      oname => 'loc_country_ix',
      sname => 'hr',
      use_existing_object => TRUE,
      copy_rows => FALSE);
END;
/

/*
Step 4   Add additional master sites.

After you have defined your master group at the master definition site (the site where the master group was created becomes the master definition site by default), you can define the other sites that will participate in the replication environment. You might have guessed that you will be adding the orc2.example.com and orc3.example.com sites to the replication environment. This example creates the master group at all master sites, but you have the option of creating the master group at one master site now and adding additional master sites later without quiescing the database. In this case, you can skip this step.

In this example, the use_existing_objects parameter in the ADD_MASTER_DATABASE procedure is set to TRUE because it is assumed that the hr schema exists at all master sites. In other words, it is assumed that the objects in the hr schema are precreated at all master sites. Also, the copy_rows parameter is set to FALSE because it is assumed that the identical data is stored in the tables at each master site.


Note:

When adding a master site to a master group that contains tables with circular dependencies or a table that contains a self-referential constraint, you must precreate the table definitions and manually load the data at the new master site. The following is an example of a circular dependency: Table A has a foreign key constraint on table B, and table B has a foreign key constraint on table A.

*/

BEGIN
   DBMS_REPCAT.ADD_MASTER_DATABASE (
      gname => 'hr_repg',
      master => 'orc2.example.com',
      use_existing_objects => TRUE,
      copy_rows => FALSE,
      propagation_mode => 'ASYNCHRONOUS');
END;
/

/*

Note:

You should wait until orc2.example.com appears in the DBA_REPSITES view before continuing. Execute the following SELECT statement in another SQL*Plus session to ensure that orc2.example.com has appeared:
SELECT DBLINK FROM DBA_REPSITES WHERE GNAME = 'HR_REPG';

*/

PAUSE Press <RETURN> to continue.

BEGIN
   DBMS_REPCAT.ADD_MASTER_DATABASE (
      gname => 'hr_repg',
      master => 'orc3.example.com',
      use_existing_objects => TRUE,
      copy_rows => FALSE,
      propagation_mode => 'ASYNCHRONOUS');
END;
/

/*

Note:

You should wait until orc3.example.com appears in the DBA_REPSITES view before continuing. Execute the following SELECT statement in another SQL*Plus session to ensure that orc3.example.com has appeared:
SELECT DBLINK FROM DBA_REPSITES WHERE GNAME = 'HR_REPG';

*/

PAUSE Press <RETURN> to continue.

/*
Step 5   If conflicts are possible, then configure conflict resolution methods.

See Also:

Chapter 6, "Configuring Conflict Resolution" for information about configuring conflict resolution methods

*/

PAUSE Press <RETURN> to continue after configuring conflict resolution methods 
or if no conflict resolution methods are required.

/*
Step 6   Generate replication support.
*/
BEGIN 
    DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
      sname => 'hr',
      oname => 'countries', 
      type => 'TABLE',
      min_communication => TRUE); 
END;
/

BEGIN 
    DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
      sname => 'hr',
      oname => 'departments', 
      type => 'TABLE',
      min_communication => TRUE); 
END;
/

BEGIN 
    DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
      sname => 'hr',
      oname => 'employees', 
      type => 'TABLE',
      min_communication => TRUE); 
END;
/

BEGIN 
    DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
      sname => 'hr',
      oname => 'jobs', 
      type => 'TABLE',
      min_communication => TRUE); 
END;
/

BEGIN 
    DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
      sname => 'hr',
      oname => 'job_history', 
      type => 'TABLE',
      min_communication => TRUE); 
END;
/

BEGIN 
    DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
      sname => 'hr',
      oname => 'locations', 
      type => 'TABLE',
      min_communication => TRUE); 
END;
/

BEGIN 
    DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
      sname => 'hr',
      oname => 'regions', 
      type => 'TABLE',
      min_communication => TRUE); 
END;
/

/*

Note:

You should wait until the DBA_REPCATLOG view is empty before resuming master activity. Execute the following SELECT statement to monitor your DBA_REPCATLOG view:
SELECT COUNT(*) FROM DBA_REPCATLOG WHERE GNAME = 'HR_REPG';

*/

PAUSE Press <RETURN> to continue.

/*
Step 7   Start replication.

After creating your master group, adding replication objects, generating replication support, and adding additional master databases, you must start replication activity. Use the RESUME_MASTER_ACTIVITY procedure to "turn on" replication for the specified master group.

*/

BEGIN 
   DBMS_REPCAT.RESUME_MASTER_ACTIVITY (
      gname => 'hr_repg'); 
END;
/

SET ECHO OFF

SPOOL OFF

/************************* END OF SCRIPT **********************************/
PK]9U4UPK y$Aoa,mimetypePKy$Ahc:iTunesMetadata.plistPKy$AYuMETA-INF/container.xmlPKy$AƇOEBPS/rarrcatviews.htmPKy$A0&11##OEBPS/rarapi.htmPKy$A[pTOOEBPS/cover.htmPKy$A{}OEBPS/raroverview.htmPKy$A+d:&^OEBPS/rarmanmaster.htmPKy$A|܉OEBPS/title.htmPKy$Aǒ>{{OEBPS/rarrcatadminpac.htmPKy$AW,mmOEBPS/rarrectdifpac.htmPKy$A A.2.OEBPS/rarconflictres.htmPKy$Ade[OEBPS/rarmanage.htmPKy$AJPQjLj-jOEBPS/rarsec.htmPKy$AFlje!`!OEBPS/rarsnapviews.htmPKy$A_~teOEBPS/raroffogpac.htmPKy$Apٻ"!& OEBPS/preface.htmPKy$Anwe OEBPS/index.htmPKy$AXmL OEBPS/img/repma022.gifPKy$AwЄQQ OEBPS/img/repma007.gifPKy$A LDN?N ? OEBPS/img/repma004.gifPKy$Ad{ OEBPS/img/repma012.gifPKy$AȺqS OEBPS/img/repma014.gifPKy$A>(dbQSQ}OEBPS/img/repma002.gifPKy$ATEO@O#`OEBPS/img/repma005.gifPKy$AIo%;;OEBPS/img/repma025.gifPKy$A5JKeFeOEBPS/img/repma003.gifPKy$AiW2yPQOEBPS/img/repma009.gifPKy$A_ߚrhOEBPS/img/repma015.gifPKy$A[hh͉OEBPS/img/repma011.gifPKy$A<LgGgOEBPS/img/repma024.gifPKy$AVwV:0cZOEBPS/img/repma008.gifPKy$A`.S)S7OEBPS/img/repma006.gifPKy$A:&$SOEBPS/img/repma026.gifPKy$A|3vv!OEBPS/img/repma001.gifPKy$A=zpOEBPS/img/repma027.gifPKy$A&=ittfOEBPS/img/repma023.gifPKy$Aʳ@OEBPS/img/repma017.gifPKy$ATrq_l_,4OEBPS/rarrcatinstantpac.htmPKy$A7;OEBPS/img_text/repma008.htmPKy$A-(NOEBPS/img_text/repma001.htmPKy$A$ ;ĝOEBPS/img_text/repma023.htmPKy$AqOEBPS/img_text/repma024.htmPKy$AfkEOEBPS/img_text/repma015.htmPKy$A$UPOEBPS/img_text/repma009.htmPKy$A4@OEBPS/img_text/repma011.htmPKy$A/qqOEBPS/img_text/repma002.htmPKy$A0)OEBPS/img_text/repma007.htmPKy$Asx-OEBPS/img_text/repma027.htmPKy$A=3OEBPS/img_text/repma012.htmPKy$A];OEBPS/img_text/repma004.htmPKy$A:?OEBPS/img_text/repma006.htmPKy$A/ONIBOEBPS/img_text/repma025.htmPKy$A<<$7$3EOEBPS/img_text/repma003.htmPKy$A|X|ԜiOEBPS/img_text/repma026.htmPKy$AEC>pOEBPS/img_text/repma014.htmPKy$A:!lcmhvOEBPS/img_text/repma022.htmPKy$AtTl}OEBPS/img_text/repma017.htmPKy$AW[#|wOEBPS/img_text/repma005.htmPKy$Ac>PFSOEBPS/rarrepsite.htmPKy$A ^bOEBPS/rarrcatrgtpac.htmPKy$ANW'*:OEBPS/rarrcatpac.htmPKy$A`yQyO"OEBPS/rardefsyspac.htmPKy$AÓk;;7#OEBPS/rardynviews.htmPKy$A8*7%7q$OEBPS/rarreputilpac.htmPKy$AU <$OEBPS/toc.ncxPKy$ArvvW$OEBPS/raruserconflictres.htmPKy$ASVL$OEBPS/rardefquerypac.htmPKy$Aީq|%OEBPS/rarpart1.htmPKy$A!vKm