|
Size: 471
Comment:
|
Size: 531
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| ''connect as sysdba startup nomount'' '''rman''' ''connect tearget / mount BACKUP DATABASE INCLUDE CURRENT CONTROLFILE; |
''connect as sysdba'' '' |
| Line 14: | Line 8: |
| ''startup nomount'' '''rman''' '' '' ''connect tearget / '' ''mount '' ''BACKUP DATABASE INCLUDE CURRENT CONTROLFILE; '' |
|
| Line 15: | Line 22: |
| '''all the same, ''recover database;'' |
''' |
| Line 18: | Line 24: |
| '''Create Oracle database for Control sql backend''' | all the same, then ''recover database;'' '''Create Oracle database for Control sql backend''' __ __ |
| Line 21: | Line 33: |
| ''sqlplus /nolog'' | '' sqlplus /nolog'' '' '' |
| Line 23: | Line 38: |
| shutdown abort startup nomount |
|
| Line 26: | Line 39: |
''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,
then recover database;
Create Oracle database for Control sql backend
start sqlplus:
sqlplus /nolog
connect sysadmin/sql as sysdba
startup nomount
