12.2:dbupgrade がSELECT TO_NUMBER('MUST_BE_12_2_0_1') FROM v$instance ORA-01722: 数値が無効です で失敗する
(Doc ID 2276651.1)
Last updated on DECEMBER 17, 2019
適用範囲:
Oracle Database - Enterprise Edition - バージョン 12.2.0.1 以降Oracle Database Cloud Schema Service - バージョン N/A 以降
Oracle Database Exadata Cloud Machine - バージョン N/A 以降
Oracle Database Exadata Express Cloud Service - バージョン N/A 以降
Oracle Cloud Infrastructure - Database Service - バージョン N/A 以降
Microsoft Windows x64 (64-bit)
本文書は英語の文書 <Document 2246737.1> (最終メジャー更新日: 2017年03月23日) の日本語翻訳版です。
英語の文書の最終メジャー更新日が新しい場合は本文書に適宜反映いたします。
現象
アップグレード前ユーティリティの実行およびその他の検証が完了した後、データベース・アップグレード・ユーティリティの実行が次のエラーで失敗しました 。
1:50:16 DOC>######################################################################
11:50:16 DOC>######################################################################
11:50:16 DOC> The following statement will cause an "ORA-01722: invalid number"
11:50:16 DOC> error if the database server version is not correct for this script.
11:50:16 DOC> Perform "ALTER SYSTEM CHECKPOINT" prior to "SHUTDOWN ABORT", and use
11:50:16 DOC> a different script or a different server.
11:50:16 DOC>######################################################################
11:50:16 DOC>######################################################################
11:50:16 DOC>#
11:50:16 SQL>
11:50:16 SQL> SELECT TO_NUMBER('MUST_BE_12_2_0_1') FROM v$instance
11:50:16 2 WHERE substr(version,1,8) != '12.2.0.1';
SELECT TO_NUMBER('MUST_BE_12_2_0_1') FROM v$instance <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
*
ERROR at line 1:
ORA-01722: invalid number <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Advanced Analytics
and Real Application Testing options
変更点
原因
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
本書の内容
現象 |
変更点 |
原因 |
解決策 |
参照情報 |