OCI-30121: string is not an allowable value for string

OCI-30121: string is not an allowable value for string

Cause: The value is not a legal value for this parameter.

Action: Refer to the manual for allowable values.

OCI-30120: string is not a legal oracle number for string

OCI-30120: string is not a legal oracle number for string

Cause: The value is not a valid oracle number.

Action: Refer to the manual for allowable oracle number values.

OCI-30119: unable to obtain a valid value for string

OCI-30119: unable to obtain a valid value for string

Cause: No valid value was obtained for this parameter.

Action: Rerun the application and enter a valid value.

OCI-30118: syntax error at string at the end of input

OCI-30118: syntax error at string at the end of input

Cause: A syntax error was detected.

Action: Change the input so that the correct syntax is used.

OCI-30117: syntax error at string at the start of input

OCI-30117: syntax error at string at the start of input

Cause: A syntax error was detected.

Action: Change the input so that the correct syntax is used.

OCI-30116: syntax error at string following string

OCI-30116: syntax error at string following string

Cause: A syntax error was detected.

Action: Change the input so that the correct syntax is used.

OCI-30115: error when processing an environment variable

OCI-30115: error when processing an environment variable

Cause: A problem occurred when processing an environment variable.

Action: Examine the additional error messages and correct the problem.

OCI-30114: error when processing from command line

OCI-30114: error when processing from command line

Cause: A problem occurred when processing the command line.

Action: Examine the additional error messages and correct the problem.

OCI-30113: error when processing file string

OCI-30113: error when processing file string

Cause: A problem occurred when processing this file.

Action: Examine the additional error messages and correct the problem.

OCI-30112: multiple values not allowed for parameter string

OCI-30112: multiple values not allowed for parameter string

Cause: You attempted to specify multiple values for a parameter which can take only one value.

Action: Do not specify more than one value for this parameter.

OCI-30111: no closing quote for value string

OCI-30111: no closing quote for value string

Cause: A quoted string was begun but not finished.

Action: Put a closing quote in the proper location.

OCI-30110: syntax error at string

OCI-30110: syntax error at string

Cause: A syntax error was detected.

Action: Change the input so that the correct syntax is used.

OCI-30109: could not open parameter file string

OCI-30109: could not open parameter file string

Cause: The parameter file does not exist.

Action: Create an appropriate parameter file.

OCI-30108: invalid positional parameter value string

OCI-30108: invalid positional parameter value string

Cause: An invalid positional parameter value has been entered.

Action: Remove the invalid positional parameter.

OCI-30107: parameter name abbreviation string is not unique

OCI-30107: parameter name abbreviation string is not unique

Cause: The abbreviation given was not unique.

Action: Use a longer abbreviation to make the parameter name unique.

OCI-30106: reserved for future use

OCI-30106: reserved for future use

Cause: None.

Action: None.

OCI-30105: string is not a legal boolean for string

OCI-30105: string is not a legal boolean for string

Cause: The value is not a valid boolean.

Action: Refer to the manual for allowable boolean values.

OCI-30104: string is not a legal integer for string

OCI-30104: string is not a legal integer for string

Cause: The value is not a valid integer.

Action: Specify only valid integers for this parameter.

OCI-30103: string contains an illegal integer radix for string

OCI-30103: string contains an illegal integer radix for string

Cause: An illegal integer radix specification was found.

Action: Only d , h , D , and H may be used as radix specifications.

OCI-30102: string is not in the legal range for string

OCI-30102: string is not in the legal range for string

Cause: The value of the parameter is not within the legal range.

Action: Refer to the manual for the allowable values for this parameter.

OCI-30101: unknown parameter name string

OCI-30101: unknown parameter name string

Cause: You have misspelled the parameter name.

Action: Spell the parameter name correctly.

