OCP-1Z0-053-V12.02-497题

AI权益加码!Claude Code、Cursor等20+工具免费用! 购周边限时加赠Coding Plan Lite,畅享主流AI工具!学习进阶更高效! 阅读详情

497.You are managing the APPPROD database as a DBA. You plan to duplicate this database in the

same system with the name DUPDB. You issued the following RMAN commands to create a duplicate

database:

RMAN> CONNECT target sys/sys@APPPROD

RMAN> DUPLICATE TARGET DATABASE TO dupdb FROM ACTIVE DATABASE

DB_FILE_NAME_CONVERT '/oracle/oradata/prod/',

'/scratch/oracle/oradata/dupdb/' SPILE PARAMETER_VALUE_CONVERT

'/oracle/oradata/prod/', '/scratch/oracle/oradata/dupdb/' SET

SGA_MAX_SIZE = '300M' SET SGA_TARGET = '250M' SET LOG_FILE_NAME_CONVERT

'/oracle/oradata/prod/redo/',

'/scratch/oracle/oradata/dupdb/redo/';

Which three are the prerequisites for the successful execution of the above command? (Choose three.)

A. The source database should be open.

B. The target database should be in ARCHIVELOG mode if it is open.

C. RMAN should be connected to both the instances as SYSDBA.

D. The target database backups should be copied to the source database backup directories.

E. The password file must exist for the source database and have the same SYS user password as the target.

Answer: BCE

答案解析:

参考:http://blog.csdn.net/rlhua/article/details/13509067

官方参考:http://docs.oracle.com/cd/E11882_01/backup.112/e10643/rcmsynta020.htm#RCMRF90152

题问:以下哪三个前提条件才能使以上的命令成功?


A,源数据库应该为打开,错误,也可以是mount状态。

D,目标数据库的备份必须拷贝到源数据库目录。错误,上面的复制数据库语句是从活动的数据库来复制的,不需要备份。


Prerequisites Specific to Active Database Duplication

When you execute DUPLICATE with FROM ACTIVE DATABASE, at least one normal target channel and at least one AUXILIARY channel are required.

When you connect RMAN to the source database as TARGET, you must specify a password, even if RMAN uses operating system authentication. The source database must be mounted or open. If the source database is open, then archiving must be enabled. If the source database is not open, then it must have been shut down consistently.

When you connect RMAN to the auxiliary instance, you must provide a net service name. This requirement applies even if the auxiliary instance is on the local host.

The source database and auxiliary instances must use the same SYSDBA password, which means that both instances must have password files. You can create the password file with a single password so you can start the auxiliary instance and enable the source database to connect to it.

The DUPLICATE behavior for password files varies depending on whether your duplicate database acts as a standby database. If you create a duplicate database that is not a standby database, then RMAN does not copy the password file by default. You can specify the PASSWORD FILE option to indicate that RMAN should overwrite the existing password file on the auxiliary instance. If you create a standby database, then RMAN copies the password file to the standby host by default, overwriting the existing password file. In this case, the PASSWORD FILE clause is not necessary.

You cannot use the UNTIL clause when performing active database duplication. RMAN chooses a time based on when the online data files have been completely copied, so that the data files can be recovered to a consistent point in time.


Oracle OCP 19c 认证1Z0-083考试(第71-80) - #宝,输了液 ==本真100%有效, Choose the best answer You want to create a duplicate database DUP_DB from your production database PROD on the same host. The PROD database uses Automatic Storage Management (ASM) for storage. Regular backups are taken using RMAN connec. 阅读详情

相关推荐

使用duplicate target database ... from active database复制数据库

