Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Oracle JDBC Thin over SSL
This is for Oracle 10.2.0.3 on RedHat AS 4.0.
I've installed Oracle Advanced Security Option and configured it correctly I think. I can tnsping and sqlplus to the database using the SSL connection I have configured.
Has anyone successfully used the JDBC thin driver and SSL to connect to the database? I've tried some sample code I found at http://www.java2s.com/Code/Java/Database-SQL-JDBC/TestSSL.htm but I haven't gotten it to work.
According to the Oracle Advanced Security Administrators Guide: The Oracle JDBC Thin driver implements the Oracle O3LOGON protocol for authentication. It does not support Oracle Advanced Security SSL implementation, nor does it support third party authentication features such as RADIUS, Kerberos, and SecurID. However, the Oracle JDBC OCI (thick) driver support is the same as thick client support, where all Oracle Advanced Security features are implemented.
But the Oracle JDBC Developers Guide seems to say that you can (Chapter 11 SSL Support).
Has anyone implemented this or have any ideas?
--
mohammed
![]() |
![]() |