And also, if you are going to import the dumpfile to Unix based system... the export dump file size greater than 2gb, you will not import directly... you need to make node...compress the dump file... and then uncompress...and import the file...
let's say you have 2.5 Gb of data to export. you know that you could have problems with a file that is over 2 Gb, so you export specifying filesize=1G, exp will export in a first dump file of 1 Gb, when it's full, exp will continue in another 1 Gb file, and you'll end with a 500Mb file ...
and you can now import normally these export files, you just have to specify the filesize parameter in your imp command
Bookmarks