Oracle Error PLS-00920: parameter plsql_native_library_dir is not set

Oracle Error Message

PLS-00920: parameter plsql_native_library_dir is not set

Reason for the Error

A PL/SQL program is being compiled natively, but the compiler parameter plsql_native_library_dir, which denotes the directory to store the native shared objects (DLL), is not set.

Solution

The DBA should set this parameter.