当数据库工作在archive模式下,当system表空间没有损坏,方可进行联机恢复。 Alter tablespace tablespace_name offline ; Recover tablespace tablespace_name ; Alter tablespace tablespace_name online ; 5、 回滚段恢复
create rollback segment rollback_name tablespace tablespace_name ;
savepoint savepoint_8
rollback to savepoint_8