MINI MINI MANI MO

Path : /opt/oracle/product/18c/dbhomeXE/ord/mesg/
File Upload :
Current File : //opt/oracle/product/18c/dbhomeXE/ord/mesg/audus.msg

/* Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved. */
/  
/*  
/   
/   NAME  
/     audus.msg - Oracle Multimedia Audio routines error messages  
/   DESCRIPTION  
/     Contains the various error codes returned by the routines, what they 
/     mean and what the probable cause is and what action(s), if any, to 
/     take.  
/   
/ Errors can be internal or user errors. Internal errors are not reported  
/ specifically, rather a generic error code (KIDA_FAILURE) is used. User  
/ errors have individual error codes so that the user can take corrective 
/ action.   
 
/------------------------------------------------------------------------------/  
/ NOTES:  
/   Language      : American  
/   Character set : US7ASCII  
/  
/  
/  
/ MODIFIED       (MM/DD/YY)  
/ smavris         05/02/07 - Update for name change - interMedia to Multimedia
/ fechen          11/12/04 - add message 707 
/ fechen          11/05/04 - Add 721
/ rabbott         10/26/04 - Fix typo
/ rabbott         10/07/04 - Add 611-614
/ mannamal        10/01/04 - Remove 'Customer' from 'Oracle Customer Support' 
/ smavris         10/16/02 - Update with editorial commens
/ virao           07/06/01 - Add more error messages for speech
/ virao           07/03/01 - Change names for speech
/ virao           05/08/01 - Add ORDSpeechIndex error messages
/ wklee           08/12/99 - add explanation to 704
/ wklee           07/22/99 - misc updates
/ wklee           06/29/99 - update messages
/ wklee           06/24/99 - 8.1.6 messages
/ alsrivas        05/27/98 - updating
/ alsrivas        05/20/98 - updating messages
/*/  
  
  
00611, 00000, "unable to access the BLOB for reading"
/                                   ****
// *Cause:  The BLOB could not be opened for reading.
// *Action: Contact Oracle Support Services. 

00612, 00000, "unable to open export destination file"
// *Cause:  The file could not be created or opened.
// *Action: Check that the file does not refer to an existing directory.
//          Check that the file is not locked by another application.

00613, 00000, "export destination access denied"
// *Cause:  Permission to write to destination file was denied.
// *Action: Refer to the Oracle Multimedia documentation for information
//          on granting privileges for the export() method.

00614, 00000, "I/O error during export"
// *Cause:  The export operation failed because of an I/O error.
// *Action: Check OS logs and contact Oracle Support Services.

00702, 00000, "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 Support Services. 
  
00703, 00000, "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.

00704, 00000, "invalid input format or corrupted input data"
// *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.
  
00705, 00000, "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 Oracle Multimedia documentation for supported formats.
  
00706, 00000, "unsupported or corrupted input format"  
// *Cause:  The audio data was either corrupted or the file format was 
//          not supported. 
// *Action: Refer to the Oracle Multimedia documentation for supported formats.
//          If the audio data is not corrupted and is in a supported  
//          file format, contact Oracle Support Services.
  
00707, 00000, "unable to read empty audio data"
// *Cause:  There is no data in the audio object.
// *Action: Refer to the Oracle Multimedia documentation for
//          information on how to populate the audio object with
//          audio data.

00713, 00000, "internal error while parsing audio data"  
// *Cause:  An internal error occurred during parsing.
// *Action: Contact Oracle Support Services.

00714, 00000, "internal error"  
// *Cause:  An internal error occurred.  
// *Action: Contact Oracle Support Services.

00721, 00000, "unable to find format plug-in package ORDPLUGINS.ORDX_%s_AUDIO"  
/                                                    ************************
// *Cause:  Custom audio plug-in for user-specified format was not found.  
// *Action: Ensure correct audio format is specified or proper 
//          custom audio plug-in package is installed.

00802, 00000, "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.

00803, 00000, "internal error while processing WHERE clause"
// *Cause:  The WHERE clause could not be properly processed.
// *Action: Contact Oracle Support Services.

00806, 00000, "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.

00807, 00000, "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 Multimedia documentation for sample 
//          usage scenarios.

00808, 00000, "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.

00809, 00000, "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.


OHA YOOOO