Tuesday, July 8, 2008

Export and Pipe

Export and Pipe (To compress at the same Time!)
Step 1,2,3,4
1- is creating the usual parfile with filename=file.exp inside parfile
2- is creating the pipe
3- is compressing
4- is exporting


1- Create parfile parf ( with what you want to export parameters)
2- mknod file.exp p
3- gzip <file.exp> fullfile.exp.gz &


4- exp parfile=parf

file.exp is your export file name ( as scott.dmp, tab.exp, etc..)

0 comments: