{"id":2124,"date":"2016-08-18T13:50:06","date_gmt":"2016-08-18T10:50:06","guid":{"rendered":"http:\/\/www.fatihacar.com\/blog\/?p=2124"},"modified":"2016-12-13T13:51:32","modified_gmt":"2016-12-13T10:51:32","slug":"oracle-12c-r2-error-codes-and-solution-suggestions-from-ora-02300-to-ora-02500","status":"publish","type":"post","link":"http:\/\/www.fatihacar.com\/blog\/oracle-12c-r2-error-codes-and-solution-suggestions-from-ora-02300-to-ora-02500\/","title":{"rendered":"Oracle 12c R2 Error Codes and Solution Suggestions from ORA-02300 to ORA-02500"},"content":{"rendered":"<p><strong>Oracle 12c R2 Error Codes and Solution Suggestions from ORA-02300 to ORA-02500<\/strong><\/p>\n<dl>\n<dt><span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02300: invalid value for OIDGENERATORS<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0A number was not specified for the value of OIDGENERATORS.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Specify a number for OIDGENERATORS.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-9E392DF2-CA0C-4BE8-9DF0-4FC25C535C77\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02301: maximum number of OIDGENERATORS is 255<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0A number greater than 255 was specified for the value of OIDGENERATORS.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Make sure the number specified for OIDGENERATORS does not exceed 255.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-E77AC964-1014-4913-9B56-73484900AA43\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02302: invalid or missing type name<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An invalid or missing type name was entered in a statement.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Enter a valid type name in the statement and retry the operation.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-FAB704EA-203F-4F64-9888-86A9F80E9F86\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02303: cannot drop or replace a type with type or table dependents<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to drop or replace a type that has type or table dependents.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0For DROP TYPE, drop all type(s) and table(s) depending on the type and then retry the operation, or use the FORCE option. For CREATE TYPE, drop all type(s) and table(s) depending on the type and then retry the operation, or drop all table(s) depending on the type and retry with the FORCE option.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-9256DEE9-2DF4-4A8C-AC66-FF87AA81B2CE\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02304: invalid object identifier literal<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to enter an object identifier literal for CREATE TYPE that is either: &#8211; not a string of 32 hexadecimal characters &#8211; an object identifier that already identifies an existing object &#8211; an object identifier different from the original object identifier already assigned to the type<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Do not specify the object identifier clause or specify a 32 hexadecimal-character object identifier literal that is unique or identical to the originally assigned object identifier. Then retry the operation.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-88690036-8658-452F-BCEC-8A514E2AFD9A\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02305: only EXECUTE, DEBUG, and UNDER privileges are valid for types<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to GRANT or REVOKE an invalid privilege (not EXECUTE, DEBUG, or UNDER) on a type.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0GRANT or REVOKE only the EXECUTE, DEBUG, or UNDER privilege on types.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-26E86C1D-C960-47A1-8D06-A20D509F4234\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02306: cannot create a type that already has valid dependent(s)<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to create a type that already has some valid dependent(s) (these dependents depend on the fact that the type does not exist).<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Drop the dependents first before creating the type, or do not create the type.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-84DDBD79-9302-46BE-A00A-6F9F626E6BD7\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02307: cannot alter with REPLACE option a type that is not valid<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to ALTER with REPLACE option a type that is not valid.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Use the CREATE OR REPLACE TYPE command to modify the type.<\/span><\/span><br \/>\n<!--more--><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-D9C2FF73-1A69-4AAB-A013-27E173254FA1\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02308: invalid option\u00a0<i>string<\/i>\u00a0for object type column<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to specify an invalid option, such as PACKED or UNPACKED, for the object type column.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Remove the invalid option from column specification and retry the operation.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-C623725A-4473-4D3A-A5B8-C61E58E8BEEA\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02309: atomic NULL violation<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to acess the attributes of a NULL object instance.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Ensure that the object instance is non-NULL before accessing.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-F6B880A8-A695-467B-8601-5630761FE585\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02310: exceeded maximum number of allowable columns in table<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The attributes in the object type column exceeded the maximum number of columns allowed in a table.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Specify fewer attributes for the object type and retry the operation.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-1872E490-74AB-459F-82C5-B7747FA05A98\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02311: cannot alter with COMPILE option a valid type with type or table dependents<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to ALTER with COMPILE option a type that is valid and has type or table dependents.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0No need to perform this operation.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-127627D9-54B4-4515-A52D-05141139A9FC\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02313: object type contains non-queryable type\u00a0<i>string<\/i>\u00a0attribute<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The specified object type contains a nested attribute whose type is non-queryable.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Use an object type with queryable attribute types.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-E78DC4F3-23A3-46C8-A5C1-C61B0A5C0F05\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02314: illegal use of type constructor<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The statement contains an illegal use of a type constructor.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Refer to the SQL Reference manual for the correct statement syntax.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-4E3A68FD-9D6A-47D4-8BA3-3D8DF5A77A1F\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02315: incorrect number of arguments for default constructor<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The number of arguments specified for the default constructor doesn&#8217;t match the number of attributes of the object type.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Specify the correct number of arguments for the default constructor and retry the operation.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-20C38D66-3E12-4CE1-88E0-4128CD619E74\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02320: failure in creating storage table for nested table column\u00a0<i>string<\/i><\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An error occurred while creating the storage table for the specified nested table column.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0See the messages that follow for more details. If the situation they describe can be corrected, do so; otherwise contact Oracle Support.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-8C4EAF3F-1A4B-451C-9924-4BB1E5DAD7B2\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02322: failure in accessing storage table of the nested table column<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An error occured while performing DML on the storage table of the nested table column.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0If the situation described in the following messages can be corrected, do so; otherwise contact Oracle Support.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-497A4BAF-BC01-48DA-B0BE-9979D7D6479D\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02324: more than one column in the SELECT list of THE subquery<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0More than one column was selected in the THE subquery.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Specify only one column in the SELECT list of the THE subquery and retry the operation.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-662CB35A-B972-49C5-90E4-32DEADA94E66\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02327: cannot create index on expression with datatype\u00a0<i>string<\/i><\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to create an index on a non-indexable expression.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Change the column datatype or do not create the index on an expression whose datatype is one of VARRAY, nested table, object, LOB, or REF.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-D5314138-60BE-43E4-A641-BE9E9F76AC20\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02329: column of datatype\u00a0<i>string<\/i>\u00a0cannot be unique or a primary key<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to place a UNIQUE or a PRIMARY KEY constraint on a column of datatype VARRAY, nested table, object, LOB, FILE or REF.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Change the column datatype or remove the constraint. Then retry the operation.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-93339995-033A-43BC-9339-5F1D8DDD5FB0\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02330: datatype specification not allowed<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to specify the data type in the column constraint specification of an object table.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Remove data type specification and retry the operation.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-35833B8F-10FB-4436-8C25-DA676AF0BE39\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02331: cannot create constraint on column of datatype\u00a0<i>string<\/i><\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to create a constraint on a column posessing a non-constrainable datatype &#8212; VARRAY, nested table, object, LOB, FILE, or REF.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Change the column datatype, or remove the constraint.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-56212E66-2A90-4633-A809-DA76EA94B43B\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02332: cannot create index on attributes of this column<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to create an index on an attributes of an object type column.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Do not specify the index on the attribute.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-76E5D203-34D5-4F0D-9437-14A152D9A78E\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02333: cannot create constraints on attributes of this column<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to create a constraint on an attribute of an object type column.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Remove the constraint or change the object type.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-7415B75C-3B46-4C04-AFDA-B5AE14467887\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02334: cannot infer type for column<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0A datatype was not declared for this column (in the CREATE TABLE) and an attempt was made to create a constraint on an attribute of this column.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Declare a datatype for the column.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-516337E6-D30A-4F67-A429-D05B8F678028\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02335: invalid datatype for cluster column<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to declare a CLUSTER column of datatype object, REF, nested table, VARRAY, LOB, or FILE.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Remove the CLUSTER column or change the datatype of the column.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-6EE63D51-EB84-4B50-B7D7-D408F83AAE87\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02336: column attribute cannot be accessed<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to extract an attribute of an object type column.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Change the object type for the column and retry the operation.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-6F56E398-A209-4A84-8E66-2D917C653119\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02337: not an object type column<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to use dotted notation on a non-ADT column; that is, &#8220;a.b.c&#8221; where &#8220;a&#8221; is not an object type.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Either change the column type to an object type or do not perform this operation.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-5DFD573B-AAF1-4676-88D0-3DF664F43341\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02338: missing or invalid column constraint specification<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0A column constraint was not specified.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Remove the column specification or specify a column constraint. Then retry the operation.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-B7059B51-55CA-470B-99E2-1852A36418E5\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02339: invalid column specification<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to specify the PACKED or UNPACKED keyword for a non-object type column.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Remove the PACKED or UNPACKED keyword in the column specification and retry the operation.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-EECFBE4B-D4BE-4A5B-8E6D-9EEA10711C9F\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02340: invalid column specification<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to specify an UNPACKED column within a packed table.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Remove the UNPACKED keyword in the column specification.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-EF46D666-9D18-44A3-95D5-2F837A32F59A\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02342: replacement type has compilation errors<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The use of the ALTER&#8230;REPLACE statement on a valid type caused a compilation error.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Use the ALTER&#8230;REPLACE statement to replace the type with a valid type which does not cause compilation errors.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-62EEA426-38CA-461F-A6B1-B5ED95D63F8F\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02344: cannot revoke execute on a type with table dependents<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to revoke execute on a type that has dependents.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Drop all table(s) depending on the type, then retry the operation, or use the FORCE option.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-C6645184-1A7F-4012-8CBE-7BCE4636D6EC\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02345: cannot create a view with column based on CURSOR operator<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0A CURSOR operator was used as one of the SELECT elements in the subquery of a CREATE VIEW or CREATE TABLE &#8230; AS SELECT statement.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Remove the CURSOR operator and replace it with the CAST operator.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-4A085545-4CB4-4E01-BB95-0FD63713CB15\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02347: cannot grant privileges on columns of an object table<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to grant privileges on the columns of an object table.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0n\/a<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-97D9C05A-E677-4A64-AC4F-5520AED23C85\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02348: cannot create VARRAY column with embedded LOB<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to create a column of a VARRAY type which has an embedded LOB attribute. The LOB could be an attribute of a subtype of the declared type of VARRAY&#8217;s element.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Remove offending attribute from type. If it is a subtype attribute then declare the VARRAY column NOT SUBSTITUTABLE.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-55900443-F85D-453C-9FFD-F4524DC06F7F\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02349: invalid user-defined type &#8211; type is incomplete<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to use an incomplete type definition as a column or table datatype.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Complete the type definition and retry the operation.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-99E8CCB5-4557-4279-8353-9ECE3EC13BB8\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02351: internal error:\u00a0<i>string<\/i>\\n<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An unexpected error condition was detected.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Make a note of the error number and message and contact Oracle Support Services.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-C680C639-4FD5-45F6-B25C-73F2031512F9\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02352: error setting an OCI attribute:\u00a0<i>string<\/i>\\n<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An OCI error has occurred.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0The table or column referenced may not be accessible. Contact Oracle Support Services if the problem cannot be resolved.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-BCF5CB09-37E9-40FA-B35C-1146CDD48D8B\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02353: error fetching an OCI attribute:\u00a0<i>string<\/i>\\n<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An OCI error has occurred.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0The table or column referenced may not be accessible. Contact Oracle Support Services if the problem cannot be resolved.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-4DE7A0B7-D116-4701-AC01-C862AEE9EFF1\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02354: error in exporting\/importing data\\n<i>string<\/i><\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An error has occurred in a stream export or import operation. This message will be followed by another message giving more details about this error.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0See export\/import documentation for an explanation of the second error message.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-471A2973-C140-454E-8739-71E1451A2C20\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02355: error opening file:\u00a0<i>string<\/i>\\n<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt to open the specified file for data export\/import failed.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Review the error message. Resolve the problem and retry the the operation. Contact Oracle Support Services if the problem cannot be resolved.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-C61FD7BD-4704-4A6B-906A-FD192DBA525B\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02356: The database is out of space. The load cannot continue<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The load was discontinued due to space exhaustion in the database.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Add space for the specified table.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-1A80DE23-01DB-4D74-9D0E-573F0B10D397\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02357: header in file\u00a0<i>string<\/i>\u00a0may not contain correct information\\n<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The header may be corrupted.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Contact Oracle Support Services.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-8014DF57-4A98-4F8A-838E-C309547DF321\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02358: error in exporting or importing data\\n<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An error has occurred in a stream export or import operation.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Contact Oracle Support Services.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-BBB5D3E3-54FC-4B50-B4C7-DB1EF2B761FE\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02359: database version in file\u00a0<i>string<\/i>\u00a0is not valid\\n<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The specified file could not be used for this load because its database version was not compatible with the database version in the other files in the DUMPFILE clause.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Verify all the files in the DUMPFILE clause are from the same unload operation.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-3D0D6E98-DAFE-4A7B-B893-D4BA6C2694A5\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02360: fatal error during data export\/import initialization\\n<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An unexpected error occurred during initialization for data export\/import.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Contact Oracle Support Services.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-A6355F40-7597-4C89-93EB-D166A9FFDC1E\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02361: error while attempting to allocate\u00a0<i>number<\/i>\u00a0bytes of memory\\n<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An error occurred while trying to allocate memory. This is likely caused by insufficient memory.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Reconnect to the instance and retry the operation.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-2246F976-2B92-4F04-A232-F5F856B3218A\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02362: error closing file:\u00a0<i>string<\/i>\\n<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt to close the specified file for data export\/import failed.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Review the error message. Resolve the problem and retry the the operation. Contact Oracle Support Services if the problem cannot be resolved.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-A969514C-DB17-43FB-A895-E8E6FFF78CC5\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02363: error reading from file:\u00a0<i>string<\/i>\\n<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt to read from the specified file for data export\/import failed.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Review the error message. Resolve the problem and retry the the operation. Contact Oracle Support Services if the problem cannot be resolved.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-7FD49DF1-FCAB-4484-845F-0A875A712352\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02364: error writing to file:\u00a0<i>string<\/i>\\n<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt to write to the specified file for data export or import failed.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Review the error message. Resolve the problem and retry the the operation. Contact Oracle Support Services if the problem cannot be resolved.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-16419410-549A-4E6C-8F11-94C596572762\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02365: error seeking in file:\u00a0<i>string<\/i>\\n<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt to seek to the specified position in file failed.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Review the error message. Resolve the problem and retry the the operation. Contact Oracle Support Services if the problem cannot be resolved.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-87D6F44C-5866-439D-AA1E-798F47926E65\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02366: The following index(es) on table\u00a0<i>string<\/i>\u00a0were processed:<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The table had some indexes which were loaded if there were no errors.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0None<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-9AE82E59-F587-4CCF-BB49-1BD4E0527F34\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02367: read ended but had expected more data from file\u00a0<i>string<\/i>\\n<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0A truncated or incomplete file was used for the load operation.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Verify unload operation completed successfully and that the files had not been accidentally truncated.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-CD5AF792-7DD5-439C-8E7B-7D73AE1B14C3\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02368: the following file is not valid for this load operation\\n<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0A file could not be used for this load. See the following message for more information.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Verify all the files in the DUMPFILE clause are from the same unload operation and that the unload was successful.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-DB278618-31E1-42DD-A8C0-9B5CC4390FE8\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02369: internal number in header in file\u00a0<i>string<\/i>\u00a0is not valid\\n<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The specified file could not be used for this load because the internal number in the header was not valid.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0If the dump files were transferred over, verify the transfer operation was done correctly.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-C0FB5245-DB33-4095-9C86-A68BD28612AF\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02370: internal metadata in file\u00a0<i>string<\/i>\u00a0is not valid\\n<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The specified file could not be used for this load because the internal metadata stored in this file does not match the metadata stored in the first file piece set.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Verify all the files in the DUMPFILE clause are from the same unload operation.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-AADD7378-A32C-41EF-A7BC-B2EBF1811EB6\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02371: Loader must be at least version\u00a0<i>string<\/i>.<i>string<\/i>.<i>string<\/i>.<i>string<\/i>.<i>string<\/i>\u00a0for direct path<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The loader being used is incompatible with this version of the kernel.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Upgrade your loader to at least the specified version or use the conventional path.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-34123D9E-DD90-49B2-8E68-B4782FA15F3F\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02372: data for row:\u00a0<i>string<\/i>\u00a0\\n<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0A conversion error occurred while loading data into a table. The message shows values for the field in the row that had the conversion error.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0None. This is only an informational message.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-29B310DD-19F5-4103-A999-B81241F5EE64\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02373: Error parsing insert statement for table\u00a0<i>string<\/i>.<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0self-evident.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Check the error given below this one.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-CC0DD895-060C-4525-9626-AACC63B3AB0B\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02374: conversion error loading table\u00a0<i>string<\/i>.<i>string<\/i><\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0A row could not be loaded into the table because there was a conversion error for one or more columns in a row.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0See the message that follows for more information about the row that could not be loaded. To avoid this error, make sure the definition of the table being imported matches the definition of the table being exported.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-A2FBA80D-72F4-4358-A34F-60C3E671E0FF\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02375: conversion error loading table\u00a0<i>string<\/i>.<i>string<\/i>\u00a0partition\u00a0<i>string<\/i><\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0A row could not be loaded into the table because there was a conversion error for one or more columns in a row.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0See the message that follows for more information about the row that could not be loaded. To avoid this error, make sure the definition of the table being imported matches the definition of the table being exported.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-1496D8B7-348E-479A-B0F0-B01520C99CBC\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02376: invalid or redundant resource<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0a create, or alter profile command which names a resource not yet defined, or try to specify same resource twice.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0define resource first<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-31C6EBD2-B439-4442-898A-663B73AE81A8\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02377: invalid profile limit\u00a0<i>string<\/i><\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0A value of 0 or lower was specified for the limit.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Specify a limit greater than 0. For password profile parameters, some additional restrictions apply: * For the INACTIVE_ACCOUNT_TIME profile parameter, the specified limit cannot be less than 15 days. * For the PASSWORD_GRACE_TIME profile parameter, 0 is allowed as a permissible value.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-80C1860F-128B-47BE-8D14-2F1848FECBCD\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02378: duplicate resource name\u00a0<i>string<\/i><\/b><\/span><\/span><\/span><\/dt>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-C18560CA-8B59-4BA3-A22C-D6299499C4BE\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02379: profile\u00a0<i>string<\/i>\u00a0already exists<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0Try to create a profile which already exist<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0n\/a<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-A98B6D6C-2A3C-4E5F-A006-E7B35092AB24\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02380: profile\u00a0<i>string<\/i>\u00a0does not exist<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0Try to assign a user to a non-existant profile<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0n\/a<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-80BCC682-D8E2-4206-B98C-5186B64906D8\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02381: cannot drop PUBLIC_DEFAULT profile<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0Try to drop PUBLIC_DEFAULT profile<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0n\/a<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-905E0FE4-0186-4B66-B1A9-EBFCBAA81775\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02382: profile\u00a0<i>string<\/i>\u00a0has users assigned, cannot drop without CASCADE<\/b><\/span><\/span><\/span><\/dt>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-14540B24-0FC1-466E-B027-6552B16512F7\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02383: illegal cost factor<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0Negative or UNLIMITED cost for this resourc<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0n\/a<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-85BA79E7-92C2-4FD1-A6D4-8C6B97B8E1E4\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02390: exceeded COMPOSITE_LIMIT, you are being logged off<\/b><\/span><\/span><\/span><\/dt>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-308EABCE-48C7-4CEB-84E9-E942A3AEA52C\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02391: exceeded simultaneous SESSIONS_PER_USER limit<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to exceed the maximum number of concurrent sessions allowed by the SESSION_PER_USER clause of the user profile.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0End one or more concurrent sessions or ask the database administrator to increase the SESSION_PER_USER limit of the user profile.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-C1A619E9-258A-417D-ADE0-9E318AE2ABAA\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02392: exceeded session limit on CPU usage, you are being logged off<\/b><\/span><\/span><\/span><\/dt>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-326A64BC-6829-4BFF-994E-EC5F5097E222\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02393: exceeded call limit on CPU usage<\/b><\/span><\/span><\/span><\/dt>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-4B603D63-FC43-4750-B760-9DEC9A59A55B\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02394: exceeded session limit on IO usage, you are being logged off<\/b><\/span><\/span><\/span><\/dt>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-337B8704-19FB-4563-A503-4578A8125DBA\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02395: exceeded call limit on IO usage<\/b><\/span><\/span><\/span><\/dt>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-295086D9-5A8F-4934-B083-FF54A1E724D1\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02396: exceeded maximum idle time, please connect again<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0as stated<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0n\/a<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-AFF54460-1E69-4E2C-842A-9BABA27AC480\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02397: exceeded PRIVATE_SGA limit, you are being logged off<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0Only when using TP monitor<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0expand limit<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-C5E97B7A-A0EC-413D-8395-E4789326E615\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02398: exceeded procedure space usage<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0Stored procedured used up too much space in SYSTEM Tablespace<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Use less stored procedure<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-AA7E4943-2ACD-4730-86A5-04BDE9A41480\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02399: exceeded maximum connect time, you are being logged off<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0As stated<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0n\/a<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-D10A4F7D-DDA8-4694-BC05-763604842AAC\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02401: cannot EXPLAIN view owned by another user<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The view specified in the SQL statement belongs to another user and cannot be explained.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Create a view with the same definition that belongs to current user.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-63EA4D3E-3D4B-42AF-8F07-410194657EBD\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02402: PLAN_TABLE not found<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The table used by EXPLAIN to store row source information does not exist in the current schema.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Create a plan table in the current schema or use the INTO clause of the statement to put the results of the explain command in an existing plan table.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-629AFA33-299A-4A57-8202-6FC2C6DEC37D\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02403: plan table does not have correct format<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The explicit plan table does not have the appropriate field definitions.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Redefine the plan table to have the appropriate field definitions.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-23BD3752-50F1-4C40-8436-3BB12E8282E6\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02404: specified plan table not found<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The specified plan table does cannot be found.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Create the specified plan table or use an existing plan table.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-09B58256-B5F6-4610-8353-925638DE07DF\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02405: invalid sql plan object provided<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The user provided a NULL, empty, or malformed object of type SQL_PLAN_TABLE_TYPE<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Provide a new, properly formed object to the function<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-9DDDC903-EB80-463D-84AB-4028D12477A2\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02420: missing schema authorization clause<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0the AUTHORIZATION clause is missing from a create schema statement.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Preceed the schema authorization identifier with the AUTHORIZATION keyword.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-F1B87E01-1EFA-432A-9F09-BB979E3C7525\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02421: missing or invalid schema authorization identifier<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0the schema name is missing or is incorrect in an authorization clause of a create schema statement.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0If the name is present, it must be the same as the current schema.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-16D30D75-737F-4E37-921A-34D27F14963D\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02422: missing or invalid schema element<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0A statement other than a create table, create view, or grant privilege appears in a create schema statement.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Self-evident.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-B2F4B47C-284F-42B4-AD06-F0DEC67881FC\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02423: schema name does not match schema authorization identifier<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0a table definition with a schema name prepended to the table name does not match the schema name provided in the authorization clause of a create schema statement.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0make sure the schema names match.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-967038DE-BF9A-4FFA-ABEC-F88DB54198C1\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02424: potential circular view references or unknown referenced tables<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0the create schema statement contains views that depend on other views in the containing create schema statement or they contain references to unknown tables.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0create the dependent views in a separate create schema statement and make sure all referenced tables are either defined in the create schema statement or exist outside the statement.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-E3EF0302-02B4-4F08-8E2B-E9006DB56094\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02425: create table failed<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0a create table statement failed in the create schema statement.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0the cause for failure will be presented below this error message. Follow appropriate action(s) as suggested by the subsequent error message.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-63D38D3B-5415-4ED5-82E0-0C8B4866B748\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02426: privilege grant failed<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0a grant privilege statement failed inthe create schema statement.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0the cause for failure will be presented below this error message. Follow appropriate action(s) as suggested by the subsequent error message.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-99A17DF5-A6D9-4D34-9324-71C50775580E\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02427: create view failed<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0a create view statement failed in the create schema statement.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0the cause for failure will be presented below this error message. Follow appropriate action(s) as suggested by the subsequent error message.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-9933980A-B69D-45B3-B59D-037E0A2ACB21\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02428: could not add foreign key reference<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0could not add a foreign key reference because of error in declaration. Either referenced table does not exist or table does not have an unique key.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0make sure referenced table exists and\/or has unique key<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-70C4A3AA-CA6F-46C6-BDA1-65E13B7A135E\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02429: cannot drop index used for enforcement of unique\/primary key<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0user attempted to drop an index that is being used as the enforcement mechanism for unique or primary key.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0drop the constraint instead of the index.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-ACF673CC-4CA9-48BC-BA40-2C9C25316DFB\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02430: cannot enable constraint (<i>string<\/i>) &#8211; no such constraint<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0the named constraint does not exist for this table.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Obvious<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-5692D3C7-D269-4113-A492-EFA548D87FAF\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02431: cannot disable constraint (<i>string<\/i>) &#8211; no such constraint<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0the named constraint does not exist for this table.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Obvious<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-848BFA37-495E-491D-B351-EA9E447BFB9D\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02432: cannot enable primary key &#8211; primary key not defined for table<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0Attempted to enable a primary key that is not defined for the table.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Need to add a primary key definition for the table.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-E1D90094-0D51-42AE-993D-6660CE7471C4\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02433: cannot disable primary key &#8211; primary key not defined for table<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0Attempted to disable a primary key tht is not defined for the table.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0None<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-BF5AB9B8-9FFD-4E53-A97E-2803E70991B3\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02434: cannot enable unique(<i>string<\/i>) &#8211; unique key not defined for table<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0attempted to enable a unique key that is not defined for the table.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0None<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-D09DAD17-927E-45A0-8501-2788C472F501\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02435: cannot disable unique(<i>string<\/i>) &#8211; unique key not defined for table<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0attempted to disable a unique key that is not deined for the table.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0None<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-FC18BB95-951D-45ED-B57B-D5D11B215849\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02436: date or system variable wrongly specified in CHECK constraint<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to use a date constant or system variable, such as USER, in a check constraint that was not completely specified in a CREATE TABLE or ALTER TABLE statement. For example, a date was specified without the century.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Completely specify the date constant or system variable. Setting the event 10149 allows constraints like &#8220;a1 &gt; &#8217;10-MAY-96&#8242;&#8221;, which a bug permitted to be created before version 8.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-4E402A01-DF8D-4CB9-A819-E98A0AE8EECB\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02437: cannot validate (<i>string<\/i>.<i>string<\/i>) &#8211; primary key violated<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0attempted to validate a primary key with duplicate values or null values.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0remove the duplicates and null values before enabling a primary key.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-9F36390B-49B7-4862-9D7D-912BD445CF8B\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02438: Column check constraint cannot reference other columns<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0attempted to define a column check constraint that references another column.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0define it as a table check constriant.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-F7CC4E4F-8925-43CD-AEB6-ACE815B831A1\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02439: Unique index on a deferrable constraint is not allowed<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0attempted to enable a deferrable primary key\/unique constraint that has an existing unique index on the constraint columns.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Drop the index on the constraint columns or make the constraint not deferrable.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-DD146C37-7598-4802-AABE-66B9E0E75421\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02440: Create as select with referential constraints not allowed<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0create table foo (&#8230; ref. con. &#8230;) as select &#8230;;<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Create the table as select, then alter the table to add the constraints afterwards.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-EDE93BAE-D0E7-416B-9266-C680DB1F95C5\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02441: Cannot drop nonexistent primary key<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0alter table drop primary key &#8211; primary key does not exist.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0None<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-143A3F85-673B-4818-AE02-0CA61198B3AE\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02442: Cannot drop nonexistent unique key<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0alter table drop unique (<i>col list<\/i>) &#8211; unique specification does not exist.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0make sure column list for unique constraint is correct.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-71564C8F-A414-48A5-B35F-694E9D66E844\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02443: Cannot drop constraint &#8211; nonexistent constraint<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0alter table drop constraint &lt;constraint_name&gt;<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0make sure you supply correct constraint name.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-70945A1B-9B0B-4A02-B68C-00A9BEC6EBFB\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02444: Cannot resolve referenced object in referential constraints<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0attempted to define foreign key referencing an object which cannot be resolved to a base table reference<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0referential constraints can only be defined on objects which can be resolve to base table reference<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-73B66609-3FCF-4AB2-BA47-4CE65BC2420F\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02445: Exceptions table not found<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0the explicity or implicity declared exceptions table does not exist.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Create the table then issue the enable command again.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-67411425-7155-4A1F-9072-74AB6C8337EA\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02446: CREATE TABLE &#8230; AS SELECT failed &#8211; check constraint violated<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to use a CREATE TABLE &#8230; AS SELECT statement when some rows violated one or more CHECK constraints.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Do not select rows that violate constraints.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-8CE10763-0F3A-460F-82B9-3A416872A627\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02447: cannot defer a constraint that is not deferrable<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to defer a nondeferrable constraint<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Drop the constraint and create a new one that is deferrable<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-9A131B5E-AE70-4EAA-AAC0-70A3FCF8A054\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02448: constraint does not exist<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The named constraint does not exist<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Stop trying to do something with a nonexistant constraint<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-207D38B2-36A9-4B84-8689-EA90C7438F23\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02449: unique\/primary keys in table referenced by foreign keys<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to drop a table with unique or primary keys referenced by foreign keys in another table.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Before performing the above operations the table, drop the foreign key constraints in other tables. You can see what constraints are referencing a table by issuing the following command: SELECT * FROM USER_CONSTRAINTS WHERE TABLE_NAME = &#8220;tabnam&#8221;;<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-76333C1D-09F3-4117-9345-F68E145B2BB2\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02450: Invalid hash option &#8211; missing keyword IS<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0Missing IS keyword.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Specify HASH IS option.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-C010C0FB-3F2F-4083-96A5-10DF3A3A56C9\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02451: duplicate HASHKEYS specification<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The HASHKEYS option is specified more than once.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Only specify the HASHKEYS option once.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-C2334AC6-2D76-4FF1-9515-34CFF129A702\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02452: invalid HASHKEYS option value<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The specified HASHKEYS option must be an integer value.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Specify an appropriate value.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-B57CD9E4-1D0D-4728-94D3-2C98A1BEEAAD\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02453: duplicate HASH IS specification<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The HASH IS option is specified more than once.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0only specify the HASH IS option once.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-F0D20D84-4061-4CB3-803D-687C54300900\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02454: Number of hash keys per block (<i>string<\/i>) exceeds maximum of\u00a0<i>string<\/i><\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The SIZE argument is too small.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Increase the SIZE argument.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-D63A7BB5-B4FC-4A0D-B4EC-D61641A0913C\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02455: The number of cluster key column must be 1<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0When specifing the HASH IS option, the number of key columns must be 1.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Either do not specify the HASH IS option or reduce the number of key columns.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-074F056D-BF44-4F73-8026-14FD489BDACE\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02456: The HASH IS column specification must be NUMBER(*,0)<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The column specification must specify an integer.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Specify the column definition as type NUMBER(precision, 0).<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-FAE51AA5-1B57-40A0-BB97-1AA700BE5D95\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02457: The HASH IS option must specify a valid column<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The HASH IS column name is not specified in the cluster definition.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Specify a valid column name.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-11A4AAAC-CE13-4907-965D-B81FE289EA6A\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02458: HASHKEYS must be specified for a HASH CLUSTER<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The HASHKEYS option must be specified when creating a HASH CLUSTER.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Specify the HASHKEYS option.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-7315C7CE-20EE-4F84-88A8-A1AA7FD0503D\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02459: Hashkey value must be a positive integer<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The value of the hash key was not a positive number.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Specify a positive integer.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-DE246DC5-8137-4CD4-9ACF-88285F0E8227\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02460: Inappropriate index operation on a hash cluster<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt to create a cluster index was issued on a hash cluster.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Do not attempt to create such an index.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-C18FF27E-EA16-415B-A30C-B3A538DF529C\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02461: Inappropriate use of the INDEX option<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0This option is only valid for non hash clusters.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Do not specify this option.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-9A4F90F9-6C4B-4575-A0DD-3F1D3A81CE20\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02462: Duplicate INDEX option specified<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The INDEX option is specified more than once.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Only specify the INDEX option once.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-C8D5A599-8CDD-4E43-A117-3F4BED572069\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02463: Duplicate HASH IS option specified<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The HASH IS option is specified more than once.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Only specify the HASH IS option once.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-B40786E5-85B2-49C4-8C1B-63D631D206C4\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02464: Cluster definition can not be both HASH and INDEX<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The cluster can either be a hash or indexed cluster &#8211; not both.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Remove either the HASH IS or INDEX options.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-3B80DE12-4D9E-4688-9DD0-9298E7C6F3B5\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02465: Inappropriate use of the HASH IS option<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0This option is only valid for clusters<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Do not specify this option<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-4545EAEE-1534-47DB-A5C2-0926ED47A539\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02466: The SIZE and INITRANS options cannot be altered for HASH CLUSTERS.<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to change the SIZE and INITRANS options after the hash cluster was created.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Do not specify this option.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-D4D99B83-8747-484C-A051-ADEC52884357\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02467: Column referenced in expression not found in cluster definition<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0A column in the hash is expression was not present in cluster definition.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Recreate the cluster and correct the error in hash expression.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-622B9CAF-7526-4B09-8748-67847DB43A56\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02468: Constant or system variable wrongly specified in expression<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0A constant or system variable was specified in the hash expression.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Recreate the cluster and correct the error in hash expression.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-D9E3ABEA-FBFC-4E33-B03C-C6F92B960816\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02469: Hash expression does not return an Oracle Number.<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0Result of evaluating hash expression is not an Oracle Number.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Recreate the cluster and correct the error in hash expression.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-23686A32-459A-4CC0-87EF-4B96056FE529\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02470: TO_DATE, USERENV, or SYSDATE incorrectly used in hash expression.<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to specify SYSDATE, UID, USER, ROWNUM, or LEVEL in hash expression.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Re-create the cluster and correct the error in hash expression.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-D5A36D50-81F0-491C-AE71-F4EC99354DF4\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02471: SYSDATE, UID, USER, ROWNUM, or LEVEL incorrectly used in hash expression.<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0SYSDATE, UID, USER, ROWNUM, or LEVEL are not allowed in hash expressions.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Recreate the cluster and remove the offending keywords.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-7FDBAF4D-FC62-4391-8FE1-81436E1FCC10\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02472: PL\/SQL functions not allowed in hash expressions<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0A PL\/SQL function was used in the hash expression.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Recreate the cluster and remove the PL\/SQL function.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-9CEA7376-72B2-43C0-A7E5-79AE32783CFD\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02473: Error while evaluating the cluster&#8217;s hash expression.<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An error occurred while evaluating the clusters hash expression.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Correct the query and retry.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-376E8490-1BAC-4A82-8D6C-77BF6543CB0F\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02474: Fixed hash area extents used (<i>string<\/i>) exceeds maximum allowed (<i>string<\/i>)<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The number of extents required for creating the fixed hash area exceeds the maximum number allowed.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Reduce the number of extents required by increasing the extent allocation sizes within the STORAGE clause.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-DCA02B7E-D629-46C4-852D-B6B530E8DB76\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02475: maximum cluster chain block count of\u00a0<i>string<\/i>\u00a0has been exceeded<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The number of blocks in a cluster chain exceeds the maximum number allowed.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Increase SIZE parameter in CREATE CLUSTER statement or reconsider suitability of cluster key.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-3530903E-9E41-4C3F-A4AC-33917852DFA2\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02476: can not create index due to parallel direct load on table<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0A parallel direct load is occurring to the specified table.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Retry statement after load is complete.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-DA41F057-9143-4137-AFE6-0162884D315B\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02477: can not perform parallel direct load on object\u00a0<i>string<\/i><\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0A parallel direct load is not possible because an index is is being created on the table.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Retry load after index creation is complete.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-8E272CD9-57AC-4DC9-8DB7-5EE36250B315\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02478: merge into base segment would overflow MAXEXTENTS limit<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0Merge of temporary segment into base segment failed because MAXEXTENTS was larger than the total in the temp and base segments<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Use a larger value for MAXEXTENTS on the base segment or make the extents in the temporary segments larger<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-50399231-235A-457E-907B-8CE2ECEC1370\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02479: error while translating file name for parallel load<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An invalid file name was specified to load data into.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Specify a valid database file.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-17A54419-2278-4879-83DC-530A9C00B3C7\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02481: Too many processes specified for events (max\u00a0<i>string<\/i>)<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0Too many processes specified than allowed per event.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Enter fewer processes by using ranges or wildcards if possible.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-275B3AAF-E04B-422D-B08B-E3C91099CC20\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02482: Syntax error in event specification (<i>string<\/i>)<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0Illegal event string<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Enter a legal event string<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-386AE3A1-542F-47F4-B0D5-4914666BE36C\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02483: Syntax error in process specification (<i>string<\/i>)<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0Illegal process string<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Enter a legal process string<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-84F25337-4831-44AE-80EC-113A38A3E22D\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02484: Invalid _trace_buffers parameter specification (<i>string<\/i>)<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0Bad process or size in _trace_buffers INIT.ORA parameter.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0n\/a<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-DD012263-1402-4473-BDA7-EB9DDD0B0168\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02485: Invalid _trace_options parameter specification (<i>string<\/i>)<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0Bad syntax for _trace_options INIT.ORA parameter.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0n\/a<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-849AE71F-E577-4653-85F4-EBD337C772CA\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02486: Error in writing trace file\u00a0<i>string<\/i><\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0Error occurred in creating\/writing the file.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Check file name and make sure it is constructed properly. Also, check permissions for directories.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-C77ECB16-73AB-4377-8FAE-DF07C7F4BED5\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02487: Error in converting trace data<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0Incompatible binary trace data was specified.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Check the format of the input data.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-17AEE796-BD94-4E62-ABCC-C58C1997D3F9\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02488: Error encountered when accessing file [<i>string<\/i>] for trace conversion<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to open or access the trace file during a trace conversion.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Check the permissions for both input and output files. Also, check the file compatibility for the trace conversion.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-44DF0DA2-27F5-467D-8666-E656458F4CCB\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02490: missing required file size in RESIZE clause<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0No value was specified for the RESIZE clause.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Use correct syntax.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-706B5219-37EA-4E1A-B6C2-B59AF49A5938\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02491: missing required keyword ON or OFF in AUTOEXTEND clause<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0The keyword ON or OFF was not specified for the AUTOEXTEND clause.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Use correct syntax.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-DC834F03-F980-45DF-B852-B5203AB33B7F\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02492: missing required file block increment size in NEXT clause<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0No value was specified for the NEXT clause.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Use correct syntax.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-AAF7E8BC-9CFB-402B-9F8C-5F4E1236E38D\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02493: invalid file increment size in NEXT clause<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0A non-integer value was used for the NEXT clause of the DATAFILE list.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Use correct syntax.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-9B03C1AC-73EC-403A-BF8C-86E18A97393A\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02494: invalid or missing maximum file size in MAXSIZE clause<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0UNLIMITED was not specified, or an invalid integer value was specified, for the MAXSIZE clause in the DATAFILE file list. The MAXSIZE value cannot be smaller than the SIZE value.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Use correct syntax.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-36FB7143-A8C3-4C90-A3C2-82CCB8B261CA\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02495: cannot resize file\u00a0<i>string<\/i>, tablespace\u00a0<i>string<\/i>\u00a0is read only<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to resize a data file in a tablespace that is read only.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Change the tablespace to read\/write and retry the resize operation.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-ED220556-2BF8-4B0E-BBFB-0B276C8FAE87\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02496: cannot alter or drop an individual chunk tablespace<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0An attempt was made to alter or drop an individual chunk tablespace which is part of a tablespace set.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Use alter or drop only on the tablespace set.<\/span><\/span><\/p>\n<dl>\n<dt><a name=\"GUID-008ABD32-275E-467A-AE6B-04976F2A8462__GUID-E0925539-6AA4-41C0-AE13-14876106B635\"><\/a> <span style=\"color: #1d5aab;\"><span style=\"font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif;\"><span style=\"font-size: small;\"><b>ORA-02500: IN SHARD option already specified<\/b><\/span><\/span><\/span><\/dt>\n<\/dl>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Cause:<\/b>\u00a0In the CREATE TABLESPACE, the IN SHARD option was specified more than once.<\/span><\/span><\/p>\n<p><span style=\"font-family: inherit;\"><span style=\"font-size: small;\"><b>Action:<\/b>\u00a0Remove all but one of the IN SHARD options.<\/span><\/span><\/p>\n<dl>\n<dd><\/dd>\n<\/dl>\n","protected":false},"excerpt":{"rendered":"<p>Oracle 12c R2 Error Codes and Solution Suggestions from ORA-02300 to ORA-02500 ORA-02300: invalid value for OIDGENERATORS Cause:\u00a0A number was not specified for the value of OIDGENERATORS. Action:\u00a0Specify a number for OIDGENERATORS. ORA-02301: maximum number of OIDGENERATORS is 255 Cause:\u00a0A number greater than 255 was specified for the value of OIDGENERATORS. Action:\u00a0Make sure the number&#8230;<\/p>\n","protected":false},"author":37,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":true,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[53],"tags":[54],"class_list":["post-2124","post","type-post","status-publish","format-standard","hentry","category-oracle-errors-and-solutions","tag-oracle-error-solutions"],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p39NFI-yg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"http:\/\/www.fatihacar.com\/blog\/wp-json\/wp\/v2\/posts\/2124","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.fatihacar.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.fatihacar.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.fatihacar.com\/blog\/wp-json\/wp\/v2\/users\/37"}],"replies":[{"embeddable":true,"href":"http:\/\/www.fatihacar.com\/blog\/wp-json\/wp\/v2\/comments?post=2124"}],"version-history":[{"count":2,"href":"http:\/\/www.fatihacar.com\/blog\/wp-json\/wp\/v2\/posts\/2124\/revisions"}],"predecessor-version":[{"id":2126,"href":"http:\/\/www.fatihacar.com\/blog\/wp-json\/wp\/v2\/posts\/2124\/revisions\/2126"}],"wp:attachment":[{"href":"http:\/\/www.fatihacar.com\/blog\/wp-json\/wp\/v2\/media?parent=2124"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.fatihacar.com\/blog\/wp-json\/wp\/v2\/categories?post=2124"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.fatihacar.com\/blog\/wp-json\/wp\/v2\/tags?post=2124"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}