今天在重构数据库时(将表空间中的表.索引转移到其它表空间)时,发现有两个奇怪的对象SYS_EXPORT_FULL_01.SYS_EXPORT_FULL_02搜索了一下,发现这个可能是EXPDP导出异常时遗留下的对象,但是搜到的资料不多,不能确认其具体用途以及该表是否删除.后来同事在metalink搜索到How To Cleanup Orphaned DataPump Jobs In DBA_DATAPUMP_JOBS ? (文档 ID 336014.1)这篇文章.了解到这些表的相关详细信息. 如
Data Pump Export ATTACH Default: job currently in the user's schema, if there is only one Purpose(目的) Attaches the client session to an existing export job and automatically places you in the interactive-command interface. Export displays a descripti
1.查看视图dba_datapump_jobs SQL> set line 200 SQL> select job_name,state from dba_datapump_jobs; JOB_NAME STATE ------------------------------------------------------------ ------------------------------------------------------------ EXPDP4 EXECUTING SQ