ORA-25727
No entry found for secret_entry_name in wallet located by AZURE_CREDENTIALS: azure_credentials_location
- secret_entry_name: The name of the secret entry that the client driver is looking for in the wallet.
- azure_credentials_location: The directory in which the client driver is searching for the wallet.
Cause
An attempt is being made to authenticate a Microsoft Entra ID user to Oracle Database. The client secret cannot be found in the wallet at the location specified by AZURE_CREDENTIALS because no secret entry with a name matching the CLIENT_ID value specified in the connect string is present.
Action
Follow the Oracle documentation to create the entry with the client secret in the wallet located by AZURE_CREDENTIALS. The entry name and secret are case sensitive.