Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Help: database security
This is definitely not a good security concept to hardcode the password into the application.
The best solution is to change this approach. You can also define a role for the application and enable/disable this when the application is started. A default privilege fo a user should be just CREATE SESSION.
Pavel
Wilko <Wilko_at_yoa.com> pí¹e v diskusním
pøíspìvku:8vi893$hh315_at_inetbws1.citec.com.au...
> Hi All,
>
> I want to stop programmers being able to log into
> the production database and making changes.
>
> How can I keep the login/password secret when
> it is hard coded into the API that connects to the
> database.
>
> I know don't hard code it. But what is the alternative?
>
>
> Thanks,
> Chris
Received on Thu Nov 23 2000 - 05:23:04 CST
![]() |
![]() |