Oracle 11G OCP 1Z0-053 312

LuiseDalian發表於2014-09-19
(312)Which is the correct way to connect to both the target database and the recovery catalog from the RMAN command line?

Assume that the target database is called ORCL and that the recovery catalog database is called RCAT.

Also assume that the recovery-catalog owner is called RCAT_OWN.

Assume the environment is configured for the ORCL database. (Choose all that apply.)

A. rman target=/ catalog=/@rcat

B. rman target=/ catalog=rcat_own/rcat_own

C. rman target=/ catalog=rcat_own/rcat_own@RCAT

D. rman target=sys/robert@orcl catalog=rcat_own/rcat_own@RCAT

E. You cannot connect to the target database and the recovery catalog at the same time.


答案:(C、D)

解析:


C,通過OS驗證,不用跟密碼來連線目標資料庫以及目錄資料庫


D,通過遠端密碼驗證來連線連線目標資料庫以及目錄資料庫


以目錄所有者的身份連線到恢復目錄資料庫:CONNECT CATALOG username/password@net_service_name)

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17013648/viewspace-1273722/,如需轉載,請註明出處,否則將追究法律責任。

相關文章