I want to connect an Azure Database from Oracle SQL Developer. I entered the user credentials and server details in the below format.
- user name : myusername@myserver.net
- host : myserver.net;ssl=request
But when I tried to connect, it throws error as
Status : Failure -Test failed: Login failed for 'myusername'
I can connect to the same using SQL Server Management Studio with below settings.
- Authentication : Azure Active Directory - Universal with MFA
- Network Protocol : Default
- Encrypt Connection : Ticked
What should I do to sort out this?