to minimize the time for an virtual vmare server setup:
cd /usr/local/bin/ and rm the three files
rm -rf /var/tmp/.oracle
vi /etc/inittab remove the 3 bottom lines
cd /etc/init.d rm -rf init.*
cd /etc/rc.d find . -name K96init.crs -exec rm {}rm -rf \;
rm -rf /etc/oracle
cd /etc
ls ora* and remove the file belong to oracle
rm -rf /u01/oracle
dd if=/dev/zero of=/dev/raw/raw1 bs=1024k count=100
dd if=/dev/zero of=/dev/raw/raw2 bs=1024k count=100