ORA-01792: maximum number of columns in a table or view is 1000



ORA-01792: maximum number of columns in a table or view is 1000..

Answer / guest

Cause: An attempt was made to create a table or view with
more than 1000 columns, or to add more columns to a table or
view which pushes it over the maximum allowable limit of
1000. Note that unused columns in the table are counted
toward the 1000 column limit.

Action: If the error is a result of a CREATE command, then
reduce the number of columns in the command and resubmit. If
the error is a result of an ALTER TABLE command, then there
are two options: 1) If the table contained unused columns,
remove them by executing ALTER TABLE DROP UNUSED COLUMNS
before adding new columns; 2) Reduce the number of columns
in the command and resubmit.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Oracle Errors Interview Questions

UDE-00053: unrecognized client command 'string'

1 Answers  


ORA-01926: cannot GRANT to a role WITH GRANT OPTION

1 Answers  


DRG-50864: number assignment failed

1 Answers  


ORA-06803: TLI Driver: the IPX device file could not be opened

1 Answers  


ORA-12068: updatable mview log for mview "string"."string" does not exist

1 Answers  


TNS-00532: No previous async operation to wait on

1 Answers  


ORA-22292: Cannot open a LOB in read-write mode without a transaction

1 Answers  


DRG-11116: value of string must be less than or equal to value of string

1 Answers  


ORA-23612: unable to find tablespace "string"

1 Answers  


ORA-16053: DB_UNIQUE_NAME string is not in the Data Guard Configuration

1 Answers  


LSX-00130: attribute "processContents" has invalid value "~S"

1 Answers  


ORA-12061: invalid ALTER MATERIALIZED VIEW option

1 Answers  


Categories