[bbk4343]小布-OCP 042全真试题讲解
參考視頻:
[bbk4343]小布-OCP 042全真試題講解
- 1、You are in the middle of a transaction and very crucial data has been modified.Because of a hardware failure,the instance has shutdown before synchronizing all the database files.
Which two statements are true ? (Choose two.)
-
- A.On startup,SMON coordinates instnace recovery.
- B.On startup,CKPT coordinates instance recovery.
- C.On startup,use RMAN to perform instance recovery.
- D.Uncommitted changes will be rolled back after the database is opened.
- E.On startup,perform media recovery and then instance recovery.
- F.On startup,all the files will be synchronized and you get both committed and uncommitted data.
instance recovery是用SMON進程自動實現(xiàn)的.instance recovery是不需要DBA干預的.說白了instance recovery是SMON干的活,不屬于RMAN的活;RMAN的主要工作時media reovery.
media recovery可以理解為磁盤損壞.RMAN主要是用來做Media Recovery.
- 2、You want the user APP_DBA to administer the Oracle database from a remote machine.APP_DBA is granted the SYSDBA privilgeg to perform administrative tasks on the database.
Which file is used by the Oracle Database server to authenticate APP_DBA?
-
- A.control file
- B.password file
- C.listener controller file
- D.control file and password file
- 3、which three statements are true regarding the logical structure of the Oracle database ?(choose three)
- A.Each segment contains one or more extents.
- B.Multiple tablespace can share single data file.
- C. data block is the smallest unit of I/O for datafiles.
- D.It is possible to have tablespace of different block size in a database.
- E.Each data block in the database always corresponds to one OS block.
- 4、Which is the memory area that is created when a dedicated server process is started,and contains data and control information for that server process?
- A.SGA
- B.PGA
- C.Shared Pool
- D.Streams Pool
系統(tǒng)表空間和臨時表空間的block size大小是由db_block_size參數(shù)指定的,其他的表空間的大小可以由db_block_size參數(shù)指定,也可以由其他參數(shù)指定.
- 5、You find that the database perfomance degrades while you backup the PROD database using Recovery Manager(RMAN).The PROD database is running in shared server mode.The database instance is currently using 60% of total operating system memory.You suspect the shared pool fragmentatation to be the reason.
Which action would you consider to overcome the perfomance degradation?
-
- A.Configure Java Pool to cache the java objects.
- B.Configure Streams Pool to enable parallel processing.
- C.Increase Shared Pool Size to cache more PL/SQL objects.
- D.Increase Database Buffer Cache size to increase cache hits.
- E.Configure Large Pool to be used by RMAN and shared server.
- F.Increase the total system global area(SGA) size to increase memory hints.
Shared Server模式下,使用RMAN做備份時,通過增加LARGE POOL SIZE來配合使用,會更加有效;否則RMAN會擠占Shared Pool中的資源,從而降低數(shù)據(jù)庫性能.?
轉載于:https://www.cnblogs.com/arcer/p/3154169.html
總結
以上是生活随笔為你收集整理的[bbk4343]小布-OCP 042全真试题讲解的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。