Database Error Messages

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

PLW-06007

procedure "string" is removed because optimization removed calls

Cause

Static program analysis determined that the procedure can never be called or executed. Therefore, it has been removed to save time during compilation and space during execution.


Action

Inspect program logic for possible defects. Disable the warning if the procedure is useful but simply not being used right now and the warning message is more annoying than helpful.