How to provide much and more security to my users in the database?

Questions by punitdba

Showing Answers 1 - 4 of 4 Answers

cmanne

  • Jul 29th, 2006
 

One can implement PROFILES for providing much security by imposing the password limits and resource limits along with the login function which will take care of extra actions to be taken while a user logs in and apart from all these its better to audit the database for all object level, user level statements.

  Was this answer useful?  Yes

Arun

  • Dec 30th, 2006
 

Windows authentication method is a good option. 

  Was this answer useful?  Yes

Yogesh

  • Feb 6th, 2007
 

By providing proper Grants on tables such a (select ,update delete..) to different user a DBA can have a better control over his database and if he finds some problem he can Revoke the given rights of the specified user.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions