Hi,
I was rebuilding an Index for a BIG Table and encountered following error :
ORA-01652: unable to extend temp segment by 8
Tablespace PSAPTEMP#
Do I need to to INcrease the size of myTemporary Tablespace ?
Vijay
Printable View
Hi,
I was rebuilding an Index for a BIG Table and encountered following error :
ORA-01652: unable to extend temp segment by 8
Tablespace PSAPTEMP#
Do I need to to INcrease the size of myTemporary Tablespace ?
Vijay
Check if there is enough space remaing in TEMP tablespace, else you need to add..
Sameer