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 |
ORA-24326: handle passed in is already initialized
ORA-19573: cannot obtain string enqueue for datafile string
ORA-31405: cannot make changes while change set string is advancing
ORA-12534: TNS:operation not supported
PLS-00369: no choices may appear with choice OTHERS in an exception handler
ORA-02494: invalid or missing maximum file size in MAXSIZE clause
ORA-06713: TLI Driver: error on connect
ORA-14514: LOCAL option not valid without subpartition name
ORA-27148: spawn wait error
ORA-02465: Inappropriate use of the HASH IS option
ORA-16132: An error occurred during activation of the standby.
ORA-12333: database (link name string) is not mounted