You can use a fully qualified form for referencing existing Oracle ASM files in Oracle ASM operations, except for disk group creation. This form is the Oracle ASM file name that Oracle ASM automatically generates when an Oracle ASM file is created.
A fully qualified file name has the following form:
+
diskgroup/dbname/filetype/filetypetag.file.incarnation
Where:
+
diskgroup
is the disk group name preceded by a plus sign.
You can think of the plus sign (+
) as the root directory of the Oracle ASM file system, similar to the slash (/
) on UNIX or Linux computers.
dbname
is the DB_UNIQUE_NAME
of the database to which the file belongs.
filetype
is the Oracle file type and can be one of the file types shown in Table 5-3.
filetypetag
is type-specific information about the file and can be one of the tags shown in Table 5-3.
file.incarnation
is the file/incarnation pair, used to ensure uniqueness.
An example of a fully qualified Oracle ASM file name is:
+data/orcl/controlfile/Current.256.541956473
Table 5-3 Oracle file types and Oracle ASM file type tags
Oracle ASM File Type | Description | Oracle ASM File Type Tag | Comments |
---|---|---|---|
|
Control files and backup control files |
Current Backup |
Archive Backup |
|
Data files and data file copies |
|
Name of the tablespace into which the file is added |
|
Online logs |
|
|
|
Archive logs |
|
|
|
Tempfiles |
|
Name of the tablespace into which the file is added |
|
Data file and archive log backup pieces; data file incremental backup pieces |
|
|
|
Persistent parameter files |
|
Name of the SPFILE |
|
Data Guard configuration file |
|
Data Guard uses the value of the |
|
Flashback logs |
|
|
|
Block change tracking data |
|
Used during incremental backups |
|
Data Pump dumpset |
|
Dump set files encode the user name, the job number that created the dump set, and the file number as part of the tag. |
|
Data file convert |
|
Name of the tablespace where the Oracle ASM metadata is added |
|
Automatic backup files |
|
|
|
Oracle ASM persistent parameter files |
|
Name of the Oracle ASM SPFILE |
|
Oracle Clusterware Registry files |
|
Name of the OCR files |