Differences between revisions 5 and 6
Revision 5 as of 2006-06-09 03:07:20
Size: 521
Editor: fuzzy
Comment:
Revision 6 as of 2006-06-09 03:12:03
Size: 530
Editor: fuzzy
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
''mount '' ''mount database ''

Backup database using rman (always make at least one backup even on empty database!)

sqlplus

connect as sysdba

startup nomount

rman

connect target /

mount database

BACKUP DATABASE INCLUDE CURRENT CONTROLFILE;

recover

  • all the same,

then recover database;

Create Oracle database for Control sql backend

start sqlplus:

sqlplus /nolog

connect sysadmin/sql as sysdba

startup nomount

OracleDatabase (last edited 2013-09-18 06:09:33 by localhost)