![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have problem with tablespace temp that increases and never decreases. |
#3
| |||
| |||
|
|
News a écrit : I have problem with tablespace temp that increases and never decreases. I found out this in metalink http://metalink.oracle.com/metalink/...p_id=1039341.6 This problem raised since we upgraded to 10g and because, as far as I understood from upgrade information tool, temporary tablaspace in 10g must be created with TEMPORARY clause otherwise one gets warning about "not enough space in temp tablespace" during upgrade. In previous releases we used PERMANENT tablespace to hold temp objects which are |
#4
| |||
| |||
|
|
Permanent tablespaces have overhead - your performance will increase! |
|
And on MV's - don't recreate them - refresh then with the changes only - it's called a fast refresh. |
#5
| |||
| |||
|
|
Frank van Bortel a écrit : Permanent tablespaces have overhead - your performance will increase! I agree temp tablespaces created with clause TEMPORARY performs better (no segment allocation and deallocation and no release by smon) but how to avoid the problem without shutting and restarting server ?? |
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |