How does oracle write to datafiles in a tablespace?
627138Sep 5 2010 — edited Sep 8 2010hi all
Suppose I have a tablespace consisting of two datafiles. When I need to wirte data onto it,how does ORACLE
write ? Does it initially write to the first datafile and then write to the second datafile when the first datafile getting full or write to two datafiles in an random manner?
Thanks for your reply.