Quantcast
Channel: Ludovico – DBA survival BLOG
Browsing all 119 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

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 Article


Script 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 Article


Data 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 Article

Image may be NSFW.
Clik here to view.

The 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 Article

Image may be NSFW.
Clik here to view.

Oracle 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 Article


Image may be NSFW.
Clik here to view.

Why 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 Article

Changing 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 Article

rhpctl 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 Article


Can 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 Article


Image may be NSFW.
Clik here to view.

Can 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 Article

Image may be NSFW.
Clik here to view.

Far 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 Article

Image may be NSFW.
Clik here to view.

Check, 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 Article

Image may be NSFW.
Clik here to view.

Find 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 Article


Video: 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 Article

Video: 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 Article


Image may be NSFW.
Clik here to view.

When 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 Article

Does 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 Article


Image may be NSFW.
Clik here to view.

New 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 Article

Image may be NSFW.
Clik here to view.

New 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
Browsing all 119 articles
Browse latest View live