使用duplicate target database ... from active database复制数据库 source db:ora11auxiliary db:dupdb 1.修改监听文件,静态注册监听 SID_LIST_ORA11 = (SID_LIST = (SID_DESC = (GLOBAL_...

weixin_34377919的博客 483

OCP-1Z0-053-V12.02-289

289.You are managing the APPPROD database as a DBA which is not using the Oracle-managed files. You plan to duplicate this database in the same system with the name DUPDB.You want to create the same

一抹曦阳-Oracle 7172

ocp-398

QUESTION NO: 398 You are managing the APPPROD database as a DBA. You plan to duplicate this database in the same system with the name DUPDB. You issued the following RMAN commands to create a dupli

jiayue's BLOG 1080

Oracle 053 595-667译文

QUESTION NO:595 Examine the followingscenario: - Database is running inARCHIVELOG mode. - Complete consistentbackup is taken every Sunday. - On Tuesday theinstance terminates abnormally because th

Jesse的黑洞 6212

ocp-490

QUESTION NO: 490 You are managing the APPPROD database as a DBA which is not using the Oracle-managed files. You plan to duplicate this database in the same system with the name DUPDB.You want to cre

jiayue's BLOG 1480

OCP 11G 053库解析汇总链接(1-200)

V13.02版本,711

u011443258的博客 138

Upgrade to OCP 12c 1Z0-060(21-30

Upgrade to OCP 12c 1Z0-060(21-30) Question 21: Which three functions are performed by the SQL Tuning Advisor? A. Building and implementing SQL profiles B. Recommending the optimization of materializ...

梅森上校的博客 业精于勤荒于嬉,形成于思毁于随。 1133

ocp-v13-497

QUESTION 497 You are managing the APPPROD database as a DBA. You plan to duplicate this database in the same system with the name DUPDB. You issued the following RMAN commands to create a duplicate

jiayue's BLOG 1382

OCP-1Z0-053-V12.02-138

138.You are working on the APPDB database as a DB A. The database has a default Flashback Data Archive DFLA1 created on it. You issued the following command to drop the Flashback Archive FLA1: DRO

一抹曦阳-Oracle 5631

OCP-1Z0-053-V13.02-694

694. As part of archiving the historical data, you want to trans fer data from one database to another database, which is on another server. All tablespaces in the source database are read/write and

一抹曦阳-Oracle 7859

oracle11g OCP 认证 1Z0-053考试笔记5

402.While querying the EMPLOYEES table, you receive an ORA-01578 message indicating block corruption in File# 1201 and Block# 1968. You analyze the table and the corruption is verified. Which RMAN c

wlbzy的专栏 4667

ORACLE-1Z0-060库(Upgrade to Oracle Database 12c)

**Exam 1z0-060 Upgrade to Oracle Database 12c Version: 8.6 [ Total Questions: 150 ] Your multitenant container (CDB) contains two pluggable databases (PDB), HR_PDB and ACCOUNTS_PDB, both of which use ...

白非马的博客 1万+

Question 41: Which of the following operators must be overloaded by function objects in the Standard Template Library?

<br />    A. operator +()<br />    B. operator ++()<br />    C. operator ==()<br />    D. operator ()()<br />    E. operator []()<br /><br /><br /><br />D  function object

小胖子吃辣肉面的专栏 1990

053-449

Which of the following objects can be directly referenced by a window object? (Choose all that apply.)A. Schedule objectB. Program objectC. Job objectD. Resource planE. Resource consumer group ...

dieqiao8331的博客 137

OCP-1Z0-053-V13.02-450

450.Which of the following are valid program types for a lightweight job? (Choose all that apply.) A. PLSQL_BLOCK B. EXECUTABLE C. JAVA_STORED_PROCEDURE D. STORED_PROCEDURE E. EXTERNAL Answer: A

一抹曦阳-Oracle 6659

OCP-1Z0-053-V12.02-607

607.Examine the following scenario: -Database is running in ARCHIVELOG mode. -Complete consistent backup is taken every Sunday. -On Tuesday the instance terminates abnormally because the disk on wh

一抹曦阳-Oracle 9012

Oracle 11g New 使用RMAN 增强功能

• 描述Oracle Database 11g中新增的和增强的RMAN 功能 • 配置归档日志删除策略 • 使用Oracle 网络复制活动的数据库(无备份) • 以多个部分的形式备份大型文件 • 创建归档备份以进行长期存储 • 管理恢复目录,例如合并多个目录版本 • 描述虚拟专用目录的用法 RMAN:新增功能 • 以下改进提高了性能: – 物理备用数据库上的快

一抹曦阳-Oracle 5858

053第449

449.Which of the following objects can be directly referenced by a window object? (Choose all that apply.) A. Schedule object B. Program object C. Job object D. Resource plan E. Resource consumer

adeline_pan的博客 771
上一篇: OCP-1Z0-053-V12.02-513题
下一篇: Oracle DB 使用调度程序自动执行任务
Riveore
博客等级 码龄19年 1801粉丝 1432原创
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值