Description Syntax Examples listTracingLoggers

7-16 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

7.3.5.1 Description

Stops one or more selective tracing sessions.

7.3.5.2 Syntax

stopTracing[options]

7.3.5.3 Examples

The following example stops a tracing session with a specified traceId: stopTracingtraceId=a04b47f7-2830-4d80-92ee-ba160cdacf6b Stopped 1 traces The following example stops all tracing sessions: stopTracingstopAll=1 Stopped 1 traces Argument Definition options A comma-separated list of options, specified as name-value pairs. Valid options are: ■ target —Optional. The name of a WebLogic Server instance, or an array of strings containing one or more target names. By default, loggers on all running server instances in the domain that are JRF-enabled are included in the operation. ■ stopAll ---A Jython boolean value 0 or 1 that determines if all of the active traces are stopped. Required if the traceId, user, or attrName and attrValue arguments are not specified. The default value is 0 false. ■ traceId ---An identifier for the tracing session to be stopped. Required if the stopAll, user, or attrName and attrValue arguments are not specified. ■ attrName ---Valid values are USER _ID, APP, CLIENT_HOST, CLIENT_ ADDR, composite_name, WEBSERVICE.name, WEBSERVICE_ PORT.name. Required if the traceId, user, stopAll arguments are not specified. ■ attrValue ---Required if attrName is specified. The value of the attribute. ■ user ---The user name. All tracing sessions associated with the user are stopped. Required if the stopAll, traceId, or attrName and attrValue arguments are not specified. 8 Metadata Services MDS Custom WLST Commands 8-1 8 Metadata Services MDS Custom WLST Commands Use the Oracle Metadata Services MDS commands in the categories listed in Table 8–1 to manage MDS. For additional details about creating and managing an MDS repository, see the chapter Managing the Oracle Metadata Repository in the Oracle Fusion Middleware Administrators Guide. For information about the roles needed to perform each operation, see Understanding MDS Operations in the Oracle Fusion Middleware Administrators Guide.

8.1 Repository Management Commands

Use the MDS commands listed in Table 8–2 to manage the MDS repository. In the Use with WLST column, online means the command can only be used when connected to a running Administration Server. Offline means the command can only be used when not connected to a running server. Online or offline means the command can be used in both situations. Note: To use these MDS custom WLST commands, you must invoke the WLST script from the Oracle Common home. See Using Custom WLST Commands in the Oracle Fusion Middleware Administrators Guide. Table 8–1 MDS Command Categories Command category Description Repository Management Commands Manage the MDS repository. Application Metadata Management Commands Manage the application metadata in the MDS repository. Sandbox Metadata Management Commands Manage the metadata in a sandbox in the MDS repository. Application Label Management Commands Manage the labels for the application. Application Management Deployment Commands Manage the application deployment.