Real-Time Cascade Standby Container Databases without Oracle Managed Files
OK, the title might not be the best… I just would like to add more detail to content you can already find in other blogs (E.g. this nice one from Philippe Fierens...
View ArticleScript to check Data Guard status from SQL
In a previous blog post I have explained how to get the basic configuration from x$drc and display something like:OBJECT_ID DATABASE INTENDED_STATE CONNECT_STRING ENABLED ROLE RECEIVE_FROM SHIP_TO...
View ArticleData Guard, Easy Connect and the Observer for multiple configurations
EZConnect One of the challenges of automation in bin Oracle Environments is dealing with tnsnames.ora files. These files might grow big and are sometimes hard to distribute/maintain properly. The worst...
View ArticleThe fear of (availability) loss is a path to the dark side.
I have been a DBA/consultant for customers and big production environments for over twenty years. I have explained more or less my career path in this blog post. Database (and application) high...
View ArticleOracle Fleet Patching and Provisioning (FPP): My new role as PM and a brand...
It’s been 6 years since I’ve tried FPP for the first time (formerly Rapid Home Provisioning, or RHP). Rapid Home Provisioning FPP was still young and lacking many features at that time, but it already...
View ArticleWhy do PMs ask you to open Service Requests for almost EVERYTHING?
If you attend Oracle-related events or if you are active on Twitter or other social medias used by technologists, you might know many of us Product Managers directly. If it is the case, you know that...
View ArticleChanging FPP temporary directory (/tmp in noexec and other issues)
When using FPP, you might experience the following error (PRVF-7546):$ rhpctl add workingcopy -workingcopy WC_db_19_11_FPPC -image db_19_11 -path /u01/app/oracle/product/WC_db_19_11_FPPC -client fppc...
View Articlerhpctl addnode gihome: specify HUB or LEAF when adding new nodes to a Flex...
I have a customer trying to add a new node to a cluster using Fleet Patching and Provisioning. The error in the command output is not very friendly:[grid@fpps ~]$ rhpctl addnode gihome -workingcopy...
View ArticleCan I rename a PDB in a Data Guard configuration?
Someone asked me this question recently. The answer is: yes! Let’s see it in action. On the primary I have:----- PRIMARY SQL> show pdbs; CON_ID CON_NAME OPEN MODE RESTRICTED ----------...
View ArticleCan a physical standby database receive the redo SYNC if the Far Sync...
The answer is YES. In the following configuration, cdgsima_lhr1pq (primary) sends synchronously to cdgsima_farsync1 (far sync), which forwards the redo stream asynchronously to cdgsima_lhr1bm (physical...
View ArticleFar Sync and Fast-Start Failover Protection modes
Oracle advertises Far Sync as a solution for “Zero Data Loss at any distance”. This is because the primary sends its redo stream synchronously to the Far Sync, which relays it to the remote physical...
View ArticleCheck, check… Does the mic still work? #JoelKallmanday
Update PHP: Update WordPress: New content: It’s almost six months without blogging from my side. What a bad score! It’s not a coincidence that I’m blogging today during #JoelKallmanDay. A day that...
View ArticleFind Ludovico at Oracle Cloud World 2022!
Are you attending OCW, and do you want to find me and know more about how to avoid downtime and data loss? Or how to optimize your application configuration to make the most out of MAA technologies? Or...
View ArticleVideo: The importance of Fast-Start Failover in an Oracle Data Guard...
Why is Fast-Start Failover a crucial component for mission-critical Data Guard deployments? The observer lowers the RTO in case of failure, and the Fast-Start Failover protection modes protect the...
View ArticleVideo: Where should I put the Observer in a Fast-Start Failover configuration?
The video explains best practices and different failure scenarios for different observer placements. It also shows how to configure high availability for the observer. Here’s the summary: Always try...
View ArticleWhen it comes to using Oracle, trust Oracle…
A month ago, I saw this article published on the AWS architecture blog: Disaster Recovery for Oracle Database on Amazon EC2 with Fast-Start Failover I love seeing people suggesting Oracle Data Guard...
View ArticleDoes FLASHBACK QUERY work across incarnations or after a Data Guard failover?
Short answer: yes. Let’s just see it in action. First, I have a Data Guard configuration in place. On the primary database, the current incarnation has a single parent (the template from which it has...
View ArticleNew in Data Guard 21c and 23c: Automatic preparation of the primary
Oracle Data Guard 21c came with a new command:prepare database for data guard with db_unique_name is {db_unique_name} db_recovery_file_dest_size is "{size}" db_recovery_file_dest is "{dest}" ;This...
View ArticleNew views in Oracle Data Guard 23c
Oracle Data Guard 23c comes with many nice improvements for observability, which greatly increase the usability of Data Guard in environments with a high level of automation. For the 23c version, we...
View Article