【问题标题】:What is the limit on number of columns in Oracle 10G and Derby DatabasesOracle 10G 和 Derby 数据库中的列数限制是多少
【发布时间】:2010-03-26 02:43:45
【问题描述】:

直到最近,我还认为 Oracle DB 中的列数限制为 255。但结果限制为 1000。有人可以证实这一点吗?

我还试图找出 Derby DB 中的列数是否有类似的限制,尤其是嵌入式 derby java DB

【问题讨论】:

  • 我现在看到您没有为您提出的任何问题选择接受的答案。如果你能证明你得到了很好的答案,将会对其他人有所帮助。

标签: oracle derby


【解决方案1】:

这里是 Oracle 文档的链接:Logical Database Limits
摘录:

Per table                           1000 columns maximum
Per index (or clustered index)        32 columns maximum
Per bitmapped index                   30 columns maximum



这里是 Derby 文档的链接:A Derby Database
摘录:

columns per table   1,012

【讨论】:

猜你喜欢
  • 1970-01-01
  • 2011-04-10
  • 1970-01-01
  • 2011-03-05
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2011-01-29
  • 2015-12-19
相关资源
最近更新 更多