| General Information |
| Purpose |
Renames files in the dNFS test database |
| Source |
{ORACLE_HOME}/rdbms/admin/dbmsdnfs.sql |
| First Available |
11.2.0.2 |
| Data Types |
TYPE varchar2_table IS TABLE OF VARCHAR2(4000) INDEX BY BINARY_INTEGER; |
| Dependencies |
None |
| Security Model |
Execute is granted to the DBA role |
| |
| CLONEDB_RENAMEFILE |
| Renames files in the dNFS test database to the new name. The new file points to the original file for reads. |
dbms_dnfs.clondb_renamefile(srcfile IN VARCHAR2, destfile IN VARCHAR2); |
| TBD |