Oracle 中物理表的最大大小是多少?
Oracle中单个表中可以存储的最大数据总量是否有限制?
我认为不应该存在,因为表无论如何都存储为一组行,并且行也可以链接。这样的限制存在吗?
Is there some limit on the maximum total amount of data that can be stored in a single table in Oracle?
I think there shouldn't be because tables are anyways stored as a set of rows and rows can be chained as well. Does such a limit exist?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅物理数据库限制和逻辑数据库限制文档。
See Physical Database Limits and Logical Database Limits documentation.