Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

DBMS_REPCAT, 53 of 69


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 48-108 REGISTER_MVIEW_REPGROUP Procedure Parameters
Parameter  Description 
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 48-109 REGISTER_MVIEW_REPGROUP Procedure Exceptions
Exception  Description 
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 already exists. 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback