OS:REDHAT AS 4.6
DB:ORACLE 10.2.0.1
SQL> start cr_db.sql
CREATE DATABASE mydb
*
ERROR at line 1:
ORA-30014: operation only supported in Automatic Undo Management mode
CREATE DATABASE mydb
*
ERROR at line 1:
ORA-30014: operation only supported in Automatic Undo Management mode
SQL> !
[oracle@localhost scripts]$ oerr ora 30014
30014, 00000, "operation only supported in Automatic Undo Management mode"
// *Cause: the operation is only supported in automatic undo mode.
// *Action: restart instance in Automatic Undo Management mode before
// retrying operation.
alter initialization parameter undo_management=AUTO
restart db;