When log in to the database this error will show up sometimes.
This is because the db_recovery_file_dest disk space is full.
Free up some space by deleting old archives or expand the size of the db_recovery_file_dest by the below command.
ALTER SYSTEM SET db_recovery_file_dest_size=100G;
This is because the db_recovery_file_dest disk space is full.
Free up some space by deleting old archives or expand the size of the db_recovery_file_dest by the below command.
ALTER SYSTEM SET db_recovery_file_dest_size=100G;
Comments
Post a Comment