2 Day DBA > Managing Database Storage > About the Database Storage ... > Datafiles and Tempfiles
Datafiles and Tempfiles |
Previous |
Next |
Datafiles are the operating system files that hold database data. The data is written to these files in an Oracle-proprietary format that cannot be read by programs other than an Oracle database. Tempfiles are a special class of datafiles that are associated only with temporary tablespaces. Temporary tablespaces provide workspaces to help process queries.