Undo tablespace in my Oracle DB is taking 180GB. I don't have any process that would need this much space. There was an unknown issue with the DB, which cussed the undo table size to increase back in a while; and after bouncing RDS instance it has been rectified. The issue now is how decrease the size of the undo tablespace. I have managed to create a new undo table using
creat undo tablespace UNDO_T2;
but have failed to tell oracle to use the new undo table space. Here is my query and its error:
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