OCM 11g Preparation - Manage Materialized Views to improve rewrite and refresh performance

Materialized views are, along with indexes, the most important thing in a DB to improve performance of complex joins in tables that are not updated so frequently. Having a good knowledge of it is very important, so, finish this topic only when you understand very well it's usage. Most important thing here, as the topic says …

Continue reading

OCM 11g Preparation - Perform various recovery operations using Flashback technology

This topic is big. Oracle has a lot of flashback technologies and the world "various" here means "all". We have flashback table / transaction / database, and each of those has a lot of features. If your brain is not capable of memorizing all those syntax, do like me: understand very well the concepts, practice all …

Continue reading

OCM 11g Preparation - Configure a Fast Recovery Area

Fast Recovery Area (the old Flash Recovery Area) is where you keep by default your local backups, archives, flashback logs, restore points, one redo member and so on. Configuring it is pretty simple. All you need is to understand and set up the following parameters: db_recovery_area_dest db_recovery_area_dest_size Path to Documentation: Backup and Recovery User's Guide -> 5 …

Continue reading

OCM 11g Preparation - Set Flashback Database parameters

For this topic, we are focusing in flashback database technology. So here, you need to be able how to: Enable / Disable flashback database; Enable / Disable flashback for a tablespace; Alter all the flashback database parameter "db_flashback_retention_target"; One thing that I would strong recommend during the exam is: every time you plan to do some …

Continue reading

OCM 11g Preparation - Create different types of RMAN backups to cater for different performance and retention requirements

Backup is an art. It's very important to check the SLA and create a total failure recover plan whenever you setup a new DB instance. If you are a OCP, you must already know that. So, in this topic, practice creating backups: Backup full / incremental If Incremental, diferential / cumulative Compressed in different levels Setup …

Continue reading