0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

SQL Server Migration Assistant for Oracle による Oracle Database から Azure SQL Database への移行検証~Oracle データ型編~

Last updated at Posted at 2023-04-09

概要

本記事の位置付けについて

Oracle Database から Azure SQL Database へ SQL Server Migration Assistant for Oracle (SSMA)によるプログラム移行検証結果の一部である。次の記事にて個別機能別記事へのリンクを整理している。

Oracle データ型について

Oracle Database ドキュメントにて、次のように記載されている。

固定された一連のプロパティ

引用元:データ型 (oracle.com)

参考リンク

Azure SQL Database への移行

SSMA による変換

SSMA による Oracle Database のデータ型と 変換後のデータ型のマッピングが、次のドキュメントに記載されている。

移行方針

規定のデータ型マッピングにおける次表の項目の変更を検討を推奨。

# Oracle Database のデータ型 変換後のデータ型
1 VARCHAR2 varchar(8000)
2 NVARCHAR2 nvarchar(4000)
3 NUMBER numeric (28,15)

Oracle Database の Spatial 型の移行を行う際には、手動で変換する必要がある。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?