Definition
ST_Raster_Util.checkLibraryVersion checks if the current ST_Raster type library is compatible with the installed ST_Raster SQL object.
Syntax
sde.ST_Raster_Util.checkLibraryVersion ()
Returns
VARCHAR2
Examples
This SQL SELECT statement shows the current version number of the ST_Raster type library:
SELECT sde.st_raster_util.checkLibraryVersion()
FROM dual;
Compatible
If the current library is not the same version as the ArcSDE installation, a message is returned indicating the versions are not compatible.
SELECT sde.st_raster_util.checkLibraryVersion()
FROM dual;
Incompatible. Current library version is 0.9.0,
1.0.0 or higher is required.