Monday, July 28, 2014

ORA-19809 ERROR CHANGE DB_RECOVERY_FILE_DEST_SIZE

SQL> show parameter db_recovery



SQL > alter system set db_recovery_file_dest_size=15G scope=both;


ORA-19809 : limit exceeded for recovery  due to  lack of space 




No comments:

Post a Comment

How to install package gTTS in python ?

  anurag@Anurags-MacBook-Air ~ % python3 -m pip show gTTS WARNING: Package(s) not found: gTTS anurag@Anurags-MacBook-Air ~ %   anurag@Anurag...