Remove Oracle from Linux O.S.
- Stop any outstanding processes using the appropriate utilities.
# oemctl stop oms user/password # agentctl stop # lsnrctl stop
kill -9 pid
command as the root user. - Delete the files and directories below the $ORACLE_HOME.
# cd $ORACLE_HOME # rm -Rf *
- Delete the /etc/oratab file. If using 9iAS delete the /etc/emtab file also.
# rm /etc/oratab /etc/emtab
No comments:
Post a Comment