User Privileges [message #394239] |
Thu, 26 March 2009 04:52 |
snsiddiqui
Messages: 172 Registered: December 2008
|
Senior Member |
|
|
Dear Gurus
I create a user EXP for backup therefore I give him privileges
CREATE SESSION
EXP_FULL_DATABASE
but the problem is I don't want to connect this user by SQL or anyother tool because if somebody know the password then he/she couldn't use SQL.
Please help me in this regards.
|
|
|
|
|
|
Re: User Privileges [message #394272 is a reply to message #394270] |
Thu, 26 March 2009 06:27 |
JRowbottom
Messages: 5933 Registered: June 2006 Location: Sunny North Yorkshire, ho...
|
Senior Member |
|
|
It is a privilege issue.
It is very difficult to write an On-Logon trigger that will stop a knowledgable user rfom circumventing the trigger by renaming the executable that they are using.
|
|
|
|
Re: User Privileges [message #394327 is a reply to message #394239] |
Thu, 26 March 2009 08:20 |
joy_division
Messages: 4963 Registered: February 2005 Location: East Coast USA
|
Senior Member |
|
|
snsiddiqui wrote on Thu, 26 March 2009 05:52 |
but the problem is I don't want to connect this user by SQL or anyother tool because if somebody know the password then he/she couldn't use SQL.
|
Then make the password really difficult. QED.
|
|
|
Re: User Privileges [message #394432 is a reply to message #394239] |
Fri, 27 March 2009 01:26 |
snsiddiqui
Messages: 172 Registered: December 2008
|
Senior Member |
|
|
Dear All
Thanks for the reply.
As you all know he can query differenct data dictionary views/tables and I want to stop for these type of activities or any other.
|
|
|
|
Re: User Privileges [message #394499 is a reply to message #394432] |
Fri, 27 March 2009 08:18 |
JRowbottom
Messages: 5933 Registered: June 2006 Location: Sunny North Yorkshire, ho...
|
Senior Member |
|
|
You can restrict access to Sql*Plus via Product User Profile, but that won't help for other SQL programs.
|
|
|
|
Re: User Privileges [message #394515 is a reply to message #394514] |
Fri, 27 March 2009 09:58 |
JRowbottom
Messages: 5933 Registered: June 2006 Location: Sunny North Yorkshire, ho...
|
Senior Member |
|
|
It's not just the data dictionary tables - EXP_FULL_DATABASE looks like it grants you SELECT ANY TABLE.
|
|
|
|
|
|
|