OCP换考题了,052新考题及答案整理-第17题

17、Which two statements are true about tablespaces?

A) A database can contain multiple undo tablespaces.

B) A database can contain only a single temporary tablespace.

C) A database instance stores undo data In the SYSTEM tablespace If no undo tablespace exists.

D) A database instance hangs If the SYSAUX tablespace becomes unavailable.

E) A database with a locally managed SYSTEM tablespace can have dictionary-managed user tablepaces.

Answer:AE

原文地址:https://www.cnblogs.com/cnblogs5359/p/9353972.html

时间: 2024-10-07 02:27:26

OCP换考题了,052新考题及答案整理-第17题的相关文章

OCP最新考试题库-052新考题及答案整理-34

34.Which is true about invalid PL/SQL objects? A) They are automatically recompiled against the new definition of a referenced object at the same time as the referenced object is modified. B) They can be manually recompiled only by using SQL commands

OCP考试题库变了,052新考试题及答案整理-32

32. Examine these commands and their output: ? SQL> SELECT * FROM emp; ? ENO ENAME ? ---- ----- ? 100 Adam ? 101 Alan ? SQL> INSERT INTO emp VALUES(102,'Ben"); ? 1 row created. ? SQL> COMMIT; ? Commit completed. ? SQL> UPDATE emp SET enam

OCP换题库了,052最新考题及答案整理-第11题

11.Which three are true about UNDO data? A) It is used to roll back failed transactions. B) It is used to rewind a database by using FLASHBACK DATABASE. C) It is used to recover dropped tables by using FLASHBACK TABLE - TO BEFORE DROP. D) It is used

OCP题库更新,新版052新考题及答案整理-第12题

12.Which two types of Information can be found in the alert log? A) instance recovery details B) a record of all DDL statements performed by non-DBA users C) a record of all actions performed by SYS and SYSTEM D) critical errors encountered by backgr

OCP考试题库更新,052最新考题及答案整理-第8题

8.Which two are true about the Fast Recovery Area (FRA)? A) It should be larger than the database. B) Space management In the FRA Is Influenced by the database backup retention policy. C) A database must be in ARCHIVELOG mode to use the FRA. D) It mu

【OCP|052】OCP题库更新,052最新考题及答案整理-第10题

10.Which two are true about consistent database backups? A) They can only be taken when a RECOVERY CATALOG is used. B) They can only be taken if the database Is in ARCHIVELOG mode. C) They can only be taken If shutdown NORMAL, TRANSACTIONAL, or IMMED

OCP 052最新考题还有答案整理-第26题

26.In which state can you back up a database in ARCHIVELOGMODE using RMAN? A. NOMOUNT, MOUNT, AND OPEN B. NOMOUNT AND MOUNT ONLY C. OPEN ONLY D. MOUNT AND OPEN ONLY E. OPEN RESTRICTED ONLY Correct Answer: D 原文地址:http://blog.51cto.com/13854012/2152125

【有新题】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

OCP换题库了,最新052考试题库及答案整理-14

14.Which command is used to display files that no longer conform to the backup retention policy? A) REPORT OBSOLETE B) SHOW DATAFILE BACKUP COPIES C) CROSSCHECK BACKUP D) LIST EXPIRED BACKUP Answer:A 北京CUUG整理,转载请注明,OCP讨论群:569933648/836361015 原文地址:htt