Hello
Is there a way to prevent Oracle from allocation new extents in all datafiles belong to tablespace?
For example I have three datafiles in tablespace. When Oracle allocate first extent it allocate it in Datafile 1, next - in Datafile 2, third - in Datafile 3 and fourth - again in Datafile 1.
How can I make so, that Oracle will start to allocate extents in Datafile2 only when Datafile1 is full i.e. allocation extents in next datafile performs only when previous datafile was over.
Thanks
Is there a way to prevent Oracle from allocation new extents in all datafiles belong to tablespace?
For example I have three datafiles in tablespace. When Oracle allocate first extent it allocate it in Datafile 1, next - in Datafile 2, third - in Datafile 3 and fourth - again in Datafile 1.
How can I make so, that Oracle will start to allocate extents in Datafile2 only when Datafile1 is full i.e. allocation extents in next datafile performs only when previous datafile was over.
Thanks