Lists the external libraries currently loaded in the server.
sa_list_external_library( )
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.
DBA authority required.
This example lists the external libraries and their reference count:
call sa_list_external_library()