Database File Locations

Use this page to select the storage mechanism that you would like to use for your database files and specify where, and how you want to store the database files. Database files include the data files, control files, and log files associated with your database. The options available on this page are described in the following table:

Option Description
File System

Select File System to save and maintain your single-instance database files in a directory in your current file system. By default, Database Configuration Assistant (DBCA) saves the database files using the Optimal Flexible Architecture (OFA), whereby database files and administrative files, including initialization files, follow standard naming and placement practices.

You can modify these defaults later in the database configuration process by using the DBCA Database Storage page.

Cluster File System

For Oracle Real Application Clusters (Oracle RAC), this option replaces the File System option.

A cluster file system allows a number of nodes in a cluster to concurrently access a given file system. Every node sees the same files and data. This allows for easy management of data that needs to be shared across nodes.

If you platform supports a cluster file system, then you can use it to store your Real Application Cluster data files and controlfiles. See your platform-specific documentation for more information about cluster file sytem support. Information about Oracle Cluster File Systems is available on the Oracle Technology Network (OTN).

For example, a set of frequently asked questions about Oracle Cluster File Systems for Linux is available at:

http://otn.oracle.com/tech/linux/htdocs/ocfs_faq_031103.html

For more general information about storage options for Real Application Clusters, see Real Application Clusters Installation and Configuration.

Automatic Storage Management (ASM)

ASM is an Oracle Database feature that simplifies the administration of database files. Instead of managing many database files, you manage only a small number of disk groups.

A disk group is a set of disk devices that ASM manages as a single, logical unit. You can define a particular disk group as the default disk group for a database and Oracle automatically allocates storage for and creates or deletes the files associated with the database object. When administering the database, you need only refer to database objects by name rather than by file name.

Use USMCA to configure ASM.

For more information about the benefits and administration of Automatic Storage Management (ASM), see the Oracle Database Storage Administrator's Guide.

Tip: After you set up an ASM instance with USMCA, you can use Oracle Enterprise Manager to manage your ASM instance. For more information, see the Oracle Enterprise Manager online help.

Use Datafile Locations from Template Select this option to use the predefined location in the database template that you selected for this database. Even after selecting this option, you will be able to override these defaults, and make modifications to the database file names and locations on the Storage page, which is available later in the Database Configuration Assistant.
Use Common Location for All Files Select this option to specify a new common area for all your database files. Even if you select this option and provide a new location, you can review and make modifications to the database file names and locations on the Storage page, which is available later in the Database Configuration Assistant.
Use Oracle-Managed Files

Select this option to simplify the administration of your Oracle database. Oracle-Managed Files eliminate the need for you, the DBA, to directly manage the operating system files comprising an Oracle database. You specify operations in terms of database objects rather than filenames. Oracle internally uses standard file system interfaces to create and delete files as needed for tablespaces, redo log files, and control files.

Instead, you provide only the path to the Database Area, which serves as the root directory where the database stores its database files.

When you select this option, you can also multiplex the redo logs and control files. Click Multiplex Redo Logs and Control Files to identify multiple locations where duplicate copies of the files can be stored. Multiplexing provides greater fault-tolerance for the redo log and control file, if one of the destinations fails.

Unlike the other options on this page, when you select this option, you cannot make modifications to the database files names on the Storage page, which is available later in the Database Configuration Assistant.

For more information about Oracle-Managed Files, see the chapter "Using Oracle-Managed Files" in the Oracle Database Administrator's Guide.