In a previous article we saw how to activate Auditing in Oracle Database, in this article we will see how to activate Unified Auditing which allows us to put filters and so that we can record. Unlike the… read more
What is PostgreSQL and how do we do a full installation
In this article we will look at another Relational Database Management System (RDBMS) PostgreSQL. PostgreSQL is the most advanced open source relational database. As open-source, it does not require the purchase of a license and is free. OR… read more
How do we configure GoldenGate replication to read from Oracle Data Guard Standby
In this article we will see how we can configure an extract process to extract its trail files from the Standby logs without affecting the Primary. This way is called… read more
How can we connect Oracle Database to SQL Server using Oracle Gateway on Linux
In this article we will see how we can execute queries on remote SQL Server from Oracle Database on Oracle Linux / Red Hat Linux. In a previous article we saw how the reverse process is done so that we can connect from... read more
How do we automate the process of checking the integrity of databases in SQL Server without using a maintenance plan
From time to time we have to check the integrity of our bases for any corruptions. In this article we will see the easiest and most efficient way to check for corruption in all instance databases. This… read more
How can we connect Oracle Database to SQL Server using Oracle Gateway on Windows
In a previous article we saw how we can run queries on a remote SQL Server from an Oracle Database located on Linux through Oracle Database Gateway. In this article we will see how to install Oracle Gateway respectively... read more
How can we get email whenever PGA memory exceeds a limit in Oracle database
When an Oracle database is heavily used by many connections / sessions, one or some of them may consume a large percentage of memory (RAM). If there is a problem and it is not addressed due to lack of memory it may… read more
How to bulk detach / attach databases in SQL Server
Sometimes we will need to move databases to SQL Server. This process can also be done with backup / restore or by changing the status of the base to offline, but in the article we will deal with the detach and attach processes. read more
How to enforce password policy in an Oracle database
As we know in an Oracle database through User Profiles we can set restrictions on user groups regarding when and if a password expires (PASSWORD_LIFE_TIME), how many days it can be changed before it stops... read more