DRG-10599: column is not indexed
Cause: The column specified is not indexed
Action: Create index on the column before performing this operation
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
Cause: PARALLEL is not supported for requested operation
Action: Alter index without the parallel option
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
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
Cause: a DDL operation on an index object failed due to SQL error
Action: see following error
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
Cause: you specified an invalid column
Action: specify valid column
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
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
Cause: text query criteria is mandatory
Action: provide text query criteria