Hallo.
I reinstalled by system copy my SAP ECC PRD system from MSCS W2k3 Oracle 11.2.0.3 to MSCS Windows 2008 R2 Oracle 11.2.0.4
After the upgrade, I set the datafile to AUTOEXTEND OFF with the command;
ALTER DATABASE DATAFILE 'Z:\ORACLE\PRO\SAPDATA2\SR3_1\SR3.DATA1' AUTOEXTEND OFF;
ALTER DATABASE DATAFILE 'Z:\ORACLE\PRO\SAPDATA2\SR3_2\SR3.DATA2' AUTOEXTEND OFF;
ALTER DATABASE DATAFILE 'Z:\ORACLE\PRO\SAPDATA2\SR3_3\SR3.DATA3' AUTOEXTEND OFF;
ALTER DATABASE DATAFILE 'Z:\ORACLE\PRO\SAPDATA2\SR3_4\SR3.DATA4' AUTOEXTEND OFF;
.
.
.
Now, I monitor my tablespace by RZ20 -> SAP CCMS Technical Operations Templates -> Space Management->Free Space in DB->Tablespace->PSAPSR3->Free space
Double click on it and I see:
Tablespace Total (KB) Used (%) Free (KB) Free exts. Max. (KB) Used (%) Free (KB)
SYSTEM 993.280 98 19.968 2 10.240.000 10 9.266.688
SYSAUX 409.600 94 26.560 1 10.240.000 4 9.856.960
PSAPSR3USR 296.960 92 23.488 2 10.240.000 3 9.966.528
PSAPUNDO 7.536.640 0 7.527.424 1.413 10.240.000 0 10.230.784
PSAPTEMP 16.384.000 0 16379.904 0 20.480.000 0 20.475.904
PSAPSR3700 67.235.840 79 13845.184 11 92.160.000 58 38.769.344
PSAPSR3 834160.640 96 30286.144 112 1044.480.000 77 240605.504
As you see, Free (KB) in the 4th and in the last columns aren't equal.
And Total (KB) is different from Max. (KB)
But they have to be equal because after set the datafile to autoextend OFF
Infact in the other systems TST and development the values of the columns are equal
Obviously, from DBACOCKPIT I see the QAUTOEXTEND are OFF
In the attachment you can see :
TST screenshot with right values
PRD screenshot with wrong values
DBACOCKPIT of PRD
What could I check?
Is there any temporary view used by RZ20 monitor ?
Thanks for your help.
Mario