-3

我正在使用 oracle 数据库。我有一些基本的疑问,我创建了一个带有列注释 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 回答