 |
Execute the following commands to drop user schemas by connecting to the system user. If you have installed Data Model Assembly, replace the user schema name and tablespace names with the values provided during the installation.
drop user <HCD_WORK_REP_711> cascade;
drop user <HCD_MASTER_REP_711> cascade;
drop user <WIL_WORK_REP_711> cascade;
drop user <TL_MASTER_REP_711> cascade;
drop user <CDM_WORK_REP_711> cascade;
drop user <TL_WORK_REP_711> cascade;
drop user <WIL_MASTER_REP_711> cascade;
drop user <CDM_MASTER_REP_711> cascade;
drop user <WIL_HMC711> cascade;
drop user <HCD_HMC711> cascade;
drop tablespace <hmc_temp711> INCLUDING CONTENTS and datafiles;
drop tablespace <odirep_temp711> INCLUDING CONTENTS and datafiles;
drop tablespace <odirep_ts711> INCLUDING CONTENTS and datafiles;
drop tablespace <hmc_ts711> INCLUDING CONTENTS and datafiles;
commit;
|