RMAN is a tool also recommended by Oracle for backup and recovery. There are many recovery scenarios. The main ones are: Recovering a database …
Read More »How To Move a Table On PostgreSQL
Sometimes we may want to create the same table in a database without the data in it by using a different name or we …
Read More »DB2 Remote to Client connectivity via port
Setting communication protocols for a DB2 instance is part of the main task of configuring TCP/IP or SSL communications for a DB2 instance. Set …
Read More »DB2 license activation
How to activate DB2 License, If you purchased a DB2 V10.5, V10.1, V9.8, V9.7, V9.5, V9.1 product then you can obtain license key from Passport …
Read More »The SYSIBM.SYSSTATFEEDBACK table introduced in Db2 for z/OS V11
IBM introduced a new Db2 table with Db2 for z/OS V11 called SYSIBM.SYSSTATFEEDBACK. The table verifies if statistics were collected and if the correct …
Read More »Running an Operating System Command while Connected to Postgres
You are processing in psql, but you need to look at something on the operating system side, so you must exit from the psql …
Read More »SQL Server Replication Types
Replication is one of the High Availability solutions. But it is not usually used as a High Availability solution. We would use SQL Server Always …
Read More »Monitoring MongoDB Process
Script to monitor Mongo DB processes across a cluster. [crayon-67683da9e9a10913867955/] Log file result: [crayon-67683da9e9a15745326914/] Note: Requires ssh passwordless login and cluster configuration file.
Read More »Implementation of GTID replication using MariaDB
GTID replication is a simple High Availability solution (HA) offered in MySQL and MariaDB though the implementation technique is unique but compared to MySQL …
Read More »How To List Tablespaces and Objects in Tablespaces On PostgreSQL
You can use the following command to see the list of tablespaces created. [crayon-67683da9ea0d2530549577/] You can also use the following script to list …
Read More »