Oracle interMedia User's Guide and Reference
Release 9.0.1

Part Number A88786-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to next page

H
Exceptions and Error Messages

H.1 Exceptions

The following sections describe the exceptions and error messages of interMedia objects.

H.1.1 ORDAudioExceptions Exceptions

The following exceptions are associated with the ORDAudio object:


LOCAL_DATA_SOURCE_REQUIRED

Cause: This exception is raised if the data source is external.

Action: Set the source information to a local source.


DESCRIPTION_IS_NOT_SET

Cause: This exception is raised when calling the getDescription function and the description attribute is not set.

Action: Set the description attribute.


INVALID_DESCRIPTION

Cause: This exception is raised when you call the setDescription( ) method with a value that is not valid.

Action: Set the value of the user_description parameter to an acceptable value.


INVALID_MIME_TYPE

Cause: This exception is raised if the MIME parameter value of the setMimeType procedure is NULL.

Action: Set the MIME parameter value to a known value.


AUDIO_FORMAT_IS_NULL

Cause: This exception is raised when calling the getFormat function and the format is NULL.

Action: Set the format for the audio object to a known format.


AUDIO_ENCODING_IS_NULL

Cause: This exception is raised when calling the getEncoding function and the encoding is NULL.

Action: Set the encoding for the audio object to a known value.


AUDIO_NUM_CHANNELS_IS_NULL

Cause: This exception is raised when calling the getNumberOf Channels function and the number of channels is NULL.

Action: Set the number of channels for the audio object to a known value.


AUDIO_SAMPLING_RATE_IS_NULL

Cause: This exception is raised when calling the getSamplingRate function and the sampling rate is NULL.

Action: Set the sampling rate for the audio object to a known value.


AUDIO_SAMPLE_SIZE_IS_NULL

Cause: This exception is raised when calling the getSampleSize function and the sample size is NULL.

Action: Set the sample size for the audio object to a known value.


AUDIO_DURATION_IS_NULL

Cause: This exception is raised when calling the getAudioDuration function and the duration is NULL.

Action: Set the duration for the audio object to a known value.


NULL_INPUT_VALUE

Cause: This exception is raised if the knownFormat parameter value of the setFormat procedure is NULL.

Action: Set these parameters with known values.


METHOD_NOT_SUPPORTED

Cause: This exception is raised when the method called is not supported.

Action: Call a supported method.


AUDIO_PLUGIN_EXCEPTION

Cause: This exception is raised when the audio plug-in raises an exception.

Action: Refer to Section 6.4.1 for more information.

H.1.2 ORDDocExceptions Exceptions

The following exceptions are associated with the ORDDoc object:


DOC_PLUGIN_EXCEPTION

Cause: This exception is raised when the document plug-in raises an exception.

Action: Refer to Section 7.4.1 for more information.


INVALID_MIME_TYPE

Cause: This exception is raised if the MIME parameter value of the setMimeType procedure is NULL.

Action: Set the MIME parameter value to a known value.


INVALID_FORMAT_TYPE

Cause: This exception is raised if the FORMAT parameter value of the setFormat procedure is NULL.

Action: Set the FORMAT parameter value to a known value.


METHOD_NOT_SUPPORTED

Cause: This exception is raised when the method called is not supported.

Action: Call a supported method.


NULL_INPUT_VALUE

Cause: This exception is raised if the knownFormat parameter value of the setFormat procedure is NULL.

Action: Set these parameters with known values.

H.1.3 ORDImageExceptions Exceptions

The following exceptions are associated with the ORDImage object:


NULL_LOCAL_DATA

Cause: This exception is raised when source.localData is NULL.

Action: Initialize source.localData with an empty_blob( ).


NULL_PROPERTIES_DESCRIPTION

Cause: This exception is raised when the description parameter to setProperties is not set.

Action: Set the description attribute if you are using a foreign image. Otherwise, do not pass the description parameter.


NULL_DESTINATION

Cause: This exception is raised when the destination image is NULL.

Action: Pass an initialized destination image.


DATA_NOT_LOCAL

Cause: This exception is raised when the source information is not set to local.

Action: Reset the source attribute information to a local image source. Call the import( ) or importFrom( ) method to import the data into the local BLOB.


NULL_CONTENT

