8.2 SDO_GEOR_ADMIN.disableGeoRaster

Format

SDO_GEOR_ADMIN.disableGeoRaster();

Description

Disables the GeoRaster feature for the calling user in the database.

Parameters

None.

Usage Notes

This procedure disables the GeoRaster feature for the calling user. When this procedure is called, the session's current schema name must be the same as the session's current user name.

If there is any table that has SDO_GEORASTER column, this table will not be accessible after the GeoRaster feature is disabled. Calling SDO_GEOR_ADMIN.enableGeoRaster procedure will enable the access to this table again.

Examples

The following example disables the GeoRaster feature for the current session user.

SQL> EXECUTE SDO_GEOR_ADMIN.disableGeoRaster;