SE_connection_import_dbtune

Imports data to the DBTUNE table

Usage syntax

LONG SE_connection_import_dbtune (SE_CONNECTION connection, const CHAR *dbtune_file SE_DBTUNE *dbtune_err_data);

Parameters
connection The connection handle
dbtune_file Name of the file to import data from
dbtune_err_data The dbtune error data if there is an error
Description

SE_connection_import_dbtune imports data to the DBTUNE (or sde_dbtune) table from a text file. The DBTUNE table is truncated before importing data into it.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_NET_FAILURE

SE_INVALID_RELEASE

SE_INVALID_PARAM_VALUE

SE_OUT_OF_CLMEM

SE_OUT_OF_SVMEM

SE_SDE_NOT_STARTED