Monitor progress of data pump network import?
I'm on Oracle 10.2.0.4 (SunOS) and performing a data pump network import of a list of tables under a schema.
I see the following views are available for monitoring data pump jobs:
DBA_DATAPUMP_JOBS - a list and state of data pump jobs currently running
DBA_DATAPUMP_SESSIONS - list of user sessions attached to each data pump job (can be joined to v$session)
DBA_RESUMABLE - view the running import job and its status
V$SESSION_LONGOPS - can see total import size and elapsed time for data pump jobs if they run long enough
What other options are available for monitoring the progress of network imports?
Also, is there a way to see which table is currently being processed during a network import of multiple tables?