alertmsg

Converts the alert log to the message in the locale (language) specified by the user.

Syntax

alertmsg [locale=LOCALE_CODE]
Optional Parameter
locale=LOCALE_CODE
The locale (language) to be applied to the alert message in the user session (default: en). The languages currently supported are English (en) and Korean (ko).

Description

After running the alretmsg, the output fields are as follows:

Output Fields

FieldTypeDescription
categoryStringCategory of the alert
descriptionStringDescription of the alert
messageStringAlert message
nameStringAlert title

Usage

  1. Convert locale (language) of the alert messages to English.

    table sys_alerts | alertmsg
    
  2. Convert locale (language) of the alert messages to Korean.

    table sys_alerts | alertmsg locale=ko