Dear Experts ,
$ cat exp1.par ------> parfile
schemas=scott
dumpfile=dpdir:scott.dmp
logfile=scott.log
job_name=scott_exp
After execution of expdp job, .log file is not created.
[oracle@rac-p111 ~]$ nohup expdp "'/as sysdba'" parfile=exp1.par &
[1] 8024
[oracle@rac-p111 ~]$ nohup: ignoring input and appending output to `nohup.out'
I have checked udump too, there is no log file.
if i do not specify logfile=dpdir:scott.log , cant i get logfile ?
When i use nohup option, i want to track .log file too
DB : 11203