Storing table's date in a particular datafile [message #142708] |
Mon, 17 October 2005 06:26 |
jazzmy
Messages: 4 Registered: September 2005
|
Junior Member |
|
|
Hay Everybody
Actually i only want to do that
I have a table space comprising of two datafiles for instance dept.ora and emp.ora and i want that all the date of emp table will be stored in emp.ora (datafile) and the data of dept table will be stored in dept.ora (datafile)
Is it possible using
ALTER TABLE emp ALLOCATE EXTENT ( DATAFILE 'emp.ora' );
thanks
|
|
|
|
|
|
|