How to fix the Oracle error ORA-19723: Cannot recreate plugged in read-only datafile string?
In this post, you’ll learn more about the Oracle ErrorORA-19723: Cannot recreate plugged in read-only datafile string with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-19723: Cannot recreate plugged in read-only datafile string
Reason for the Error ORA-19723: Cannot recreate plugged in read-only datafile string
The datafile is plugged in read only. It can not recreated.
How to fix the Error ORA-19723: Cannot recreate plugged in read-only datafile string ?
You can fix this error in Oracle by following the below steps
Use ALTER DATABASE RENAME FILE command instead.
Leave Your Comment