Backup noarchive database with Rman: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Backup Noarchivelog== Setup SID") |
|||
Line 1: | Line 1: | ||
==Backup Noarchivelog== | ==Backup Noarchivelog== | ||
Setup | * Setup ORACLE_SID and ORACLE_HOME | ||
* Execute rman | |||
** connect | |||
** Backup | |||
<pre> | |||
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 | |||
</pre> | |||
<pre> | |||
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></pre> |
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>