Cause: This exception is raised when the content attribute of an ORDImgB or ORDImgF image is NULL.

Action: Initialize the content attribute.


NULL_SOURCE

Cause: This exception is raised when the source image is NULL.

Action: Pass an initialized source image.

H.1.4 ORDVideoExceptions Exceptions

The following exceptions are associated with the ORDVideo object:


LOCAL_DATA_SOURCE_REQUIRED

Cause: This exception is raised if the data source is external.

Action: Set the source information to a local source.


DESCRIPTION_IS_NOT_SET

Cause: This exception is raised when calling the getDescription function and the description attribute is not set.

Action: Set the description attribute.


INVALID_MIME_TYPE

Cause: This exception is raised if the MIME parameter value of the setMimeType procedure is NULL.

Action: Set the MIME parameter value to a known value.


VIDEO_FORMAT_IS_NULL

Cause: This exception is raised when calling the getFormat function and the format is NULL.

Action: Set the format for the video object to a known format.


NULL_INPUT_VALUE

Cause: This exception is raised if either the knownWidth or knownHeight parameter values of the setFrameSize procedure is NULL.

Action: Set these parameters with known values.


METHOD_NOT_SUPPORTED

Cause: This exception is raised when the method called is not supported.

Action: Call a supported method.


VIDEO_PLUGIN_EXCEPTION

Cause: This exception is raised when the video plug-in raises an exception.

Action: Refer to Section 9.4.1 for more information.

H.1.5 ORDSourceExceptions Exceptions

The following exceptions are associated with the ORDSource object:


INCOMPLETE_SOURCE_INFORMATION

Cause: This exception is raised when the source information is incomplete or srcType is NULL and data is not stored locally in the BLOB.

Action: Check your source information and set srcType, srcLocation, or srcName attributes as needed.


INCOMPLETE_SOURCE_LOCATION

Cause: This exception is raised when the value of srcLocation is NULL.

Action: Check your source location and set the srcLocation attribute.


INCOMPLETE_SOURCE_NAME

Cause: This exception is raised when the value of srcName is NULL.

Action: Check your source name and set the srcName attribute.


EMPTY_SOURCE

Cause: This exception is raised when the source is local but the source is NULL.

Action: Pass an initialized source.


NULL_SOURCE

Cause: This exception is raised when the local source is NULL.

Action: Pass an initialized source.


INVALID_SOURCE_TYPE

Cause: This exception is raised when the getBFile method detects a source type other than 'file'.

Action: Ensure that the source type is 'file'.


METHOD_NOT_SUPPORTED

Cause: This exception is raised when the method called is not supported.

Action: Call a supported method.


SOURCE_PLUGIN_EXCEPTION

Cause: This exception is raised when the source plug-in raises an exception.

Action: Refer to Section I.3.1, Section I.3.2, and Section I.3.3 for more information.

H.2 ORDAudio Error Messages


AUD-00702 unable to initialize audio processing environment

Cause: The initalization of the audio processing external 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 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.


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 Oracle interMedia User's Guide and Reference 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 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 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.

H.3 ORDImage Error Messages


IMG-00001, "unable to initialize Oracle interMedia environment"

Cause: The image processing external procedure initialization process failed.

Action: Contact Oracle Customer Support Services.


IMG-0002,"unrecoverable error"

Cause: This is an internal error.

Action: Contact Oracle Customer Support Services.


IMG-00502, "invalid scale value"

Cause: An invalid scale value was found while parsing the parameters for the image process function.

Action: Correct the statement by using a valid scale value. Refer to Oracle interMedia User's Guide and Reference documentation for a description of the correct usage and syntax for the image processing command string.


IMG-00505, "missing value in CUT rectangle"

Cause: An incorrect number of values was used to specify a rectangle.

Action: Use exactly four integer values for the lower-left and upper-right vertices.


IMG-00506, "extra value in CUT rectangle"

Cause: An incorrect number of values was used to specify a rectangle.

Action: Use exactly four integer values for the lower-left and upper-right vertices.


IMG-00510, application-specific-message

Cause: A syntax error was found while parsing the parameters for the image process function.

Action: Correct the statement by using valid parameter values. Refer to Oracle interMedia User's Guide and Reference documentation for a description of the correct usage and syntax for the image processing command string.


