Skip to Main Content

Oracle Database Discussions

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!

How to check import status in Windows??

846626Mar 11 2011 — edited Mar 11 2011
Hi,

Import is running in my Wndows box.The log file is not updating from since long time. How to check the status of the import job??FYI its oracle 10g.

And i checked from databse that.

FYI
===
Select * from DBA_DATAPUMP_SESSIONS;

no rows selected.

select * from DBA_JOBS_RUNNING;

no rows selected


select username,machine,module,sid,state,event,seq#,seconds_in_wait from v$session where type<>'IMPORT' and username='AUTOTIME';

no rows selected



Plz let me know.
This post has been answered by 23ai on Mar 11 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 8 2011
Added on Mar 11 2011
3 comments
825 views