Information Related to database spanning multiple disks
Date: 12 Mar 2003 08:48:16 -0800
Message-ID: <25c1993e.0303120848.22e32bf9_at_posting.google.com>
Dear Oracle gurus,
My java server application is multithreaded and talks to Oracle backend database for persisting data. One of thread in the application collects voluminous data. Presently these data is stored in the same disk as other server data and in the same user table space. It has been decided that the voluminous data that thread creates be written to a different disk.
Q? I want to know where can i get information on 'database spanning multiple disks ' ??? What should i go about doing to achieve that ?? should the voluminous data be stored in a separate table space on a different disk ?? In that case how do we join them???
Any useful info/links/related to this will be of help
-thx,
avsrk
Received on Wed Mar 12 2003 - 17:48:16 CET