IMG-00511, application-specific-message

Cause: An error was found while accessing image data.

Action: Contact Oracle Customer Support Services.


IMG-00512, "multiple incompatible scaling parameters found"

Cause: Multiple incompatible scaling parameters were found in the image process command string. With the exception of XSCALE and YSCALE, which can be used together in a process command string, scaling functions are mutually exclusive and cannot be combined.

Action: Remove scaling functions until only one remains (or two, if they are XSCALE and YSCALE).


IMG-00513, "missing value in scaling operation"

Cause: An incorrect number of values was used to specify image dimensions. fixedScale and maxScale require exactly two integer values for the X and Y dimensions of the desired image.

Action: Use two values for fixedScale and maxScale.


IMG-00514, "extra value in scaling operation"

Cause: An incorrect number of values was used to specify image dimensions. fixedScale and maxScale require exactly two integer values for the X and Y dimensions of the desired image.

Action: Use two values for fixedScale and maxScale.


IMG-00515, "incorrect number of input channels"

Cause: An incorrect number of values was used to specify input channels. InputChannels requires either one or three channel numbers for the gray or red, green, and blue channel assignments.

Action: Use either one or three values to specify the input channels.


IMG-00516, "default channel out of range"

Cause: An incorrect value was used to specify the default channel selection.

Action: Use a channel number that is less than or equal to the number of bands and greater than zero.


IMG-00517, "height or width not present in parameter string"

Cause: Height and/or width were not specified in the setProperties parameter string.

Action: Specify both the height and width.


IMG-00518, "invalid value for height or width"

Cause: Height and width were not positive integers.

Action: Specify both the height and width as positive integers.


IMG-00519, "illegal combination of parameters"

Cause: Other than height, width, dataOffset, and userString, no other parameters may be specified in the setProperties parameter string when CCITTG3 or CCITTG4 is used as the compressionFormat.

Action: Supply only the height and width when compressionFormat is either CCITTG3 or CCITTG4. The dataOffset and userString may optionally be supplied as well.


IMG-00520, "invalid value for numberOfBands"

Cause: NumberOfBands was not a positive integer.

Action: Specify numberOfBands as a positive integer.


IMG-00521, "invalid value for dataOffset"

Cause: dataOffset was not a positive integer.

Action: Specify dataOffset as a positive integer.


IMG-00522, "invalid format for parameter value"

Cause: A floating-point value was specified where an integer is required, or a character value was specified where a numeric value is required.

Action: Specify the correct type of values for process parameters.


IMG-00523, "invalid process verb"

Cause: A process verb was specified that is not understood by Oracle interMedia.

Action: Refer to the Oracle interMedia documentation for a description of valid process verbs.


IMG-00524, "mismatched quotes"

Cause: Quotation marks used within a process command string were not matched.

Action: Ensure that quotation marks occur in pairs.


IMG-00525,"locale error"

Cause: This is an internal error.

Action: Contact Oracle Customer Support Services.


IMG-00526,"error parsing foreign image description"

Cause: An internal error occurred while processing a foreign image.

Action: Use setProperties to correct the foreign image description. Contact Oracle Customer Support Services.


IMG-00530, "internal error while parsing command"

Cause: An internal error occurred while parsing the command passed to the image processing function or the foreign image setProperties function.

Action: Check the command passed to the function. Refer to Oracle interMedia User's Guide and Reference for a description of the correct usage and syntax for the image processing command string or the foreign image setProperties function. If you are certain that your command is correct, then contact Oracle Customer Support Services.


IMG-00531, "empty or null image processing command"

Cause: An empty or null image processing command was passed to the image process function.

Action: Refer to Oracle interMedia User's Guide and Reference for a description of the correct usage and syntax for the image processing command string.


IMG-00540,"contentFormat and interleave conflict"

Cause: Interleave values were specified using both the contentFormat and interleave verbs.

Action: Specify interleave values using either contentFormat or interleave, but not both.


IMG-00541,"invalid contentFormat specified"

Cause: The specified contentFormat was not valid.

Action: Refer to Oracle interMedia User's Guide and Reference for a description of valid contentFormat specifications.


IMG-00542,"contentFormat includes invalid extra information"

Cause: The specified contentFormat included invalid characters at the end of the parameter string.

