Tune your SQL report in oraclePrograming / Tune your SQL report in oracle
Start : July 01-2024 |
End : July 03-2024 |
Trainer : Eng.Saad Hamad |
Course Fee : 550.00$ |
No. Of Places : 5 Of 12 |
Location : Apt #7 ,Floor 11, Tower 4, Empire Business Towers, Erbil, Kurdistan Region, Iraq. |
SQL tuning is the iterative process of improving SQL statement performance to meet specific, measurable, and achievable goals.
SQL tuning implies fixing problems in deployed applications. In contrast, application design sets the security and performance goals before deploying an application.
who should attend?
SQL Developers
Data Analysts
Data Scientists
PL/SQL Developers
Oracle DBAs
Oracle BI Developers
objective
-A SQL statement becomes a problem when it fails to perform according to a predetermined and measurable standard.
-After you have identified the problem, a typical tuning session has one of the following goals:
- Reduce user response time, which means decreasing the time between when a user issues a statement and receives a response
- Improve throughput, which means using the least amount of resources necessary to process all rows accessed by a statement
-Learn Oracle Database Architecture by "Tuning" aspects.
-Understand SQL Tuning Terminologies
-Learn How to Prioritize your SQL Tuning Efforts.
content
SQL & Perfomance Tuning Course Introduction.
What is SQL (Performance) Tuning and Why We Need?
Oracle Database Architecture.
SQL Tuning Basics.
Execution Plans & Statistics.
Table & Index Access Paths.
Optimizer Hints.