| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Security Question
Chuck said on 12/07/2004 02:56 PM:
> amerar_at_iwc.net wrote: >
> > > Have the application read the password from a registry key. Developers > would only have access to the password of the development database. When > the application gets migrated to production, it should be on a server > where they don't have access to the registry.
One good practice to follow is that applications should not be connecting to the schema account which owns the objects. It should connect to another account which has the minimal privileges that it needs to do whatever it needs to do. You still have the issue of hiding that password from developers, but at least they can't do any ddl.
-- Joe http://www.joekaz.net/Received on Sun Dec 12 2004 - 17:44:50 CST
![]() |
![]() |