052(四)

16、

16.Which two statements are true regarding Oracle Data Pump? (Choose two.)
A. EXPDP and IMPDP are the client components of Oracle Data Pump
B. DBMS_DATAPUMP PL/SQL packages can be used indedendently of the DATA Pump clients
C. Oracle Data Pump export and import operations can be performed only by users with the SYSDBA
privilege
D. Oracle Data Pump imports can be done from the export files generated in the Original Export Release
E. EXPDP and IMPDP use the procedures provided by DBMS_METADATA to execute export and import
commands
Answer: AB

数据泵是基于数据库服务端的,运行在数据库内部。

Oracle数据泵组成部分:命令行客户端(expdp和impdp)、数据泵API(DBMS_DATAPUMP)、元数据API(DBMS_METADATA).

Expdp和impdp调用数据泵API和元数据API共同完成数据的迁移。数据泵API执行表中数据的导入导出;元数据API完成元数据的装载和卸载。

17、

17.Identify the two situations in which the alert log file is updated with details. (Choose two.)
A. Running a query on a table returns "ORA-600: Internal Error"
B. Inserting a value in a table returns "ORA-01722: Invalid Number"
C. Creating a table returns "ORA-00955: name is already used by an existing object‘
D. Inserting a value in a table returns "ORA-00001: unique constraint (SYS.PK_TECHP) violated."
E. Rebuilding an index using ALTER INDEX ... REBUILD fails with an error "ORA-01578: ORACLE data
block corrupted (file # 14, block @ 50)."
Answer: AE 

alert日志中记录:

Critical errors (incidents)
Administrative operations, such as starting up or shutting down the database, recovering the database, creating ordropping a tablespace, and others.
Errors during automatic refresh of a materialized view
Other database events

18、

18.Which two statements are true about alerts? (Choose two.)
A. Clearing an alert sends the alert to the alert history
B. Response actions cannot be specified with server-generated alerts
C. The nonthreshold alerts appear in the DBA_OUTSTANDING_ALERTS view
D. Server-generated alerts notify the problems that cannot be resolved automatically and require
administrators to be notified
Answer: AD
时间: 2024-10-12 16:39:02

052(四)的相关文章

052(四十)

196.View the Exhibit and note the files available in the $ORACLE_HOME/dbs folder. The ASM instance is already running. You used the following steps to start the database instance and open the database: [[email protected] dbs]$ echo $ORACLE_SID orcl [

052(四十二)

206. 206.Which two statements are true regarding listeners? (Choose two.) A. Listeners use only the TCP/IP protocol. B. Multiple listener processes can run simultaneously on a host. C. Multiple database instances can be registered with a single liste

052(四十一)

201. 201.Why does performance degrade when many UPDATE, INSERT or DELETE statements are issued on a table that has an associated bitmap index? A. The DML operations re-create the bitmap index blocks B. The bitmap index is rebuilt automatically after

052(七)

31.View the Exhibit to examine the error that occurred during the database startup. You opened an RMAN session for the database. To repair the failure, you executed the following command as the first RMAN command: RMAN> REPAIR FAILURE; Which statemen

实验四+052+张博勋

一.实验目的 1) 学习QTP工具的使用 2)了解黑盒自动化测试 二.实验要求 (1)对被测程序进行黑盒测试用例设计 (2)对QTP的飞机订票系统的任一界面或控件实现自动化测试.(测试的具体自选) (3)写出该程序的缺陷. 三.实验内容 1.对QTP的样例小程序飞机订票系统,实现自动化测试.(学号被3整除,测3a;余1,测3b:余2,测4a) 2.要求: 1)写出飞机订票系统的被测需求. 自行选择需要测试的部分,根据自己的能力,可大,可小. 描述,被测程序,与被测部分的功能. 2)设计测试用例.

052(十四)

66. 66.You are working on an instance started using the SPFILE. You want to move the Flash Recovery Area of your database to a new location. You want the Flashback log files to be stored in the new location. Given below are the steps to accomplish th

Mono源码学习笔记:Console类(四)

NullStream 类 (internal class) 以下就是 mcs/class/corlib/System.IO/NullStream.cs: 01: namespace System.IO 02: { 03: class NullStream : Stream 04: { 05: public override bool CanRead { get { return true; } } 06: public override bool CanSeek { get { return t

android 多线程断点续传下载 四 - 仿下载助手

我们先一起简单回顾下它的基本原理. http://blog.csdn.net/shimiso/article/details/6763664  android 多线程断点续传下载 一 http://blog.csdn.net/shimiso/article/details/6763986  android 多线程断点续传下载 二 http://blog.csdn.net/shimiso/article/details/8448544  android 多线程断点续传下载 三 界面效果 线程池 T

Mono源代码学习笔记:Console类(四)

NullStream 类 (internal class) 下面就是 mcs/class/corlib/System.IO/NullStream.cs: 01: namespace System.IO 02: { 03: class NullStream : Stream 04: { 05: public override bool CanRead { get { return true; } } 06: public override bool CanSeek { get { return t