OCI-30100: internal error (number(

OCI-30100: internal error (number(

Cause: An internal error has occurred.

Action: Contact Oracle Worldwide Support and report the error.

OCI-22976: incorrect number of arguments to MAKE_REF

OCI-22976: incorrect number of arguments to MAKE_REF

Cause: Number of arguments for MAKE_REF is different from the number of PRIMARY KEY attributes of the object view.

Action: Specify all the necessary arguments for MAKE_REF.

OCI-22975: cannot create a PRIMARY KEY-based REF to this object view

OCI-22975: cannot create a PRIMARY KEY-based REF to this object view

Cause: The object view specified in the MAKE_REF function does not have a PRIMARY KEY-based object identifier. A PRIMARY KEY-based REF cannot be created for such a view.

Action: Specify an object view that has a PRIMARY KEY-based object identifier in the MAKE_REF function.

OCI-22626: Type Mismatch while constructing or accessing OCIAnyData

OCI-22626: Type Mismatch while constructing or accessing OCIAnyData

Cause: Type supplied is not matching the type of the AnyData. If piece wise construction or access is being attempted, the type supplied is not matching the type of the current attribute.

Action: Make sure the type supplied matches the type of object to to be constucted or accessed.

OCI-22609: error string during initialization of FDO

OCI-22609: error string during initialization of FDO

Cause: Error during FDO initialization.

Action: Take an action based on the specified error.

OCI-22608: cannot add an attribute to the already generated image handle

OCI-22608: cannot add an attribute to the already generated image handle

Cause: Attempt to add an attribute to the already constructed image.

Action: Use an image handle that is initialized but not yet constructed.

OCI-22607: image handle already generated

OCI-22607: image handle already generated

Cause: Attempt to geneate image that is already genearated.

Action: Use a image handle that is initialized but not yet generated.

OCI-22606: pickler image handle (string( is not well-formed

OCI-22606: pickler image handle (string( is not well-formed

Cause: Attempt to use the image handle without initializing or constructing it.

Action: Use OCIPicklerImageInit to initialize the handle before it is constructed. Use OCIPicklerImageGenerate to generate the image before its attributes can be accessed.

OCI-22605: FDO handle (string( is not initialized

OCI-22605: FDO handle (string( is not initialized

Cause: Attempt to use an uninitialized FDO handle.

Action: Use OCIPicklerFdoInit to initialize FDO handle .

OCI-22604: TDS handle already generated

OCI-22604: TDS handle already generated

Cause: Attempt to geneate TDS that is already genearated.

Action: Use a TDS handle that is initialized but not yet generated.

OCI-22603: cannot add an attribute to the already generated TDS handle

OCI-22603: cannot add an attribute to the already generated TDS handle

Cause: Attempt to add an attribute to the already constructed TDS.

Action: Use a TDS handle that is initialized but not yet constructed.

OCI-22602: pickler TDS handle (string( is not well-formed

OCI-22602: pickler TDS handle (string( is not well-formed

Cause: Attempt to use the pickler TDS handle without initializing or constructing it.

Action: Use OCIPicklerTdsInit to initialize the handle before it is constructed. Use OCIPicklerTdsGenerate to generate the TDS before its attributes can be accessed.

OCI-22601: pickler TDS context (string( is not initialized

OCI-22601: pickler TDS context (string( is not initialized

Cause: Attempt to use the pickler TDS context without initializing it.

Action: Use OCIPicklerTdsCtxInit to initialize the context.

OCI-22600: encountered 8.0.2 (Beta) VARRAY data that cannot be processed

OCI-22600: encountered 8.0.2 (Beta) VARRAY data that cannot be processed

Cause: Production Oracle8 (8.0.3 and beyond) encounters some VARRAY data which was created and stored by Oracle8 8.0.2 (Beta 2). Production Oracle8 cannot understand or process such VARRAY data.

Action: Delete the VARRAY data from the table by dropping the table, deleting the rows, or nulling out the VARRAY columns, and then re-insert the VARRAY data. There is no provided script or tool to help automate this conversion.

OCI-22370: incorrect usage of method string

OCI-22370: incorrect usage of method string

Cause: This method of SYS.RowType or SYS.RowSet is being used inappropriately.

Action: Check the documentation for correct usage.

OCI-22369: invalid parameter encountered in method string

OCI-22369: invalid parameter encountered in method string

Cause: An invalid parameter is being passed to this method of SYS.RowType or SYS.RowSet.

Action: Check the parameters being passed to this method and make sure that the parameters are allowed.

OCI-22337: the type of accessed object has been evolved

OCI-22337: the type of accessed object has been evolved

Cause: The type of the accessed object has been altered and the client s object is based on an earlier type definition.

Action: The user needs to exit application and modify application to accommodate the type change. From SQL or PLUS, reconnect and resubmit statement.

OCI-22321: method does not return any result

OCI-22321: method does not return any result

Cause: OCITypeResult() was called on a method that does not return any results.

Action: Check that you are passing in the correct method descriptor, or that your method creation was done correctly.

OCI-22319: type attribute information altered in ALTER TYPE

OCI-22319: type attribute information altered in ALTER TYPE

Cause: The type attribute information does not match that of the original type declaration when altering type. Attributes cannot be altered during ALTER TYPE. Only new methods can be added.

Action: Check that all type alterations are legal.

OCI-22318: input type is not an array type

OCI-22318: input type is not an array type

Cause: The user is trying to obtain the number of elements for a non-array type.

Action: Pass in only a named collection type which is an array.

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

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

Cause: The user is trying to use a number typecode that is not valid.

Action: Use only OCI_TYPECODE_SMALLINT, OCI_TYPECODE_INTEGER, OCI_TYPECODE_REAL, OCI_TYPECODE_DOUBLE, OCI_TYPECODE_FLOAT, OCI_TYPECODE_NUMBER, or OCI_TYPECODE_DECIMAL.

OCI-22315: type string does not contain a map or order function

OCI-22315: type string does not contain a map or order function

Cause: The input type does not contain a map or order function so one cannot be returned.

Action: Add a map or order function to the type or catch this error.

OCI-22314: method information mismatch in ALTER TYPE

OCI-22314: method information mismatch in ALTER TYPE

Cause: The number of methods or the method signature do not match that of the original type declaration. This is not supported.

Action: Make sure the method signature stay identical for the previously declared method. Do not drop existing methods.

OCI-22313: cannot use two versions of the same type string

OCI-22313: cannot use two versions of the same type string

Cause: The version of this type conflicts with the version of this type used by another library that was linked in with the application. An application may only use one version of a type.

Action: Check that the libraries being linked with this application and use the same versions of the type.

OCI-22311: type for attribute string does not exist

OCI-22311: type for attribute string does not exist

Cause: The type of the attribute does not exist.

Action: No types were created or modified for this DDL transaction. Redo the DDL transaction and add the creation of the attribute s type in the DDL transaction.

OCI-22309: attribute with name string already exists

OCI-22309: attribute with name string already exists

Cause: The user is attempting to create an object type where more than one attributes have the same name.

Action: Check to make sure that all attribute names are unique.

OCI-22307: type to alter is not a user-defined type

OCI-22307: type to alter is not a user-defined type

Cause: The user is trying to alter a built-in type.

Action: Check to make sure that only user-defined types are being altered.

OCI-22306: type string . string already exists

OCI-22306: type string . string already exists

Cause: The user is trying to create a type that already exists.

Action: Check to make sure that the type has not been created prior to this.

OCI-22305: attribute or method or parameter string not found

OCI-22305: attribute or method or parameter string not found

Cause: Type element with the given name is not found in the type.

Action: Check to make sure that the type element exists.

OCI-22303: type string . string not found

OCI-22303: type string . string not found

Cause: The user is trying to obtain information for a type that cannot be found.

Action: Check that the schema is correct and that the type has been created correctly.

OCI-22290: operation would exceed the maximum number of opened files

OCI-22290: operation would exceed the maximum number of opened files

Cause: The number of open files has reached the maximum limit.

Action: Close some of the opened files and retry the operation.

OCI-22289: cannot perform string operation on an unopened file

OCI-22289: cannot perform string operation on an unopened file

Cause: The file is not open for the required operation to be performed.

Action: Check that the current operation is preceded by a successful file open operation.

OCI-22288: file operation string failed string

OCI-22288: file operation string failed string

Cause: The operation attempted on the file failed.

Action: See the next error message for more detailed information. Also, verify that the file exists and that the necessary privileges are set for the specified operation. If the error still persists, report the error to the DBA.

OCI-22287: invalid or modified directory occurred during string operation

OCI-22287: invalid or modified directory occurred during string operation

Cause: The directory alias used for the current operation is not valid if being accessed for the first time, or has been modified by the DBA since the last access.

Action: If you are accessing this directory for the first time, provide a valid directory name. If you have been already successful in opening a file under this directory before this error occured, then close the file and retry the operation with a valid directory alias as modified by your DBA. Oracle recommends that directories should be modified only during quiescent periods.

OCI-22286: insufficient privileges on directory or file to perform string operation

OCI-22286: insufficient privileges on directory or file to perform string operation

Cause: The user does not have the necessary access privileges on the directory alias and or or the file for the operation.

Action: Ask the database or system administrator to grant the required privileges on the directory alias and or or the file.

OCI-22285: non-existent directory or file for string operation

OCI-22285: non-existent directory or file for string operation

Cause: Attempted to access a directory that does not exist, or attempted to access a file in a directory that does not exist.

Action: Ensure that a system object corresponding to the specified directory exists in the database dictionary, or make sure the name is correct.

OCI-22282: non-contiguous append to a buffering enabled LOB not allowed

OCI-22282: non-contiguous append to a buffering enabled LOB not allowed

Cause: The buffered write operation has an input offset value more than one byte or character past the end of the LOB.

Action: Specify an input offset value which is exactly one character or byte greater than the length of the LOB that you are attempting to update through a buffered write operation.

OCI-22281: cannot perform operation with an updated locator

OCI-22281: cannot perform operation with an updated locator

Cause: The input locator has buffering enabled and was used to update the LOB value through the LOB buffering subsystem. The modified buffer has not been flushed since the write that was performed by the the input locator; thus, the input locator is considered an updated locator. Updated locators cannot be the source of a copy operation. Only one locator per LOB may be used to modify the LOB value through the LOB buffering subsystem.

Action: Depending on whether the modifications made through the input locator to the LOB buffering subsystem should be written to the server, either flush the buffer to write the modifications, or, disable buffering on the locator to discard the modifications. Then, reissue the command.

QSM-02026: non-AND conjunction in WHERE clause

QSM-02026: non-AND conjunction in WHERE clause

Cause: The capability in question is not supported when the materialized view uses a conjunction other than AND (such as OR) in the WHERE clause.

Action: Re-phrase the query to avoid use of the non-AND conjunction.