Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Exp parameters

clliranJul 25 2011 — edited Jul 25 2011
Hi all,
I need to implement exp\imp utility. Before i used expdp and there were no problems. Such as:
1. i have to know start and end time for exp\imp
2. I use 2 files, first for run exp(script)

#!/usr/bin/sh
export ORACLE_HOME=%path%
export NLS_LANG=AMERICAN_CIS.AL32UTF8
$ORACLE_HOME/bin/exp parfile = exp_full_t.par
and in second one is parametr file for exp.
For expdp i used one .sh file where i could show files name, all parameters and could zip, tar and delete files. With exp i have problems. How can i show all parameters, such as BUFFER, RECORDLENGTH, grants and etc in one .sh (script) file? Generate unique dump and log files' name?

regards and thanks,
rustam
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 22 2011
Added on Jul 25 2011
1 comment
440 views