How to fix the Oracle error IMG-00519: illegal combination of parameters?
In this post, you’ll learn more about the Oracle ErrorIMG-00519: illegal combination of parameters with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
IMG-00519: illegal combination of parameters
Reason for the Error 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.
How to fix the Error IMG-00519: illegal combination of parameters ?
You can fix this error in Oracle by following the below steps
Action: Supply only the height and width when compessionFormat is either CCITTG3 or CCITTG4. The dataOffset and userString may optionally be supplied as well.
Leave Your Comment