Monday, May 6, 2013

ORA-19804: cannot reclaim 4856233472 bytes disk space from 4294967296 limit

Problem:
ORA-19804: cannot reclaim 4856233472 bytes disk space from 4294967296 limit

Solution:
sqlplus /nolog
SQL> connect / as sydba
SQL> show parameters db_recovery_file_dest
SQL> alter system set db_recovery_file_dest_size = 10G scope=BOTH;

System altered.
 

No comments:

Post a Comment