Skip to main content

Manage Journaling at the Process Level Using %NOJRN

Manage Journaling at the Process Level Using %NOJRN

If journaling is enabled system-wide, you can stop journaling for Set and Kill operations on globals within a particular process by issuing a call to the ^%NOJRN utility from within an application or from programmer mode as follows:

%SYS>DO DISABLE^%NOJRN

Journaling remains disabled until one of the following events occurs:

  • The process halts.

  • The process issues the following call to reactivate journaling:

    %SYS>DO ENABLE^%NOJRN
    
Note:

Disabling journaling using DISABLE^%NOJRN does not affect mirrored databases.

You must have at least read access to the %Admin_Manage resource to use DISABLE^%NOJRN.

FeedbackOpens in a new tab