All technological notes.
The files that comprise an Oracle database are as follows:
Control files:
control file that contains data about the database itself (that is, physical database structure information).A control file is a small binary file that records the physical structure of the database and includes:
Data files: .dbf
tbspace cannot exist without data file
Online redo log files:
The following additional files are used during the operation of the database:
Initialization parameter file:
Password file:
SYSDBA, SYSOPER, SYSBACKUP, SYSDG, SYSKM, and SYSASM roles to connect remotely to the instance and perform administrative tasksBackup files:
Oracle Managed Files (OMF)
The database internally uses standard file system interfaces to create and delete files as needed for the following database structures:
A database can have a mixture of Oracle-managed and Oracle-unmanaged files.
In Oracle Database Cloud Service, OMF is enabled by default