ORA-30042: Cannot offline the undo tablespace
Cause: Cannot offline an undo tablespace that is in use
Action: Switch to a different undo tablespace and then try to offline
ORA-30042: Cannot offline the undo tablespace
ORA-30042: 该错误消息会出现,你无法将一个UNDO表空间offline,因为它正在使用中。
当试图将一个正在使用的UNDO表空间offline时,就会出现此错误。
1.首先,把所有正在使用该UNDO表空间的会话关闭或取消。
2.然后,可以关闭UNDO表空间。
3.使用以下命令关闭UNDO表空间:
ALTER TABLESPACE TABLESPACE_NAME OFFLINE IMMEDIATE