Oracle Unpack Directions
 ========================                                 

 1. Uncompress the file using "gunzip". 
    Eg.: "gunzip solaris64_9.2.0.1.0.Disk1.cpio.gz"

 2. Extract the file resulting from the step above using "cpio". 
    Eg.: "cpio -idmv solaris64_9.2.0.1.0.Disk1.cpio"

 3. Repeat this for solaris64_9.2.0.1.0.Disk2.cpio.gz and 
    solaris64_9.2.0.1.0.Disk3.cpio.gz
                                 
                                      
 Important Note: Some browsers will uncompress the files but leave 
 the extension the same (gz) when downloading. If the above steps 
 do not work, try skipping step 1 and go directly to step 2 without 
 changing the filename. 
 Eg. "cpio -idmv < solaris64_9.2.0.1.0.Disk1.cpio.gz"