[pluralsight.com] Oracle Performance Tuning for Developers
大小
877.2 MB
文件数
104
Info Hash:
0D449C4B214746CFD728CFA0C78D723EB6F4FC4A
收录时间
2026-01-09 06:17:53
更新时间
2026-01-09 06:17:53
文件列表 (104)
01. Why Performance Tuning Matters/01_01-Introduction.mp4
5.21 MB
01. Why Performance Tuning Matters/01_02-Performance Tuning is Not Magic.mp4
11.16 MB
01. Why Performance Tuning Matters/01_03-Performance Tuning Approach.mp4
5.97 MB
01. Why Performance Tuning Matters/01_04-Performance Tuning Principles.mp4
7.28 MB
01. Why Performance Tuning Matters/01_05-Sample Database.mp4
15.13 MB
02. Oracle Architecture and Performance Basics/02_01-Introduction.mp4
2.24 MB
02. Oracle Architecture and Performance Basics/02_02-System Scalability.mp4
6.51 MB
02. Oracle Architecture and Performance Basics/02_03-Oracle Architecture Overview.mp4
10.62 MB
02. Oracle Architecture and Performance Basics/02_04-Buffer Cache.mp4
4.99 MB
02. Oracle Architecture and Performance Basics/02_05-Shared Pool.mp4
3.42 MB
02. Oracle Architecture and Performance Basics/02_06-Program Global Area.mp4
3.74 MB
02. Oracle Architecture and Performance Basics/02_07-Oracle Architecture Wrap Up.mp4
2.77 MB
02. Oracle Architecture and Performance Basics/02_08-Performance Metrics.mp4
15.69 MB
02. Oracle Architecture and Performance Basics/02_09-Performance Tuning and Database Size.mp4
9.48 MB
02. Oracle Architecture and Performance Basics/02_10-Building Effective Performance Test Databases.mp4
5.77 MB
02. Oracle Architecture and Performance Basics/02_11-Performance Tuning Database use Scenarios.mp4
17.77 MB
03. Connections and Connection Pools/03_01-Introduction.mp4
8.66 MB
03. Connections and Connection Pools/03_02-Demo - Connecting With and Without Connection Pools.mp4
6.79 MB
03. Connections and Connection Pools/03_03-Using a Connection Pool in .NET.mp4
6.75 MB
03. Connections and Connection Pools/03_04-Using a Connection Pool in Java.mp4
7.52 MB
03. Connections and Connection Pools/03_05-Connection Pool Best Practices.mp4
11.62 MB
03. Connections and Connection Pools/03_06-Demo - Blocking Connections.mp4
15.02 MB
03. Connections and Connection Pools/03_07-Summary.mp4
4.33 MB
04. Bind Variables/04_01-Introduction.mp4
3.51 MB
04. Bind Variables/04_02-The Shared SQL Area.mp4
14.74 MB
04. Bind Variables/04_03-Contention and Latch Waits.mp4
18.82 MB
04. Bind Variables/04_04-Matching SQL Statements.mp4
35.68 MB
04. Bind Variables/04_05-Using Bind Variables in Applications.mp4
23.76 MB
04. Bind Variables/04_06-Sample Application to Compare Approaches.mp4
24.05 MB
04. Bind Variables/04_07-Evaluation of Impacts of Bind Variables.mp4
8.48 MB
05. Statement Level Performance Tuning/05_01-What is an Execution Plan.mp4
9.49 MB
05. Statement Level Performance Tuning/05_02-Getting an Execution Plan.mp4
8.11 MB
05. Statement Level Performance Tuning/05_03-What Does an Execution Plan Contain.mp4
14.64 MB
05. Statement Level Performance Tuning/05_04-Reading an Execution Plan.mp4
13.4 MB
05. Statement Level Performance Tuning/05_05-Analyzing an Execution Plan.mp4
7.88 MB
05. Statement Level Performance Tuning/05_06-Autotrace Introduction.mp4
6.23 MB
05. Statement Level Performance Tuning/05_07-Autotrace Example in SQL Developer.mp4
13.22 MB
05. Statement Level Performance Tuning/05_08-Autotrace Example in SQL Plus.mp4
15.48 MB
05. Statement Level Performance Tuning/05_09-Data Size and Execution Plans.mp4
9.23 MB
05. Statement Level Performance Tuning/05_10-Summary.mp4
1.42 MB
06. Execution Plans in Depth/06_01-Introduction.mp4
2.48 MB
06. Execution Plans in Depth/06_02-Table Access Operations.mp4
13.63 MB
06. Execution Plans in Depth/06_03-Demo - Table Access Operations.mp4
13.36 MB
06. Execution Plans in Depth/06_04-Index Lookup Operations.mp4
15.67 MB
06. Execution Plans in Depth/06_05-Demo - Index Lookup Operations.mp4
11.22 MB
06. Execution Plans in Depth/06_06-Index Full Scan Operations.mp4
5 MB
06. Execution Plans in Depth/06_07-Join Operations.mp4
14.74 MB
06. Execution Plans in Depth/06_08-Tuning SQL Statements.mp4
14.54 MB
07. Indexing Essentials/07_01-Why Indexing Matters.mp4
9.49 MB
07. Indexing Essentials/07_02-B-Tree Indexes.mp4
9.27 MB
07. Indexing Essentials/07_03-Bitmap Indexes.mp4
10.97 MB
07. Indexing Essentials/07_04-Index Column Order Matters.mp4
8.15 MB
07. Indexing Essentials/07_05-Demo - Index Column Order.mp4
10.08 MB
07. Indexing Essentials/07_06-Index Skip Scan Operations.mp4
5 MB
07. Indexing Essentials/07_07-Index Selectivity.mp4
14.23 MB
07. Indexing Essentials/07_08-Selectivity for Composite Indexes.mp4
4.78 MB
07. Indexing Essentials/07_09-Demo - Index Selectivity.mp4
10.51 MB
07. Indexing Essentials/07_10-Determining Index Column Order.mp4
4.2 MB
08. Advanced Indexing Techniques/08_01-Module Outline.mp4
2.16 MB
08. Advanced Indexing Techniques/08_02-Covering Indexes.mp4
16.78 MB
08. Advanced Indexing Techniques/08_03-Function Based Indexes Introduction.mp4
12.52 MB
08. Advanced Indexing Techniques/08_04-Demo - Function Based Indexes. Case Insensitive Search.mp4
10.37 MB
08. Advanced Indexing Techniques/08_05-Selective Row Indexing With Function Based Indexes.mp4
10.52 MB
08. Advanced Indexing Techniques/08_06-Demo - Function Based Indexes. Selective Indexing.mp4
7.54 MB
08. Advanced Indexing Techniques/08_07-Index Compression.mp4
10.83 MB
08. Advanced Indexing Techniques/08_08-Invisible Indexes.mp4
5.06 MB
08. Advanced Indexing Techniques/08_09-Demo - Invisible Indexes.mp4
9.73 MB
08. Advanced Indexing Techniques/08_10-Summary.mp4
2.51 MB
09. Application Indexing Practices/09_01-Introduction.mp4
1.79 MB
09. Application Indexing Practices/09_02-What Should I Index.mp4
10.16 MB
09. Application Indexing Practices/09_03-Indexing Costs and Overhead.mp4
7.29 MB
09. Application Indexing Practices/09_04-Demo - Indexing Overhead.mp4
11.45 MB
09. Application Indexing Practices/09_05-Similar Indexes.mp4
3.06 MB
09. Application Indexing Practices/09_06-Monitoring Index Usage.mp4
8.48 MB
09. Application Indexing Practices/09_07-Why isnt Oracle Using My Index.mp4
1.83 MB
09. Application Indexing Practices/09_08-Missing Leading Edge of Index.mp4
2.8 MB
09. Application Indexing Practices/09_09-Index not Selective Enough.mp4
2.57 MB
09. Application Indexing Practices/09_10-Using a Like Clause and a Leading Wildcard.mp4
4.2 MB
09. Application Indexing Practices/09_11-Like Clauses and Index Selectivity.mp4
5.29 MB
09. Application Indexing Practices/09_12-Function in the Where Clause.mp4
4.65 MB
09. Application Indexing Practices/09_13-Data Type Conversion in the Where Clause.mp4
4.46 MB
09. Application Indexing Practices/09_14-Outdated Database Statistics.mp4
4.99 MB
09. Application Indexing Practices/09_15-Summary.mp4
1.91 MB
10. Monitoring Oracle Applications/10_01-Motivation for Performance Monitoring.mp4
10.56 MB
10. Monitoring Oracle Applications/10_02-Required Permissions.mp4
9.77 MB
10. Monitoring Oracle Applications/10_03-Introduction to Queries.mp4
1.01 MB
10. Monitoring Oracle Applications/10_04-Session Information.mp4
3.63 MB
10. Monitoring Oracle Applications/10_05-Session Resource Usage.mp4
2.59 MB
10. Monitoring Oracle Applications/10_06-What Statements are Running Right Now.mp4
2.92 MB
10. Monitoring Oracle Applications/10_07-Finding the Worst Performing Statements.mp4
9.37 MB
10. Monitoring Oracle Applications/10_08-Statements Conducting Full Scan Operations.mp4
3.44 MB
10. Monitoring Oracle Applications/10_09-Retrieving Execution Plans.mp4
1.2 MB
10. Monitoring Oracle Applications/10_10-Monitoring Index Usage.mp4
4.43 MB
10. Monitoring Oracle Applications/10_11-Monitoring Hard Parsing and SQL Using Literal Values.mp4
5.63 MB
10. Monitoring Oracle Applications/10_12-Table Information.mp4
5.03 MB
10. Monitoring Oracle Applications/10_13-Index Information.mp4
1.76 MB
10. Monitoring Oracle Applications/10_14-Summary.mp4
2.06 MB
11. Pitfalls and Practices/11_01-Module Introduction.mp4
5.18 MB
11. Pitfalls and Practices/11_02-Separating Transactional and Reporting Databases.mp4
14.08 MB
11. Pitfalls and Practices/11_03-Loading too Much Data.mp4
7.63 MB
11. Pitfalls and Practices/11_04-Committing Data too Frequently.mp4
16.17 MB
11. Pitfalls and Practices/11_05-ORMs and Abstraction From the Database.mp4
4.79 MB
11. Pitfalls and Practices/11_06-ORMs and the n+1 Selects Issue.mp4
2.1 MB
11. Pitfalls and Practices/11_07-Summary.mp4
6.99 MB