OCP 12c 062题库大更新,出现大量新题-5

5.One of your databases supports an OLTP workload.

The default undo tablespace is fixed size with:

  1. RETENTION NOGUARANTEE
  2. undo_retention is 12 minutes

User scott get this error after a query on the sales table has run for more than 15 minutes:

ORA-01555: snapshot too old

Which three factors taken separately or in some combination might be the cause?

A) A committed delete to the sales table was made more than 12 minutes before the query began.

B) An uncommitted delete to the sales table was made more than 12 minutes before the query began.

C) A committed update to the sales table was made more than 12 minutes before the query began.

D) An uncommitted update to the sales table was made more than 12 minutes before the query began.

E) An update was made to the sales table before the query began.

F) An update to the SALES table was committed after the query began.

G) An update was made to the sales table after the query began.

Answer:ACF

(解析:题目的意思是:哪三个因素单独或结合在一起可能是原因?快照太老是因为一个长时间运行的查询语句,所要查询的对象在 undo 段找不到而产生的,找不到的原因是事务已经提交了,原来使用的 undo 段被覆盖。3组:1015267481 验证ocp)

原文地址:https://blog.51cto.com/13854012/2383747

时间: 2024-07-29 23:05:20

OCP 12c 062题库大更新,出现大量新题-5的相关文章

(2019)OCP 12c 062考试题库出现大量新题-4

4.Which four are true about creating and running a remote database scheduler jobs? A) A credential is optional for a remote database job. B) A database destination group must exist or be created for a job to run on multiple remote databases. C) A des

【2019】OCP 12c 062题库更新大量新题-7

7.daily_ords_lst is created in locally managed tablespace ORDERS_TBS which uses automatic segment space management. CREATE TABLE daily_ords_list (ordno NUMBER, ord_date DATE) PCTFREE 20; Which two are true ? A) 80% of every data block in daily_ords_l

【OCP 062新题】OCP题库更新出现大量新题-9

9.You ran this command on a source database: $> expdp hr/hr DIRECTORY=dumpdir DUMPFILE=empl.dmp VIEWS_AS_TABLES=emp_dept On the target database, you run this command: impdp hr/hr DIRECTORY=dumpdir DUMPFILE=empl.dmp VIEWS_AS_TABLES=emp_dept Which two

【OCP题库】最新CUUG OCP 12c 071考试题库(65题)

65.(22-16) choose the best answer: The CUSTOMERS table has the following structure: You need to write a query that does the following tasks: Display the first name and tax amount of the customers. Tax is 5% of their credit limit. Only those customers

【ocp新题】OCP 12c 062认证考试出现大量新题-8

Which are two ways for a database service to be recognized by a listener in Oracle Database 12c? A) Static registration in the listener.ora file using the service_name parameter B) Dynamic Registration by the smon process C) Static registration in th

【有新题】OCP 12c 062出现大量新考题-14

choose two You plan to upgrade your Oracle Database 9i to Oracle Database 12c. Which two methods can you use? A) Perform a direct upgrade by manually running the catctl.pl and catupgrd.sql scripts before issuing the STARTUPUPGRADE command. B) Upgrade

【062有新题】OCP 12c 062出现大量之前没有的新考题-16

choose one Which users are created and can be used for database and host management of your DBaaS database servers? A) cloud and oracle users B) root, oracle and cloud users C) root and oracle users D) opc and oracle users E) root, opc and oracle use

【OCP题库】最新CUUG OCP 12c 071考试题库(67题)

67.(25-8)choose the best answer: View the Exhibit and examine the structure of CUSTOMERS table. Evaluate the following query: SQL>SELECT cust_id, cust_city FROM customers WHERE cust_firstname NOT LIKE 'A%g_%' AND cust_credit_limit BETWEEN 5000 AND 15

【OCP题库】最新CUUG OCP 12c 071考试题库(68题)

68.(29-13)choose two: Which two statements are true? (Choose two.) A) DICTIONARY is a view that contains the names of all the data dictionary views that the user can access. B) The user SYSTEM owns all the base tables and user-accessible views of the