| Oracle® Database Advanced Rep
lication Management API Reference 10g Release 1 (10.1) Part Number B10733-01 |
|
|
View PDF |
This procedure updates the comment field in the D
BA_REPCOLUMN_GROUP view for a column group. This comment is not added at all master sites until the next call to DBMS_RE
PCAT.GENERATE_REPLICATION_SUPPORT.
DBMS_REPCAT.COMMENT_ON_COLUMN_GROUP ( a> sname IN VARCHAR2, oname IN VARCHAR2, column_group IN VARCHAR2, comment IN VARCHAR2);
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
N ame of the column group.
comment
Text of the updated comment that you want include
d in the GROUP_COMMENT field of the DBA_REPCOLUMN_GROUP view.
| Exception | Description | < /tr>
|---|---|
nonmaster def |
Invocation site is not the master definition site. |
missinggroup |
<
td class="Formal">
|
missingobj |
Object is missing. |