Active RMAN duplicate clone 12c using section size and compress backupset
Overview of New PULL method The original “push” process is based on image copies.With Oracle Database 12c, a “pull” (or […]
Overview of New PULL method The original “push” process is based on image copies.With Oracle Database 12c, a “pull” (or […]
##Connecting RMAN############## rman TARGET SYS/target_pwd@target_str # connects in NOCATALOG mode rman TARGET / CATALOG rman/rman@rcat rman TARGET / CATALOG rman/rman@rcat
Database backup and restore after manual catalog RMAN backup 1.Please take backup of primary database ORCL rman target / nocatalog
Cost Calculation for Full table Scan How FTS cost depends on system statistics Gather statistics manually on load: The following
Prepare by: Nurullah Sharif Scope: Undo Advisor Undo Advisor help to estimate the undo tablespace size and also advise
Author: Saibal Ghosh About author: I am an Oracle professional with twenty plus years of experience and have deep knowledge
Prepare by: Nurullah Sharif Scope: Point in Time Recovery Duplicate database until Point in Time recover, using backup location.
Oracle introduced PDB from 12c to minimize following drawbacks in 11g In 11g,sometimes we need to create numerous databases
Prerequisites for Upgrading to Enterprise Manager Cloud Control 13c Release 2 1.First latest PSU patch needs to be applied in
Time stamp problem:- sqlplus system/****@ORCL SQL>alter session set nls_date_format=’dd-mm-yyyy hh:mi:ss’; SQL>select instance_name from v$instance; SQL>select sysdate, current_timestamp,