码迷,mamicode.com
首页 >  
搜索关键字:RMAN    ( 1915个结果
Oracle 11g的dataguard创建中ORA-01665解决过程
Oracle 11g在创建data guard时,恢复standby控制文件不成功。在mount standby database时告诉我,控制文件不是standby控制文件,具体信息为“ORA-01665: control file is not a standby control file”。  控制文件我在主库中,使用rman生成的。  backup current controlf...
分类:数据库   时间:2015-01-07 13:15:22    阅读次数:283
backup命令中的 keep forever关键字会 屏蔽rman的retention policy
backup命令中的 keep forever关键字会 屏蔽rman的retention policy...
分类:其他好文   时间:2015-01-06 18:00:56    阅读次数:269
Oracle Rman 中backuppiece 的uncatalog 和 backupset 的delete
backuppiece 的uncatalog 和 backupset 的delete...
分类:数据库   时间:2015-01-05 16:37:33    阅读次数:463
ORA-00257: archiver error. Connect internal only, until freed
1、用户连接报错SQL> conn scott/tiger@orcl;ERROR:ORA-00257: archiver error. Connect internal only, until freed. --归档错误(日志空间满)RMAN以catalog的形式连接也报同样的错。2、检查FLASH...
分类:其他好文   时间:2015-01-05 16:28:04    阅读次数:118
【使用rman复制数据库10g--clone-1】
目标数据库:jadl0g 复制的结果数据库:d10g 1.vi /u01/oracle/10g/network/admin/tnsnames.ora D10G =   (DESCRIPTION =     (ADDRESS = (PROTOCOL = TCP)(HOST = oracle.db.com)(PORT = 1521))     (CONNECT_DATA =...
分类:数据库   时间:2015-01-03 19:52:04    阅读次数:318
Oracle Study之案例--RMAN备份配置参数
OracleStudy之案例--RMAN备份配置参数1、PARALLELISM我们还可以通过parallelism参数来指定同时"自动"创建多少个通道:RMAN>configuredevicetypediskparallelism3;表示启动三个通道,可以加快备份恢复的速度。案例分析:RMAN>showall; usingtargetdatabasecontrolfileinst..
分类:数据库   时间:2014-12-30 17:20:23    阅读次数:288
建立rman catalog
1.创建表空间SQL> create tablespace rc_data datafile '/orcl_backup/rc_dbf/rc_data01.dbf' size 50M;2.创建一个用户,SQL> create user rc_admin identified by rc_admin ...
分类:其他好文   时间:2014-12-30 11:37:24    阅读次数:151
【oracle】oracledba28 open a connection to the RMAN recovery catalog, which contains the RMAN metada
You executed the following command in Recovery Manager (RMAN):   RMAN> RESTORE CONTROLFILE;   Which operation must you perform before this command is executed?   A. back up the control file to trac...
分类:数据库   时间:2014-12-29 15:27:00    阅读次数:150
【oracle】oracledba29 The backup would be marked as obsolete.
You defined the Recovery Manager (RMAN) retention policy to recovery  window of 7 days by executing the following command:   RMAN> CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;   When a ...
分类:数据库   时间:2014-12-29 15:23:32    阅读次数:186
【oracle】oracledba30 current server parameter file
When performing a backup using Recovery Manager (RMAN), which four  types of files can be backed up with the RMAN BACKUPcommand? (Choose four.)   A. data file   B. password file   C. archivelog fi...
分类:数据库   时间:2014-12-29 15:21:20    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!