How to check import status in Windows??
846626Mar 11 2011 — edited Mar 11 2011Hi,
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.