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

Oracle : Important ASM Commands

Dear Readers, In this article, we will see the following Important ASM Commands. Tab Name : asm_free

Tab Name : ASMCMD>find file find +DATA01 undo* Tab Name : WhatInstances

Tab Name : Rebalance_status

Tab Name : ASM_Candidate

Tab… Read More

Transfer Files from One Server to Another Server Using SFTP

Dear Readers, In this article, we will see the following Transfer Files from One Server to Another Server Using SFTP. Login as root and install sshpass package :

Create text file and Create .sh file Create text file :

Create .sh file :… Read More