MySQL Community Edition: MySQL Community Edition having feature of auditing but I cannot having feature filter the users To activate audit log: [crayon-6742a7fd41f08433040279/] …
Read More »How To Change the Size of Redo Log Files
In order to change the size of the Redolog files, it is necessary to create redolog files of the desired size and drop the …
Read More »How Many Redo Log Switches Per Hour
If Redo Log Switch count is too much, you can increase the redo log sizes if you need. However, the larger the Redo Log, …
Read More »What is Buffer Pool Extension
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-6742a7fd432b6984625037/] [crayon-6742a7fd432b9008138070/] or [crayon-6742a7fd432bb215252025/] or [crayon-6742a7fd432bc792982826/] …
Read More »