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

ORA-28593: agent control utility: command terminated with error

1 Answers  


ORA-22317: typecode number is not legal as a number type

1 Answers  


RMAN-06180: incremental backups require Enterprise Edition

1 Answers  


ORA-08114: can not alter a fake index

1 Answers  


ORA-16567: Data Guard broker internal parser error at "string"

1 Answers  






ORA-00085: current call does not exist

1 Answers  


SQL*Loader-00108: Invalid number of logical records to load

1 Answers  


ORA-25198: only range, list, and hash partitioning are supported for index-organized table

1 Answers  


NNL-00548: Displays update request statistics

1 Answers  


RMAN-06582: AS COPY option cannot be used when backing up backupsets

1 Answers  


ORA-12505: TNS:listener does not currently know of SID given in connect descriptor

1 Answers  


RMAN-06030: the DELETE [ALL] INPUT option may not be used with a datafile backup set

1 Answers  


Categories