ORA-23320 Executing DBMS_REPCAT.MAKE_COLUMN_GROUP
(Doc ID 1303669.1)
Last updated on FEBRUARY 21, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.1 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
BEGIN dbms_repcat.make_column_group('<sname>','<table>','<column_Group>','*'); END;
Error at line 1
ORA-23320: the request failed because of values <Column_name>,<table_name>,<gname> and (during add_grouped_column)
ORA-06512: at "SYS.DBMS_REPCAT_CONF", line 2382
ORA-06512: at "SYS.DBMS_REPCAT", line 776
ORA-06512: at line 1
Error at line 1
ORA-23320: the request failed because of values <Column_name>,<table_name>,<gname> and (during add_grouped_column)
ORA-06512: at "SYS.DBMS_REPCAT_CONF", line 2382
ORA-06512: at "SYS.DBMS_REPCAT", line 776
ORA-06512: at line 1
Changes
A new column is added with a non-null default value,
Example:
alter TABLE <table_name> add <column_name> VARCHAR2(1) DEFAULT 'N' NOT NULL;
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |