QUESTION 1You notice that the performance of the database has degraded because of frequent checkpoints.Which two actions resolve the issue? (Choose two.)A. Disable automatic checkpoint tuningB. Check
原创
2015-01-19 15:48:16
697阅读
QUESTION 2Identify the memory component from which memory may be allocated for:Session memory for the shared server, Buffers for I/O slaves Oracle Database Recovery Manager (RMAN) backup and
原创
2015-01-19 15:51:50
534阅读
QUESTION 3You executed the following command to create a tablespace called SALES_DATA:SQL> CREATE TABLESPACE sales_dataDATAFILE
原创
2015-01-19 15:54:00
496阅读
QUESTION 5You want to enable archiving on your database. Presently, the database is running in NOARCHIVELOG mode.Given&n
原创
2015-01-20 15:09:51
587阅读
QUESTION 7See the Exhibit: Which statements are true regarding the USERS tablespace? (Choose all that apply.) A.&n
原创
2015-01-20 15:13:37
791阅读
QUESTION 8Examine the values for the following initialization parameters: FAST_START_MTTR_TARGET=0LOG_CHECKPOINT_INTERVAL=0 Which two will&n
原创
2015-01-20 15:15:02
1044阅读
QUESTION 4In which of the scenario will the DBA perform recovery? (Choose all that apply.)A. The alert log fil
原创
2015-01-19 15:57:10
656阅读
QUESTION 6You want to check the details of few errors that users have reported. You search for the alert
原创
2015-01-20 15:11:51
953阅读
33、WhereIsbackupmetadatastoredforusebyRecoveryManager(RMAN)?A)InthecontrolfileB)IntheSYSAUXtablespaceC)intheSPFILED)intheSYSTEMtablespaceE)InthediagnosticdestinationfliesAnswer:A
原创
2018-08-03 14:00:29
720阅读
本题主要考察在Oracle数据库中创建非标准块大小(Non-standard Block Size)表空间的前提条件和配置要求。核心知识点包括:题目:You must create a tablespace of non-standard block size in a new file system and plan to use this command. The standard block size is 8k but other non-standard block sizes will also
本题主要考察对Oracle数据库中单行函数(Single-Row Functions) 的核心特性和具体函数用法的理解。关键知识点包括:题目:Which two statements are true about single row functions?A. FLOOR: returns the smallest integer greater than or equal to a specified numberB. CEIL: can be used for positive and negati
摘要: 本题考查Oracle数据库用户权限与表空间配额管理。关键点包括: 系统权限:用户需CREATE SESSION连接数据库(B)和CREATE TABLE建表(A); 表空间配额:必须在默认表空间SALES_Q1上有配额才能存储表结构(D),临时表空间TEMP无需配额(C错); 干扰项排除:USERS表空间的配额不影响SALES_Q1建表(F错),配额仅需满足初始区间而非全部数据(E错)。
本题主要考察对Oracle数据库中 NULLIF和 COALESCE这两个函数的语法规则和返回值逻辑的理解。函数:比较两个表达式。如果二者相等,返回NULL;如果不相等,返回第一个表达式expr1的值。特别注意:第一个参数expr1不能直接为字面量NULL。函数:返回参数列表中第一个非空(NOT NULL)表达式的值。如果所有参数均为NULL,则返回NULL。该函数需要至少两个参数。数据类型一致性:在调用这些函数时,提供的参数应在数据类型上是兼容或可隐式转换的,否则可能导致错误。
本题主要考察 Oracle 数据库中动态服务注册(Dynamic Service Registration)的机制,特别是与 参数相关的配置要点。关键知识点包括: 参数的作用与设置方式、 文件在监听器地址解析中的功能、动态注册的触发进程(LREG 或 PMON),以及多监听器在同一主机上的并行运行规则。题目还涉及对监听器配置文件中必要结构的判断(如 部分的用途),以及动态注册对 文件的依赖性。英文题目:In the spfile of a single instance database, LOCA
本题主要考察对Oracle数据库中DESCRIBE命令的功能和特性的理解。DESCRIBE命令的可用环境:该命令可以在哪些Oracle工具中使用。DESCRIBE命令的输出信息:该命令能显示哪些类型的表或视图结构信息,特别是关于约束的显示情况。DESCRIBE命令的操作对象:该命令可以用于哪些数据库对象(如表、视图)。
一、选择题(40分)Oracle发出下列select语句:SQL>selecte.empno,e.ename,d.loc2fromempe,deptd3wheree.deptno=d.deptno4andsubstr(e.ename,1,1)=‘S’;下列哪个语句是Oracle数据库中可用的ANSI兼容等价语句?A.selectempno,ename,locfromempjoindepton
原创
2018-06-30 09:59:55
1356阅读
点赞
本套题库是OCP考试中的071(中文版)试题,由CUUG整理。19、请选择两项。查看BRICKS表中的数据:SHAPE WEIGHT-------- ------cube 5cuboid 10cylinder 15查看BOXES表:BOX_SIZE MIN_WEIGHT MAX_WEIGHT---------------- -------------- ---------------SMALL 0
原创
2021-04-08 14:56:58
312阅读
3.Which three statements are true about advanced connection options supported by Oracle Net for connection to Oracle Database instances? (Choose three.)
A. Connect Time Failover requires the use of Tr
转载
2021-12-21 17:48:41
216阅读
红帽认证考试题一直是IT从业者们关注的焦点之一。红帽公司作为全球开源软件领域的领军企业,其认证考试一直备受推崇。红帽认证考试题内容涵盖了Linux系统管理、OpenShift容器技术、Ansible自动化工具等多个领域,考试题目设计合理,难度适中,能够全面评估考生的技能水平。
红帽认证考试题的种类繁多,根据不同的技术领域和难度级别可以分为不同的认证等级,包括红帽认证工程师(RHCE)、红帽认证系
原创
2024-02-19 12:44:52
82阅读
本套题库是OCP考试中的071(中文版)试题,由CUUG整理。18、请选择最佳答案。查看以下成功执行的语句:CREATE VIEW emp80 ASSELECT *FROM employeesWHERE department_id = 80WITH CHECK OPTION;哪条语句将违反CHECK约束条件?A) SELECT *FROM emp80WHERE department_id = 90
原创
2021-04-08 13:46:15
712阅读