Skip to Main Content
  • Questions
  • Does Oracle 10g database UTL_HTTP support TLS 1.2 ?

Breadcrumb

Question and Answer

Chris Saxon

Thanks for the question, naveen.

Asked: October 14, 2020 - 2:10 pm UTC

Last updated: October 15, 2020 - 8:33 am UTC

Version: Oracle 10g

Viewed 1000+ times

You Asked

Hi everyone

Thanks in advance.

I am trying to connect HTTPS API from PLSQL procedure in Oracle 10g database. I would like to connect with the server which accepts TLS 1.2

1) Does Oracle 10g support TLS 1.2 connectivity ?

2) Is there a patch which enables TLS 1.2 in Oracle 10g database. ?

3) Connecting through JVM in Oracle database 10g is not an option as our java version is java4. Any other solution as a work around kindly post .

Note:
I have gone through following websites link:
1) Oracle product support forum (which needs login for seeing the resource)
 https://www.oracle.com/webfolder/community/oracle_database/3926485.html

2) Burleson Consulting wesbite which states Oracle 10g supports TLS ssl protocol
 http://www.dba-oracle.com/10g_transport_layer_security.htm





Thanks

Naveen Mani

and Chris said...

No. You need to upgrade to get TLS v1.2 support. Java and Oracle Database.

Make upgrading your whole stack a priority!

In the meantime, you may be able to set up reverse proxies so your app can continue to talk to the outside world.



Is this answer out of date? If it is, please let us know via a Comment

More to Explore

PL/SQL demos

Check out more PL/SQL tutorials on our LiveSQL tool.

PL/SQL docs

PL/SQL reference manual from the Oracle documentation library