Tech Tip: Datapump Import Status

1 min read
  • Tech Tips

To view the status of your datapump import, use dba_resumable view, column status will show if the status is normal or not.Select user_id, session_id, status, start_time, suspend_time, sql_text, error_msgfromdba_resumable;