sa_list_external_library system procedure

Lists the external libraries currently loaded in the server.

Syntax

sa_list_external_library( )

Description

Returns a list of external libraries loaded in the engine along with their reference count.

The reference count is the number of instances of the library in the engine. An external library can be unloaded by executing the procedure sa_external_library_unload, only if its reference count is 0.

Privileges

MANAGE ANY EXTERNAL OBJECT system privilege required.

Example

List the external libraries and their reference count:

CALL sa_list_external_library()