The SE_MetadataInit() function
The SE_MetadataInit() function reinitializes the spatial reference system large object and memory cache.
For computational efficiency and to allow spatial data
type functions to be executed in parallel, the contents of the spatial_references table
are kept in both a smart large object and a memory cache. If these
copies become corrupt or unreadable, one of the following errors is
raised:
USE48 SE_Metadata lohandle file not found, unreadable, or corrupt.
USE51 SE_Metadata smart blob is corrupt or unreadable.
USE52 SE_Metadata memory cache is locked.
Execute the SE_MetadataInit() function to reinitialize the spatial reference system smart large object and memory cache.
Syntax
SE_MetadataInit()
Return type
The text string OK, if the function was successfully executed
Example
execute function SE_MetadataInit();