タイトル: SQL3100W Column number "n" (identified as "column_name") in the output DEL format file is longer than 254 bytes.
SEOタイトル: 【DB2エラー】SQL3100W Column number "n" (identified as "column_name") in the output DEL format file is longer than 254 bytes.
エラー内容
|
SQL3100W Column number "n" (identified as "column_name") in the output DEL format file is longer than 254 bytes. |
発生条件/原因/対処法
db2でCSVエクスポート時に発生する警告。
エクスポート対象のテーブルに254bytesをオーバーするカラムが含まれている場合に発生する。
エクスポート内容は切り捨てられておらず、あくまでも他製品に254bytes以上のデータをインポートする際にうまくいかないことがあるよ、という警告である。