Click to See Complete Forum and Search --> : Increase the size of Tablespace


Kishore
11-07-2000, 01:37 PM
Hi
Can any one help me to increase the size of Tablespace without allowing Fragementation to happen.

Presently I have 256MB size. I want to add 100 MB. What is the best way of doing it.

My Oracle Block size is 8KB. Do I need to consider any thing else.

Halo
11-07-2000, 01:39 PM
alter database datafile 'path_name' resize 356M;

raghucharan
11-07-2000, 01:45 PM
Use an alter tablespace add datafile followed datafile name with size u want

Kishore
11-07-2000, 02:02 PM
Thanks for that. My question is, will that ensure that for the next insertsions, it does not do any Fragmentation

Halo
11-07-2000, 03:08 PM
Most likely there won't be frag. in the ts.

Kishore
11-07-2000, 04:34 PM
Thanks Halo