Search
Navigation
Recent blog posts
- Oracle IN Condition and Multi Column Subqueries
- SQL For Dinosaurs
- Quickie script to run dbv on your database...
- Permissions for Autotrace
- Accuracy of PROFILER.SQL from Metalink Doc: 243755.1
- Recording Oracle System Stats for historical analysis...
- Shell Script to Run a SQLPLUS against all databases running on a server...
- Viewing command line args with Solaris ps utility...
- Orion IO Test Tool
- Documented Hints available in 11.2...
Books
User login
rman
RMAN to /dev/null?
dmann — Tue, 08/11/2009 - 11:46
On Oracle-L there was a recent discussion about detecting block corruption.
One suggestion was to do an Export to /dev/null. While this may get you 95% of the way there it is mainly relying on side effects of data access to detect any issues. If blocks are cached then it might not root out physical corruption. Read more »
More stupid RMAN tricks: ORA-01843 From RMAN
dmann — Mon, 06/09/2008 - 13:40
So I've got a backup script that runs a BACKUP DATABASE followed by a BACKUP ARCHIVELOG command. The BACKUP ARCHIVELOG FROM TIME command runs to collect all the archived logs created since the beginning of the Level 0. Read more »
Stupid RMAN tricks...
dmann — Wed, 11/14/2007 - 18:03
So I've mentioned before about the replication product that we use that is based on Archived Redo Logs. Well sometimes the replication process abends before the RMAN backup. Since there is no communication between the two processes, RMAN happily removes archived logs that the replication process might need the next time it starts up.
Because of this we usually like to keep a few hours worth of archived logs hanging around.
Does this suck up disk space? Yes.
Is it worth it sacrifice some disk space in order to save us some DBA time? Absolutely. Read more »
Oracle9i Database: Advanced Backup and Recovery Using RMAN
dmann — Thu, 07/20/2006 - 15:01
So I took my first hands-on class from Oracle this month.
I'm usually of the 'sit down with a book and computer' camp when I need to learn something new, but where I work we needed RMAN proficiency quickly. I thought it might be better to get out of the office for a few days and buckle down on the topic. Read more »