set trc_level

Sets the TRC_LEVEL listener parameter.

Syntax

set trc_level trace_level
              [-gsm gsm_name]
              [-save_config | -config_only]

Options

Table 2-96 GDSCTL set trc_level Options

Option Description
trace_level

Specify the trace level for the global service manager listener. Valid values are

USER provides traces to identify user-induced error conditions

ADMIN provides traces to identify installation-specific problems

SUPPORT provides trace with troubleshooting information for Oracle Support Services

OFF provides no tracing

-config_only

Update GSM.ORA only, without trying to connect to a running global service manager instance.

-gsm gsm_name

Specify the name of the global service manager that you want to start. If you do not specify a specific global service manager, then GDSCTL uses the current global service manager name for the session (specified with the command set gsm).

-save_config

Store configuration changes to GSM.ORA.

Usage Notes

  • You must run this command on the host where the global service manager for which you want to set the LOG_STATUS listener parameter resides

  • You must have the privileges of the user who started the global service manager to run this command

  • By default, parameter values changes remain in effect until the global service manager is shut down.

Example

Set the TRC_LEVEL listener parameter to SUPPORT.

GDSCLTL> set trc_level support