SE_rastercolumn_migrate_storage
 

Migrates LONG RAW columns in the raster block and auxiliary tables to BLOB in Oracle databases and Binary raster columns in the raster block and auxiliary tables to ST_Raster in Oracle, PostgreSQL and Microsoft SQL Server databases 

Usage syntax

LONG SDEAPI SE_rastercolumn_migrate_storage (SE_CONNECTION handle, const ACHAR *table_name, const ACHAR *raster_column, const ACHAR *config_keyword);

Parameters
connection The connection handle
table_name The name of the business table of the raster catalog
raster_column The name of the column in the business table that points to the raster side tables
config_keyword The DBTUNE configuration keyword containing a RASTER_STORAGE parameter set to BLOB
Description

SE_rastercolumn_migrate_storage converts the data in the block_data column of the raster block table (sde_blk_<id>) and the object column of the raster auxiliary table (sde_aux_<id>) from and to the following data storage types:

To use ST_Raster, you must install it separately in the geodatabase. See the ArcSDE installation guide for instructions.

Returns

SE_SUCCESS
SE_ATTR_NOEXIST

SE_DB_IO_ERROR

SE_DBMS_DOES_NOT_SUPPORT

SE_INVALID_COLUMN_TYPE

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_INVALID_RASTER_COLUMN

SE_INVALID_RELEASE

SE_LOCK_CONFLICT
SE_NET_FAILURE

SE_NO_ACCESS

SE_NO_PERMISSIONS

SE_NO_ROWID_COLUMN

SE_NOT_TABLE_OWNER

SE_OUT_OF_LOCKS

SE_RASTERCOLUMN_INUSE

SE_RASTERCOLUMN_NOEXIST

SE_TABLE_NOEXIST

SE_TEMP_IO_ERROR

Notes