Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
E:\>rman target /@dev_1
Recovery Manager: Release 9.2.0.1.0 - Production
Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
connected to target database: DEV_1 (DBID=2695228559)
RMAN> spool log to 'e:\oracle\rman_session.txt';
RMAN> shutdown;
RMAN> startup mount;
RMAN> backup database plus archivelog;
RMAN> sql 'alter database open';
RMAN> exit;
Spooling started in log file: e:\oracle\rman_session.txt
Recovery Manager: Release 9.2.0.1.0 - Production
RMAN>
using target database controlfile instead of recovery catalog
database closed
database dismounted
Oracle instance shut down
RMAN>
connected to target database (not started)
Oracle instance started
database mounted
Total System Global Area 135338868 bytes
Fixed Size 453492 bytes
Variable Size 109051904 bytes
Database Buffers 25165824 bytes
Redo Buffers 667648 bytes
RMAN>
Starting backup at 31-OCT-06
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=13 devtype=DISK
skipping archive log file E:\ORACLE\ARCHIVE_LOGS\DEV_1\-1599738737_1_8.DBF; already backed up 1 time(s)
skipping archive log file E:\ORACLE\ARCHIVE_LOGS\DEV_1\-1599738737_1_9.DBF; already backed up 1 time(s)
skipping archive log file E:\ORACLE\ARCHIVE_LOGS\DEV_1\-1599738737_1_10.DBF; already backed up 1 time(s)
skipping archive log file E:\ORACLE\ARCHIVE_LOGS\DEV_1\-1599738737_1_11.DBF; already backed up 1 time(s)
skipping archive log file E:\ORACLE\ARCHIVE_LOGS\DEV_1\-1599738737_1_12.DBF; already backed up 1 time(s)
skipping archive log file E:\ORACLE\ARCHIVE_LOGS\DEV_1\-1599738737_1_13.DBF; already backed up 1 time(s)
skipping archive log file E:\ORACLE\ARCHIVE_LOGS\DEV_1\-1599738737_1_14.DBF; already backed up 1 time(s)
channel ORA_DISK_1: starting archive log backupset
channel ORA_DISK_1: specifying archive log(s) in backup set
input archive log thread=1 sequence=15 recid=15 stamp=605267440
channel ORA_DISK_1: starting piece 1 at 31-OCT-06
channel ORA_DISK_1: finished piece 1 at 31-OCT-06
piece handle=E:\ORACLE\RMAN_BACKUPS\DEV_1\BACKUP_0LI179JQ_1_1 comment=NONE
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:02
Finished backup at 31-OCT-06
Starting backup at 31-OCT-06
using channel ORA_DISK_1
channel ORA_DISK_1: starting full datafile backupset
channel ORA_DISK_1: specifying datafile(s) in backupset
input datafile fno=00001 name=E:\ORACLE\ORADATA\DEV_1\SYSTEM01.DBF
input datafile fno=00002 name=E:\ORACLE\ORADATA\DEV_1\UNDOTBS01.DBF
input datafile fno=00011 name=E:\ORACLE\ORADATA\DEV_1\AUDIT_DATA01.DBF
input datafile fno=00005 name=E:\ORACLE\ORADATA\DEV_1\EXAMPLE01.DBF
input datafile fno=00012 name=E:\ORACLE\ORADATA\DEV_1\WINPATH01.DBF
input datafile fno=00006 name=E:\ORACLE\ORADATA\DEV_1\INDX01.DBF
input datafile fno=00010 name=E:\ORACLE\ORADATA\DEV_1\XDB01.DBF
input datafile fno=00009 name=E:\ORACLE\ORADATA\DEV_1\USERS01.DBF
input datafile fno=00003 name=E:\ORACLE\ORADATA\DEV_1\CWMLITE01.DBF
input datafile fno=00004 name=E:\ORACLE\ORADATA\DEV_1\DRSYS01.DBF
input datafile fno=00007 name=E:\ORACLE\ORADATA\DEV_1\ODM01.DBF
input datafile fno=00008 name=E:\ORACLE\ORADATA\DEV_1\TOOLS01.DBF
channel ORA_DISK_1: starting piece 1 at 31-OCT-06
channel ORA_DISK_1: finished piece 1 at 31-OCT-06
piece handle=E:\ORACLE\RMAN_BACKUPS\DEV_1\BACKUP_0MI179JU_1_1 comment=NONE
channel ORA_DISK_1: backup set complete, elapsed time: 00:01:26
Finished backup at 31-OCT-06
Starting backup at 31-OCT-06
using channel ORA_DISK_1
specification does not match any archive log in the recovery catalog
Finished backup at 31-OCT-06
Starting Control File and SPFILE Autobackup at 31-OCT-06
piece handle=E:\ORACLE\RMAN_BACKUPS\DEV_1\CAB_C-2695228559-20061031-01 comment=NONE
Finished Control File and SPFILE Autobackup at 31-OCT-06
RMAN>
sql statement: alter database open
RMAN>
Recovery Manager complete.