ORA-01795

ORA-01795: maximum number of expressions in a list is 1000 tips



Cause: More than 254 columns or expressions were specified in a list.


Action: Remove some of the expressions from the list.

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...