Backup Database in NOARCHIVELOG

To backup a database in NOARCHIVELOG mode you have to shutdown it first, open in mount mode and only then you can start your backup process. 
[oracle@localhost ~]$ rman target /  
  1.   
  2. Recovery Manager: Release 11.2.0.2.0 - Production on Sun Jul 15 05:43:30 2012  
  3.   
  4. Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.  
  5.   
  6. connected to target database: ORCL (DBID=1229390655)  
  7.   
  8. RMAN> shutdown immediate;  
  9.   
  10. using target database control file instead of recovery catalog  
  11. database closed  
  12. database dismounted  
  13. Oracle instance shut down  
  14.   
  15. RMAN> startup mount;  
  16.   
  17. connected to target database (not started)  
  18. Oracle instance started  
  19. database mounted  
  20.   
  21. Total System Global Area     456146944 bytes  
  22.   
  23. Fixed Size                     1344840 bytes  
  24. Variable Size                352324280 bytes  
  25. Database Buffers              96468992 bytes  
  26. Redo Buffers                   6008832 bytes  
  27.   
  28. RMAN> backup database;  
  29.   
  30. Starting backup at 15-07-2012 05:47:44  
  31. allocated channel: ORA_DISK_1  
  32. channel ORA_DISK_1: SID=19 device type=DISK  
  33. channel ORA_DISK_1: starting full datafile backup set  
  34. channel ORA_DISK_1: specifying datafile(s) in backup set  
  35. input datafile file number=00002 name=/home/oracle/app/oracle/oradata/orcl/sysaux01.dbf  
  36. input datafile file number=00001 name=/home/oracle/app/oracle/oradata/orcl/system01.dbf  
  37. input datafile file number=00004 name=/home/oracle/app/oracle/oradata/orcl/users01.dbf  
  38. input datafile file number=00005 name=/home/oracle/app/oracle/oradata/orcl/example01.dbf  
  39. input datafile file number=00003 name=/home/oracle/app/oracle/oradata/orcl/undotbs01.dbf  
  40. input datafile file number=00006 name=/home/oracle/app/oracle/oradata/orcl/APEX_1930613455248703.dbf  
  41. channel ORA_DISK_1: starting piece 1 at 15-07-2012 05:47:46  
  42. channel ORA_DISK_1: finished piece 1 at 15-07-2012 05:50:43  
  43. piece handle=/home/oracle/app/oracle/flash_recovery_area/ORCL/backupset/2012_07_15/o1_mf_nnndf_TAG20120715T054745_805gzldn_.bkp tag=TAG20120715T054745 comment=NONE  
  44. channel ORA_DISK_1: backup set complete, elapsed time: 00:02:57  
  45. channel ORA_DISK_1: starting full datafile backup set  
  46. channel ORA_DISK_1: specifying datafile(s) in backup set  
  47. including current control file in backup set  
  48. including current SPFILE in backup set  
  49. channel ORA_DISK_1: starting piece 1 at 15-07-2012 05:50:45  
  50. channel ORA_DISK_1: finished piece 1 at 15-07-2012 05:50:46  
  51. piece handle=/home/oracle/app/oracle/flash_recovery_area/ORCL/backupset/2012_07_15/o1_mf_ncsnf_TAG20120715T054745_805h55ol_.bkp tag=TAG20120715T054745 comment=NONE  
  52. channel ORA_DISK_1: backup set complete, elapsed time: 00:00:01  
  53. Finished backup at 15-07-2012 05:50:46  

