Database Administration (MOSC)

MOSC Banner

updating passwords for default accounts

edited Apr 1, 2020 2:31AM in Database Administration (MOSC) 5 commentsAnswered ✓

Upgrading 12.1.0.2 SE2 to 18c SE2

Pre-upgrade assesment flags that there are user accounts with "10g-only" passwords.

When I check that ...

SQL> select username,  2         created,  3         account_status,  4         password_versions  5  from dba_users  6  where password_versions='10G '  7  order by username;USERNAME           CREATED   ACCOUNT_STATUS                   PASSWORD_VERSIONS------------------ --------- -------------------------------- -----------------CTXSYS             12-MAR-08 EXPIRED & LOCKED                 10GDIP                12-MAR-08 EXPIRED & LOCKED                 10GORACLE_OCM         12-MAR-08 EXPIRED & LOCKED                 10GORDPLUGINS         12-MAR-08 EXPIRED & LOCKED                 10GORDSYS             12-MAR-08 EXPIRED & LOCKED                 10GOUTLN              12-MAR-08 OPEN                             10GPS                 08-MAY-10 LOCKED                           10GSI_INFORMTN_SCHEMA 12-MAR-08 EXPIRED & LOCKED                 10GWMSYS              12-MAR-08 EXPIRED & LOCKED                 10GXDB                12-MAR-08 EXPIRED & LOCKED                 10G

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center