Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: ODBC and password
You can make the user id and password part of the ODBC data source by using
the ODBC applet in control panel, but you still have the same "hard coded"
problem as well as a major security issue, as anyone can look at it.
One way to handle the problem is to create your own security table that contains the user_id and password that allows use of your application. You then have only one Oracle ID and password that is known only to your application (hard code it in). No one besides you and the DBA would know this ID and password. In other words, it works like this:
Make sure that the "secret" id has only select rights to the security table. Received on Thu Oct 21 1999 - 08:53:43 CDT
![]() |
![]() |