Database Error Messages

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

PLW-06016

unit string is too large; native code generation turned off

Cause

Because the program was extremely large, analysis took an excessive amount of time or space to complete causing native compilation to be turned off.


Action

The goal of native code generation is high performance and the compiler does extensive analysis of the program. If possible, reduce the size of the largest procedure, or split the program unit into multiple units.