Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Secure Connection With Excel

3234063Jul 20 2016 — edited Jul 20 2016

Oracle 11g

Excel 2010

I have created an Excel program that accesses an oracle database (via VBA). I just found out my client does not have integrated security available to allow use of their Windows credentials. I need to find another method of authentication. Possibilities include:

1. Integrated Windows Security - Not available and not willing to purchase

2. Hard code username & password - Not allowed due to lack of security in Excel

3. Have Excel access another file containing credentials - Not allowed because the other file would not be secure and password could be retrieved by user using Excel

4. Have user enter username and password - not acceptable

I have been told:

The code behind the program will need to be modified to a secure the username & password.  In addition the program needs to dynamically call app credential and encrypt

Is there any other method to fulfill this requirement?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 17 2016
Added on Jul 20 2016
1 comment
752 views