Buffer Pool Extension is a feature that was introduced in SQL Server 2014. With this feature, SQL Server uses the disk we specified for …
Read More »Foreign Data Wrapper Between PostgreSQL and MSSQL
In the article “Postgresql Foreign Data Wrapper“, we created Foreign Data Wrapper to read data between two PostgreSQLs. And we have created Foreing Data …
Read More »Postgresql Foreign Data Wrapper
Postgresql is one of the RDMS databases presented in simple form. Therefore, we need to install the extension to use dblink, Foreign Data Wrapper, …
Read More »How to List Table Columns and Data Types On Postgresql
If you don’t use PG ADMIN or any other similar application and you want to see the data type in the columns of the …
Read More »About SQL Server and Comparison with Other Relational Database Management Systems
SQL Server is a relational database management system (RDBMS) that Microsoft has provided to us. You can find a lot of articles about SQL Server …
Read More »How To Query Transaction Count in Oracle
A script that you might need during database scaling. Calculation of transaction numbers between two specific dates. This script was tested in 11gR1 and 11gR2. …
Read More »Example of Using Data Pump
In this article I will share an example about data pump usage. First we start with export. EXPORT: [crayon-6767ebf74d6d7215353358/] [crayon-6767ebf74d6dc765618142/] or [crayon-6767ebf74d6dd489782319/] or [crayon-6767ebf74d6de001082620/] …
Read More »Handling Oracle Audit Vault Services
In this article I’ll tell you how to stop Oracle Audit Vault Services. You should follow below sequence of steps: [crayon-6767ebf74d912467010442/] [crayon-6767ebf74d916365590519/] [crayon-6767ebf74d917540421249/] [crayon-6767ebf74d918257630261/] …
Read More »High Availability Part I
Unplanned outages are very expensive, and the cost of downtime is rising as almost all mission critical systems are fully automated. Industries like banking …
Read More »MySQL Enterprise Backup
Pre-requites: Must have MySQL Enterprise Edition installed Download media file : meb-4.1.0-el6.x86_64.rpm (For Linux Platform) Installation of MySQL Enterprise Backup Command to install …
Read More »