Backup noarchive database with Rman: Difference between revisions
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved. | Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved. | ||
RMAN></pre> | |||
<pre>RMAN> CONNECT TARGET / | |||
connected to target database: E1LOCAL (DBID=3893839745) | |||
RMAN></pre> | RMAN></pre> |
Revision as of 02:23, 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>
RMAN> CONNECT TARGET / connected to target database: E1LOCAL (DBID=3893839745) RMAN>