...
Code Block |
---|
sql my_dba@instance dp export -directory dmpdir -dumpfile ###-transfer.dmpdp -logfileschemas transfer 400-transfer-export.log-filesize 15gb |
After completing the above export from the selected test instance, complete these commands at the production instance (LIMSHQ).
Code Block |
---|
sql my_dba@limshq call transfer.util_cleanout_transfer_new_tables(); dp import -directory dmpdir -dumpfile ###-transfer.dmpdp -schemas transfer -filesize 15gbnameexpr table="like 'NEW__%'" -includemetadata false -includerows true |
chk_tablespace_free.ksh
Review the space available in LABWARE, LABWAREIDX.
...