Action: Refer to Oracle interMedia User's Guide and Reference for a description of valid contentFormat specifications.


IMG-00543,"invalid compressionFormat specified"

Cause: The specified compressionFormat was not valid.

Action: Refer to Oracle interMedia User's Guide and Reference for a description of valid compressionFormat specifications.


IMG-00544,"invalid compressionQuality specified"

Cause: The specified compressionQuality was not valid.

Action: Refer to Oracle interMedia User's Guide and Reference for a description of valid compressionQuality specifications.


IMG-00545,"invalid cut values specified"

Cause: An invalid value was found while parsing the parameters for the cut operation.

Action: Correct the statement by using valid values for the cut operation that are not negative. Refer to Oracle interMedia User's Guide and Reference for a description of the correct usage and syntax for the image processing command string.


IMG-00546,"invalid page number specified"

Cause: An invalid page number was specified.

Action: Specify page numbers that are not negative.


IMG-00547,"invalid channelOrder specified"

Cause: The specified channel order was not valid.

Action: Refer to Oracle interMedia User's Guide and Reference for a description of valid channelOrder specifications.


IMG-00548,"invalid interleave specified"

Cause: The specified interleave was not valid.

Action: Refer to Oracle interMedia User's Guide and Reference for a description of valid interleave specifications.


IMG-00549,"invalid pixelOrder specified"

Cause: The specified pixel order was not valid.

Action: Refer to Oracle interMedia User's Guide and Reference for a description of valid pixelOrder specifications.


IMG-00550,"invalid scanlineOrder specified"

Cause: The specified scanline order was not valid.

Action: Refer to Oracle interMedia User's Guide and Reference for a description of valid scanlineOrder specifications.


IMG-00551,"invalid dither type specified"

Cause: The specified dither type was not valid.

Action: Refer to Oracle interMedia User's Guide and Reference for a description of valid dither specifications.


IMG-00552,"invalid inputChannels specified"

Cause: An invalid value was specified for the inputChannels verb.

Action: Specify non-negative values for inputChannels. Refer to Oracle interMedia User's Guide and Reference for a description of the correct usage and syntax for the image processing command string.


IMG-00560,"input format does not support page selection"

Cause: The page verb was specified for an input format that does not support selecting pages.

Action: Remove the page selection verb. Refer to Oracle interMedia User's Guide and Reference for a description of which image formats support page selection.


IMG-00561,"input format does not support channel selection"

Cause: The inputChannels verb was specified for an input format that does not support selecting channels.

Action: Remove the inputChannels verb. Refer to Oracle interMedia User's Guide and Reference for a description of which image formats support input channel selection.


IMG-00580,"specified format does not support output"

Cause: The output format specified by fileFormat does support output.

Action: Change the specified fileFormat to one that supports output. Refer to Oracle interMedia User's Guide and Reference for a description of which formats support output.


IMG-00581,"output format does not support the specified contentFormat"

Cause: The specified contentFormat is not supported by the explicitly or implicitly specified output format.

Action: Refer to Oracle interMedia User's Guide and Reference for a description of which contentFormat values are supported for each output format.


IMG-00582,"output format does not support the specified interleave"

Cause: The specified interleave is not supported by the explicitly or implicitly specified output format.

Action: Refer to Oracle interMedia User's Guide and Reference for a description of which interleave values are supported for each output format.


IMG-00583,"output format does not support the specified compressionFormat"

Cause: The specified compressionFormat is not supported by the explicitly or implicitly specified output format.

Action: Refer to Oracle interMedia User's Guide and Reference for a description of which compressionFormat values are supported for each output format.


IMG-00584,"output format does not support the specified compressionQuality"

Cause: The specified compressionQuality is not supported by the explicitly or implicitly specified output format.

Action: Refer to Oracle interMedia User's Guide and Reference for a description of which compressionQuality values are supported for each output format.


IMG-00585,"output format does not support the specified channelOrder"

Cause: The specified channelOrder is not supported by the explicitly or implicitly specified output format.

Action: Refer to Oracle interMedia User's Guide and Reference for a description of which channelOrder values are supported for each output format.


IMG-00586,"output format does not support the specified pixelOrder"

Cause: The specified pixelOrder is not supported by the explicitly or implicitly specified output format.

