Quantcast
Channel: SCN: Message List - SAP on Oracle
Viewing all articles
Browse latest Browse all 5847

Re: How to resize the PSAPTEMP

$
0
0

Hello

 

You can shrink the 3 datafiles to 10G .

ALTER DATABASE TEMPFILE '/oracle/QAT/temp.data2' resize 10G;

ALTER DATABASE TEMPFILE '/oracle/QAT/temp.data3' resize 10G;

ALTER DATABASE TEMPFILE '/oracle/QAT/temp.data4' resize 10G;

 

If you are on version 11g you can also do it using

alter tablespace PSAPTEMP shrink space keep 30G;

 

If you are planning to perform compression, tempfile should be big enough.

 

1109743 - Use of Index Key Compression for Oracle Databases

Please make sure that your PSAPTEMP Temporary Tablespace is at least as big as the biggest index to rebuild

 

Regards


Viewing all articles
Browse latest Browse all 5847

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>