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:

How to add a datafile to a bigfile tablespace in Oracle 23ai Database.

  Syntax for Bigfile Tablespace: SQL > ALTER TABLESPACE tablespace_name ADD DATAFILE SIZE 10G AUTOEXTEND ON NEXT 1G MAXSIZE UNLIMITED; Ho...