ORA-19815 [message #428134] |
Tue, 27 October 2009 05:55 |
gir_sat
Messages: 64 Registered: October 2008 Location: Mumbai
|
Member |
|
|
Hi,
Errors in file /oddump/bdump/prod_arc1_16136.trc:
ORA-19815: WARNING: db_recovery_file_dest_size of 644245094400 bytes is 100.00% used, and has 0 remaining bytes available
I am not using RMAN utillity and not have rman schema also.
Can anybody tell how to approach for it.
Thanks
|
|
|
Re: ORA-19815 [message #428137 is a reply to message #428134] |
Tue, 27 October 2009 06:03 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
Then that would leave you with option 1)
oracle ~ $ oerr ORA 19815
19815, 00000, "WARNING: %s of %s bytes is %s%% used, and has %s remaining bytes available."
// *Cause: DB_RECOVERY_FILE_DEST is running out of disk space.
// *Action: One of the following:
// 1. Add disk space and increase DB_RECOVERY_FILE_DEST_SIZE.
// 2. Backup files to tertiary device using RMAN.
// 3. Consider changing RMAN retention policy.
// 4. Consider changing RMAN archivelog deletion policy.
// 5. Delete files from recovery area using RMAN.
oracle ~ $
But you should have a look first what it is that is filling up the disk.
|
|
|
|
|
|
|
Re: ORA-19815 [message #428979 is a reply to message #428134] |
Sat, 31 October 2009 06:39 |
gir_sat
Messages: 64 Registered: October 2008 Location: Mumbai
|
Member |
|
|
Hi,
I ran as:
sh rman
and able to login in the RMAN prompt.
Then i crosscheck archivelog all;
list expired archivelog all;
delete expired archivelog all;
Now not able to get that errors.
Thanks all of you for giving yours feedback.
Thanks once again
|
|
|