Entering content frame

Procedure documentation trace_off Locate the document in the library structure

Use

You determine which activities of the database instance are no longer to be logged or completely deactivate the database trace.

You define which activities are no longer to be logged by specifying a command option.

Prerequisites

You have the server authorization DBInfoRead or DBFileRead.

Syntax

trace_off <command_option>

<command_option> :: = <activity_list> | ALL

<activity_list> :: = <activity> | <activity> <activity> ...

Options

Option

Description

ALL

No more activities of the database instance are logged and the database trace is entirely switched off

<activity>

Activity for which logging is to be switched off

For information on displaying activities which can presently be logged and corresponding command options see: trace_show.

Reply

OK

In the event of errors, see Reply Format

Example

Logging on to the Database Manager CLI as operator OLEG with password MONDAY, connecting to the DEMODB database instance, switching off the database trace for the areas CHECK_IOMAN und CHECK_LOGPAGE:

>dbmcli -u OLEG,MONDAY –d DEMODB trace_off CHECK_IOMAN CHECK_LOGPAGE

OK

 

 

Leaving content frame