亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

Oracle數據庫exp導出數據時出現以下錯誤,怎么解決?

Oracle數據庫exp導出數據時出現以下錯誤,怎么解決?

不思jo 2018-07-01 18:32:05
出錯的表包含clob字段,但是其它有clob字段的表也有導出成功的
查看完整描述

1 回答

?
漂流風車

TA貢獻70條經驗 獲得超21個贊

Problem Explanation:??
====================??
This can be caused by running the script 'catnoqueue.sql' without first dropping all the queue tables in the database.??
??
Solution Explanation??
====================??
The script 'catnoqueue.sql' has been run which drops the tables DEF$AQCALL and DEF$AQERROR. The corresponding rows in SYS.EXPACT$ are not dropped. Prior to running 'catnoqueue.sql', check for and drop any existing queue tables. To ascertain the existence of any queue tables, from SQL*Plus issue the following command to list all queue tables:??
??
SELECT * FROM dba_queue_tables??
??
To drop the queue tables, from SQL*Plus issue the following command: execute dbms_aqadm.drop_queue_table('<queue table name>')??
??
Solution Description:??
=====================??
If 'catnoqueue.sql' has already been run, then you need to delete from SYS.EXPACT$ rows for non-existent queue tables. The following steps will allow a full export to run successfully:??
??
All rows from the SYS.EXPACT$ table for the function package DBMS_AQ_IMPORT_INTERNAL need to be deleted.??
??
1. Login into Server Manager as INTERNAL or SYS; or, login into SQL*Plus as SYS??
??
2. Enter the following SQL command:??
??
DELETE FROM SYS.EXPACT$??
WHERE FUNC_PACKAGE = 'DBMS_AQ_IMPORT_INTERNAL';??
??
After the statement issue a 'commit' so the statement can take effect.??
??
3. Exit Server Manager or SQL*Plus.??
4. Now you should be able to do a full database export.

查看完整回答
反對 回復 2018-07-03
  • 1 回答
  • 0 關注
  • 1487 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號