We will install couchbase Server on ubuntu 16.04 in this article. Please visit the link below for minimum system requirements. Link : https://docs.couchbase.com/server/current/install/plan-for-production.html WARNING: Make sure …
Read More »How to Install Apache Cassandra on CentOS 7
In this article, we will install apache cassandra on Centos 7 in a Standalone structure. Now let’s start installing our Cassandra NoSQL database on Centos …
Read More »What is Real Time Apply in Dataguard
What is real time apply in dataguard? If media recovery is started with the following command after installing Data Guard in versions prior to Oracle …
Read More »Oracle String Functions
This article contains information about oracle string functions such as length, substr, concat, trim in Oracle database management system. What is Oracle string function? Oracle …
Read More »ORA-48318: ADR Relation [HM_FINDING] of version=5 cannot be supported
In Oracle databases, when the downgrade operation or “migrate schema” operation is done through adrci, when using the adrci, ORA-48318 error is received when the …
Read More »How To Check Data Guard Status
We will check data guard status in SQL Plus in this article in many ways. Check 1: Check for LAG from V$DATAGUARD_STATS View. [crayon-676aec1011e5c186049304/] [crayon-676aec1011e61451948694/] …
Read More »How To Find All Standby Databases for a Primary Database in Data Guard
You can find all standby databases for a primary database in data guard by using one of the queries below. [crayon-676aec1012516623007630/] or [crayon-676aec101251b215824330/] Standby -> …
Read More »Oracle Data Guard Recovery Mode
Check Data Guard Recovery Mode You can find database_mode, recovery mode and protection mode of your Data Guard as follows. [crayon-676aec1012820036297318/] Data Guard Recovery Modes …
Read More »How To Check Standby Redo Logs
This article contains scripts about checking Standby redo logs. You can use the below queries to check standby redo logs in Oracle. [crayon-676aec10129f7228495157/] or [crayon-676aec10129fb022958814/]
Read More »Revoke Permission in PostgreSQL
This article contains information about revoke command usage in PostgreSQL. You may want to revoke permissions of users. In this case, you can use the …
Read More »