I have live version of a DB that is distributed on 3 files on the filesystem.i.e. usr1.dbf,usr2.dbf and usr3.dbf. I know that there are tables that are split across the 3. Now the test version of the same DB has one file usrtest.dbf. I want to merge the 3 and then copy the file to the test one. Possible? If so, how? Thanks