oracle 表中允许的最大列数是多少?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/14722883/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What is the maximum number of columns allowed in a table?
提问by Satheesh
What is the maximum number of columns allowed in an Oracletable, in the following versions?
在以下版本中,Oracle表中允许的最大列数是多少?
- Oracle 8i
- Oracle 9i
- Oracle 10g
- Oracle 11g
- Oracle 12c
- 甲骨文 8i
- 甲骨文 9i
- 甲骨文 10g
- 甲骨文 11g
- 甲骨文 12c
回答by Danny Beckett
回答by mohamed sabri
for Oracle 11g :
对于 Oracle 11g:
1000 Columns per table
每个表 1000 列
32 columns per index
每个索引 32 列
Logical Database Limits:
逻辑数据库限制:
https://docs.oracle.com/cd/B28359_01/server.111/b28320/limits003.htm#i288032
https://docs.oracle.com/cd/B28359_01/server.111/b28320/limits003.htm#i288032