ST_RasterUtil.checkLibraryVersion
Definition
ST_Raster_Util.checkLibraryVersion checks if the current ST_Raster type library is compatible with the installed ST_Raster SQL object.
Hinweis:
This function is for Oracle databases only. For PostgreSQL, use ST_Raster_check_compatibility.
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.
7/10/2012