Database Error Messages

ORA-06590

PL/SQL: Native mode requires execute privileges on the shared memory object directory

Cause

The shared memory object directory is not mounted with the execute privileges.


Action

Mount the shared memory object directory with the execute privileges or use interpreted mode by setting the parameter PLSQL_CODE_TYPE to INTERPRETED.