我的 Oracle DB 中的撤消表空间占用了 180GB。我没有任何需要这么多空间的进程。数据库存在未知问题,导致撤消表大小在一段时间内重新增加;并且在反弹 RDS 实例后它已被纠正。现在的问题是如何减小撤消表空间的大小。我设法使用创建了一个新的撤消表
creat undo tablespace UNDO_T2;
但未能告诉 oracle 使用新的 undo 表空间。这是我的查询及其错误:
alter system set undo_tablespace = UNDO_T2;
Error report:
SQL Error: ORA-02065: illegal option for ALTER SYSTEM
02065. 00000 - "illegal option for ALTER SYSTEM"
*Cause: The option specified for ALTER SYSTEM is not supported
*Action: refer to the user manual for option supported