-3

私はOracleDBを使用しています。基本的な疑問があります。列コメントVARCHAR2(2000 BYTE)を含むテーブルを作成しました。2500バイトの値を挿入しようとするとどうなりますか?どうにか

1. It will throw an exception(please give me exception details).
2. It will truncate the 500 bytes data. and insert only first 2000 bytes.
3. Internally it will increases it size and insert entire data.

案内してください。

4

1 に答える 1

1
  1. ORA-12899:値が列に対して大きすぎます。
于 2012-10-30T14:57:12.053 に答える