SE_connection_get_instance_list

Gets the list of project instances from a connection object (Oracle only).

Usage syntax

LONG SE_connection_get_instance_list (SE_CONNECTION connection, SE_INSTANCEINFO **instance_list, LONG *instance_count);

Parameters
connection SDE server connection handle
instance_list list of project instances
instance_count number of project instances
Description

Returns a list of all instances (master and user-schema) in a geodatabase in Oracle.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_POINTER

SE_IOMGR_NOT_AVAILABLE

SE_NET_FAILURE

SE_OUT_OF_CLMEM

SE_SERVICE_NOT_FOUND