Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Does anybody have C++ source code for modify Oracle password
Mario Perreault <mario.perreault_at_revenu.gouv.qc.ca> wrote:
: I am looking for the C++ code (or DLL) that would allow us to modify an
: Oracle password in Windows 95/NT client/server application...
: This code should work with any third party products.
You can use Pro*C or just the Oracle Call Interface (OCI) to do this. Alternately, you can use a stand-alone utility like P-Synch (www.m-tech.ab.ca/products/psynch) to manage Oracle and other passwords - and leave it out of the application entirely.
Good luck!
![]() |
![]() |