ORA-31623错误的含义为:“a job is not attached to this session via the specified handle”,即“试图通过指定的句柄在会话中操作数据库作业时,找不到与该句柄相关联的作业”。简而言之,就是试图操作一个不存在的或已失效的数据库作业。 二、可能导致ORA-31623错误的原因 错误的作业句柄:提供的作业句柄可能不...
31623, 00000, "a job is not attached to this session via the specified handle" // *Cause: An attempt to reference a job using a handle which is invalid or // no longer valid for the current session. // *Action: Select a handle corresponding to a valid active job or start a // n...
ORA-31623: a job is not attached to this session via the specified handle ORA-06512: at “SYS.DBMS_DATAPUMP”, line 3905 ORA-06512: at “SYS.DBMS_DATAPUMP”, line 5203 ORA-06512: at line 1 ERROR IN ALERT LOG: Errors in file /u01/app/oracle/diag/rdbms/TEST/TEST/trace/TEST_ora_1...
export_dump ( dump_name_in, overwrite_existing_in, handle_out, err_num, err_msg ); 16 COMMIT; 17 END; 18 / DECLARE * ERROR at line 1: ORA-31623: a job is not attached to this session via the specified handle ORA-06512: at "GOEX_ADMIN.FNO_SYS_DATAPUMP_PKG", line 709 ORA-...
在使用Oracel Datapump API时碰到ORA-31623(a job is not attached to this session via the specified handle)错误,从故障描述来 看提示 job并没有成功附加到当前session指定的handle。该package的导入导出一直正常运行究竟是什么原因导致的呢?我们拭目以待... 1、故障...
ORA-31623: a job is not attached to this session via the specified handleORA-06512: at "SYS.DBMS_DATAPUMP", line 3263ORA-06512: at "SYS.DBMS_DATAPUMP", line 4488ORA-06512: at line 1 -- or: --UDI-31623: operation generated ORACLE error 31623ORA-31623: a job is not attached to ...
简介:在使用Oracel Datapump API时碰到ORA-31623(a job is not attached to this session via the specified handle)错误,从故障描述来看提示 job并没有成功附加到当前session指定的handle。 在使用Oracel Datapump API时碰到ORA-31623(a job is not attached to this session via the specified handle)错误,从故障...
在使用OracelDatapumpAPI时碰到ORA-31623(ajobisnotattachedtothissessionviathespecifiedhandle)错误,从故障描述来 看提示job并没有成功附加到当前session指定的handle。该package的导入导出一直正常运行究竟是什么原因导致的呢?我们拭目 以待... 1、故障环境 SQL>...
UDE-31623:operationgeneratedORACLEerror31623ORA-31623:ajobisnotattachedtothissessionviathespecifiedhandleORA-06512:at"SYS.DBMS_DATAPUMP",line3905ORA-06512:at"SYS.DBMS_DATAPUMP",line5203ORA-06512:atline1 AI代码助手复制代码 2.新参数logtime使用导致报错 ...
ORA-31623: a job is not attached to this session via the specified handle ORA-06512: at "SYS.DBMS_DATAPUMP", line 3326 ORA-06512: at "SYS.DBMS_DATAPUMP", line 4551 ORA-06512: at line 1 开始以为是版本的问题,因为源端是10g的库,而目标端是11g的库,但其实只有在exp方式导出的时候可能需要考...