My Oracle Support Banner

ORA-26786 / ORA-1403 After New Column Added to Table with Default Value (Doc ID 1529239.1)

Last updated on APRIL 09, 2020

Applies to:

Oracle Database - Enterprise Edition - Version 11.2.0.2 to 11.2.0.3 [Release 11.2]
Oracle 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

The Apply process generates errors : ORA-26786 and ORA-01403 on a table which has recently had a
column added with non null default value specified.

Starting with release 11.1, if a new column is added , the existing rows in the table are not immediately updated . This
allows the addition of the column to complete quickly. In view of this a record must be kept of the fact that when Oracle
subsequently access a row it needs to take account of the new default column value.

To achieve this sys.col$.property , bitmask 0x40000000 will be set (1073741824) for the table /object concerned to indicate
that the table has had a new column added with non null default setting.

Changes

Additional column added to table

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


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.