Database Error Messages

PRVE-03202

User "{0}" does not have the operating system privilege "{1}" on node "{2}"

Cause

A Direct Access (DAX) device '/dev/dax' was mounted on the node indicated but the Oracle user does not have the required operating system privilege to access this device.


Action

Ensure that the Oracle user has the indicated privilege. The privilege to access DAX device can be granted by running the command 'usermod -S files -K defaultpriv+=basic,dax_access Oracle user' as root.