Administering Oracle Analytics Server Configure Oracle Analytics Server Manage Oracle Analytics Server Instances Using the WebLogic Server Scripting Tool Manage Service Instances listBIServiceInstances listBIServiceInstances This command enables you to list all Service Instances. Start the WLST command line scripting tool. See Use the WebLogic Scripting Tool (WLST). Enter command, for example: listBIServiceInstances(domainHome) Where domainHome is the path to BI domain home. For example:listBIServiceInstances('/oraclehome/user_projects/domains/bi') The command returns a list of Service Instance Keys See getBIServiceInstance.