Database Administration (MOSC)

MOSC Banner

Getting error while resetting user password : ORA-30040: Undo tablespace is offline

SQL> alter user system identified by oracle123;

alter user system identified by oracle123

*

ERROR at line 1:

ORA-65048: error encountered when processing the current DDL statement in

pluggable database

ORA-30040: Undo tablespace is offline


------

I checked the status of all tablespaces, its showing online


SQL> select tablespace_name, status from cdb_tablespaces;


TABLESPACE_NAME     STATUS

------------------------------ ---------

SYSTEM    ONLINE

SYSAUX    ONLINE

UNDOTBS1    ONLINE

TEMP    ONLINE

USERS    ONLINE

SYSTEM    ONLINE

SYSAUX    ONLINE

UNDOTBS1    ONLINE

TEMP    ONLINE

USERS    ONLINE

SYSTEM    ONLINE


TABLESPACE_NAME     STATUS

------------------------------ ---------

SYSAUX    ONLINE

UNDOTBS1    ONLINE

TEMP    ONLINE


14 rows selected.


please suggest how to fix it.

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