Action: Refer to Oracle interMedia User's Guide and Reference for a description of which pixelOrder values are supported for each output format.


IMG-00587,"output format does not support the specified scanlineOrder"

Cause: The specified scanlineOrder is not supported by the explicitly or implicitly specified output format.

Action: Refer to Oracle interMedia User's Guide and Reference for a description of which scanlineOrder values are supported for each output format.


IMG-00599, "internal error"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services.


IMG-00601, "out of memory while copying image"

Cause: Operating system process memory has been exhausted while copying the image.

Action: See the database administrator or operating system administrator to increase process memory quota.


IMG-00602, "unable to access image data"

Cause: An error occurred while reading or writing image data.

Action: Contact your system administrator.


IMG-00603, "unable to access source image data"

Cause: The source image SOURCE attribute is invalid.

Action: Ensure that the SOURCE attribute of the source image is populated with image data.


IMG-00604, "unable to access destination image data"

Cause: The destination image SOURCE attribute is invalid.

Action: Ensure that the SOURCE attribute of the destination image is populated with image data.


IMG-00606, "unable to access image data"

Cause: An attempt was made to access an invalid image.

Action: Ensure that the SOURCE attribute of the image is populated with image data.


IMG-00607, "unable to write to destination image"

Cause: The destination image SOURCE attribute is invalid.

Action: Ensure that the SOURCE attribute of the destination image is initialized correctly and that you have sufficient tablespace.


IMG-00609, "unable to read image stored in a BFILE"

Cause: The image stored in a BFILE cannot be opened for reading.

Action: Ensure that the access privileges of the image file and the image file's directory allow read access.


IMG-00701, "unable to set the properties of an empty image"

Cause: There is no data in the image object.

Action: Refer to Oracle interMedia User's Guide and Reference for information on how to put image data into the image object.


IMG-00702, "unable to initialize image processing environment"

Cause: The image processing external procedure initialization process failed.

Action: Contact Oracle Customer Support Services.


IMG-00703, "unable to read image data"

Cause: There is no image data in the image object.

Action: Refer to Oracle interMedia User's Guide and Reference for information on how to populate image data into the image object.


IMG-00704, "unable to read image data"

Cause: There is no image data in the image object.

Action: Refer to Oracle interMedia User's Guide and Reference for information on how to populate image data into the image object.


IMG-00705, "unsupported or corrupted input format"

Cause: This is an internal error.

Action: Contact Oracle Customer Support Services.


IMG-00706, "unsupported or corrupted output format"

Cause: This is an internal error.

Action: Contact Oracle Customer Support Services.


IMG-00707, "unable to access image data"

Cause: An error occurred while reading or writing image data.

Action: Contact your system administrator.


IMG-00710, "unable write to destination image"

Cause: The destination image is invalid.

Action: Ensure that the SOURCE attribute of the destination image is initialized and that you have sufficient tablespace.


IMG-00711, "unable to set properties of destination image"

Cause: This is an internal error.

Action: Contact Oracle Customer Support Services.


IMG-00712, "unable to write to destination image"

Cause: The destination image is invalid.

Action: Ensure that the SOURCE attribute of the destination image is initialized and that you have sufficient tablespace. Ensure the row containing the destination image has been locked (this does not apply to temporary BLOBs).


IMG-00713, "unsupported destination image format"

Cause: A request was made to convert an image to a format that is not supported.

Action: Refer to Oracle interMedia User's Guide and Reference for supported formats.


IMG-00714, "internal error"

Cause: This is an internal error.

Action: Contact Oracle Customer Support Services.


IMG-00715, "Unable to open image stored in a BFILE"

Cause: The image stored in a BFILE could not be opened for reading.

Action: Ensure that the access privileges of the image file and the image file's directory allow read access.


IMG-00716, "source image format does not support process options"

Cause: A request was made to apply a processing option not supported by the source image format.

Action: Refer to Oracle interMedia User's Guide and Reference for a discussion of supported processing options.


IMG-00717, "destination image format does not support process options"

Cause: A request was made to apply a processing option not supported by the destination image format.

Action: Refer to Oracle interMedia User's Guide and Reference for a discussion of supported processing options.


IMG-00718, "the same Temporary LOB cannot be used as both source and destination"

