How to fix the Oracle error RMAN-06493: only UNTIL TIME clause is allowed when performing a restore from AUTOBACKUP, found: string?
In this post, you’ll learn more about the Oracle ErrorRMAN-06493: only UNTIL TIME clause is allowed when performing a restore from AUTOBACKUP, found: string with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
RMAN-06493: only UNTIL TIME clause is allowed when performing a restore from AUTOBACKUP, found: string
Reason for the Error RMAN-06493: only UNTIL TIME clause is allowed when performing a restore from AUTOBACKUP, found: string
For restoring a control file AUTOBACKUP only SET UNTIL TIME can be used. It is not possible to translate the others to a precise day.
How to fix the Error RMAN-06493: only UNTIL TIME clause is allowed when performing a restore from AUTOBACKUP, found: string ?
You can fix this error in Oracle by following the below steps
Specify SET UNTIL TIME to indicate the day to start the restore of a control file AUTOBACKUP.
Leave Your Comment