Oracle (SecureCRT) : Important Queries for UNDO Management

Dear Readers, In this article, we will see the following Oracle (SecureCRT) : Important Queries for UNDO Management. MenuBar : UNDO Tab Name : Undo_Usage

Tab Name : Undo_Contetion

Tab Name : Undo_Trend_Today

Tab Name : Undo_Usage_For_Sessions

Tab… Read More

How to Install Terraform On Windows Machine

Dear Readers, In this article, we will see Installation of Terraform On Windows Machine. Steps to Follow : Download Terraform software Install Terraform Set the Environment variables 1. Download Terraform Software First, we need to Terraform official website by using below link. https://www.terraform.io/downloads.html Select Windows… Read More

Excluding tables while performing datapump import from Full schema backup

Hello Everyone, In this article , we will learn Excluding tables while performing datapump import from full schema backup. Database : AVPROD Schema : OT Check objects count  in OT Schema.

Take full schema backup using schema=OT

Full schema backup completed ,… Read More

SQL Joins

Dear Readers, In this article, we will see the SQL Joins. Joins A join is a query that combines rows from two or more tables Join Conditions Most join queries contain WHERE clause conditions that compare two columns, each from a different table. Such a… Read More