Articles

Home/Articles
5 10, 2022

EDB-XDB REPLICATION

By |2022-10-05T15:32:25+05:30October 5, 2022|Articles|0 Comments

EDB Postgres Replication Server (EPRS) provides a robust data platform that replicates between PostgreSQL databases in single-master or multi-master mode, or from non-PostgreSQL databases to PostgreSQL in single-master mode. -bash-4.2$ cd /var/lib/edb/as13/data -bash-4.2$ rm -rf * -bash-4.2$ ls -lrt total 0 in order for the [...]

4 10, 2022

How to Download for Oracle 19c Software

By |2022-10-05T00:23:48+05:30October 4, 2022|Articles|0 Comments

Step1: Search for “oracle edelivery”in google and search for “oracle database 19c” in oracle edelivery Step2: Choose Microsoft Windows X64(64-bit) Step3: Choose oracle database-long term release Step4: After choosing the oracle database , click on download Step5: Run the downloaded software  Step6: The software will [...]

4 10, 2022

SILENT MODE INSTALLATION IN ORACLE 19C BY USING LINUX 7

By |2022-10-04T22:21:29+05:30October 4, 2022|Articles|0 Comments

SILENT MODE INSTALLATION IN ORACLE 19C BY USING LINUX 7  A silent installation allows to configure necessary Oracle components without using graphical interface. It has no graphical output and no input by the user. 1. Hardware Requirement. Oracle 19c installation, we have to required Linux [...]

21 09, 2022

pgBadger PostgreSQL Log Analysis tool

By |2022-09-21T02:35:11+05:30September 21, 2022|Articles|0 Comments

What is our objective which will be solved by this tool called as pgbadger?   pgBadger is a PostgreSQL performance analyser , built for speed with fully detailed reports based on your PostgreSQL log file To get detailed view of PostgreSQL database workload , pgbadger [...]

Go to Top