The MDB should not be removed except in extreme cases.
Before removing an MDB, make sure the data stored in the database is no longer needed and that all products that were accessing the database have been uninstalled or configured to work with another MDB. Once an MDB is removed the data is lost.
Note: You should make a backup of the MDB before removing it, especially if more than one product has shared it.
To remove an Oracle MDB
For example:
DROP TABLESPACE MDB_DATA INCLUDING CONTENTS AND DATAFILES CASCADE CONSTRAINTS; DROP TABLESPACE MDB_INDEX INCLUDING CONTENTS AND DATAFILES CASCADE CONSTRAINTS;
DROP USER MDBADMIN CASCADE
| Copyright © 2008 CA. All rights reserved. | Tell Technical Publications how we can improve this information |