Oracle error code and modification summary, oracle error code Summary

Source: Internet
Author: User

Oracle error code and modification summary, oracle error code Summary

The RA-00903 is not valid and the table name tries to create an index in a non-existent table. Set the correct table name.

The ORA-00904's invalid identifier attempts to create an index in a column that does not exist. Check the column name in the table and determine the column name to be used.

A list of indexed ORA-01408 has attempted to create an index, and a column set with the same order already exists. Make sure that the column has the correct order. If the index already exists, you do not need to create the index again.

An attempt to create an index in a tablespace that does not exist already exists in the ORA-00959 tablespace. Use the DBA_TABLESPACES or USER_TABLESPACES view to find the correct tablespace name.

The index specified by the ORA-01418 does not exist trying to delete an index that does not exist. Check the ALL_INDEXES view to determine the actual name of the index to be deleted.

ORA-01631, the largest partition index extension that can be reached in the ORA-01632 index exceeds the value set by maxextents, the extension operation fails. In this case, you need to increase the maxextents setting value of the index or use a larger initial and next setting values to recreate the index.

A database with a ORA-01467 sortkey that is too long has a sorting operation problem. These problems may be caused by sorting too many columns, or by using too many group functions, or by running errors of the ORACLE database itself. The order by clause should be used to reduce the number of columns, because this sorting operation is limited BY the block size of the database. Note that this error is irrelevant to sort_area_size.

The ORA-01031 has insufficient permissions to create the index and is incorrect. If you create an index in another mode except your own mode, you must have the create any index permission. If you create a function-based index, you must have the query rewrite permission.

The ORA-01654 cannot extend objects in tablespaces "Data attempts to add additional partitions to the listed indexes, and this operation fails because:

1. The free space in the tablespace is exhausted.

2. There are not enough adjacent data files in the tablespace.

3. the value set by Pctincrease is incorrect.

The solution includes adding space to the tablespace or resetting the next parameter value for the index ".

The ORA-02243's option for modifying indexes or modifying materialized views is invalid using the alter index Command with syntax errors. Check the command correctness and correct the command.

The ORA-02429 cannot delete an index that is used to force a unique key/primary key constraint to try to delete an index that is used to force a table's primary key or unique key constraint. You need to delete the constraint to delete the index.

The ORA-01452 cannot create a unique index trying to create a unique index in a table, and the rows in the index are not unique. This error may also occur when you attempt to re-create an UNUSABLE index and the failed data loading operation creates a duplicate key.

The ORA-0922 lacks the option or the invalid option tries to use the invalid option to create the view. Check to ensure that the video constraints are correctly defined, including the use of the disable novalidate key.

A ORA-0942 table or view does not exist creating a view in a table that does not exist. Check whether the syntax of the create view statement is correct.

The ORA-1779 cannot modify columns mapped to a non-key-retained table to attempt to execute DML statements on a view that is not retained. Check the syntax of the statements used in the view to determine the reason for no key retention. Check whether all tables in this view have primary keys. Rewrite and recreate the view, and then re-execute the DML statement.

A unique key or primary key already exists in the ORA-2261 table to create view constraints on the view, but similar constraints already exist.

ORA-2443 cannot delete constraint -- a constraint that does not exist tries to delete a constraint that does not exist.

Incorrect ORA-4031 view view_name the view to be used is invalid. Recompile the view and run the show errors command to determine the cause of the problem. The table, process, or function to be called by the view is missing.

The ORA-00904 invalid identifier issues a statement that references a column that does not exist in the referenced object. For example, try to create a cluster without a cluster key.

The ORA-00906 missing the left parenthesis has a syntax error in the statement in use. Find out the error and run the statement again after modification.

The ORA-00907 missing the right parenthesis has a syntax error in the statement being used. Find out the error and run the statement again after modification.

The ORA-00941 missing the cluster name forgot to include the cluster name in the create cluster command

The ORA-00943 cluster does not have an alter cluster or drop cluster statement issued to a nonexistent cluster

An insufficient number of columns in the ORA-00944 cluster attempts to create tables that are added to the cluster, but the table does not contain enough columns to match the cluster.

The column specified in the ORA-00945 cluster does not exist attempting to create a table that is added to the cluster, but does not specify the correct column in the cluster.

The ORA-00951 is trying to delete a non-empty cluster. You should delete the tables added to the cluster or use the including table clause to solve the problem.

The name that the ORA-00955 wants to use is being used by an existing object by the name that you want to use already exists in the tablespace. Determine which object is using this name, and then determine whether to rename the object or the created table.

ORA-00959 tablespace does not exist trying to create objects in a nonexistent tablespace. Check the name of the tablespace used in the create statement or CREATE the tablespace.

