how to convert the dmp file to gzip file while uploading.
877826Feb 13 2013 — edited Feb 14 2013Hi All,
i am using below unix command to exporting table data to other sever . But my requirement is i need to convert dmp file to ".gz" file . is it possible to convert it during exporting .
My Command is given below :
expdp username/password tables=sample directory=test_direcotry dumpfile=sample.dmp.gz logfile=sample.log
but the file has been converted into ".gz" file but i am not sure whether the tables has been ziped or not.
please help me from this problem.
Thanks
Sree