My Oracle Support Banner

ORA-00904 Generates When Creating Table Whose Column Name is Oracle Reserved Word (Doc ID 2569334.1)

Last updated on JULY 20, 2024

Applies to:

Oracle Database - Enterprise Edition - Version 11.2.0.4 and later
Information in this document applies to any platform.

Symptoms

Create table fails with ORA-00904: : invalid identifier

SQL> create table test (ROWID ROWID);
create table test (ROWID ROWID)
                   *
ERROR at line 1:
ORA-00904: : invalid identifier

Changes

 

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


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