Exp parameters
clliranJul 25 2011 — edited Jul 25 2011Hi 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