I am trying to alter the default temporary space by executing the following commands.
exec rdsadmin.rdsadmin_util.alter_default_temp_tablespace(tablespace_name => 'temp01');
BEGIN rdsadmin.rdsadmin_util.alter_default_temp_tablespace(tablespace_name => 'temp01') END;
but getting "ORA-00900" error.
How can I get this to work?