Mutual SSL Authentication using Oracle Stored Procedure
Hi,
My db version:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
Is there a way to perform Mutual SSL Authentication using Oracle Stored Procedure??
When I google, I find articles using JAVA/ .NET. But can it be done using a oracle stored procedure?
Is there a way I can embed certificate information in the procedure while calling a webservice, that takes care of authentication?
I do read articles and forums saying it is not a good approach to use Oracle procs for calling webservices (and I dont know if authentication is even possible through a procedur). But still I would like to understand.
Please advice.
Thank you.