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

SQL*Loader-00954: Error shipping index to read buffer across 2-task

1 Answers  


ORA-19809: limit exceeded for recovery files

1 Answers  


ORA-02473: Error while evaluating the cluster's hash expression.

1 Answers  


ORA-09918: Unable to get user privileges from SQL*Net

1 Answers  


ORA-02272: constrained column cannot be of LONG datatype

1 Answers  






PLS-00324: cursor attribute may not be applied to non-cursor 'string'

1 Answers  


PCC-02339: host variables cannot be of union types

1 Answers  


ORA-25469: data not specified for alias: string column name: string

1 Answers  


ORA-32763: Turn off N-Pass Temp LOB cleanup

1 Answers  


DRG-12226: a field section named string already exists in this section group

1 Answers  


ORA-27200: skgfpgo: sbtpcstart returned error

1 Answers  


NNO-00112: line string: ignored duplicate data of type "string"

1 Answers  


Categories