This article contains information about oracle numeric/math functions and their usage. Numeric/Math Functions Oracle has several functions for processing numerical data. ABS Function in Oracle …
Read More »How To Configure Elasticsearch Heap Size to Change Max Memory Size
This article contains information about what is elasticsearch heap size, garbage collector and elasticsearch heap size recommended. What is Elasticsearch Heap Size? It is a …
Read More »How To Install Couchbase Server on Ubuntu 16.04
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-6741596d61e8b526826703/] [crayon-6741596d61e8f814790701/] …
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-6741596d62463955828374/] or [crayon-6741596d62467842494709/] 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-6741596d6271c650238440/] Data Guard Recovery Modes …
Read More »