Locally Managed Tablespace and the UNIFORM SIZE option. [message #60338] |
Mon, 02 February 2004 11:43 |
Patrick Tahiri
Messages: 119 Registered: January 2004
|
Senior Member |
|
|
Hi,
What are the tipical tips about the value of UNIFORM SIZE that I can get if creating a Temporary Tablespace with a tempfile and locally managed defined temporary tablespace (I can't set it to AUTOALOCATE as I'm using Oracle 8i which does not support the AUTOALLOCATE option!!)??
CREATE TEMPORARY TABLESPACE TBS_name
TEMPFILE 'path....'
EXTENT MANAGEMENT LOCAL UNIFORM SIZE XM;
What are the performance tips or criteria to evaluate X??
Thank you very much!
Regards,
Patrick.
|
|
|
|