ORA 2253


OERR: ORA 2253 constraint specification not allowed here [ID 19486.1]


Error:  ORA 2253 
Text:   constraint specification not allowed here 
-------------------------------------------------------------------------------
Cause:  A constraint specification is not allowed at this point in the 
        statement.
Action: Remove or relocate the constraint specification and try again.

No comments:

ORA-00059: Maximum Number Of DB_FILES Exceeded in 19C database

When I am adding datafile to my 19C database facing the below error. SQL> alter tablespace DATA  add datafile '/u01/data/data15.dbf&#...