****************************************************************************************
* Description: Command and installer of 7-zip and zip utility based on Windows platform
* Date: 06:36 PM EST, 01/16/2018
****************************************************************************************

		 
<1> Before MicoreSoft Windows OS ersion 2008, the compression zip utility is not available for command line interface. Third party tool 7-zip is one good option:
     |
     |__ CMD> C:\"Program Files"\7-Zip\7z.exe a -m0=lzma2 -mmt6 -t7z -mx=9 -p%var_7zip_password% E:\expdp.dmp.7z E:\expdp.dmp

 

 
 
<2> Following command is for Windows integrated compress zip utility:
     |
     |__ CMD> zip E:\expdp.dmp.zip E:\expdp.dmp
				 	
    
	

Your Comments