Securing Database 9i, User rights
I have mid-size database that
have multiple schemas. The schema usually accessed by applications. However,
there is 5 users who access the database locally to check some infomations.
In the past they used to logon as system which cuase some problems! I want
to create accounts for them and give them read-only for all user create
schema (no system access). and I would like to track which user did what.
grant select any table ....... privilage
to the users this solves the first part.
Grant select, resource will gives
them read only? will that enable them to view the data via EM and change
or not? I think once they logged in the EM they will be able to change
data?
Select is a read only privilage on a table. Why don't
you try it out so that your doubts are cleared.
I did test it. the user who have select any table, will not be able to login to EM, becuase EM have have many data dictionary parameters and instance, storage and so on. but after grant create session
Then it works fine. So I will create new rule "test" and give it the above rights then assign it to the users.
Have a Oracle Question
Oracle Books
Oracle Application
Oracle Home
All the site contents are Copyright © www.erpgreat.com
and the content authors. All rights reserved.
|