Oracle ASM supports most file types required by the database. Table 5-1 lists file types that are supported directly by Oracle ASM and lists the system default template that provides the attributes for file creation. Some file types shown in the table are related to specific products or features, and are not discussed in this book.
Table 5-1 File types supported by Oracle ASM
File Type | Default Templates |
---|---|
Archive log files |
|
Oracle ASM Persistent initialization parameter file (SPFILE) |
|
Oracle ASM Persistent initialization parameter file (SPFILE) backup |
|
Audit spill files |
|
Automatically generated control file backup |
|
Auto-login software keystore |
|
Archive log backup piece |
|
Data file backup pieces |
|
Data file incremental backup pieces |
|
Change tracking file |
|
Control files |
|
Data file copy |
|
Data files |
|
Data Guard configuration file |
|
Data Pump dumpset |
|
Flashback logs |
|
Flash file |
|
Cross-platform transportable data files incremental backup |
|
Software keystore |
|
Oracle Cluster Registry file |
|
Redo log files |
|
Persistent initialization parameter file (SPFILE) |
|
Temporary files |
|
Voting files |
|
Cross-platform transportable data files |
|
Cross-platform transportable data files backup |
|
Oracle ASM Dynamic Volume Manager volumes |
n/a |
Oracle ASM cannot directly support some administrative file types on disk groups. These include trace files, audit files, alert logs, export files, tar files, and core files.
Oracle Automatic Storage Management Cluster File System (Oracle ACFS) and Oracle ASM Dynamic Volume Manager (Oracle ADVM) extend Oracle ASM support to include database and application executables, database data files, database trace files, database alert logs, application reports, BFILEs, and configuration files. Other supported files are video, audio, text, images, engineering drawings, and other general-purpose application file data. See Introducing Oracle ACFS and Oracle ADVM .
For a description of the system default templates, refer to "Managing Disk Group Templates". For an example of the output of the V$ASM_TEMPLATE
view, refer to Example 6-10. For an example of the output of the ASMCMD lstmpl
command, refer to "lstmpl".