DRG-10599: column is not indexed

DRG-10599: column is not indexed

Cause: The column specified is not indexed.

Action: Create index on the column before performing this operation

DRG-10598: invalid parallel operation

DRG-10598: invalid parallel operation

Cause: PARALLEL is not supported for requested operation.

Action: Alter index without the parallel option

DRG-10597: invalid rebuild online operation

DRG-10597: invalid rebuild online operation

Cause: REBUILD ONLINE is not supported for requested operation.

Action: Alter index without the online option.

DRG-10595: ALTER INDEX string failed

DRG-10595: ALTER INDEX string failed

Cause: failed to alter index

Action: See the next errors on stack and take appropriate action

DRG-10584: failed to string string string due to an Oracle error

DRG-10584: failed to string string string due to an Oracle error

Cause: a DDL operation on an index object failed due to SQL error

Action: see following error

DRG-10583: TRUNCATE INDEX failed: string

DRG-10583: TRUNCATE INDEX failed: string

Cause: Failed to truncate index

Action: See the next errors on stack and take appropriate action

DRG-10582: column string does not exist in table string

DRG-10582: column string does not exist in table string

Cause: you specified an invalid column

Action: specify valid column

DRG-10581: indirect datastores cannot be used with long or lob text columns

DRG-10581: indirect datastores cannot be used with long or lob text columns

Cause: You tried to create an index on a long or lob column using an indirect datastore such as the file or url datastores

Action: Use direct datastore or a varchar column

DRG-10580: parallel indexing is not supported: string

DRG-10580: parallel indexing is not supported: string

Cause: attempted to create index with parallel servers

Action: Drop index and set parallel to 1 in create index

DRG-10579: must provide text query criteria

DRG-10579: must provide text query criteria

Cause: text query criteria is mandatory

Action: provide text query criteria

DRG-10574: failed to upgrade text index string

DRG-10574: failed to upgrade text index string

Cause: the upgrade operation has failed because of an Oracle error

Action: see the Oracle error on the stack and take the appropriate action

DRG-10573: index string is obsolete

DRG-10573: index string is obsolete

Cause: you specified an obsolete index

Action: perform upgrade_index on the index

DRG-10569: table or column does not exist: string

DRG-10569: table or column does not exist: string

Cause: The table, view, synonym or column specified does not exist. There may also be a permissions problem reading the table.

Action: Reinvoke the operation with the correct table name or column name

DRG-10562: missing alter index parameter

DRG-10562: missing alter index parameter

Cause: The parameter string was missing

Action: Provide correct parameter string with regard to the requested alter index operation.

DRG-10561: index string is not valid for requested operation

DRG-10561: index string is not valid for requested operation

Cause: The index was not in a valid state due to some prior error.

Action: Drop index and create index again.

DRG-10553: illegal syntax for column specification string

DRG-10553: illegal syntax for column specification string

Cause: column specification may have additional periods(.)

Action: check the syntax of column specification if you want to re-create it

DRG-10550: illegal syntax for index, preference, source or section name

DRG-10550: illegal syntax for index, preference, source or section name

Cause: name may have additional periods(.)

Action: check the syntax of the name

DRG-10549: length of the object name string exceeded the limit

DRG-10549: length of the object name string exceeded the limit

Cause: object name has exceeded the maximun length of 30 bytes

Action: Reduce the length of the object name if you want to re-create it

DRG-10535: failed to optimize text index string

DRG-10535: failed to optimize text index string

Cause: the optimize operation requested has failed because of an Oracle error

Action: see the Oracle error on the stack and take the appropriate action

DRG-10533: invalid user name: string

DRG-10533: invalid user name: string

Cause: you specified a user name that is invalid

Action: specify the correct user name

DRG-10532: table is not partitioned

DRG-10532: table is not partitioned

Cause: you called parallel create index on non-partitioned table

Action: recreate the table with partitions or remove the PARALLEL clause

DRG-10531: parallel parameter must be lamp;gt; 0

DRG-10531: parallel parameter must be lamp;gt; 0

