Differences between revisions 1 and 2
Revision 1 as of 2006-06-09 02:45:43
Size: 471
Editor: fuzzy
Comment:
Revision 2 as of 2006-06-09 02:46:35
Size: 475
Editor: fuzzy
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
''connect as sysdba
startup nomount''
''connect as sysdba''
''startup nomount''

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

sqlplus

connect as sysdba startup nomount

rman connect tearget / mount BACKUP DATABASE INCLUDE CURRENT CONTROLFILE;

recover all the same, recover database;

Create Oracle database for Control sql backend start sqlplus:

sqlplus /nolog connect sysadmin/sql as sysdba shutdown abort startup nomount

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