Introduction to Oracle Wallet 0 (0)

Introduction to Oracle Wallet Oracle Wallet is a container that stores authentication, signing credentials and Trusted certificates are stored in the Oracle Wallet when the wallet is used for security credentials. Oracle Wallet is PKCS#12 (Public key cryptographic standards) binary format storing the server certificate, any intermediate certificates, and private key in one encrypted file

Loading

Read More

Perform Mysql Physical Backup using Percona Xtrabackup 0 (0)

Perform Mysql Physical Backup using Percona Xtrabackup The Percona XtraBackup tools provide a method of performing a hot backup of your MySQL data while the system is running. Percona XtraBackup is a free, online, open source, complete database backups solution for all versions of Percona Server for MySQL and MySQL. Percona XtraBackup performs online non-blocking, tightly compressed, highly secure full backups on transactional

Loading

Read More

Configure and monitor using pg_profile in PostgreSQL 0 (0)

Configure and monitor using pg_profile in PostgreSQL This extension for PostgreSQL helps you to find out the most resource-consuming activities in your PostgreSQL databases. Extension is based on statistic views of PostgreSQL and contrib extension pg_stat_statements. A historic repository will be created in your database by this extension. This repository will hold statistic “samples” for your

Loading

Read More

Monitor PostgreSQL Cluster using pgCenter 0 (0)

Monitor PostgreSQL Cluster using pgCenter pgCenter is a command-line admin tool for observing and troubleshooting PostgreSQL i.e monitor PostgreSQL cluster. Postgres provides various activity statistics about its runtime, such as connections, statements, database operations, replication, resources usage, and more. The general purpose of the statistics is to help DBAs to monitor and troubleshoot Postgres. However,

Loading

Read More