Cause: you called create index with parallel = 0

Action: specify with value lamp;gt; 0

DRG-10528: primary keys of type string are not allowed

DRG-10528: primary keys of type string are not allowed

Cause: you tried to create an index on a table with an illegal primary key datatype

Action: change the textkey to one of the followings: VARCHAR2, NUMBER, VARCHAR, DATE, CHAR, MLSLABEL

DRG-10525: missing REBUILD keyword

DRG-10525: missing REBUILD keyword

Cause: all Oracle Text alter index options require the REBUILD keyword

Action: specify alter index with the REBUILD keyword

DRG-10520: failed to drop index: string

DRG-10520: failed to drop index: string

Cause: Failed to drop index on the specified index

Action: see the Oracle error on the stack and take the appropriate action

DRG-10518: an operation is in progress which conflicts with string request

DRG-10518: an operation is in progress which conflicts with string request

Cause: another session is operating on this index. it could be: a) DML is requested and DDL is in progress or b) DDL is requested and DML is in progress operation on the index

Action: try again later

DRG-10517: index string is already valid

DRG-10517: index string is already valid

Cause: The index was in a valid state and did not need the requested operation.

Action: Check the requested operation

DRG-10516: failed to perform DDL operation due to an Oracle error

DRG-10516: failed to perform DDL operation due to an Oracle error

Cause: the ddl operation requested has failed because of an Oracle error

Action: see the Oracle error on the stack and take the appropriate action

DRG-10513: index string metadata is corrupt

DRG-10513: index string metadata is corrupt

Cause: dictionary contains bad preferences for this index

Action: contact you DBA

DRG-10511: index string does not exist or is incomplete

DRG-10511: index string does not exist or is incomplete

Cause: index creation is not complete

Action: create index before performing this operation

DRG-10510: stopword is missing

DRG-10510: stopword is missing

Cause: The stopword to be added was not specified.

Action: Specify the stopword

DRG-10509: invalid text column: string

DRG-10509: invalid text column: string

Cause: the column specified is not valid

Action: check that the followings are valid: a) text column is of supported datatype b) valid table name, column name in the specification.

DRG-10507: duplicate index name: string

DRG-10507: duplicate index name: string

Cause: the specified index already exists in the dictionary

Action: this index can be updated or deleted, however this is only allowed if there is no text index available on the text column

DRG-10506: table does not exist: string

DRG-10506: table does not exist: string

Cause: The table, view, or synonym specified does not exist. There may also be a permissions problem reading the table.

Action: Reinvoke the operation with the correct table name

DRG-10504: primary key is required when using the DETAIL_DATASTORE

DRG-10504: primary key is required when using the DETAIL_DATASTORE

Cause: you tried to use the detail datastore to index a table with no primary key constraint

Action: add a primary key constraint on the table

DRG-10503: table string cannot be indexed because it has no primary key

DRG-10503: table string cannot be indexed because it has no primary key

Cause: a textkey needs to be a single column unique key whose length does not exceed 64 bytes. no such key was defined as an unique index or declared as a primary or unique key constraint

Action: create a suitable textkey for the table or specify it explicitly in this procedure call

IMG-00872: unsupported image model

IMG-00872: unsupported image model

Cause: Signature generation was attempted on an image with an image model that interMedia is unable to support.

Action: Try scaling the image down. If signature generation still fails, contact Oracle Support Services with the error number and the image causing this problem.

IMG-00871: unexpected number of seeds

IMG-00871: unexpected number of seeds

Cause: An internal error has occured.

Action: Contact Oracle Support Services with the error number and the image causing this problem.

IMG-00870: unsupported aspect ratio or image size

IMG-00870: unsupported aspect ratio or image size

Cause: Signature generation was attempted on an image smaller than the supported size.

Action: Try scaling the image up to have a larger height and width, the suggested size is greater than 21 pixels each. If signature generation still fails, contact Oracle Support Services with the error number and the image causing this problem.

IMG-00862: assert failure, inconsistency in merged area labels

