Backup noarchive database with Rman
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>
RMAN> CONNECT TARGET / connected to target database: E1LOCAL (DBID=3893839745) RMAN>