Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Does anybody have C++ source code for modify Oracle password

Re: Does anybody have C++ source code for modify Oracle password

From: Nicolas Issakides <nissakid_at_planete.net>
Date: 1998/03/19
Message-ID: <35115ca0.0@Kampot.pci>#1/1

Oracle distribution already includes a tools usefull for the user management. (password, grant,...)

the Exe name is depending the Oracle version. If I'm correct, Oracle 7 the tools is vsusr.exe or something similar

else, to do this kind of tools, you just need administrative privilege and you will be able to use alter user or grant commands

In article <35107917.0_at_news.cadvision.com>, Idan Shoham <idan_at_bambam.m-tech.ab.ca> wrote:
>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!
>
>-- Idan
>

Nicolas

Nissakid_at_planete.net
Microsoft Certified Product Specialist
AUI Member

The above represents my own opinion not my employer's and does not necessarily constitute the official policy of my employer. Any opinion developed through this account represent a private conversation. Received on Thu Mar 19 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US