| How to Read Registry from Oracle [message #16456] |
Mon, 29 November 2004 14:08  |
Cynthia
Messages: 18 Registered: February 2000
|
Junior Member |
|
|
Hello....
I would like to know if it is possible to read registry keys from the database using Oracle provided packages.
Thanks in advance,
Cynthia
|
|
|
|
| Re: How to Read Registry from Oracle [message #16501 is a reply to message #16456] |
Wed, 01 December 2004 02:46   |
Frank Naude
Messages: 4596 Registered: April 1998
|
Senior Member |
|
|
Hi,
You will have to write an External Procedure or Java
Stored Procedure to read the Windows registry from
Oracle.
However, it would be much easier to use a
programming environment like Oracle Forms, Visual
Basic, C#, etc.
In Oracle Forms, this can be done by attaching the
"d2kwutil.pll" library and calling
CLIENT_WIN_API_ENVIRONMENT.READ_REGISTRY().
Best regards.
Frank
|
|
|
|
|
|
|
|
|
|