Strange SSD bahaviour after moving there temp TBS
Hello,
I faced recently very strange issue.
I moved TEMP tablespace to new created Volume /opt/app/oracle/oradata2/
List of Temporary Files
=======================
File Size(MB) Tablespace Maxsize(MB) Tempfile Name
---- -------- -------------------- ----------- --------------------
1 31768 TEMP2 31768 /opt/app/oracle/oradata/orcl/temp2.dbf
2 16384 TEMP 32767 /opt/app/oracle/oradata2/orcl/temp01.dbf
3 16384 TEMP 32767 /opt/app/oracle/oradata2/orcl/temp02.dbf
I change default temp to temp (previously it was TEMP2)
PROPERTY_NAME PROPERTY_VALUE DESCRIPTION
------------------------------ ------------------------------ --------------------------------------------------
DEFAULT_TEMP_TABLESPACE TEMP Name of default temporary tablespace
I checked temp active transactions and at that point there was only one so I left it for a time being.