How to fix the Oracle error PLS-00920: parameter plsql_native_library_dir is not set?

In this post, you’ll learn more about the Oracle ErrorPLS-00920: parameter plsql_native_library_dir is not set with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

PLS-00920: parameter plsql_native_library_dir is not set

Reason for the Error PLS-00920: parameter plsql_native_library_dir is not set

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.

How to fix the Error PLS-00920: parameter plsql_native_library_dir is not set ?

You can fix this error in Oracle by following the below steps

The DBA should set this parameter.

Tags :

Leave Your Comment