How to find bind variables for a sql in Oracle: Easy steps
Today in this article, we will see how to find bind variables for a sql in Oracle database. Let's go through the steps. Bind variables in Oracle are used for…
Today in this article, we will see how to find bind variables for a sql in Oracle database. Let's go through the steps. Bind variables in Oracle are used for…
In this article, we will discuss today how to check free space in ASM Disk Group. Let's go through the steps : Step 1: Check Free Space in ASM Disk…
In this post, we'll cover everything you need to know about how to disable archive log mode in Oracle RAC. Let's open our 2-node Oracle RAC(node1 and node2) VirtualBox and…
In this post, we'll cover everything you need to know about how to enable archive log mode in Oracle RAC. Let's open our 2-node Oracle RAC(node1 and node2) VirtualBox and…
This post will cover everything you need to know about how to find master node in Oracle RAC. Let's open VirtualBox and get started! The node where Cluster Processes gets…
Today in this article, we will learn about Mongoexport and Mongoimport. Let's go through this in detail. When we can use mongoexport and mongoimport with examples, we will explain :…
Today in this article, we will learn how to create database in MongoDB. Let's go through the steps in detail: Create Database Steps in MongoDB :Step 1: Check the status…
Today in this article, we will learn about how to resolve ORA-19504 : failed to create file. Lets go through this: Error : DEST_ID DEST_NAME STATUS DB_UNIQUE_NAME ERROR---------- ------------------------------ ---------…
In this article, we will discuss different Oracle database shutdown modes. Please note that to startup or shutdown the database, you need to logon as “sys as sysdba” or with…
In this article, we will discuss the 3 different Oracle database startup modes. Please note that to startup or shutdown the database, you need to logon as "sys as sysdba"…