Oracle7 Server Distributed Systems Volume II: Replicated Data

Contents Index Home Previous Next

Obsolete Procedures

This section lists procedures in the DBMS_REPCAT and DBMS_REPCAT_ADMIN packages that are obsolete with this release and lists their replacements. Although the advanced replication option is upwardly compatible with previous releases, you should revise any replication scripts that you have created as soon as possible.

The procedures listed in the "Old Procedure Name" column of Table A - 1 have been replaced by the procedures listed in the "New Procedure Name" column. These changes are the result of the addition of object groups in the current release. The procedures in the "Old Procedure Name" column are simply wrappers for the procedures in the "New Procedure Name" column. For example, if you call CREATE_MASTER_REPSCHEMA, this procedure simply calls CREATE_MASTER_REPGROUP. The new replicated object group is assigned the same name as the schema name that you passed to the CREATE_MASTER_REPSCHEMA procedure.

Old Procedure Name New Procedure Name
comment_on_repschema comment_on_repsites
comment_on_repcat comment_on_repgroup
drop_master_repschema drop_master_repgroup
create_snapshot_repschema create_snapshot_repgroup
drop_snapshot_repschema drop_snapshot_repgroup
refresh_snapshot_repschema refresh_snapshot_repgroup
create_master_repschema create_master_repgroup
Table A - 1. DBMS_REPCAT Obsolete Procedures

Table A - 2 lists the obsolete procedures in the DBMS_REPCAT_ADMIN package.

Old Procedure Name New Procedure Name
grant_admin_any_repschema grant_admin_any_repgroup
revoke_admin_any_repschema revoke_admin_any_repgroup
grant_admin_repschema grant_admin_repgroup
revoke_admin_repschema revoke_admin_repgroup
Table A - 2. DBMS_REPCAT_ADMIN Obsolete Procedures


Contents Index Home Previous Next