i have oracle 11g database that is configured to be connected via os authentication with only the alias/tns name of the database and doesn't required username/password.
so i was wondering what is the easiest way to make connection to oracle database with os authentication via java, because i tried oci example as in this post java.lang.UnsatisfiedLinkError: no ocijdbc11 in java. library.path and stuck with it, so please advise if there are other simple ways to make this connection.