For background information and the rules for determining where temporary smart large objects are stored, see Temporary Sbspaces. You can store temporary smart large objects in a standard or temporary sbspace. You can add or drop chunks in a temporary sbspace.
For information on SBSPACETEMP, see the configuration parameters chapter in the IBM Informix Administrator's Reference.
onspaces -c -S tempsbsp -t -p ./tempsbsp -o 0 -s 1000
You can specify any of the following onspaces options:
You cannot turn on logging for a temporary sbspace.
Restart the database server.
For an information on and an example of onstat -d output, see information on the onstat utility in the IBM Informix Administrator's Reference.
Using DataBlade API:
mi_lo_specset_flags(lo_spec,LO_CREATE_TEMP);
Using ESQL/C:
ifx_lo_specset_flags(lo_spec,LO_CREATE_TEMP);
For information on creating smart large objects, see the IBM Informix DataBlade API Programmer's Guide and IBM Informix ESQL/C Programmer's Manual.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]