MINI MINI MANI MO
Rem
Rem $Header: oracler/migration/oreuser/imp/cleanup.sql /main/4 2015/09/08 12:46:30 qinwan Exp $
Rem
Rem cleanup.sql
Rem
Rem Copyright (c) 2013, 2015, Oracle and/or its affiliates.
Rem All rights reserved.
Rem
Rem NAME
Rem cleanup.sql - <one-line expansion of the name>
Rem
Rem DESCRIPTION
Rem <short description of component this file declares/defines>
Rem
Rem NOTES
Rem <other useful comments, qualifications, etc.>
Rem
Rem MODIFIED (MM/DD/YY)
Rem qinwan 09/02/15 - drop datastoreaccess table
Rem qinwan 06/17/15 - drop refdbobject table
Rem gayyappa 12/11/13 - Created
Rem
Rem BEGIN SQL_FILE_METADATA
Rem SQL_SOURCE_FILE: oracler/migration/oreuser/imp/cleanup.sql
Rem SQL_SHIPPED_FILE:
Rem SQL_PHASE:
Rem SQL_STARTUP_MODE: NORMAL
Rem SQL_IGNORABLE_ERRORS: NONE
Rem SQL_CALLING_FILE:
Rem END SQL_FILE_METADATA
SET ECHO ON
SET FEEDBACK 1
SET NUMWIDTH 10
SET LINESIZE 80
SET TRIMSPOOL ON
SET TAB OFF
SET PAGESIZE 100
drop directory rqmig_test_dir;
drop table system.tmprqdsaccessstg;
drop table system.tmprqdsrefstg;
drop table system.tmprqrefdbobjstg;
drop table system.tmprqdsobjstg;
drop table system.tmprqdsstg;
drop table system.tmprqdatastoreaccess;
drop table system.tmprqdatastore;
drop table system.tmprqdatastoreobject;
drop table system.tmprqdatastorerefdbobject;
drop table system.tmprqrefdbobject;
exit;
OHA YOOOO