question on create a db manually# Database - 数据库
l*r
1 楼
Greetings,
I met this error when I try to create a database manually:
ERROR at line 1:
ORA-30014: operation only supported in Automatic Undo Management mode
My simple script looks like:
create database SMALL
logfile
group 1 ('/opt/oracle/oradata/SMALL/redo101.log',
'/opt/oracle/oradata/SMALL/redo102.log') SIZE 5M REUSE,
group 2 ('/opt/oracle/oradata/SMALL/redo201.log',
'/opt/oracle/oradata/SMALL/redo202.log') SIZE 5M REUSE
ARCHIVELOG
datafi
I met this error when I try to create a database manually:
ERROR at line 1:
ORA-30014: operation only supported in Automatic Undo Management mode
My simple script looks like:
create database SMALL
logfile
group 1 ('/opt/oracle/oradata/SMALL/redo101.log',
'/opt/oracle/oradata/SMALL/redo102.log') SIZE 5M REUSE,
group 2 ('/opt/oracle/oradata/SMALL/redo201.log',
'/opt/oracle/oradata/SMALL/redo202.log') SIZE 5M REUSE
ARCHIVELOG
datafi