Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can some help me how to get connect with SSL enabled Oracle database. I have trust store and keystore both with me. Please suggest
I already tried tSetkeytore and provide keyStore there and on Ok trigger making "useSSL=true" in Additional JDBC parameter in Toracleconnection. Its not working
Hi,
Can you make a screenshoot?
You can try to add in Additional JDBC parameter
"serverTimezone=UTC" and "requireSSL=false/true"
I hope it will help you
This is the error i am getting:
[statistics] connecting to socket on port 3760
[statistics] connected
Exception in component tOracleConnection_1 (abc)
java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:169)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:211)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:324)
at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:266)
at
Its not working with even with this