冷備指令碼
remark set sql*plus variables to manipulate output
set feedback off heading off verify off trimspool off
set pagesize 0 linesize 200
remark set sql*plus user variables used in this script
define dir = 'd:\oracle\oradata\xg\backup'
define fil = 'D:\oracle\oradata\xg\backup\closed_backup_commands.sql'
prompt *** spooling to &fil
remark create a command file with file backup commands
spool &fil
select 'host copy '|| name ||' &dir' from v$datafile order by 1;
select 'host copy '|| member ||' $dir' from v$logfile order by 1;
select 'host copy '|| name ||' &dir' from v$controlfile order by 1;
select 'host copy '|| name ||' &dir' from v$tempfile order by 1;
spool off;
remark shutdown the databse cleanly
shutdown immediate;
remark run the copy file commands from the operating system
@&fil
remark start te database again
startup;
set feedback off heading off verify off trimspool off
set pagesize 0 linesize 200
remark set sql*plus user variables used in this script
define dir = 'd:\oracle\oradata\xg\backup'
define fil = 'D:\oracle\oradata\xg\backup\closed_backup_commands.sql'
prompt *** spooling to &fil
remark create a command file with file backup commands
spool &fil
select 'host copy '|| name ||' &dir' from v$datafile order by 1;
select 'host copy '|| member ||' $dir' from v$logfile order by 1;
select 'host copy '|| name ||' &dir' from v$controlfile order by 1;
select 'host copy '|| name ||' &dir' from v$tempfile order by 1;
spool off;
remark shutdown the databse cleanly
shutdown immediate;
remark run the copy file commands from the operating system
@&fil
remark start te database again
startup;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10742223/viewspace-211658/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 生成冷備份指令碼指令碼
- oracle冷備指令碼薦Oracle指令碼
- oracle的冷備指令碼Oracle指令碼
- Oracle物理冷備份指令碼Oracle指令碼
- oracle自動冷備份指令碼Oracle指令碼
- Oracle冷備份(一致備份)指令碼Oracle指令碼
- windows 下的Oracle 冷備份指令碼WindowsOracle指令碼
- oracle 自動冷備份指令碼(轉)Oracle指令碼
- windows和unix平臺下Oracle冷備份指令碼WindowsOracle指令碼
- 【RMAN】RMAN備份恢復1 RMAN冷備指令碼與crontab計劃任務指令碼
- 備份&恢復系列之一:怎樣在linux中寫對oracle的冷備份指令碼!LinuxOracle指令碼
- 備份指令碼指令碼
- Oracle 冷備份Oracle
- ORACLE備份指令碼Oracle指令碼
- mysqldump 備份指令碼MySql指令碼
- rman 備份指令碼指令碼
- mysqldump備份指令碼MySql指令碼
- innobackupex備份指令碼指令碼
- oracle 熱備指令碼 .Oracle指令碼
- SQLServer備份指令碼SQLServer指令碼
- SQL 備份指令碼SQL指令碼
- Mongodb 備份指令碼MongoDB指令碼
- rman備份指令碼指令碼
- oracle 備份指令碼Oracle指令碼
- mysql備份指令碼MySql指令碼
- Oracle冷備份級冷備份的不完全恢復Oracle
- oracle冷備恢復Oracle
- SQL Server 冷備份SQLServer
- windows mysqldump備份指令碼WindowsMySql指令碼
- 自動備份指令碼指令碼
- mysql innobackupex備份指令碼MySql指令碼
- rman 全備份指令碼指令碼
- rman增量備份指令碼指令碼
- windows rman備份指令碼Windows指令碼
- Windows 快速備份指令碼Windows指令碼
- ORACLE日常備份指令碼Oracle指令碼
- RMAN常用備份指令碼指令碼
- Oracle 集中備份指令碼Oracle指令碼