Mohammad Samad

Author's posts

Install Oracle GoldenGate 19c on Linux

In this article, I will demonstrate how to install Oracle GoldenGate 19c on Linux Server. We will follow these Steps:

Continue reading

GoldenGate Commands

Mostly, DBA configures and manages GoldenGate components by using GGSCI command-line Interface. GGSCI stands for GoldenGate Software Command Interface. It allows you to perform various tasks related to the administration and monitoring of Oracle GoldenGate components. Help command use to get all available commands with details. Manager Commands:

Continue reading

Recover a Table From a Drop/Truncate/Delete By RMAN

User may drop or truncate a table or delete records accidently which need to recover. Even sometimes we may need to recover the data for a table for corrupted data. This is very difficult to restore the full DB if database size is huge like Terabytes. I will demonstrate with this Article how we can recover …

Continue reading

Improve Backup Performance – Change Tracking

RMAN’s improvement in incremental backup performance is facilitated by its change tracking feature, which records altered blocks in a designated file. Enabling change tracking allows RMAN to efficiently identify changed blocks for incremental backups without the necessity of scanning every block in the datafile.

Continue reading

Clone a Database User by Query

Script to pull/show a database user’s privileges or clone a user by query.

Continue reading

Oracle GolgeGate

Oracle GoldenGate is a comprehensive software solution provided by Oracle for real-time data integration and replication in heterogeneous IT environments. It enables the exchange and manipulation of data at the transaction level among multiple, diverse platforms across the enterprise

Continue reading

Create a Trace file for Control file

Sometimes DBA needs to create database creation script from existing database. Oracle provides the “alter database backup controlfile to trace” command to copy the create database syntax into a trace file.

Continue reading

Create a filesystem on Linux

In this article, I will show how to create a filesystem and mount it on Linux.

Continue reading

Oracle Database Performance Issue Troubleshooting and Tuning Part – I

“Database or query is performing very slow”. This is a very common complain for DBA. Database performance is an art as there is always have an option to tune. There is no limit to tuning the database performance but DBA need to meet the company’s threshold or SLA. There are lots of factors involved to …

Continue reading

Restoring Corrupted Datafile Using RMAN in Oracle

Datafile corrupt is a partial disaster in database. it will impact for all objects belonging the tablespace. In this case, DBA can either restore the problematic/corrupted datafile from backup.

Continue reading