Friday 27 March 2015

How to un installing xe database?


[root@wlsadmin /]# rpm -qa|grep -i oracle
oracle-xe-11.2.0-1.0.x86_64
[root@wlsadmin /]# rpm -qa|grep -i oracle*
oracle-xe-11.2.0-1.0.x86_64
[root@wlsadmin /]# rpm -e oracle-xe-11.2.0-1.0.x86_64
warning: %postun(oracle-xe-11.2.0-1.0.x86_64) scriptlet failed, exit status 125

Note:
If you get an error here, move on to the next steps to manually remove XE. Remove the XE directories.


[root@wlsadmin ~]# rm -rf /usr/lib/oracle/xe
[root@wlsadmin ~]# rm -rf /etc/init.d/oracle-xe
[root@wlsadmin ~]# rm -rf /etc/sysconfig/oracle-xe
[root@wlsadmin ~]#

No comments:

Post a Comment