Every database has a control file, which contains entries that describe the structure of the database (such as its name, the timestamp of its creation, and the names and locations of its data files and redo files). The CONTROL_FILES initialization parameter specifies one or more names of control files, separated by commas.
kubernetes training courses malaysia
- Set the
CONTROL_FILESinitialization parameter.
When you execute the CREATE DATABASE statement, the control files listed in the CONTROL_FILES parameter are created.
juniper networks training courses malaysia
If you do not include CONTROL_FILES in the initialization parameter file, then Oracle Database creates a control file in the same directory as the initialization parameter file, using a default operating system–dependent file name. If you have enabled Oracle Managed Files, the database creates Oracle managed control files.
jboss training courses malaysia
If you want the database to create new operating system files when creating database control files, the file names listed in the CONTROL_FILES parameter must not match any file names that currently exist on your system. If you want the database to reuse or overwrite existing files when creating database control files, ensure that the file names listed in the CONTROL_FILES parameter match the file names that are to be reused, and include a CONTROLFILE REUSE clause in the CREATE DATABASE statement.
Oracle strongly recommends you use at least two control files stored on separate physical disk drives for each database.
jboss enterprise application platform training courses malaysia
Leave a Reply