Flash recovery area and ORA-19804

Have you seen the Oracle error messages ORA-19804, ORA-19809 or ORA-19815 a lot of times? Then you are not alone, welcome!

The reason for this message is that your database have reached the logical, or in worst case physical limit of «flash_recovery_area» in the Oracle-lingo. This is a side effect from the configuration assistant creating the database dbca, this is because you may have followed the instructions for a DEFAULT installation, which sets the database parameter DB_RECOVERY_FILE_DEST_SIZE to 2 GB. Continue reading

Make life easier with rlwrap

One of my favourite program is rlwrap. This program could be used as a «wrapper» for other programs where I wish to use the arrows keys for easy editing of text in the same way you may have seen while using the command window in windows (cmd).

The program has already been compiled if working with Ubuntu Linux, all you need is to download the program from the net:

 
oracle@ubuntu: ~ $ sudo apt-get install rlwrap
...

Continue reading