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.
What is the format of Oracle’s data ( .DBF ) files? I know that
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.