Database Error Messages

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

PLW-06002

Unreachable code

Cause

Static program analysis determined that some code on the specified line would never be reached during execution. This may have been caused by expression evaluation at compile time.


Action

Inspect program logic for possible defects. Disable the warning if much code is made unreachable intentionally and the warning message is more annoying than helpful.