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

scikit-learn Tutorial 学习笔记#001 参考:An introduction to machine learning with scikit-learn 机器学习研究什么 一般来讲,一个学习问(learning problem)就是通过研究一些已知样本数据来预测未知数据的性质的问。 学习问可以大致被分为两类:监督学习 supervised learning 和非监督学习 unsupervised learning 。... 阅读详情

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 directory structure for duplicate database files as of the target database.

You executed the following RMAN commands:

RMAN> CONNECT TARGET sys/sys@APPPROD

RMAN> CONNECT AUXILIARY sys/sys@DUPDB

RMAN> DUPLICATE TARGET DATABASE

TO dupdb

FROM ACTIVE DATABASE

PASSWORD FILE

SPILE

NOFILENAMECHECK;

What are the implications of this command?

A. It creates database files for the duplicate database under the Oracle base with a different directory for

the duplicate database.

B. It overwrites data files of the target database because a different location for data files is not mentioned

for the duplicate database.

C. It creates database files for the duplicate database under the same Oracle home as that of the target

database with the same directory structure.

D. It creates database files for the duplicate database under the same Oracle home as that of the target

but with a different directory for the duplicate database.

Answer: B

答案解析:

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


 

NOFILENAMECHECKPrevents RMAN from checking whether the data files and online redo logs files of the source database are in use when the source database files share the same names as the duplicate database files. You are responsible for determining that the duplicate operation does not overwrite useful data.

This option is necessary when you are creating a duplicate database in a different host that has the same disk configuration, directory structure, and file names as the host of the source database. For example, assume that you have a small database located in the /dbs directory of srchost:

/oracle/dbs/system_prod1.dbf
/oracle/dbs/users_prod1.dbf
/oracle/dbs/rbs_prod1.dbf

Assume that you want to duplicate this database to desthost, which has the same file system/oracle/dbs/*, and you want to use the same file names in the duplicate database as in the source database. In this case, specify the NOFILENAMECHECK option to avoid an error message. Because RMAN is not aware of the different hosts, RMAN cannot determine automatically that it should not check the file names.

If duplicating a database on the same host as the source database, then ensure that NOFILENAMECHECK is not set. Otherwise, RMAN can potentially overwrite and corrupt the target database data files, temp files, or online logs. It may also signal the following error:

RMAN-10035: exception raised in RPC:
ORA-19504: failed to create
            file "/oracle/dbs/tbs_01.f"
ORA-27086: skgfglk: unable to lock file - already in use
SVR4 Error: 11: Resource temporarily unavailable
Additional information: 8
RMAN-10031: ORA-19624 occurred during call to
DBMS_BACKUP_RESTORE.RESTOREBACKUPPIECE

 

ValueError('You appear to be using a legacy multi-label data' 使用sklearn时,遇到该问,可能是因为scikit-learn版本过旧或者太新 pip install -U scikit-learn==0.16.1 就能解决 当然在0.17之后,已经不允许直接使用多类标分类 Direct support for sequence of sequences multilabel representation will be unavailab 阅读详情

相关推荐

python color属性_Python turtle.color方法代码示例

本文整理汇总了Python中turtle.color方法的典型用法代码示例。如果您正苦于以下问:Python turtle.color方法的具体用法?Python turtle.color怎么用?Python turtle.color使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在模块turtle的用法示例。在下文中一共展示了turtle.col...

weixin_39968266的博客 4988

集之出现Parsing ‘--outputdir‘ failed: Data source does not exist.解决办法

出现:[ ERROR ] Parsing ‘–outputdir’ failed: Data source does not exist. 解决方法:去掉Arguments内容中的:–

weixin_42434008的博客 1055

RMAN实战系列之一:用duplicate复制数据库

rman实验(1) 本文可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明http://blog.itpub.net/post/11/2317RMAN实战系列之一:用duplicate复制数据库源平台: w...

232

oracle ora 10031,Oracle 10204 64 bit on aix 5.3 nbu 备份问

RMAN-03022: compiling command: allocateRMAN-03023: executing command: allocateRMAN-00571: ===========================================================RMAN-00569: =============== ERROR MESSAGE STACK FOL...

weixin_39900286的博客 196

Duplicating a Database

This chapter describes how to use the DUPLICATE command to create a duplicate database. This chapter contains these topics: Overview of RMAN Database Duplication Making Backups and Archived

Perry 614

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-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

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

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:

一抹曦阳-Oracle 5744

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

434.Which of these represent the main components of Database Resource Manager? (Choose all that apply.) A. Resource consumer groups B. Resource plans C. Resource-plan groups D. Resource-plan dire

一抹曦阳-Oracle 5182

Oracle OCP 1Z0-050121-130)解析

Oracle OCP 1Z0-050121-130)解析 QUESTION 121: Exhibit: View the Exhibit to examine the Automatic SQL Tuning result details. Which action would you suggest for the selected SQL statement in the Ex...

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

application-dev、application-test 和 application-prod是什么意思,怎么切换

开发环境(dev): 开发环境是专门用于开发的服务器,配置可以比较随意,为了开发调试方便。 测试环境(test): 一般是克隆一份生产环境的配置,一个程序在测试环境工作不正常。 生产环境(prod): 是值正式提供对外服务的,一般会关掉错误报告,打开错误日志。 切换方法: 一般在设置application.properties中spring.profiles.active=dev时,则此时启动连接的是dev环境。 ...

qq_37758790的博客 1万+

论服务报错缺失数据库函数问

测试服务时出现报错 此原因是导入数据库时,没有将函数导入 以下是导入事件和函数操作 导出事件和函数 ./mysqldump -E -R -ndt thirdpay -uroot -p***> /home/mysql/1025.sql 将备份出来的文件导入至测试所在库中 source /opt/1025.sql 然后查看事件和函数 事件查看 show events\G; 查看函数 show ...

weixin_40143280的博客 333

ocp-335

QUESTION NO: 335 Which of these represent the main components of Database Resource Manager? (Choose all that apply.)A. Resource consumer groups B. Resource plans C. Resource-plan groups D. Resource

jiayue's BLOG 885

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

299.In your database, the LDAP_DIRECTORY_SYSAUTH initialization parameter has been set to YES and the users who need to access the database as DBAs have been granted SYSDBA enterprise role in Oracle

一抹曦阳-Oracle 5954

使用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-100题
下一篇: OCP-1Z0-053-V12.02-355题
Riveore
博客等级 码龄19年 1801粉丝 1432原创
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值