MINI MINI MANI MO
Usage:
perl ore_srcexport.pl <connect-identifier> <migration-dir> <zipfile>
Example:
perl -I$ORACLE_HOME/R/migration/perl $ORACLE_HOME/bin/ore_srcexport.pl inst1_local /tmp/exp my.zip
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
What does this script do?
==========================
This script copies ore-related schema metadata.
It specifically copies
a) all metadata and data from rqsys schema
b) all metadata and data from any schema that has a ORE datastoreinventory table
c) data from sys.rq$script and privilege metadata from sys.rq$scriptAccess
The dmp files will be created in RQMIG_TEST_DIR directory (db object).
The location is specified by <migration-dir> argument
The output is a zip file with the .dmp files and generated scripts
Assumptions:
============
ORE installation is complete on the target database and the ORE version should
be the same as the source database.
sys schema is setup on the target database
OHA YOOOO