How can I see my backup on RMAN ? Use just the following command: 
  1. RMAN> list backup;  
  2.   
  3. List of Backup Sets  
  4. ===================  
  5.   
  6.   
  7. BS Key  Type LV Size       Device Type Elapsed Time Completion Time      
  8. ------- ---- -- ---------- ----------- ------------ -------------------  
  9. 1       Full    9.36M      DISK        00:00:02     15-07-2012 05:32:28  
  10.         BP Key: 1   Status: AVAILABLE  Compressed: NO  Tag: TAG20120715T053225  
  11.         Piece Name: /home/oracle/app/oracle/flash_recovery_area/ORCL/backupset/2012_07_15/o1_mf_ncsnf_TAG20120715T053225_805g2vpk_.bkp  
  12.   SPFILE Included: Modification time: 15-07-2012 05:24:54  
  13.   SPFILE db_unique_name: ORCL  
  14.   Control File Included: Ckp SCN: 13564407     Ckp time: 15-07-2012 05:32:25  
  15.   
  16. BS Key  Type LV Size       Device Type Elapsed Time Completion Time      
  17. ------- ---- -- ---------- ----------- ------------ -------------------  
  18. 2       Full    9.36M      DISK        00:00:01     15-07-2012 05:36:43  
  19.         BP Key: 2   Status: AVAILABLE  Compressed: NO  Tag: TAG20120715T053641  
  20.         Piece Name: /home/oracle/app/oracle/flash_recovery_area/ORCL/backupset/2012_07_15/o1_mf_ncsnf_TAG20120715T053641_805gbvhz_.bkp  
  21.   SPFILE Included: Modification time: 15-07-2012 05:24:54  
  22.   SPFILE db_unique_name: ORCL  
  23.   Control File Included: Ckp SCN: 13564668     Ckp time: 15-07-2012 05:36:42  
  24.   
  25. BS Key  Type LV Size       Device Type Elapsed Time Completion Time      
  26. ------- ---- -- ---------- ----------- ------------ -------------------  
  27. 3       Full    1.90G      DISK        00:02:50     15-07-2012 05:50:35  
  28.         BP Key: 3   Status: AVAILABLE  Compressed: NO  Tag: TAG20120715T054745  
  29.         Piece Name: /home/oracle/app/oracle/flash_recovery_area/ORCL/backupset/2012_07_15/o1_mf_nnndf_TAG20120715T054745_805gzldn_.bkp  
  30.   List of Datafiles in backup set 3  
  31.   File LV Type Ckp SCN    Ckp Time            Name  
  32.   ---- -- ---- ---------- ------------------- ----  
  33.   1       Full 13565488   15-07-2012 05:44:01 /home/oracle/app/oracle/oradata/orcl/system01.dbf  
  34.   2       Full 13565488   15-07-2012 05:44:01 /home/oracle/app/oracle/oradata/orcl/sysaux01.dbf  
  35.   3       Full 13565488   15-07-2012 05:44:01 /home/oracle/app/oracle/oradata/orcl/undotbs01.dbf  
  36.   4       Full 13565488   15-07-2012 05:44:01 /home/oracle/app/oracle/oradata/orcl/users01.dbf  
  37.   5       Full 13565488   15-07-2012 05:44:01 /home/oracle/app/oracle/oradata/orcl/example01.dbf  
  38.   6       Full 13565488   15-07-2012 05:44:01 /home/oracle/app/oracle/oradata/orcl/APEX_1930613455248703.dbf  
  39.   
  40. BS Key  Type LV Size       Device Type Elapsed Time Completion Time      
  41. ------- ---- -- ---------- ----------- ------------ -------------------  
  42. 4       Full    9.36M      DISK        00:00:02     15-07-2012 05:50:46  
  43.         BP Key: 4   Status: AVAILABLE  Compressed: NO  Tag: TAG20120715T054745  
  44.         Piece Name: /home/oracle/app/oracle/flash_recovery_area/ORCL/backupset/2012_07_15/o1_mf_ncsnf_TAG20120715T054745_805h55ol_.bkp  
  45.   SPFILE Included: Modification time: 15-07-2012 05:44:26  
  46.   SPFILE db_unique_name: ORCL  
  47.   Control File Included: Ckp SCN: 13565488     Ckp time: 15-07-2012 05:44:01  

No comments: