Oracle Error Message
PLS-00924: native compilation is not supported on this platform
Reason for the Error
Native compilation of PL/SQL programs is not supported on this platform.
Solution
Compile the PL/SQL program to bytecode by setting the parameter plsql_compiler_flags to INTERPRETED.