How to fix the Oracle error RMAN-06954: REPAIR command must be preceded by ADVISE command in same session?
In this post, you’ll learn more about the Oracle ErrorRMAN-06954: REPAIR command must be preceded by ADVISE command in same session with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
RMAN-06954: REPAIR command must be preceded by ADVISE command in same session
Reason for the Error RMAN-06954: REPAIR command must be preceded by ADVISE command in same session
The ADVISE command was not issued in the same session as the REPAIR command.
How to fix the Error RMAN-06954: REPAIR command must be preceded by ADVISE command in same session ?
You can fix this error in Oracle by following the below steps
Submit ADVISE command and then submit the REPAIR command in same session.
Leave Your Comment