MongoDB sharded cluster topology
Today, I’m going to share with you a bash script that gives you a quick overview of the topology of […]
Today, I’m going to share with you a bash script that gives you a quick overview of the topology of […]
If you are familiar with database links on Oracle database, you may have already encountered the error “ORA-12154: TNS:could not
Yesterday, I was working on a simple Golden Gate replication between two Oracle databases. Everything worked as expected, the source
Today, I’m going to give you some examples on how to work with associative arrays in bash / ksh. This
If you read my last post, you now know how to get a valid JSON output from your MongoDB shell.
Today, I will show you how to easily deal with MongoDB shell output in your shell (bash, ksh, …) scripts.
Yes, I know: many scripts are available to get tablespaces usage from your Oracle database. The one I’m going to
As a DBA (or developer), you often need to make connection to your Oracle database from shell scripts. That’s not
One of the most important tasks for maintaining good performance in a sharded MongoDB cluster is to ensure optimal chunk
I want to share with you a small shell script that I often use for reporting purposes, which allows you