Oracle® Database Backup and Recovery Reference 11g Release 1 (11.1) Part Number B28273-01 |
|
|
View PDF |
Purpose
Use the datafileSpec
subclause to specify a datafile by filename or absolute file number.
Syntax
datafileSpec::=
Semantics
Syntax Element | Description |
---|---|
' filename ' |
Specifies the datafile by using either the full path or a relative filename. If you specify a relative filename, then the filename is qualified in a port-specific manner by the target database. Note that you can use ? to represent the Oracle home and @ for the Oracle SID (see Example 3-14).
Double and single quotes are both legal (although only single quotes are shown in the diagram). See Also: "Quotes in RMAN Syntax" to learn about the difference between single and double quotes, as well as the behavior of environment variables in RMAN quoted strings |
integer |
Specifies the datafile by using its absolute file number (see Example 3-13). Obtain the file number from the V$DATAFILE , V$DATAFILE_COPY , or V$DATAFILE_HEADER views or REPORT SCHEMA command output. |
Examples