Importing space into Confluence results in ORA-22993 error
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
要約
問題
When importing a space into Confluence, the import fails with an ORA-22993 error. The following appears in the UI:
Import failed. Check your server logs for more information. com.atlassian.confluence.importexport.ImportExportException: Unable to complete import: Error while importing backup: Could not create Oracle LOB; nested exception is java.io.IOException: ORA-22993: specified input amount is greater than actual source amount. 診断
環境
ORACLE
診断ステップ
Verify that the database is using a character set other than AL32UTF8 by running the following query on the database:
select * from v$nls_parameters where parameter like '%CHARACTERSET%';
原因
An ORA-22993 error occurs when the amount of data received is different from the amount that was indicated would be sent. This can be caused because of CLOB datatype in the table. Your database should be configured to use the same character encoding as Confluence. The recommended encoding is AL32UTF8 (the Oracle equivalent of Unicode UTF-8).
ソリューション
ソリューション
Change the target character set to AL32UTF8 OR recreate the target database with the AL32UTF8 character set.
この内容はお役に立ちましたか?