Yearly Archives: 2021

Connecting network to the client side

How to connect network in client Side Step 1> From source side : Check the hostname, Network id, Port number. Step 2> Ping the network id – Ping 192.168.1.25 Step…

Read More

ALTERING ARCHIVE LOG DESTINATION:

ARCHIVE LOG: In Oracle, the Archive log is a copy of a filled redo log file, The process of converting the redo log into archiving log file is called Archiving.…

Read More

Importing a .dmp file in a Pluggable database

Importing a traditionally exported dump file in a Pluggable database:   Step 1: Creating a new pluggable database : Create a new pluggable database(dbca) Step 2: Checking the status of the…

Read More

CONVERTING NON-CONTAINER DATABASE TO CONTAINER DATABASE

CONVERTING NON-CONTAINER DATABASE TO CONTAINER DATABASE In this tutorial, we are going to learn about how to convert a non-container database to a container database. Before that, we need to install both the database i.e…

Read More

Creating A Multitenant Database in Oracle 19c using DBCA.

Description:- In this Blog,we are going to Creating A MultiTenant Database In Oracle 19c. The primary database that contains multiple plugged-in databases. Many operations can be performed at the container…

Read More

Cloning a Local Pluggable Database

Here we are going to see about how to clone a local Pluggable database in simple steps, Pluggable Database Name- PDB1 Step 1:  Check the available Pluggable Database in the…

Read More

Creating container database in Oracle 12c using DBCA.

Description: In this blog, we are going to know about how to create container database in Oracle 12c using DBCA method. Creating a multitenant container database has many uses and…

Read More

Creating a Pluggable Database in previously created Container Database

Here I am going to explain about Creating a Pluggable Database in our Container Database using DBCA method Let’s see, Note: Before creating a PDB we need to ensure our…

Read More

SSL/HTTPS Implementation for apex application deployed on Apache Tomcat

Introduction: This article shows how to enable HTTPS for Tomcat. It uses a self-signed certificate, but you could replace this with a valid Certificate Authority (CA) certificate. In our case…

Read More

ORACLE DATABASE CRITICAL PATCH – JANUARY 2021

Description: In this article we are going to see Oracle12c Critical Patch Update for January 2021 High Level steps for applying the Patch: Check current version of Opatch Tool Upgrade…

Read More