How to fix the Oracle error RMAN-06401: database is already started?
In this post, you’ll learn more about the Oracle ErrorRMAN-06401: database is already started with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
RMAN-06401: database is already started
Reason for the Error RMAN-06401: database is already started
A STARTUP command without the FORCE option was issued, but the target database is already started.
How to fix the Error RMAN-06401: database is already started ?
You can fix this error in Oracle by following the below steps
Use the FORCE option if you want to restart the database.
Leave Your Comment