Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

PRVG-01362

Authentication method check for the entry "{0}" in the configuration file "{1}" on node "{2}" failed. Native OS authentication is expected to be allowed and the methods "{3}" are not expected to be specified

Cause

A check of the authentication services parameters determined that the sqlnet.authentication_services parameter in the indicated configuration file on the indicated node was not set to an expected value.


Action

Edit the indicated configuration file to allow the use of native OS authentication and avoid the usage of indicated unexpected authentication methods. For Unix platforms, add either 'beq' or 'all' as the value of the sqlnet.authentication_services parameter. For Windows platforms, add either 'nts' or 'all' as the value of the sqlnet.authentication_services parameter. After editing the file, retry the operation.