Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Locking the SYS account.

Re: Locking the SYS account.

From: Hemant K Chitale <hkchital_at_singnet.com.sg>
Date: Wed, 03 Jan 2007 22:48:03 +0800
Message-Id: <7.0.1.0.0.20070103224608.01b43608@singnet.com.sg>

No, you can "LOCK" the SYS account with the command "ALTER USER SYS ACCOUNT LOCK ;".
Query DBA_USERS after that and you will see SYS as "LOCKED"

However, that does not prevent SYSDBA connections. So Startup/Shutdown is possible
and anyone with the correct privileges [ie member of the "dba" group or granted SYSDBA
through the passwd file] can still connect "AS SYSDBA".

Hemant

At 04:46 PM Wednesday, Norman Dunbar wrote:

>Morning Denham,
>
><snip>
>
> >> What if any are the implications of locking the SYS account?
>
>I would imagine, if it was possible to lock SYS, that starting and
>stopping the database would be difficult. When you connect anything as
>sysdba/sysoper you connect to the SYS schema. If you have it locked
>....

Hemant K Chitale
http://web.singnet.com.sg/~hkchital

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jan 03 2007 - 08:48:03 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US