Guest User

Untitled

a guest
Jan 27th, 2016
1,818
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.74 KB | None | 0 0
  1. 1. Which three statements are true about the Pre-Upgrade Information Tool?
  2. A) It clears all user recycle bins in a database and releases their storage space.
  3. B) It writes a list of invalid SYS and SYSTEM objects to the registry$sys_inv_objs table.
  4. C) It evaluates the dependencies of network utility packages.
  5. D) It identifies any deprecated and unsupported parameters.
  6. E) It generates fix-up scripts and automatically runs them to resolve issues that are flagged in the source database.
  7.  
  8.  
  9. 2. Which activity is audited by default and recorded in the operating system audit trail irrespective of whether or not database auditing is enabled?
  10. A) configuration of unified auditing mode
  11. B) execution of SQL statements by users connected with the SYSDBA privilege
  12. C) usage of the AUDIT statement
  13. D) creation of a fine grained audit policy
  14.  
  15.  
  16. 3. Which two tasks must you perform before you begin the upgrade process to Oracle Database 12c
  17. A) Put all read­only tablespaces in read write mode.
  18. B) Recompile all invalid objects
  19. C) Set the compatible parameter to 12 ­ 1 ­ 0 ­ 1
  20. D) Gather dictionary statistics.
  21. E) Empty all user recycle bins.
  22.  
  23.  
  24. 4. Which two tools can be used to configure static service information in the listener.ora file?
  25. A) Oracle Net Manager
  26. B) Oracle Enterprise Manager Cloud Control
  27. C) Oracle Net Configuration Assistant
  28. D) Listener Control Utility (LSNRCTL)
  29. E) Oracle Enterprise Manager Database Express
  30.  
  31. 5. In your database, the STATISTICS_LEVEL parameter is set to TYPICAL and a Automatic Workload Repository (AWR) snapshot is taken every 30 minutes.
  32. Which two statements are true about the Automatic Database Diagnostic Monitor (ADDM)?
  33. A) It runs after each AWR snapshot is created and it requires at least two snapshots for analysis.
  34. B) It measures database performance by analyzing the wait time and CPU time of all non-idle user sessions.
  35. C) It calls other advisors if required, but does not provide recommendations about the advisors to be used.
  36. D) It always compares the latest snapshot with the baseline snapshot for analysis.
  37. E) It requires at least four AWR snapshots for analysis.
  38.  
  39. 6. Which three file types are stored in the Fast Recovery Area by default in a traditional non­OMF file system?
  40. A) online redo log files
  41. B) parameter file
  42. C) multiplexed copies of the current control file
  43. D) archived log files
  44. E) Flashback Data Archive files
  45. F) Flashback logs
  46.  
  47.  
  48. 7. You want to create a database with a block size other than the default 8 KB by using the Database Configuration Assistant (DBCA).
  49. Which option should you use?
  50. A) A custom database template
  51. B) A Data Warehouse database template
  52. C) Automatic Storage Management (ASM) for storage of data files.
  53. D) A file system for storage of data files
  54.  
  55.  
  56. 8. Which two statements are true about the Database Configuration Assistant (DBCA)?
  57. A) It can be used to add an new tablespace
  58. B) It can be used to copy an existing Oracle database to a new host and apply any patches necessary in the new host.
  59. C) It can configure Automatic Storage Management (ASM) diskgroups.
  60. D) It can be used to create a database template from an existing database
  61. E) It can generate SQL database creation scripts.
  62.  
  63.  
  64. 9. Identify two prerequisites for configuring Enterprise Manger Database Express (EM Express).
  65. A) Grant the APEX_PUBLIC_USER role to the SYSMAN user
  66. B) Install Oracle HTTP Server
  67. C) Use the DBMS_XDB_CONFIG.SETHTTPPORT procedure to configure a port number for Oracle HTTP Server
  68. D) Configure at least one dispatcher for the TCP/IP protocol
  69. E) Create a SYSMAN user with the SYSDBA privilege as an administration for EM Express.
  70.  
  71.  
  72. 10. Which three tools or tasks are run by default as part of automated maintenance tasks?
  73. A) SQL Access Advisor
  74. B) Optimizer statistics gathering
  75. C) Segment Advisor
  76. D) Automatic SQL Tuning Advisor
  77. E) Automatic Database Diagnostic Monitor
  78.  
  79.  
  80. 11. Which three statements are true about automated maintenance tasks?
  81. A) Predefined maintenance tasks consist of automatic optimizer statistics collection, running Automatic Segment Advisor, and running Automatic SQL Tuning Advisor.
  82. B) A repository is maintained in the SYSTEM tablespace to store the history of execution of all tasks.
  83. C) They run at predefined time intervals that are intended to occur during a period of low system loads
  84. D) An Oracle Scheduler job is created for each maintenance tasks that is scheduled to run in a maintenance window.
  85. E) A maintenance window is automatically extended until all the maintenance tasks defined are completed.
  86.  
  87.  
  88. 12. What is the benefit of running the catctl.pl script during an upgrade of a pre-12c database to an Oracle 12c database?
  89. A) It generates a log file containing the fixes that can be made to the source database.
  90. B) It recompiles all invalid PLSQL and Java code.
  91. C) It provides parallel upgrade options to finish the upgrade process with a reduced down time.
  92. D) It provides a summary of the upgrade results.
  93. E) It generates fix­up scripts to be run on the source database before upgrade.
  94.  
  95.  
  96. 13. You install Oracle Grid Infrastructure standalone server and issue the following command:
  97. crsctl start has
  98. Which two existing components get automatically added to the Oracle Restart configuration?
  99. A) Oracle CSSD services
  100. B) the database whose instance is running
  101. C) Oracle Notification services
  102. D) Oracle Healthcheck services
  103. E) Oracle Net Listener
  104.  
  105.  
  106. 14. Which three statements are true about Oracle Restart?
  107. A) It can be configured to automatically attempt to restart various components after a hardware or software failure
  108. B) It can be used to only start Oracle components
  109. C) While starting any components, it automatically attempts to start all dependencies first and in proper order
  110. D) It runs periodic check operations to monitor the health of Oracle components.
  111. E) It can be configured to automatically restart a database in case of normal shutdown of the database instance.
  112.  
  113.  
  114. B & D: Oracle Restart ensures that Oracle components are started in the proper order
  115.  
  116. E: Oracle Restart runs periodic check operations to monitor the health of these components. If a check operation fails for a component, the component is shut down and restarted.
  117.  
  118.  
  119. 15. Which two statements are true about using SQL*Loader?
  120. A) It can load into multiple tables using the same load statement.
  121. B) It can generate unique sequential key values in specified columns.
  122. C) It can load data from external files by using the direct path only.
  123. D) It can load data into one table at a time.
  124. E) It can load data from external files by using the conventional path only.
  125.  
  126.  
  127. 16. Which two statements are true about SQL*Loader Express Mode in an Oracle 12c database?
  128. A) The DEGREE_OF_PARALLELISM parameter is set to AUTO
  129. B) You cannot load data into multiple tables.
  130. C) You can selectively load rows into a table based on a filter.
  131. D) If no data file is specified, it assumes the data file to be <table-name>.dat in the current directory and uses it.
  132. E) You cannot have multiple SQL*Loader data files.
  133.  
  134.  
  135. 17. You want the execution of a large database operation to suspend, and then resume, in the event of space allocation failures.
  136. You set the value of the initialization parameter RESUMABLE_TIMEOUT to 3600
  137. Which two statements are true?
  138. A) Before a statement executes in resumable mode, the ALTER SESSION ENABLE RESUMABLE ­ Statement must be issued in its session.
  139. B) Data Manipulation Language (DML) operations are resumable, provided that they are not embedded in a PL/SQL block.
  140. C) A suspended statement will report an error if no corrective action has taken place during timeout period.
  141. D) Suspending a statement automatically results in suspending a transaction and releasing all the resources held by the transaction.
  142. E) A resumable statement can be suspended and resumed only once during execution.
  143.  
  144.  
  145. 18. In your database instance, the RESOURCE_LIMIT parameter is set to TRUE.
  146. You create the profile:
  147. CREATE PROFILE app_user LIMIT
  148. SESSIONS_PER_USER    5
  149. CPU_PER_SESSION   UNLIMITED
  150. CPU_PER_CALL   3000
  151. IDLE_TIME    10
  152. PASSWORD_LIFE_TIME  60
  153. PASWORD_REUSE_TIME  60
  154. PASWORD_REUSE_MAX  UNLIMITED
  155. Which two statements are true about users and their sessions that are subject to this profile?
  156. A) The CPU_PER_CALL is ignored in the user sessions because of the unlimited value of CPU_PER_CALL
  157. B) These users can never reuse a password
  158. C) The PASSWORD_LIFE_TIME value is ignored because of the unlimited value of PASSWORD_REUSE_MAX.
  159. D) In each user session, the limit for LOGICAL_READS_PER_SESSION is the same as defined in the DEFAULT profile.
  160.  
  161.  
  162. 19. You want to reduce fragmentation and reclaim unused space of the SALES table but not its dependent objects. During the operation, you want to ensure the following:
  163. i. Long-running queries are not affected
  164. ii. No extra space is used
  165. iii. Data manipulation language (DML) operations on the table succeed at all times throughout the process.
  166. iv. Unused space is reclaimed both above and below the high water mark.
  167. Which ALTER TABLE option would you recommended?
  168. A) DEALLOCATE UNUSED
  169. B) SHRINK SPACE CASCADE
  170. C) SHRINK SPACE COMPACT
  171. D) ROW STORE COMPRESS BASIC
  172.  
  173. 20. The HR user updates the salary of one of the employees in the EMPLOYEES table, but does not commit the transaction.
  174. Which type of lock would this scenario lead to?
  175. A) Exclusive table-level lock on the EMPLOYEES table
  176. B) Row-exclusive lock on the row being updated
  177. C) Null lock on the EMPLOYEES table
  178. D) Null lock on the row being updated
  179.  
  180.  
  181. 21. You have the following entry in the tnsnames.ors file of your hq.us.example.com host machine:
  182. ORCL =
  183.  (DESCRIPTION =
  184.   (ADDRESS_LIST =
  185.    (ADRESS = (PROTOCOL = TCP)(HOST = hq.us.example.com)(PORT = 1521))
  186.   )
  187.   CONNECTED_DATA =
  188.    (SERVICE_NAME = ORCL.us.example.com)
  189.   )
  190.  )
  191. You issue the following command at the command prompt:
  192. Sqlplus HR/HR@ORCL
  193. Which statement is true about the connection to the ORCL database instance?
  194. A) The connection succeeds, provided the NAMES.DEFAULT_DOMAIN parameter is set to us.example.com in the sqlnet.ora file on the client side.
  195. B) The connection fails because the net service name does not have the suffix us.example.com.
  196. C) The connection succeeds, provided the SERVICE_NAMES initialization parameter is set to ORCL.
  197. D) The connection succeeds, provided the ORCL.us.example.com database service is registered with a listener, the listener is up, and the database is open.
  198.  
  199.  
  200. 22. Which statement is true about redo log files during instance recovery?
  201. A) All current, active, and inactive redo logs are required to complete instance recovery.
  202. B) All redo log entries in the current and active logs are applied to the data files to reconstruct changes made after the most recent checkpoint.
  203. C) All redo log entries in the current log are applied to data files until the checkpoint position is reached.
  204. D) All current, online, and archived redo logs are required to complete instance recovery.
  205.  
  206.  
  207. 23. A database uses Automatic storage Management (ASM) as database storage, which has diskgroup, DATA1, which is created as follows:
  208. SQL> CREATE DISKGROUP data1 NORMAL REDUNDANCY
  209.  FAILUREGROUP failuregrp1 DISK ‘/dec/sda1’, ‘/dev/sda2’,
  210. FAILUREGROUP failuregrp2 DISK ‘/dec/sda3’, ‘/dev/sda4’;
  211. What happens when the FAILURGRP1 failure group is corrupted?
  212. A) Mirroring of allocation units occurs within the FAILUREGRP2 failure.
  213. B) Transactions that are using diskgroup fail.
  214. C) ASM does not mirror any data and newly allocated primary allocation units (AU) are stored in the FAILUREGRP2 failure group.
  215. D) Data in the FAILUREGRP1 failure group is move to the FAILUREGRP2 failure group and rebalancing is started.
  216.  
  217.  
  218. 24. Your single-instance Oracle 12c database home currently supports conventional auditing and uses Automatic Storage Management (ASM). You want to enable unified auditing by executing the command:
  219. $ make –f ins_rdbms.mk uniaud_on ioracle ORACLE_Home=$ORACLE_HOME
  220. Which two steps should you perform before executing this command?
  221. A) Ensure that the initialization parameter AUDIT_TRAIL is set to DB.
  222. B) Disable auditing by setting the initialization parameter AUDIT_TRAIL to NONE.
  223. C) Shutdown the database instance
  224. D) Drop any existing fine-grained audit (FGA) policies
  225. E) Stop the listener.
  226.  
  227.  
  228. 25. Which three factors influences the optimizer’s choice of an execution plan?
  229. A) Cardinality estimates
  230. B) The OPTIMIZER_MODE initialization parameter
  231. C) Fixed baselines
  232. D) Type of connection used to connect to database instance
  233. E) Object statistics in the data dictionary
  234.  
  235.  
  236. 26. Which three statements are true about Oracle Data Pump?
  237. a) IMPDP can be used to change target data file names, schemas, and tablespaces during import.
  238. b) Oracle Data Pump export and import operations can be performed only by users with the SYSDBA privilege.
  239. c) IMPDP always use the conventional path insert method to import data.
  240. d) The DBMS_DATAPUMPS Pl/SQl Packages can be used independently of Data Pump clients to perform export and import operations.
  241. e) EXPDP and EIMPDP are the client components of Oracle Data Pump.
  242.  
  243.  
  244. 27. The DEFERRED_SEGMENT_CREATION parameter is set TRUE in your database instance.    (erfasst)
  245. You execute the following command to create a table:
  246. SQL> CREATE TABLE acctl
  247.  (ac_no NUMBER,
  248.  ac_desc varchar2(25),
  249.  amount number(10,2));
  250. Which two statements are true?
  251. A) A segment is allocated when an index is created for any column in the table.
  252. B) The table is created without segment because the storage clause is missing
  253. C) A segment is allocated when the first row is inserted table.
  254. D) A segment is allocated for the table if the ALTER TABLE …..ALLOCATE EXTENT command is issued.
  255. E) The table is created and extents are immediately allocated as per default storage defined for its tablespace.
  256.  
  257.  
  258. 28. The HR.DEPARTMENTS table is the parent of the HR.EMPLOYEES table. The EMPLOYEES.DEPARTMENT_ID column has foreign key constraint with the ON DELETE CASCADE option that refers to the DEPARTMETS .DEPARTMENT_ID column. An index exists on the DEPARTMETS.DEPARTMENT_ID column. A transaction deletes a primary key in the DEPARTMENTS table, which has child rows in the EMPLOYEES table.
  259. Which statement is true?
  260. A) The transaction acquires a table lock only on the DEPARTMENTS table until the transaction is complete.
  261. B) Only the rows that are deleted in the DEPARTMETS and EMPLOYEES tables are locked until the transaction on the DEPARTMENTS table is complete.
  262. C) The transaction acquires a table lock only on the DEPARTMENTS table. This lock enables other sessions to query but not update the DEPARTMENTS table until the transaction on the DEPARTMENTS is complete.
  263. D) The transaction acquires a table lock only on the EMPLOYEES table. This lock enables other sessions to query but not update the EMPLOYEES table until the transaction on the DEPARTMENTS is complete.
  264.  
  265.  
  266. 29. Which two statements are true about the Automatic Database Diagnostic Monitor (ADDM)?
  267. A) It runs automatically after each AWR snapshot is created and it requires at least two snapshots for analysis.
  268. B) Its results are stored in AWR.
  269. C) It calls SQL advisors automatically if required.
  270. D) It provide recommendations only for poorly performing SQL statements.
  271. E) It requires at least one AWR snapshot for analysis.
  272.  
  273.  
  274. 30. Which set of statements is true about data dictionary views?     
  275. 1) They are stored in the SYSTEM tablespace.
  276. 2) They are based on virtual tables
  277. 3) They are owned by the SYS user
  278. 4) They can be queried by a normal user only of the 07_DICTIONARY_ACCESSIBILITY parameter is set to TRUE.
  279. 5) The V$FIXED_TABLE view can be queried to list the names of these views
  280. 6) They are owned by the SYSTEM user.
  281. A) 2, 5 and 6
  282. B) 2, 3, 4, and 5
  283. C) 1 and 3
  284. D) 1, 2 and 3
Advertisement
Add Comment
Please, Sign In to add comment