Cause: A call was made to processCopy with the same temporary LOB being specified as both the source and destination.

Action: Specify a different LOB for parameter "dest".


IMG-00719,"image processing internal error"

Cause: This is an internal error.

Action: Contact Oracle Customer Support Services.


IMG-00720,"image processing internal error"

Cause: This is an internal error.

Action: Contact Oracle Customer Support Services.


IMG-00730,"unable to process empty image"

Cause: There is no data in the input image object.

Action: Refer to Oracle interMedia User's Guide and Reference for information on how to put image data into the image object.


IMG-00731,"specified page could not be found in input image"

Cause: The specified page does not exist in the input image.

Action: Restrict the value of the page parameter to values specifying pages that exist within the input image object.


IMG-00732,"specified inputChannels could not be found in input image"

Cause: The specified input channel does not exist in the input image.

Action: Restrict the value of the inputChannels parameter to values specifying channels that exist within the input image object.


IMG-00800, "internal error while parsing attribute string"

Cause: An internal error occurred while parsing the attribute string containing the weights of the attributes.

Action: Check the command passed to the function. Refer to Oracle interMedia User's Guide and Reference for a description of the correct usage and syntax for the attributes string for image matching. If you are certain that your command is correct, then contact Oracle Customer Support Services.


IMG-00801, "cannot extract height and width"

Cause: Height and width are not set in the image object.

Action: Set the properties of the image object by calling setProperties and then generate the signature.


IMG-00802, "empty or null attributes string"

Cause: An empty or null attributes string was passed to the image matching operators.

Action: Refer to Oracle interMedia User's Guide and Reference for a description of the correct usage and syntax of the attributes string.


IMG-00803, "invalid attributes value"

Cause: An invalid value was found while parsing the attributes string for the image matching operators.

Action: Refer to Oracle interMedia User's Guide and Reference for a description of the correct usage and syntax for the attributes string. The weight values should be between 0.0 and 1.0.


IMG-00804," Syntax error in attributes string"

Cause: A syntax error was found while parsing the attributes string for the image matching operators.

Action: Refer to Oracle interMedia User's Guide and Reference for a description of the correct usage and syntax of the attributes string.


IMG-00805, "SIGNATURE data has been corrupted or is invalid"

Cause: The data in the signature is not a valid signature.

Action: Re-create the signature using the generateSignature method.


IMG-00806, "invalid input image"

Cause: The image data is either corrupt or is in an unsupported format.

Action: Repopulate the image object, set properties of the image, and generate the signature.


IMG-00807, "no weights specified in weight string"

Cause: All weights passed were zero. At least one attribute must be weighted.

Action: Specify a non-zero weight for at least one attribute.


IMG-00808, "unable to read an empty image"

Cause: There is no data in the image object.

Action: Refer to Oracle interMedia User's Guide and Reference for information on how to populate the image object with image data.


IMG-00809, "usage of IMGSimilar is incorrect"

Cause: Syntax error while using IMGSimilar.

Action: Refer to Oracle interMedia User's Guide and Reference for information on how to use the IMGSimilar operator. Check if the value returned by IMGSimilar is compared to the value 1.


IMG-00810, "Boundary queue initialization failed"

Cause: Operating system process memory has been exhausted while initializing the boundary queue.

Action: See the database administrator or operating system administrator to increase process memory quota.


IMG-00811, "Fail queue initialization failed"

Cause: Operating system process memory has been exhausted while initializing the fail queue.

Action: See the database administrator or operating system administrator to increase process memory quota.


IMG-00812, "Merged area queue initialization failed"

Cause: Operating system process memory has been exhausted while initializing the merged area queue.

Action: See the database administrator or operating system administrator to increase process memory quota.


IMG-00813, "Boundary queue free failed"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number.


IMG-00814, "Fail queue free failed"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number.


IMG-00815, "Merged area queue free failed"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number.


IMG-00820, "Area 0 queue clear failed"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number.


IMG-00821, "Area N queue clear failed"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number.


IMG-00822, "Area queue reset failed"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number.


IMG-00823, "Boundary queue pop failed"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number.


IMG-00824, "Fail queue pop failed"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number.


IMG-00825, "Merged area queue pop failed"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number.


IMG-00830, "Boundary queue is full"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number and the image causing this problem.


