Results 1 to 2 of 2
Hello,
Here is the scenario. I did a cut on one of my oracle database files (.dbf) which was 11G big in folder A and paste it to another folder ...
- 10-20-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 2
[SOLVED] Need help to combine files
Hello,
Here is the scenario. I did a cut on one of my oracle database files (.dbf) which was 11G big in folder A and paste it to another folder B on a mounted device. However, the mounted device ran out of space and only 2G of the file was moved to folder B. Now I have two pieces of the same file 9G in folder A and 2G in folder B. Does anyone know how I can combine both these pieces to get the original file.
Thanks a lot in advance.
- 10-21-2010 #2Just Joined!
- Join Date
- Oct 2010
- Posts
- 2
And I found the solution as well...
use the cat command to joing two files as below:
> cat file1 file2 > file3


