Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

JZN-00248

Character not escaped

Cause

A character appeared in a quoted path step or literal string without being escaped as required.


Action

Escape the character with a backslash sequence. Control characters, including whitespace characters such as the horizontal tab (\t), the carriage return (\r), and the newline (\n) must be escaped. Other control characters can be escaped with Unicode \uXXXX sequences.