Question
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
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
Use SELECT * FROM dictionary; to find all available dictionary views.
Find all dictionary views that contain information about indexes.
How many indexes are defined on DVSYS.RULE_SET_RULE$ table? (Hint: all views have meaningful name, just search the page)
For each index you found in #3 how many distinct keys?
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
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
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started