Oracle Architecture MCQ

Oracle Architecture MCQ

This Oracle Architecture MCQ test check the understanding on various topics like Recovery Manager (RMAN), Oracle Architecture concept like shared pool ,PGA, Library cache size,Backup & recovery , Oracle Memory structure, Background processes, Dictionary views , alert logs ,oracle tablespace ,indexes , profiles and many more

The below test is randomized Oracle Architecture MCQ and select 40 questions from the set of many questions,so each time you try to attempt it, you will get different questions in different order and option would also be in different order, So it will be fun practicing with this tool. You can try as many times as you want till you feel comfortable about it

Instructions for online test

1.This quiz consists of 40 questions .It is recommended to complete the test in 60 min
2. It consists both single choice and more than  one choice questions to test your knowledge
3. You can press the submit button at the end of your test and get the final score
4.You will also get the know the correct choice after you finished the test.

1. What is the significance of using the command SET NEWNAME in the script shown in the following code?
Run
{
allocate channel c1 type disk;
set newname for datafile 1 to '+DATA';
restore datafile 1;
switch datafile 1;
recover datafile 1;
sql 'Alter database open';
}

Question 1 of 40

2. Which one of the following parameters when specified determines the maximum number of the files that can be stored in each backup set?

Question 2 of 40

3. Which Oracle background process frees SGA resources that were allocated to a user process that failed?

Question 3 of 40

4. an oracle instance is made up of

Question 4 of 40

5. What can you see when querying V$LOGMNR_CONTENTS?

Question 5 of 40

6. Which one of the following views must you query from the recovery catalog database to obtain information about the backup sets that were created using RMAN?

Question 6 of 40

7. In which one of the following loading methods does SQL*Loader compete with the other processes to acquire buffer resources?

Question 7 of 40

9. Which one of the following views would you query to obtain information about data files that need recovery?

Question 9 of 40

10. which of the following views contains information about overall system statistics, both previously and currently connected

Question 10 of 40

11. Which three statements about fine-grained access control are true?

Question 11 of 40

12. Among the listed recovery method types, which recovery requires the DBA to explicitly issue a recovery command?

Question 12 of 40

13. Which one of the following statements about the tnsping utility is correct?

Question 13 of 40

14. Which Oracle process is responsible for archiving the online redo log files when the automatic archiving feature is enabled in ARCHIVELOG mode?

Question 14 of 40

15. What is the result of issuing the following command? SQL> ALTER SYSTEM SET SHARED_SERVERS=0;

Question 15 of 40

16. The buffers in the database buffer cache that are currently being accessed by a server process are referred to as?

Question 16 of 40

17. which of the following lock type is the most restrictive

Question 17 of 40

18. Which one of the following configuration files can be used to implement the host naming method?

Question 18 of 40

19. Which one of the following commands must be issued to remove a stored script from the recovery catalog?

Question 19 of 40

20. which dba view would show storage, row, and block information for an table

Question 20 of 40

21. Which one of the following Oracle components or products must be installed and configured to enable the secure communications between the client and the server over the network?

Question 21 of 40

23. Prior to performing an incomplete database recovery, what is the most important task that you are supposed to perform as a DBA?

Question 23 of 40

24. Assume that you need to restore and recover a database that's operating in ARCHIVELOG mode. The archive log files available for recovery start from log sequence 21156 to 21190. If the archived log files with sequence number 21187, 21184, and 21180 are corrupted, then until which log sequence can you recover the database?

Question 24 of 40

25. Due to a media failure, all the members that are part of an online redo log group are lost. Under what conditions can you still recover the database without data loss?

Question 25 of 40

26. Which one of the following statements is true about the LogMiner utility?

Question 26 of 40

27. response time is a measure of

Question 27 of 40

28. Which one of the following options would you use with RMAN to back up archive log files along with other files?

Question 28 of 40

29. Which one of the following files contains records that are rejected by SQL*Loader due to invalid input format?

Question 29 of 40

30. Which one of the following statements enables the control file AUTOBACKUP feature?

Question 30 of 40

31. which of the following components of the SGA records changes made to the database for recovery purpose

Question 31 of 40

32. if the init.ora optimizer mode is set to choose, but no statistics have been generated for the application’s tables and indexes, which optimizer mode will oracle user

Question 32 of 40

34. Which one of the following commands can you use to display whether or not the automatic archiving feature is enabled?

Question 34 of 40

35. What must you do after the completion of copying the data files while performing online database backup?

Question 35 of 40

36. To enable a database to have more than one service associated with it, the connect descriptor SID parameter in the tnsnames.ora file has been replaced by which two parameters?(Choose two)

Question 36 of 40

37. which of the following factors would not make a column a good candidate for b-tree index

Question 37 of 40

38. Due to a media failure the user10.dbf data file was lost. Which one of the following commands must DBA use at the RMAN prompt, to copy the data files from the backup location to their default location before performing recovery operations?

Question 38 of 40

39. the alert log contains information on all but which of the following

Question 39 of 40

40. Which two statements are true when corrupted blocks are skipped?

Question 40 of 40


 

I hope you like this Oracle Architecture MCQ quiz and it helps in your examination preparation. Best of Luck for the Oracle certification Examination. Please do provide feedback on it. We will also be adding more quizzes and questions in future.

Happy Learning!!!!

Related Articles
Oracle sql online test :Check out this Oracle sql online test for interview preparation & certification. This will help in checking your understanding on Oracle SQL
Oracle DBA quiz : this is a oracle dba quiz to check your understanding on DBA concepts.This will help in Passing oracle certification examination and the interview also
Oracle Performance & Tuning Quiz :Check out this Oracle performance online test for interview preparation & certification. This will help in checking your understanding on Oracle SQL
oracle quiz :  This is a online Oracle Quiz to check your understanding on Oracle stuff like Truncate,delete, drop ,constraints, select query,distinct and many more
https://en.wikipedia.org/wiki/Oracle_Database

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top