Assigning Sequence.nextval To A Column Value fails with ORA-00984
(Doc ID 1932103.1)
Last updated on JANUARY 05, 2020
Applies to:
Oracle Database - Standard Edition - Version 11.2.0.4 and laterInformation in this document applies to any platform.
Symptoms
ALTER TABLE table_name MODIFY column_name DEFAULT SEQUENCE.nextval
*
ERROR at line 1:
ORA-00984: column not allowed here
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 |
Cause |
Solution |