DRG-10015: id exceeds limit(2147483642) of a number

DRG-10015: id exceeds limit(2147483642) of a number

Cause: the limit of an id is 2147483642

Action: use an id with value 214748364 or under

DRG-10011: invalid object name string

DRG-10011: invalid object name string

Cause: a table, column or procedure name specified had an invalid format. It is either too long or contains illegal characters. Probably you are passing in incorrect parameters.

Action: check parameter values

DRG-10002: can not insert into result table

DRG-10002: can not insert into result table

Cause: text server is not privileged to insert, tablespace exhausted

Action: check privileges and tablespace

DRG-10001: can not access result table string

DRG-10001: can not access result table string

Cause: specified table does not exist or server does not have write privileges

Action: check result table

DRG-10000: failed to read column string.string

DRG-10000: failed to read column string.string

Cause: Error during read of specified text column

Action: check existence and privs of column

IMG-02005: 2FF05 - incorrect color specification

IMG-02005: 2FF05 - incorrect color specification

Cause: There was a SQL or MM Still Image exception. The specified red or green or blue value was null or invalid.

Action: Specify red, green and blue values as integers from 0 to 255.

IMG-02004: 2FF04 - incorrect feature list specification

IMG-02004: 2FF04 - incorrect feature list specification

Cause: There was a SQL or MM Still Image exception. Either the specified feature values were invalid or the specified feature weights were invalid.

Action: Check the values of feature and featureweight pairs. For a non null feature value, the corresponding feature weight value must be a double precision number greater than 0.0. Refer to the Oracle interMedia documentation for more information on the SI_FeatureList object type and its methods.

IMG-02003: 2FF03 - incorrect color histogram feature specification

IMG-02003: 2FF03 - incorrect color histogram feature specification

Cause: There was a SQL or MM Still Image exception. This exception was caused by one of the following.

Action: Ensure that the following are true(as applicable to your case): -The SI_Color attribute values are integers from 0 to 255. - The frequency value is a double precision number from 0 to 100. than the SI_MaxHistogramLength value listed in the SI_VALUES view in the SI_ INFORMTN_SCHEMA. Refer to the Oracle interMedia documentation for more information on constructing SI_ColorHistogram objects.

IMG-02002: 2FF02 - incorrect average color feature specification

IMG-02002: 2FF02 - incorrect average color feature specification

Cause: There was a SQL or MM Still Image exception. The specified average color value was not a valid SI_Color value.

Action: Specify an average color value that is not null and contains valid SI_Color values. SI_Color attribute values must be integers from 0 to 255. Refer to the Oracle interMedia documentation for more information on constructing valid SI_ Color objects.

IMG-02001: 2FF01 - incorrect image format

IMG-02001: 2FF01 - incorrect image format

Cause: There was a SQL or MM Still Image exception. Either the supplied image BLOB format did not match the image format or the image format is unsupported.

Action: For supported image formats, specify an input BLOB that has the same format as the image. For unsupported image formats, this method is not supported. Refer to the Oracle interMedia documentation for more information.

IMG-01006: DICOM object cannot be parsed

IMG-01006: DICOM object cannot be parsed

Cause: The DICOM object could not be parsed by Oracle interMedia, possibly due to an incorrect format or corrupted object.

Action: Verify that the DICOM object is not corrupted. If the DICOM object is valid, contact Oracle Support Services.

IMG-01005: unsupported DICOM transfer syntax

IMG-01005: unsupported DICOM transfer syntax

Cause: The operation failed because the transfer syntax in the DICOM object, which describes the binary encoding of the DICOM object, was not supported by Oracle interMedia.

Action: Use a DICOM object with a transfer syntax supported by Oracle interMedia. Refer to the Oracle interMedia documentation for more details.

IMG-01004: input DICOM object is not an image

IMG-01004: input DICOM object is not an image

Cause: The DICOM object was not a DICOM image. DICOM object types such as structured reporting are not allowed by this function.

Action: Invoke this function with a DICOM image. Refer to the Oracle interMedia documentation for more details.

IMG-01003: unsupported DICOM object type

IMG-01003: unsupported DICOM object type

Cause: The category of DICOM objects is not supported by Oracle interMedia.

Action: Use a DICOM image is supported by Oracle interMedia. interMedia supports image types defined in the DICOM standard release 2003. Refer to the Oracle interMedia documentation for more details.

IMG-01002: unsupported DICOM version

IMG-01002: unsupported DICOM version

Cause: The object header could not be parsed, possibly because the object header did not conform to the DICOM standard release 2003.

Action: Use an object that conforms to the DICOM standard release 2003. Refer to the Oracle interMedia documentation for more information.

IMG-01001: not a DICOM object

IMG-01001: not a DICOM object

Cause: The input was not a valid DICOM standalone object.

Action: Use an object that conforms to the DICOM standard. Refer to the Oracle interMedia documentation for more information.

IMG-01000: unsupported option string

IMG-01000: unsupported option string

Cause: The function was invoked with an invalid option string.

Action: Ensure that correct option string is passed to the PL or SQL function. Refer to the Oracle interMedia documentation for more information.

IMG-00926: tablespace specified during CREATE INDEX is not valid

IMG-00926: tablespace specified during CREATE INDEX is not valid

Cause: A tablespace specified in the parameter string of a CREATE INDEX operation did not exist or the current user did not have sufficient privileges on the tablespace.

Action: Create the tablespace, grant appropriate privileges on the tablespace to the current user, or choose a different tablespace.

IMG-00925: unable to write to the ORDImageSignature object

IMG-00925: unable to write to the ORDImageSignature object

Cause: The signature object was not valid and therefore the write operation failed. This problem is commonly caused by an attempt to invoke the generateSignature method on an uninitialized ORDImageSignature object.

