Oracle 数据文件格式

发布于 2024-10-30 04:05:42 字数 72 浏览 3 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

辞别 2024-11-06 04:05:42

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文