My Oracle Support Banner

Insert into Table Named CONTAINERS Fails with Ora-942 or Ora-2000 In 12.1.0.2 (Doc ID 1982759.1)

Last updated on JANUARY 06, 2025

Applies to:

Oracle Database Cloud Exadata Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Oracle Database Cloud Service - Version N/A and later
Oracle Database - Enterprise Edition - Version 12.1.0.2 and later
Oracle Database Cloud Schema Service - Version N/A and later
Information in this document applies to any platform.

Symptoms

Insert into table named CONTAINERS fails with:

ORA-02000 missing keyword

But when prefixed with schema name, it works fine.

insert into containers (column1,2 ...) values( value1,2....)  ====> Fails with error ORA-02000

insert into RLOG.containers (column1,2 ...) values( value1,2....)  ====> Works Fine

Changes

 Database was upgraded to 12.1.0.2

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.