Database Backup and Recovery (MOSC)

MOSC Banner

Clone Database from Backup on Windows Server

edited Dec 18, 2019 4:27AM in Database Backup and Recovery (MOSC) 3 commentsAnswered

Hello,

because we have a loss of data, we want to create an database clone from the backup whitch is containing the lost information.

The database is full backuped each night with rman on the filesystem.

Here are my steps :

I've copied the pfile and changed the name and change the contend

I've created an passwordfile

With :

oradim -NEW -SID lesabak -STARTMODE auto -PFILE C:\ORACLE\PRODUCT\12.1.0\DBHOME_1\DATABASE\INITlesabak.ORA

I create the Windows service.

The I set the enviroment and started the instance in nomount :

set ORACLE_SID=lesabak

sqlplus / as sysdba

startup nomount

I started rman auxilliary :

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center