MINI MINI MANI MO

Path : /opt/oracle/product/18c/dbhomeXE/R/migration/exp/
File Upload :
Current File : //opt/oracle/product/18c/dbhomeXE/R/migration/exp/cleanup.sql

Rem
Rem $Header: oracler/migration/exp/cleanup.sql /main/2 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/03/15 - drop scriptAccess
Rem    gayyappa    12/11/13 - Created
Rem
Rem    BEGIN SQL_FILE_METADATA 
Rem    SQL_SOURCE_FILE: oracler/migration/exp/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
Rem
Rem
Rem    need to run this as system or sysdba

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 procedure rqgenDumpOREUser;
drop table system.tmprqscriptAccess;
drop table system.tmprqscript;
exit;


OHA YOOOO