InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
How Can You Create An Advanced Queuing (aq)? |
|
Answer» ORACLE provides the dbms_aqadm package to CREATE an advanced queue. This package can be used to create, alter, and DROP AQ. The procedure that provides these FUNCTIONS are given as follows:
Oracle provides the dbms_aqadm package to create an advanced queue. This package can be used to create, alter, and drop AQ. The procedure that provides these functions are given as follows: |
|
| 2. |
How Can Retrieve Object Definitions From Data Dictionary? |
|
Answer» You can use the dbms_metadata package to retrieve object definitions from data dictionary by SPECIFYING the following:
You can use the dbms_metadata package to retrieve object definitions from data dictionary by specifying the following: |
|
| 3. |
How Can You Get The Information Processed By Log Miner Procedures? |
|
Answer» The information PROCESSED by log miner is stored in the V$logmnr_contents view. You can be use the dbms_logmnr.mine_value and dbms_logmnr.column_present procedures with the data in the v$logmnr_contents view to REVIEW the information. The information processed by log miner is stored in the v$logmnr_contents view. You can be use the dbms_logmnr.mine_value and dbms_logmnr.column_present procedures with the data in the v$logmnr_contents view to review the information. |
|
| 4. |
List The Log Miner Procedures? |
|
Answer» Log MINER procedures are given as follows:
The following two functions can also be used with log MINERS:
Log miner procedures are given as follows: The following two functions can also be used with log miners: |
|
| 5. |
Name Some Of The Procedures Available In The Dbms_application_info Package? |
|
Answer» The PROCEDURES AVAILABLE in the dbms_application_info PACKAGE are set_module, sect_action, read_module, set_client_info, read_client_info and SET set_session_longtops. The procedures available in the dbms_application_info package are set_module, sect_action, read_module, set_client_info, read_client_info and set set_session_longtops. |
|
| 6. |
How Can You Manage Optimizer Statistics? |
Answer»
|
|
| 7. |
How Can You Implement Fine Grained Auditing? |
|
Answer» Oracle has PROVIDED a package called dbms_fga to IMPLEMENT FINE GRAINED auditing. It contains the following procedures:
Oracle has provided a package called dbms_fga to implement fine grained auditing. It contains the following procedures: |
|
| 8. |
What Procedures Can You Use To Register With An Aq? |
Answer»
|
|
| 9. |
Which Procedures Can You Use To Encrypt And Decrypt Data In Different Formats? |
|
Answer» Following procedures can be used to encrypt or decrypt data in DIFFERENT formats:
Following procedures can be used to encrypt or decrypt data in different formats: |
|
| 10. |
What Is The Commonly Used Procedure Of The Dbms_lock Package? |
| Answer» | |
| 11. |
What Do You Understand By Fine Grained Auditing? |
| Answer» | |
| 12. |
How Does Oracle Facilitate Communication Between Different Sessions? |
Answer»
|
|
| 13. |
How Can You Grant Privileges On Aq To Other Users? |
| Answer» | |
| 14. |
List Some Of The Procedures Provided By The Dbms_aq Package? |
|
Answer» Some of the PROCEDURES provided by the dbms_aq PACKAGE are ENQUEUE, dequeue, REGISTER and unregister. Some of the procedures provided by the dbms_aq package are enqueue, dequeue, register and unregister. |
|
| 15. |
What Is A User Defined Lock? |
Answer»
|
|
| 16. |
Explain The Major Functions Provided By The Dbms_stats Procedure? |
|
Answer» The dbms_stats procedure performs the FOLLOWING general FUNCTIONS:
The dbms_stats procedure performs the following general functions: |
|
| 17. |
Does Oracle Support Asynchronous Notification? |
|
Answer» ORACLE SUPPORTS asynchronous notification USING the dbms_alert PACKAGE. Oracle supports asynchronous notification using the dbms_alert package. |
|
| 18. |
How Can You Create A User Defined Lock? |
|
Answer» The dbms_lock PACKAGE can be used to create USER DEFINED LOCKS. The dbms_lock package can be used to create user defined locks. |
|
| 19. |
Does Oracle Provide Any Package To Deal With Materialized Views? |
|
Answer» You can use the dbms_mview PACKAGE to deal with materialized views. It is ALSO called dbms_snapshot. Some of the procedures provided by the dbms_mview packages are as given follows:
You can use the dbms_mview package to deal with materialized views. It is also called dbms_snapshot. Some of the procedures provided by the dbms_mview packages are as given follows: |
|