Category Archives: DRG Database Error Messages

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

oracle

DRG-10511: index string does not exist or is incomplete
Cause: index creation is not complete
Action: create index before performing this operation

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

DRG-10510: stopword is missing

oracle

DRG-10510: stopword is missing
Cause: The stopword to be added was not specified
Action: Specify the stopword

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

DRG-10509: invalid text column: string

oracle

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

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

DRG-10507: duplicate index name: string

oracle

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

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

DRG-10506: table does not exist: string

oracle

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

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

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

oracle

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

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

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

oracle

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

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

DRG-10502: index string does not exist

oracle

DRG-10502: index string does not exist
Cause: the specified index does not exist or you do not have access to it
Action: Specify an existing index

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

DRG-10501: invalid stopword: string

oracle

DRG-10501: invalid stopword: string 
Cause: The stopword specified cound be lexed into multiple tokens with current lexer preference 
Action: Check lexer preference and Respecifies the stopword 

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

DRG-10500: CREATE_INDEX failed: column spec string

oracle

DRG-10500: CREATE_INDEX failed: column spec string
Cause: failed to create text index on the specified column
Action: See the next errors on stack and take appropriate action

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/