22.You are planning a software installation for both Oracle Database 11g Release 1 and Release 2. You plan to have at lease one database for each release managed by Grid Infrastructure for a Standalone Server. Which three are true in this scenario? A…
24. YOUR DB_RECOVERY_FILE_DEST_SIZE Is 8G. Currently, 5G of the space Is used of which 4G consists of obsolete backups. You execute this command: SQL> ALTER SYSTEM SET db_recovery_file_dest_size=2G; What is the outcome? A) It changes DB_RECOVERY_FILE…
13.Which two are true about AWR snapshots? A) They are stored In the SYSAUX tablespace. B) They are not generated if STATISTICS_LEVEL Is set to TYPICAL. C) They can be modified by using DMLs. D) They can be retained forever. E) They are always create…
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…
23.Which two are true about data dictionary and dynamic performance views (v$ views)? A) All database users have access to ALL_* views. B) Data dictionary view output is subject to read consistency. C) The defining queries for Oracle supplied dynamic…
21.Which two are true about roles? A) A role can be password-protected. B) A role can be granted to another role. C) Only one default role can be granted to a user. D) A role can be granted only multiple system privileges not multiple object privileg…
16.Your database Is configured In archivelog mode. The USERS01 tablespace Is currently online. You are required to take the tablespace offline. Which clause or clauses ensure that no media recovery is required when the tablespace Is brought back onli…
18.You want to Install Oracle 11g database software and create a database on ASM Immediately after the Install. Your plan is to install both Oracle database and Grid Infrastructure. Which two are true in this scenario? A) Grid Infrastructure must be…
25.Which is true about logical and physical database structures? (Choose the best answer) A. An undo tablespace has a temp file instead of a data file. B. A segment can consist of extents of different sizes. C. A permanent tablespace can only contain…
20. Which is true about the SYSTEM and SYSAUX tablespaces? A) The SYSAUX tablespace can be made read-only but the SYSTEM tablespace cannot. B) Both tablespaces can be used for temporary storage if no temporary tablespace is defined. C) Only the SYSTE…