Recovery Catalog in Oracle Database 11gR2

A recovery catalog is a database schema used by RMAN to store metadata about one or more Oracle databases. Typically, it stores the catalog in a dedicated database. Whereas a recovery catalog provides the following benefits: A recovery catalog creates redundancy for the RMAN repository stored in the control file of each target database. The … Continue reading Recovery Catalog in Oracle Database 11gR2

Performing Oracle Database Point in time recovery using RMAN – SET UNTIL TIME

1.. Verify Tablespace name and no of data file associated with Tablespace. select count(*)"No Of Datafiles",TABLESPACE_NAME,STATUS from dba_data_files group by TABLESPACE_NAME,STATUS; Archive log sequence no. and time 2.. Login to Oracle Database and to simulate, I have dropped a tablespace RECOVERY 3.. From alert log TIME STAMP of Tablespace Recovery dropped is captured Mon Apr … Continue reading Performing Oracle Database Point in time recovery using RMAN – SET UNTIL TIME

Backup Based Duplication Without a Target Connection or Recovery Catalog Connection in 11gR2 Oracle Database

In Duplication without a target database connection and without a recovery catalog. RMAN obtains metadata about where backups and copies reside from BACKUP LOCATION. 1.. Using RMAN take a full backup of Database including control files Once full backup is completed navigate to location and using scp transfer backup to auxiliary server scp *.bkp oracle@192.168.56.21:/backup/RMAN_BKP_2 … Continue reading Backup Based Duplication Without a Target Connection or Recovery Catalog Connection in 11gR2 Oracle Database

IPSec VPN connection between your on-premises network and Oracle virtual cloud network with redundant tunnel ….

1.. Click on Hamburger Menu and click on Networking and then Virtual Cloud Network. 2.. Once you land on the page Virtual Cloud Networks select desired compartment, click on the tab Networking Quickstart and select VCN with Internet Connectivity and Site-to-Site VPN Connect and click on start workflow. 3.. Enter Solution Name = POC_DEMO and … Continue reading IPSec VPN connection between your on-premises network and Oracle virtual cloud network with redundant tunnel ….

Performing Incomplete Cancel-Based Incomplete Recovery

1.. To perform Cancel-Based Incomplete Recovery i.e until cancel. I have removed all the datafile. 2.. Verifying archive log sequence number and archived logs 2.1.. Navigate to archive log location and check if all archived logs are intact. 3… Connect RMAN and shutdown abort. 4.. Once the Oracle Database is started in mount mode , … Continue reading Performing Incomplete Cancel-Based Incomplete Recovery

Creating Virtual Cloud Network in Oracle Cloud Infrastructure with Networking Quickstart

1.. Navigate to Virtual Cloud Network hamburger menu and click on it and again click on Networking Quickstart 2.. Once you Clicked on Networking QuickStart you are provided two options i.e VCN with Internet Connectivity and VCN with Internet Connectivity and Site to Site VPN connectivity 3.. VCN with Internet Connectivity: - Select this option … Continue reading Creating Virtual Cloud Network in Oracle Cloud Infrastructure with Networking Quickstart