Skip Headers

Oracle® Database Error Messages
10g Release 1 (10.1)

Part Number B10744-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
 

58 AUD-00702 to AUD-00809

AUD-00702: unable to initialize audio processing environment
Cause: The initalization of the audio processing procedure failed.
Action: See the database administrator to make sure that enough memory has been allocated to JServer. If JServer does have enough memory, contact Oracle Customer Support Services.
AUD-00703: unable to read audio data
Cause: An error occurred while accessing the audio source.
Action: Make sure the audio source is valid. For external sources, make sure all access priviliges are granted.
AUD-00704: invalid input format
Cause: The audio data in the source was not in the format specified by the format field of the audio object. In some unusual cases, the audio data is actually corrupted.
Action: Provide a correct value in the format field. If the correct value is unknown, put NULL in the format field to invoke the DEFAULT format plug-in.
AUD-00705: unsupported input format
Cause: The file format of the audio data was not supported. This error can only occur in the DEFAULT format plug-in package.
Action: Refer to the interMedia documentation for supported formats.
AUD-00706: unsupported or corrupted input format
Cause: The audio data was either corrupted or the file format was not supported.
Action: Refer to the interMedia documentation for supported formats. If the audio data is not corrupted and is in a supported file format, contact Oracle Customer Support Services.
AUD-00713: internal error while parsing audio data
Cause: An internal error occurred during parsing.
Action: Contact Oracle Customer Support Services.
AUD-00714: internal error
Cause: An internal error occurred.
Action: Contact Oracle Customer Support Services.
AUD-00802: name of index is limited to 22 characters
Cause: The user specified an index name that is more than 22 characters long.
Action: Drop this index, and issue the CREATE INDEX statement again with a name that is at most 22 characters long.
AUD-00803: internal error while processing WHERE clause
Cause: The WHERE clause could not be properly processed.
Action: Contact Oracle Customer Support Services.
AUD-00806: first argument to SpeechContains must be a column
Cause: The first argument to SpeechContains is not a column. This is not allowed.
Action: Make sure that the first argument to SpeechContains is a column in a database table.
AUD-00807: SpeechContains: index of indextype ORDSpeechIndex is required
Cause: SpeechContains was used without an associated index of indextype ORDSpeechIndex.
Action: Make sure that SpeechContains is used in the context of an index of indextype ORDSpeechIndex. See the Oracle interMedia documentation for sample usage scenarios.
AUD-00808: ORDSpeechIndex: unable to CREATE internal Text index
Cause: CREATE INDEX for ORDSpeechIndex failed when trying to create internal Text index.
Action: Make sure that you are supplying a valid parameter string. See SpeechIndexing and Oracle Text documentation for descriptions of a valid parameter string for CREATE INDEX. To return to a consistent state, issue a DROP INDEX command.
AUD-00809: ORDSpeechIndex: unable to ALTER REBUILD internal Text index
Cause: ALTER INDEX REBUILD for ORDSpeechIndex failed when trying to alter rebuild internal Text index.
Action: Make sure that you are supplying a valid parameter string. See SpeechIndexing and Oracle Text documentation for descriptions of a valid parameter string for ALTER INDEX REBUILD. To return to a consistent state, issue a ALTER INDEX REBUILD PARAMETERS('optimize full') command.