I exported my database using Expdp with parameters directory,dumpfile,username/pwd,full and job_name and it succeded.When i tried to findout the jobnames in the database it resulted as no rows selected.
Is this jobname differs from the jobname which i gave while Expdp?
I exported my database using Expdp with parameters directory,dumpfile,username/pwd,full and job_name and it succeded.
dba / user_datapump_jobs dictionary views only identifies all the active data pump jobs in the database. As your job is already succeded they won't display any rows.
Thanks,
Vijay Tummala
Try hard to get what you like OR you will be forced to like what you get.
dba / user_datapump_jobs dictionary views only identifies all the active data pump jobs in the database. As your job is already succeded they won't display any rows.
Bookmarks