Shrinking a temporary tablespace using the ALTER TABLESPACE
The production database was created some time ago with all tablespaces using autoextend. This database is only 24 gb in size, excluding temp tablespace.
I know temp and undo tablespaces should not be created with autoextend but I have only been with the company a short time and deferred to their documentation.
Yesterday, the temp tablespace grew from about 1 gb to 32 gb nearly causing an outage.
I tested the alter tablespace temp shrink space keep 190m; on a test databases where the tablespace had been 200m.