MINI MINI MANI MO

Path : /opt/oracle/product/18c/dbhomeXE/R/migration/oreuser/exp/
File Upload :
Current File : //opt/oracle/product/18c/dbhomeXE/R/migration/oreuser/exp/README

Usage:
perl ore_dsiexport.pl <connect-identifier> <migration-dir> <zipfile> <schema-name>

Example:
perl  -I$ORACLE_HOME/R/migration/perl $ORACLE_HOME/bin/ore_dsiexport.pl inst1_local /tmp/userdsi userdsi.zip RQUSER

Arguments:
============
connect-identifier: connection string to be used for connecting to the db
migration-dir: temporary working directory for storing .dmp files 
                 (dump files from export) and generated scripts
zipfile: name of the output zip file. This file will contain the .dmp files
nameofSchema: schema to be migrated

What does this script do?
==========================
this script will
a) copy schema metadata
b) copy all datastore related metadata for "nameOfSchema" schema 
The dmp files will be created in RQMIG_TEST_DIR directory (db object). 
The location is specified by <migration-dir> argument
c) Create a zip file with the .dmp files and generated scripts

Assumptions:
============
ORE installation is complete on target db
sys schema is setup on target db
rqsys schema is setup on target db

OHA YOOOO