I am trying to write a connection class in java to connect to an oracle database using jdbc drivers, but I want to protect parameters like jdbcurl / username / password that is used to connect to oracle database.
I need to use the TLS certificate concept to connect to the oracle database in java. I tried to find a working example, but could not find it.
Can someone give me an idea on how to implement this, and later I have to add the concept of the connection pool to it too.
Thanks in advance
source
share