请教关于恢复目录的问题
请教各位大师们:如果数据库配置了恢复目录,而在使用rman时没有写catalog ,也就是写成rmantarget sys_rman/oracle@ll,登录上rman 后进行一些操作,请问产生的元数据还会同步到恢复目录里去吗?
还有就是在恢复目录里只需要创建相应的用户及其表空间就可以,不用创建需要保存元数据的表是吗?
1、你在执行register database命令时元数据就会创建到rman用户下
2、一旦你使用了catalog,oracle会自动同步control中rman的配置到catalog中,以下两种操作都会同步
a、target和catalog两个库都open,用rman target /连接目标库时对rman的配置会自动resync到catalog库中
b、用rman target / catalog rman/rman@<>方式连接时会自动同步到target库的control file中
c、如果catalog库close了,在使用rman target /对rman进行配置时是无法同步的,但是一旦你将catalog库open了,oracle会自动将target库control file的rman配置同步到catalog库中
回复 chenyu 的帖子
那如果target数据库出现了故障不能启动到nomount状态,此时该如何用rman对target数据库进行恢复呢? 那如果target数据库出现了故障不能启动到nomount状态-->手工创建一个参数文件-->startup nomount-->恢复control file-->alter database mount-->restore+recover-->OK
页:
[1]