ORA-01031 permissions are insufficient to have sufficient permissions to perform request operations. The database administrator should use the GRANT command to GRANT appropriate permissions.

The ORA-01447 alter table command cannot be used for Column Operations in a cluster the columns specified in the alter table modify command are part of the cluster key and cannot be modified in the cluster key.

The ORA-01655 cannot expand the cluster in the tablespace that is listed does not have enough space to allocate to another partition. Allocate more space to the tablespace.

The ORA-01656 reaches the largest area code in the cluster and the area code in the cluster has reached the maximum value of the specified area code. Use the alter cluster command to change the maximum area number allowed in the CLUSTER Storage parameters to a larger number.

The cluster used by the ORA-01701 is not suitable for attempting to specify the cluster name in the statement, and the cluster is not allowed to appear in the statement. You need to modify this statement to solve the problem.

The ORA-01715 UNIQUE clause cannot be used in a cluster index to try to use the UNIQUE clause to create a cluster index. This operation is not allowed.

The ORA-01716 is incompatible with the column definitions in the cluster and tries to add a table to the cluster, the data type of the table column is different from that of the column of the cluster key. You can solve this problem by using different column data types or matching the data types.

The ORA-01769 uses the CLUSTER option multiple times to indicate that two or more CLUSTER clauses are attempted to be specified when creating a table for addition to a CLUSTER. Only one CLUSTER clause should be used.

The ORA-01770 does not allow the CLUSTER option to appear in the create cluster command to try to add a CLUSTER clause in the create cluster command. Delete the clause.

The ORA-01771 contains illegal options when using the ALTER or CREATE command in the Cluster's table, attempting to include one of the following options:

Intrans \ maxtrans \ pctfree \ pctused \ storage \ tablespace. these options can only be used in the ALTER command or CREATE command of the cluster, but not in the ALTER command or CREATE command of the table in the cluster.

The ORA-01782 cannot specify the UNRECOVERABLE clause for the cluster or tables in the cluster to try to use the UNRECOVERABLE clause to create the cluster. This operation is not allowed.

The maximum number of cluster key columns for the ORA-01794 cluster is 32 and the number of cluster key columns used by the cluster creation exceeds 32. You can create a cluster with a maximum of 32 cluster keys.

The cluster index that the ORA-02033 created for the cluster already exists and the index to be created on the cluster already exists.

The ORA-2202 does not allow more tables to be added to the cluster than 32. You can use up to 32 tables in a cluster.

The cluster name that is invalid for the ORA-02227 contains an invalid cluster name in the statement. Use a valid cluster name.

The ORA-02228 appears multiple times the SIZE clause contains two or more SIZE clauses in the statement. Only one SIZE clause should be used.

The SIZE value specified by the SIZE Option value that is invalid for the ORA-02229 is invalid. Correct SIZE value should be used

The table that the ORA-03292 performs the truncation operation is part of the cluster and the table that you want to perform the truncation operation is part of the cluster. This operation is not allowed. Use the truncate cluster command to solve this problem.

The name that the ORA-00955 wants to use is being used by an existing object and the name that is trying to assign to the sequence is already used by the object in the database namespace. Make sure that the sequence does not exist in the namespace.

ORA-04003 sequence Parameter start with exceeds the allowed maximum size (28 BITs) select to use a smaller start with parameter value.

The ORA-08004 serial number exceeds the value of MAXVALUE, and it cannot be instantiated that the sequence has used up all available serial numbers in the given sequence. You can choose to delete or recreate a sequence. You can use the alter sequence command to increase the value of MAXVALUE for the SEQUENCE, or use alter sequence cycle to allow index loops.

ORA-02287 this location does not allow serial numbers to be used to try to use sequences on locations where sequences are not allowed in SQL. Check the SQL statement and find the invalid serial number used in the statement.

Number that is not valid for the ORA-01722 this error typically indicates that an incorrect syntax is used in the create sequence command. Check the command to make sure that the command is executed correctly.

ORA-01031 permissions are insufficient and do not have the permissions required to create a sequence. Grant appropriate permissions to the database administrator and then re-execute the create operation.

A descending sequence of the ORA-04014 CYCLE type must specify the MINVALUE parameter to define a descending sequence and define the sequence type as the CYCLE type. You need to add the MINVALUE parameter to specify when the sequence will be cyclically executed.

The incremental sequence of the ORA-04015 CYCLE type must specify the MAXVALUE parameter to define an incremental sequence and define the sequence type as the CYCLE type. You need to add the MAXVALE parameter to specify when the sequence will be cyclically executed.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.