码迷,mamicode.com
首页 >  
搜索关键字:RMAN    ( 1915个结果
OCP-V13-689
View the Exhibit and examine the RMAN commands. Which statement describes the effect of a backup retention policy on the backup of a backup set? A.Either all the copies of a backup set are obsolete or...
分类:其他好文   时间:2015-09-21 17:59:29    阅读次数:150
使用rman备份异机恢复数据库
一.RMAN备份源库注意点:最好保留rman备份日志$rman target / log=backup.logRMAN>run {allocate channel t1 type disk;allocate channel t2 type disk;allocate channel t3 type ...
分类:数据库   时间:2015-09-21 15:28:28    阅读次数:282
RMAN恢复drop purge的表
@ORA12C>altersessionsetnls_date_format=‘yyyy-mm-ddhh24:mi:ss‘; Sessionaltered. SYS@ORA12C>createtablet_0920asselect*fromdba_objects; Tablecreated. SYS@ORA12C>selectcount(*)fromt_0920; COUNT(*) ----------------- 91691 1rowselected. SYS@ORA12C>sel..
分类:其他好文   时间:2015-09-21 01:53:43    阅读次数:238
RMAN备份
备份Spfile、控制文件、数据文件、归档日志文件,并删除冗余备份。可结合rman cmdfile=FILE_PATH msglog=$HOME/backup/log/backup_level0.log和CRONTAB进行周期备份。run {allocate channel c1 device ty...
分类:其他好文   时间:2015-09-15 23:35:56    阅读次数:438
使用RMAN来克隆数据库
1.配置网络参数(静态注册)SID_LIST_LISTENER=(SID_LIST=(SID_DESC=(GLOBAL_DBNAME=orcl)(SID_NAME=orcl)(ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1))2.设置密码文件orapwdfile=orapwclonedbpassword=myoracle3.准备参数文件4.建立相关文件夹grepu01initclonedb.o..
分类:数据库   时间:2015-09-15 01:46:47    阅读次数:274
rman 脚本
run{sql‘altersessionsetnls_date_format="yyyy-mm-ddhh24:mi:ss"‘;setuntiltime=‘2015-08-0501:59:59‘;restoredatabase;recoverdatabase;alterdatabaseopenresetlogs;}alterdatabasesetstandbydatabasetomaximizeperformance;run{setarchivelogdestinationto‘C:\arch‘;restore..
分类:其他好文   时间:2015-09-12 20:26:02    阅读次数:154
redo文件损坏,异常问题处理二则
第一种情况:asm存储方式,在数据库open步骤时,提示某个磁盘组无法归档某个在线日志,无法写入文件,此时未归档的redolog刚好是需要启动时归档的日志。1.确定一下归档空间是否已经满了如果alert日志提示,没有可用的目标空间,首先需要考虑这一点2.如果空间释放后(使用rman进..
分类:其他好文   时间:2015-09-12 01:06:55    阅读次数:221
PostgreSQL备份之pg_rman
一、 安装 PostgreSQL版本是9.4.4 #?git?clone?-b?REL9_4_STABLE?https://github.com/ossc-db/pg_rman.git Initialized?empty?Git?repository?in?/opt/pg_rman/.git/ remote:?Counting?objects:?193...
分类:数据库   时间:2015-09-07 18:12:32    阅读次数:403
[转]RMAN检测数据库坏块
backup validate check logical database;select * from v$database_block_corruption;RMAN> backup validate check logical database;Starting backup at 02-SE...
分类:数据库   时间:2015-09-02 15:58:13    阅读次数:286
Oracle备份和恢复简史
Oracle备份和恢复简史--http://www.searchdatabase.com.cn/showcontent_90388.htm?info=sinaweibo这些年来,Oracle数据库备份和恢复方式已经发生了重大变化,特别是在Recovery Manager(RMAN)功能有了进一步改善...
分类:数据库   时间:2015-09-02 00:30:02    阅读次数:205
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!