Arctera

In an off-host scenario, a clone operation may fail with an error message (3313572)

A clone operation may fail with the following error due to restricted process resource limits in effect for the root user.

ORA-00283: recovery session canceled due to errors
ORA-01110: data file 5: '/flash_snap/oracle/oradata/run/soe.dbf'
ORA-01157: cannot identify/lock data file 5 - see DBWR trace file
ORA-01110: data file 5: '/flash_snap/oracle/oradata/run/soe.dbf'

<!--NeedCopy-->

All off-host operations especially the clone operations are routed through the vxdbd daemon, which is currently unable to support the per-user process resource limits that are set for the non-root users. Thus, all operations that are routed through vxdbd, inherit the resource limits set for the root user. If these limits are restrictive, then the operation may fail.

Workaround: Set the resource limit for the root user to a maximum range such that it is close to the Oracle database’s requirement.

In an off-host scenario, a clone operation may fail with an error message (3313572)

In this article