Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Tablespace, Please help
Johnson wrote:
> - DATA tablespace - the free space only leave 0.13 percent, what should I do
> ? The autoextend is set to Yes
Do nothing. The autoextend will allocate all the space that is needed.
> - When we create the tablespace, the autoextend clause is refer to datafile
> or tablespace?
autoextend always refers to a datafile.
> - There are 3 datafiles in the DATA tablespace, all are set to
> autoextendable YES, how the raw data are write to this datafiles.
Oracle uses a sort of round-robin technique to allocate space in all
the datafiles for a tablespace.
> - Why 3 datafiles, can it be only 1 Datafiles
The 3 files might reside on a different disk for example.
This giving better performance.
Another reason is that if one data file gets corrupted by a bad spot on
the disk, you only need to restore and recover that (relatively) small
file.
Erwin Received on Wed Aug 30 2000 - 10:51:23 CDT
![]() |
![]() |