Database Error Messages

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

PLW-06027

procedure "string" is removed after inlining

Cause

After inlining, static program analysis determined that all calls to a procedure were inlined or removed. Therefore, it was removed to save time during compilation and save space during execution.


Action

Inspect the program logic for possible defects. Disable the warning if the procedure is useful and inlining of all calls is expected.