Database Error Messages

ORA-17538

DBMS_DNFS.CLONEDB_RENAMEFILE source or destination is NULL or has zero length

Cause

The string specified as input for the source or destination file name to the DBMS_DNFS.CLONEDB_RENAMEFILE procedure was either NULL or had zero length.


Action

Pass a non-empty input string for both source and destination file names.