What would be the best way to create the Temp tablespace ?
Hi experts.
I need to recreate a temp tablespace and I want to ask what would be the best number for the LOCAL UNIFORM SIZE?
This is a heavy updated continuous database and big.
CREATE BIGFILE TEMPORARY TABLESPACE "TEMP" TEMPFILE '/iwaydev/TEMP/orcl/temp01.dbf' SIZE 12001M AUTOEXTEND ON NEXT 80M MAXSIZE 133120M EXTENT MANAGEMENT LOCAL UNIFORM SIZE 5120K
ALTER DATABASE DEFAULT TEMPORARY TABLESPACE "TEMP"
I need to recreate a temp tablespace and I want to ask what would be the best number for the LOCAL UNIFORM SIZE?
This is a heavy updated continuous database and big.
CREATE BIGFILE TEMPORARY TABLESPACE "TEMP" TEMPFILE '/iwaydev/TEMP/orcl/temp01.dbf' SIZE 12001M AUTOEXTEND ON NEXT 80M MAXSIZE 133120M EXTENT MANAGEMENT LOCAL UNIFORM SIZE 5120K
ALTER DATABASE DEFAULT TEMPORARY TABLESPACE "TEMP"
1