Action: Ensure that the ORDImageSignature object has been initialized and inserted into a table. Also ensure that the row containing the signature object is locked. (The two previous actions do not apply to signature objects created using temporary BLOBs). Ensure that there is sufficient tablespace to contain the signature.

IMG-00924: Incorrect parameter specification during CREATE INDEX

IMG-00924: Incorrect parameter specification during CREATE INDEX

Cause: There is a spelling error, or duplicate parameter specification, or incorrect specification of parameters while creating an index of type ORDIMAGEINDEX.

Action: Refer to the Oracle interMedia documentation for correct specification of CREATE INDEX parameters.

IMG-00923: signature is empty

IMG-00923: signature is empty

Cause: Signature has not been generated.

Action: Generate the signature for the image by calling the generateSignature method.

IMG-00922: location specified without feature

IMG-00922: location specified without feature

Cause: only location was specified.

Action: Specify at least one other parameter (color, texture or shape) along with location. Refer to the Oracle interMedia documentation for more details.

IMG-00921: threshold out of range

IMG-00921: threshold out of range

Cause: Threshold is not between 0 and 100

Action: Use a threshold between 0 and 100 and retry query.

IMG-00911: free basic data structure failed

IMG-00911: free basic data structure failed

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

Action: Contact Oracle Support Services.

IMG-00910: allocation of basic data structure failed

IMG-00910: allocation of basic data structure failed

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-00902: VIR signature free failed

IMG-00902: VIR signature free failed

Cause: An internal error has occured.

Action: Contact Oracle Support Services.

IMG-00901: VIR signature version mismatch

IMG-00901: VIR signature version mismatch

Cause: Two signatures to be compared have different versions.

Action: Recompute signatures on the same platform and repeat signature comparison.

IMG-00899: signature cannot be generated

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.

IMG-00815: merged area queue free failed

IMG-00815: merged area queue free failed

Cause: An internal error has occured.

Action: Contact Oracle Support Services with the error number.

IMG-00814: fail queue free failed

IMG-00814: fail queue free failed

Cause: An internal error has occured.

Action: Contact Oracle Support Services with the error number.

IMG-00813: boundary queue free failed

IMG-00813: boundary queue free failed

Cause: An internal error has occured.

Action: Contact Oracle Support Services with the error number.

IMG-00812: merged area queue initialization failed

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-00811: fail queue initialization failed

IMG-00811: fail queue initialization failed

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

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

IMG-00810: boundary queue initialization failed

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-00809: usage of IMGSimilar is incorrect

IMG-00809: usage of IMGSimilar is incorrect

Cause: Syntax error while using IMGSimilar

Action: Refer to the Oracle interMedia documentation for information on how to use the IMGSimilar operator. Check whether the value returned by IMGSimilar is compared to the value 1.

IMG-00808: unable to read an empty image

IMG-00808: unable to read an empty image

Cause: There is no data in the image object.

Action: Refer to the Oracle interMedia documentation for information on how to populate the image object with image data.

IMG-00807: no weights specified in weight string

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-00806: invalid input image

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-00805: SIGNATURE data has been corrupted or is invalid

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-00804: Syntax error in attribute string

IMG-00804: Syntax error in attribute string

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

Action: Refer to the Oracle interMedia documentation for a description of the correct usage and syntax of the attributes string.

IMG-00803: invalid attribute value

IMG-00803: invalid attribute value

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

Action: Refer to the Oracle interMedia documentation 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-00802: empty or null attribute string

IMG-00802: empty or null attribute string

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

Action: Refer to the Oracle interMedia documentation for a description of the correct usage and syntax of the attributes string.

IMG-00801: cannot extract height and width

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 signature.

IMG-00800: internal error while parsing attribute string

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: If you are certain that your command is correct, then contact Oracle Support Services.

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

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

Cause: The specified inputChannel parameter 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-00731: specified page could be found in input image

IMG-00731: specified page could 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-00730: unable to process empty image

IMG-00730: unable to process empty image

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

Action: Refer to the Oracle interMedia documentation for information on how to put image data into the image object.

IMG-00721: unable to find source plug-in package ORDPLUGINS.ORDX_string_ SOURCE

IMG-00721: unable to find source plug-in package ORDPLUGINS.ORDX_string_ SOURCE

Cause: Custom source plug-in for user-specified source type was not found.

Action: Ensure correct source type is specified or proper custom source plug-in package is installed.

IMG-00720: image processing internal error

IMG-00720: image processing internal error

Cause: This is an internal error.

Action: Contact Oracle Support Services.

IMG-00719: image processing internal error

IMG-00719: image processing internal error

Cause: This is an internal error.

Action: Contact Oracle Support Services.

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

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-00717: destination image format does not support process 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 the Oracle interMedia Documentation for a discussion of supported processing options.

IMG-00716: source image format does not support process options

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 the Oracle interMedia Documentation for a discussion of supported processing options.

IMG-00715: unable to open image stored in a BFILE

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-00714: internal error

IMG-00714: internal error

Cause: This is an internal error.

Action: Contact Oracle Support Services.

IMG-00713: unsupported destination image format

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 the Oracle interMedia Documentation for supported formats.

IMG-00712: unable to write to destination image

IMG-00712: unable to write to destination image

Cause: The destination image is invalid.

Action: Ensure the row containing the destination image has been locked (this does not apply to temporary BLOBs).

IMG-00711: unable to set properties of destination image

IMG-00711: unable to set properties of destination image

Cause: This is an internal error.

Action: Contact Oracle Support Services.

IMG-00710: unable to write to destination image

IMG-00710: 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.

IMG-00707: unable to access image data

IMG-00707: unable to access image data

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

Action: Contact your system administrator.