Database: 11.2.0.4.180417 Client: 12.2 Instant Client TEMP tablespace is comprised of three OMF named tempfiles in ASM. One of them was ~6GB in size. The minimum size button states that it can be shrunk to approxmiately 24654MB, which is considerably larger than its current size. I was able to shrink it to 2G with: ALTER TABLESPACE temp SHRINK TEMPFILE '+DATAC1/ppst1/tempfile/temp.1371.979468821' KEEP 2G;
↧