Oracle9i Database Error Messages Release 2 (9.2) Part Number A96525-01 |
|
For information about the interMedia Audio option, refer to the Oracle interMedia User's Guide and Reference.
Cause: The initialization 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 Support Services.
Cause: An error occurred while accessing the audio source.
Action: Make sure the audio source is valid. For external sources, make sure all access privileges are granted.
Cause: The audio data in the source was not in the format specified by the format field of the audio object. In some unusual case, 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.
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 Oracle interMedia User's Guide and Reference for supported formats.
Cause: The audio data was either corrupted or the file format was not supported.
Action: Refer to the Oracle interMedia User's Guide and Reference for supported formats. If the audio data is not corrupted and is in a supported file format, contact Oracle Support Services.
Cause: An internal error occurred during parsing.
Action: Contact Oracle Support Services.
Cause: An internal error occurred.
Action: Contact Oracle Support Services.
Cause: An index name was specified that is more than 22 characters in length.
Action: Drop this index and issue the CREATE INDEX
statement again with a name that is at most 22 characters in length.
Cause: The WHERE
clause could not be properly processed.
Action: Contact Oracle Support Services.
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.
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 documentation for sample usage scenarios.
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
statement.
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')
statement.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|