Oracle OCP IZ0-053 Q312(RMAN Catalog)

abstractcyj發表於2016-03-21
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.
Answer: CD

驗證:
[oracle@db01 dbs]$ rman target=/ catalog=rman/rman@192.168.132.130/catdb


Recovery Manager: Release 11.2.0.4.0 - Production on Mon Mar 21 11:17:10 2016
Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

connected to target database: INST1 (DBID=193461069)
connected to recovery catalog database


RMAN> quit




Recovery Manager complete.
[oracle@db01 dbs]$ rman target=sys/sys@inst1 catalog=rman/rman@192.168.132.130/catdb


Recovery Manager: Release 11.2.0.4.0 - Production on Mon Mar 21 11:17:45 2016


Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.


connected to target database: INST1 (DBID=193461069)
connected to recovery catalog database

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

相關文章