I am trying to connect to a database using the below URL. It gives me an exception.
connectionUrl = "jdbc:oracle:thin:@HostName:1521:ORCL";
But I am able to access the database using Oracle client.
Exception it gives: ORA-28040: No matching authentication protocol