Oracle 数据文件格式
Oracle 数据 (.DBF
) 文件的格式是什么?我知道它可能没有官方的、公开的规范,但我仍然很好奇。
What is the format of Oracle's data (.DBF
) files? I know that it probably doesn't have an official, publicly-available specification, but I was curious none-the-less.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Tom Kyte 的《专家 Oracle 数据库架构:Oracle 数据库 9i、10g 和 11g 编程技术和解决方案》一书包含大量有关 Oracle 如何存储数据(从文件到记录)的信息。他解释了文件、页面、记录、分区、范围、表、索引等的所有概念。
它并不完全包含文件布局的描述。但这些概念对于理解 Oracle 的存储组织至关重要。它可能是有关 Oracle 内部运作的最全面的公共文档。
Tom Kyte's book Expert Oracle Database Architecture: Oracle Database 9i, 10g, and 11g Programming Techniques and Solutions contains a lot of information about how Oracle stores its data (from files to records). He explains all the concepts of files, pages, records, partitions, extents, tables, indices etc.
It doesn't exactly contain a description of the file layout. But these concepts are essential for understanding Oracle's storage organization. And it might be the most comprehensiv public documentation about the inner workings of Oracle.