Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Locked SYS and SYSTEM user

Y.RamletJan 19 2012 — edited Jan 19 2012
DB version: 11.2.0.2
OS : Solaris 10

In our production DBs , I've noticed that both SYS and SYSTEM users are locked
$ sqlplus / as sysdba

SQL*Plus: Release 11.2.0.2.0 Production on Thu Jan 19 14:21:34 2012

Copyright (c) 1982, 2010, Oracle.  All rights reserved.


Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
With the Partitioning option

SQL> select username, account_status from dba_users where username like 'SYS%';

USERNAME                       ACCOUNT_STATUS
------------------------------ --------------------------------
SYSTEM                         LOCKED
SYS                            LOCKED
1. How can I log in to SYS account despite being locked. Is it because i logged in through external authentication?

2. Is locking the SYS user a standard practise ? If so, why ?
This post has been answered by CKPT on Jan 19 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 16 2012
Added on Jan 19 2012
5 comments
4,682 views