Clean Up Stray Smart Large Objects in Sbspaces: |-- -cl--sbspace------------------------------------------------|
During normal operation, no unreferenced (stray) smart large objects should exist. When you delete a smart large object, the space is released. If the database server fails or runs out of system memory while you are deleting a smart large object, the smart large object might remain as a stray object.
The following is an example of the onspaces -cl command:
onspaces -cl myspace
The best way to find the reference count for a smart large object is to call the mi_lo_stat or ifx_lo_stat functions from a C program. Although the mi_lo_increfcount and mi_lo_decrefcount functions return the reference count, they increment or decrement the reference count. For more information on these functions, see the IBM Informix DataBlade API Function Reference.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]