|
⇤ ← Revision 1 as of 2006-06-09 02:45:43
Size: 471
Comment:
|
Size: 475
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
