Page 1 of 1

Using ODAC in PlugIn's

Posted: Thu 07 Jul 2005 07:55
by Vasiliy
Hi !

I'm using ODAC and I decided to add PlugIn functionality to my program.
I followed your example of using ODAC in DLL and i found out that i can read current oracle user password from PlugIn. It is unacceptable for security reasons. Can you please help me to solve this problem.

Thanks !

Posted: Thu 07 Jul 2005 14:49
by Alex
There is no such feature in ODAC to create TOraSession object by session handle. You can use Proxy session feature to connect without password, but in any case password is located in the same adress space with your PlugIn and is passed in plain text to the OCI, so there is no big difficulties to intercept it. To protect your address space you need to use third-party products.