Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: restrict user login to database? - Grant RESTRICTED SESSION
"RESTRICTED SESSION" by itself is also a System Privilege.
Thus, if say you "grant RESTRICTED SESSION to HEMANT";
and then SHUTDOWN ; STARTUP RESTRICT,
user HEMANT should still be able to connect, even though he
is not a DBA.
("DBA" is a role which is granted many privileges, one of which is the "RESTRICTED SESSION" privilege. Query DBA_SYS_PRIVS ).
Hemant
At 05:35 AM Tuesday, dba1 mcc wrote:
>we have ORACLE 9ir2 on LINUX server. I knew I can
>startup database on "restrict mode" and only allow DBA
>login.
>
>Does there has other way to allow only dedicate users
>login?
>
Hemant K Chitale
http://web.singnet.com.sg/~hkchital
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Dec 19 2006 - 10:10:41 CST