×
Sign up

Tech Tip: Datapump Import Status

January 7, 2020

 

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_msg

from

dba_resumable;