Home » Page 91

Oracle Wait Events That Everyone Should Know

Here are some of the Common Oracle wait events that everyone should Know. Wait eventsYou can find which event session is waiting for it by following query select event from V$session_wait where sid=&1 I am trying to explain few common Oracle wait events ,there causes and resolutions enqueue The process is waiting on an oracle …

Oracle Wait Events That Everyone Should Know Read More »

RMAN Backup commands

We can use RMAN to backup all the parts of the oracle database. RMAN backup commands can be used backs up Oracle database files, copies of database files, archived logs, or backup sets. Here is the general syntax for RMAN backup command Syntax: BACKUP FULL Options BACKUP FULL AS (COPY | BACKUPSET) Options BACKUP INCREMENTAL …

RMAN Backup commands Read More »

Scroll to Top