Oracle Study之--Oracle 11gR2通过RMAN克隆数据库 Purpose of Database Duplication A duplicate database is useful for a variety of purposes, most of which involve testing. You can perform the following tasks in a duplicate database: Test backup and recovery proc…
最近在做NBU ORACLE备份的恢复测试,执行恢复时报错ORA-27211: Failed to load Media Management Library,具体处理过程如下:一.错误信息 执行命令: run { ALLOCATE CHANNEL ch00 TYPE SBT_TAPE; send 'NB_ORA_CLIENT=192.168.x.x'; send 'NB_ORA_SERV=nbu5230'; restore controlfile from '/ctrl_dTESTDB_u0a…