Oracle eMail Server Installation Guide Release 5.2 for Sun SPARC Solaris 2.6 Part Number A88649-01 |
|
Before deinstalling eMail Server you must deinstall database objects. You must deinstall both software and database objects before you can re-install eMail Server.
This chapter contains these topics:
Use the following procedure to remove database objects.
% oomgr IOFCMGR> shutdown all; IOFCMGR> exit
% ofcguard stop
% svrmgrl SVRMGR> connect internal SVRMGR> shutdown SVRMGR> startup SVRMGR> exit
ofcdrp.sql
script to drop all eMail Server views, tables, users, and their data as follows:
% cd $ORACLE_HOME/office/admin/pckg
% sqlplus SYS/password
SQL> @ofcdrp.sql;
Please enter the name of the Mail database account: [oo_mail] Please enter the name of the Directory database account: [oo_ds] Please enter the name of the Scheduler database account: [oo_sched]
Please enter the name of the OFC_MAIN tablespace:[ofc_main] Please enter the name of the OFC_MESG tablespace:[ofc_mesg] Please enter the name of the OFC_INDB tablespace:[ofc_indb] Please enter the name of the OFC_INDS tablespace:[ofc_inds] Please enter the name of the OFC_CTX tablespace:[ofc_ctx]
The results of the ofcdrp.sql
script are logged to the$ORACLE_HOME/office/admin/pckg/ofcdrp.log
file. This process takes several minutes to complete.
$ORACLE_HOME
and shut down the database:
% cd $ORACLE_HOME % svrmgrl SVRMGR> connect internal SVRMGR> shutdown Database closed. Database dismounted. ORACLE instance shut down. SVRMGR> exit
OFC_MAIN - omn$ORACLE_SID.dbf OFC_MESG - omsg$ORACLE_SID.dbf OFC_INDB - oidb$ORACLE_SID.dbf OFC_INDS - oids$ORACLE_SID.dbf OFC_INDS - oids$ORACLE_SID.dbf OFC_ - octx$ORACLE_SID.dbf
To remove eMail Server software, perform the following steps:
% oomgr IOFCMGR> shutdown all; IOFCMGR> exit
% ofcguard stop
|
![]() Copyright © 1996-2001 Oracle Corporation. All Rights Reserved. |
|