Backup noarchive database with Rman: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
** connect | ** connect | ||
** Backup | ** Backup | ||
<pre> | <pre>ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE | ||
ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE | |||
ORACLE_HOME=$ORACLE_BASE/product/12.1.0/dbhome_1; export ORACLE_HOME | ORACLE_HOME=$ORACLE_BASE/product/12.1.0/dbhome_1; export ORACLE_HOME | ||
ORACLE_SID=E1Local; export ORACLE_SID | ORACLE_SID=E1Local; export ORACLE_SID |
Revision as of 02:21, 7 October 2014
Backup Noarchivelog
- Setup ORACLE_SID and ORACLE_HOME
- Execute rman
- connect
- Backup
ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE ORACLE_HOME=$ORACLE_BASE/product/12.1.0/dbhome_1; export ORACLE_HOME ORACLE_SID=E1Local; export ORACLE_SID
Rman Recovery Manager: Release 12.1.0.2.0 - Production on Mon Oct 6 21:28:16 2014 Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved. RMAN>