RelationalDBDesign
SiteMap
Advanced Tuning
SQL Tuning
Perform Tuning
Tuning Instance
Tuning Basics
External Environment
SQL Tuning Tools
«Prev
Next»
Oracle SQL Tuning
Tuning Oracle SQL
Extension ANSI SQL
SQL Tuning Tool Set
Executing Oracle SQL
Explain Plan Utility
SQL Optimizer Modes
Rule Based Optimizer
Ranking Scheme
Cost Based Optimizer
SQL Tuning Hints
Oracle SQL
ANSI SQL Extensions
Built in Functions
Query Override
Oracle null Value BIF
Decode Function
Supplied Extensions
Extensions Conclusion
SQL Tuning Tools
DBA SQL Roles
Creating SQL Standards
Developers Write SQL
Inside Stored Procedures
SQL Tuning Tools
Explain Plan Utility
SQL Declarative Language
Oracle Plan Table
Explain Plan Statement
Full Table Scan
Diagnose Table Joins
Non Correlated Subqueries
Index Range Scans
Analyze Explain Plan
SQL Explain Plan Conclusion
SQL Optimizer Modes
Optimizer Modes
Default Optimizer Mode
SQL Optimizer Modes
Rule Based Optimizer
SQL Management - Quiz
Select the best answer or answers for each question.
1.
What was listed as a benefit of placing all SQL in stored procedures? (Choose all that apply)
Please select all the correct answers.
A.
Access security is easier to control with GRANT EXECUTE.
B.
SQL will run faster than external SQL.
C.
SQL can be pinned into the shared pool.
D.
SQL will automatically optimize itself.
2.
What was listed as a SQL tuning goal for the DBA? (Choose all that apply)
Please select all the correct answers.
A.
Eliminate unnecessary hard-coded variables.
B.
Pin frequently-used SQL into the shared pool.
C.
Eliminate all GRANT EXECUTE privileges.
D.
Prevent the use of UNIX SQL*Plus with product_user_profile.
3.
What was listed as a primary goal for the SQL developer?
Please select the best answer.
A.
To write the SQL as quickly as possible
B.
To write the SQL to minimize database I/O
C.
To write the SQL inside stored procedures
D.
To write the SQL to use host variables