IMG-00862: assert failure, inconsistency in merged area labels

Cause: An internal error has occured.

Action: Contact Oracle Support Services with the error number and the image causing this problem.

IMG-00861: assert failure, inconsistency in area merge operation

IMG-00861: assert failure, inconsistency in area merge operation

Cause: An internal error has occured.

Action: Contact Oracle Support Services with the error number and the image causing this problem.

IMG-00860: assert failure, number of region exceeds allocated

IMG-00860: assert failure, number of region exceeds allocated

Cause: An internal error has occured.

Action: Contact Oracle Support Services with the error number and the image causing this problem.

IMG-00857: area list free failed

IMG-00857: area list free failed

Cause: An internal error has occured.

Action: Contact Oracle Support Services with the error number.

IMG-00856: adjacency matrix free failed

IMG-00856: adjacency matrix free failed

Cause: An internal error has occured.

Action: Contact Oracle Support Services with the error number.

IMG-00855: internal image index free failed

IMG-00855: internal image index free failed

Cause: An internal error has occured.

Action: Contact Oracle Support Services with the error number.

IMG-00854: internal image data free failed

IMG-00854: internal image data free failed

Cause: An internal error has occured.

Action: Contact Oracle Support Services with the error number.

IMG-00853: internal image structure free failed

IMG-00853: internal image structure free failed

Cause: An internal error has occured.

Action: Contact Oracle Support Services with the error number.

IMG-00852: image index free failed

IMG-00852: image index free failed

Cause: An internal error has occured.

Action: Contact Oracle Support Services with the error number.

IMG-00851: image data free failed

IMG-00851: image data free failed

Cause: An internal error has occured.

Action: Contact Oracle Support Services with the error number.

IMG-00850: image structure free failed

IMG-00850: image structure free failed

Cause: An internal error has occured.

Action: Contact Oracle Support Services with the error number.

IMG-00847: area list allocation failed

IMG-00847: area list allocation failed

Cause: Operating system process memory has been exhausted while initializing the area list.

Action: See the database administrator or operating system administrator to increase process memory quota.

IMG-00846: adjacency matrix allocation failed

IMG-00846: adjacency matrix allocation failed

Cause: Operating system process memory has been exhausted while initializing the adjacency matrix.

Action: See the database administrator or operating system administrator to increase process memory quota.

IMG-00845: internal image index allocation failed

IMG-00845: internal image index allocation failed

Cause: Operating system process memory has been exhausted while initializing the internal image index.

Action: See the database administrator or operating system administrator to increase process memory quota.

IMG-00844: internal image data allocation failed

IMG-00844: internal image data allocation failed

Cause: Operating system process memory has been exhausted while initializing the internal image data.

Action: See the database administrator or operating system administrator to increase process memory quota.

IMG-00843: internal image structure allocation failed

IMG-00843: internal image structure allocation failed

Cause: Operating system process memory has been exhausted while initializing the internal image structure.

Action: See the database administrator or operating system administrator to increase process memory quota.

IMG-00842: image index allocation failed

IMG-00842: image index allocation failed

Cause: Operating system process memory has been exhausted while initializing the image index.

Action: See the database administrator or operating system administrator to increase process memory quota.

IMG-00841: image data allocation failed

IMG-00841: image data allocation failed

Cause: Operating system process memory has been exhausted while initializing the image data.

Action: See the database administrator or operating system administrator to increase process memory quota.

IMG-00840: image structure allocation failed

IMG-00840: image structure allocation failed

Cause: Operating system process memory has been exhausted while initializing the image structure.

Action: See the database administrator or operating system administrator to increase process memory quota.

IMG-00836: area queue merge failed

IMG-00836: area queue merge failed

Cause: An internal error has occured.

Action: Contact Oracle Support Services with the error number and the image causing this problem.

IMG-00835: merged area queue size exceeds expected size

IMG-00835: merged area queue size exceeds expected size

Cause: An internal error has occured.

Action: Contact Oracle Support Services with the error number and the image causing this problem.