Oracle9i2在Red Hat Enterprice Linux Advanced Server3卸载问题
环境:RHEL3   Advanced   Server 
 数据库:Oracle   9i2 
 问题:卸载oralce时,报错后退出不能使用./runInstaller卸载oracle,如何解决?   谢谢! 
 信息如下: 
  "The   exception   above   was   detected   in   native   code   outside   the   VM 
 Java   VM   Java   HotSpot(TM)   Client   VM(1.3.1-02_bo2   mixed   mode) 
 An   unexpected   exception   has   been   detected   in   native   code   outside   the   VM   Unexpected   Signal   :11   occurred   at   PC=0xB75F424A 
 Funcion   name=(N/A) 
 Library=/lib/ld-linux.so.2 "   
 另:RHEL3    
 #java   -version 
 java   version    "1.4.2_06 "    
 java(TM)   2   Runtime   Environment,   Standard   Edition(build   1.4.2_0d-b03)
------解决方案--------------------是不是在客户端卸载的,最好在服务端卸载
------解决方案--------------------unix/linux下卸载oracle再容易不过了 
 手工删除以下目录及其文件即可 
 1.把$ORACLE_BASE下的都删除 
 2.把/etc/oratab删除掉 
 3.把/usr/local/bin下的coraenv  dbhome   oraenv删除掉 
------解决方案--------------------对于不太熟悉的人来说,在unix/linux下手工卸载oracle确实存在很多困难
------解决方案--------------------linux/unix下卸载最方便,就是删除文件及配置文件。呵呵。