Alexander the ok, January 03, 2008 - 10:27 pm UTC
I hit an O/S file process limit for a 12 gig tempfile the other day during an export (AIX 5.3). The ulimit was set to unlimited.
There may be some merit for wanting to shrink it down.
January 04, 2008 - 11:38 am UTC
the file is already 20gig and they did not report anything negative. I would leave it entirely and utterly alone.
Can TTS export/import help here
A reader, January 04, 2008 - 8:59 am UTC
Tom,
Can Transportable Tablespace export/import help here.
January 04, 2008 - 12:08 pm UTC
no, with a transport, you are explicitly preserving the already formatted datafiles
the only way to turn a 20g datafile into 4x5gb datafiles would be a reorganization of the segment - alter table T move, whatever - but a full reorganization.
sarang, January 04, 2008 - 12:20 pm UTC
Tom, what happened to the lob indexes in case of alter table move?
January 04, 2008 - 1:12 pm UTC
if you move the LOB (lob doesn't have to move) the lob indexes are maintained transparently as part of moving the lob.
regardless - you need do nothing for the lob index, it is either not affected or maintained for you.