Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

OCI-31400

DBMS_LDAP: missing or invalid scheduler credential

Cause

An attempt was made to perform a simple username and password-based authentication to the directory server using a non-existent or an invalid scheduler credential. This error could also occur if the credential existed as a synonym and there was insufficient privileges on the base credential pointed to by the synonym.


Action

Reissue the command using a scheduler credential object that exists or create a new credential object and then reissue the command. Do not qualify the credential name with a schema name. The credential name should be owned by the current user invoking the DBMS_LDAP method. If the credential is owned by a different user, create a synonym pointing to the credential, request the database administrator to grant EXECUTE privilege on the credential and then reissue the command.