The DBMS_DNFS
package provides an interface to assists in creating a database using files in the backup set.
See Also:
Oracle Database Administrator's GuideThis chapter contains the following topics:
Security Model
Table 61-1 DBMS_DNFS Package Subprograms
Subprogram | Description |
---|---|
Renames datafiles that were pointing to the backup set to the actual file name in cloned database. |
This procedure is used to rename datafiles that were pointing to the backup set to the actual file name in cloned database. The srcfile
is the file name that represents the data file in the backup image copy or a read-only storage snapshot. The destfile
destination file path must point to a NFS volume where cloneDB datafiles will be created. When the procedure is run successfully, the control file record is updated with the new datafile name.