This short demo demonstrates how to uninstall Oracle SOA Suite 11g including WebLogic platform and database schemas.
[[email protected] uninstall]$ cd $SOA_ORACLE_HOME/Middleware/utils/uninstall/ [[email protected] uninstall]$ ./uninstall.sh
[[email protected] /]$rm -rf /u01/app/oracle/product/Middleware
--Schemas: SQL> drop user "DEV_MDS" cascade; SQL> drop user "DEV_ORABAM" cascade; SQL> drop user "DEV_ORASDPM" cascade; SQL> drop user "DEV_SOAINFRA" cascade; SQL> delete from SCHEMA_VERSION_REGISTRY where OWNER like 'DEV%'; SQL> commit; --Tablespaces and datafiles: SQL>DROP TABLESPACE DEV_IAS_ORASDPM INCLUDING CONTENTS AND DATAFILES; SQL>DROP TABLESPACE DEV_IAS_TEMP INCLUDING CONTENTS AND DATAFILES; SQL>DROP TABLESPACE DEV_MDS INCLUDING CONTENTS AND DATAFILES; SQL>DROP TABLESPACE DEV_ORABAM INCLUDING CONTENTS AND DATAFILES; SQL>DROP TABLESPACE DEV_SOAINFRA INCLUDING CONTENTS AND DATAFILES;
By continuing to use the site, you agree to the use of cookies. more information
The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.