Question: Lab Instructions Write an SQL query to extract the following information from data dictionary: For each question you need to submit query and screenshot with
Lab Instructions Write an SQL query to extract the following information from data dictionary: For each question you need to submit query and screenshot with results. Start Oracle SQL Developer 1. Use SELECT * FROM dictionary; to find all available dictionary views.
2. Find all dictionary views that contain information about indexes.
3. How many indexes are defined on OE.CUSTOMERS table? (Hint: all views have meaningful name, just search the page)
4. For each index you found in #3 how many distinct keys?
5. Use V$...stat views to find information about "free memory" and "DB time" Hint: DB time is system parameter free memory is SGA (System Global Area) parameter
6. From your standpoint what is the most useful Oracle data dictionary view/table/procedure. Describe it and provide examples. Include your code and results of the execution
What kind of information do you need?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
