This section explains the format of the messages issued by PFM - RM for Oracle. Each message consists of the message ID, followed by the message text. The message format is as follows:
KAVLnnnnn-Y message-text
The message ID indicates the following:
- K
- System identifier.
- AVL
- Indicates a PFM - RM for Oracle message.
- nnnnn
- Serial number of the message. PFM - RM for Oracle message numbers are in the format 18xxx.
- Y
- Type of message:
- E: Error
Message issued when the system cancels processing.
- W: Warning
Message issued when the system resumes processing after message output.
- I: Information
Message in which the system provides the user with information.
- Q: Query
Message in which the system prompts the user for a response.
The following is the correspondence of the message types to the syslog priority levels:
- -E
- Level: LOG_ERR
- Description: Error message
- -W
- Level: LOG_WARNING
- Description: Warning message
- -I
- Level: LOG_INFO
- Description: Additional information message
- -Q
- (Not output)
The following is the correspondence of the message types to the Windows event log types:
- -E
- Level: Error
- Description: Error message
- -W
- Level: Warning
- Description: Warning message
- -I
- Level: Information
- Description: Additional information message
- -Q
- (Not output)