Deletes a large object (LOB) stored in memory and invalidates its LOB locator.
deallocate locator locator_descriptor
deallocate locator @v
Use deallocate locator within a transaction. The SAP ASE server automatically deallocates each locator at the end of a transaction.
deallocate locator can conserve memory. When many LOB locators are created within a transaction, use deallocate locator to remove individual LOBs and locators when they are no longer needed.
See also locator_literal, locator_valid, return_lob, create_locator in Reference Manual: Building Blocks.
Any user can execute deallocate locator.