IMG-00831, "Boundary queue size exceeds expected size"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number and the image causing this problem.


IMG-00832, "Fail queue is full"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number and the image causing this problem.


IMG-00833, "Boundary queue size exceeds expected size"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number and the image causing this problem.


IMG-00834, "Merged area queue is full"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number and the image causing this problem.


IMG-00835, "Merged area queue size exceeds expected size"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number and the image causing this problem.


IMG-00836, "Area queue merge failed"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number and the image causing this problem.


IMG-00840, "Image structure allocation failed"

Cause: Operating system process memory has been exhausted while initializing the image structure.

Action: See the database administrator or operating system administrator to increase process memory quota.


IMG-00841, "Image data allocation failed"

Cause: Operating system process memory has been exhausted while initializing the image data.

Action: See the database administrator or operating system administrator to increase process memory quota.


IMG-00842, "Image index allocation failed"

Cause: Operating system process memory has been exhausted while initializing the image index.

Action: See the database administrator or operating system administrator to increase process memory quota.


IMG-00843, "Internal image structure allocation failed"

Cause: Operating system process memory has been exhausted while initializing the internal image structure.

Action: See the database administrator or operating system administrator to increase process memory quota.


IMG-00844, "Internal image data allocation failed"

Cause: Operating system process memory has been exhausted while initializing the internal image data.

Action: See the database administrator or operating system administrator to increase process memory quota.


IMG-00845, "Internal image index allocation failed"

Cause: Operating system process memory has been exhausted while initializing the internal image index.

Action: See the database administrator or operating system administrator to increase process memory quota.


IMG-00846, "Adjacency matrix allocation failed"

Cause: Operating system process memory has been exhausted while initializing the adjacency matrix.

Action: See the database administrator or operating system administrator to increase process memory quota.


IMG-00847, "Area list allocation failed"

Cause: Operating system process memory has been exhausted while initializing the area list.

Action: See the database administrator or operating system administrator to increase process memory quota.


IMG-00850, "Image structure free failed"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number.


IMG-00851, "Image data free failed"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number.


IMG-00852, "Image index free failed"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number.


IMG-00853, "Internal image structure free failed"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number.


IMG-00854, "Internal image data free failed"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number.


IMG-00855, "Internal image index free failed"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number.


IMG-00856, "Adjacency matrix free failed"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number.


IMG-00857, "Area list free failed"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number.


IMG-00860, "Assert failure, number of regions exceeds allocated"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number and the image causing this problem.


IMG-00861, "Assert failure, inconsistency in area merge operation"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number and the image causing this problem.


IMG-00862, "Assert failure, inconsistency in merged area labels"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number and the image causing this problem.


IMG-00870, "Unsupported aspect ratio or image size"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number and the image causing this problem.


IMG-00871, "Unexpected number of seeds"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number and the image causing this problem.


IMG-00872, "Unsupported image model"

Cause: An internal error has occurred.

Action: Contact Oracle Customer Support Services with the error number and the image causing this problem.


IMG-00899, "Signature cannot be generated"

Cause: generateSignature could not generate the signature.

Action: Verify that the input image is a format supported by interMedia.

H.4 ORDVideo Error Messages


VID-00702 unable to initialize video processing environment

Cause: The initialization of the video 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.


VID-00703 unable to read video data

Cause: An error occurred while accessing the video source.

Action: Make sure the video source is valid. For external sources, make sure all access priviliges are granted.


VID-00704 invalid input format

Cause: The video data in the source was not in the format specified by the format field of the video object. In some unusual case, the video 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.


VID-00705 unsupported input format

Cause: The file format of the video data was not supported. This error can only occur in the DEFAULT format plug-in package.

Action: Refer to Oracle interMedia User's Guide and Reference for supported formats.


VID-00706 unsupported or corrupted input format

Cause: The video data was either corrupted or the file format was not supported.

Action: Refer to Oracle interMedia User's Guide and Reference for supported formats. If the video data is not corrupted and is in a supported file format, contact Oracle Customer Support Services.


VID-00713 internal error while parsing video data

Cause: An internal error occurred during parsing.

Action: Contact Oracle Customer Support Services.


VID-00714 internal error

Cause: An internal error occurred.

Action: Contact Oracle Customer Support Services.


Go to previous page Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback