In this article, I will demonstrate how to install Oracle GoldenGate 19c on Linux Server. We will follow these Steps:
- Download GoldenGate Binary
- Installation Pre-Task
- Installation with GUI Mode
In this article, I will demonstrate how to install Oracle GoldenGate 19c on Linux Server. We will follow these Steps:
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.
GGSCI> help
Manager Commands:
Continue readingOct 26 2023
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 the single table from backup and archive log up-to point in time or SCN.
Continue readingNov 13 2021
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 readingOct 27 2021
Script to pull/show a database user’s privileges or clone a user by query.
Continue readingOracle 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 readingFeb 18 2021
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 readingJan 16 2021
In this article, I will show how to create a filesystem and mount it on Linux.
Continue readingNov 13 2020
“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 get database response slow.
Continue readingNov 07 2020
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