4.197 DBA_DATAPUMP_SESSIONS
DBA_DATAPUMP_SESSIONS identifies the user sessions that are attached to a Data Pump job. The information in this view is useful for determining why a stopped Data Pump operation has not gone away.
               
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | User that initiated the job | 
| 
 | 
 | 
 | User-supplied name for the job (or the default name generated by the server) | 
| 
 | 
 | 
 | Instance ID | 
| 
 | 
 | 
 | Address of the session attached to the job. Can be used with  | 
| 
 | 
 | 
 | Data Pump session type: 
 | 
See Also:
Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_DATAPUMP package