Greetings, readers! Now that Amazon has disabled its popular ebook lending feature, we're more committed than ever to helping you find the best ways to borrow FREE or save big on the Kindle books that you want to read. Kindle Unlimited and Amazon Prime Reading offer members free reading access to over 1 million titles, including Kindle books, magazines, and audiobooks. Beginning soon, each day in this space we will feature "Today's FREEbies and Top Deals for Our Favorite Readers" to share top 5-star titles that are available for KU and Prime members to read FREE, plus a link to a 30-day FREE trial for Kindle Unlimited!

Lendle

Lendle is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com. As an Amazon Associates participant, we earn small amounts from qualifying purchases on the Amazon sites.

Apart from its participation in the Associates Program, Lendle is not affiliated with Amazon or Kindle in any other way. Amazon, Kindle and the Amazon and Kindle logos are trademarks of Amazon.com, Inc. or its affiliates. Certain content that appears on this website is provided by Amazon Services LLC. This content is provided "as is" and is subject to change or removal at any time. Lendle is published independently by Stephen Windwalker and Windwalker Media and is not endorsed by Amazon.com, Inc.

In this tutorial we will explain how to debug Oracle (11.2) PL/SQL code with Oracle’s SQL Developer (3.2) tool. We will cover how to:
1.Compile a PL/SQL module in debug mode,
2.Set a breakpoint in a module so the code execution stops at a specified point,
3.Set a watch on a variable so you can see when it changes,
4.Inspect variables in the code to see their values,
5.Deposit values into variables so program execution flow can be altered,
6.Step through code, step into procedures or functions and step over procedures or functions,
7.Debug database triggers,
8.Associate SQL statements with a specific PL/SQL module and profile a PL/SQL module.
This tutorial is essential reading for anyone working with PL/SQL that has to debug large complex modules.
Read it now and get the knowledge you need to succeed!

Table of Contents from the book

Introduction
Environment configuration
Chapter 1 – The environment
1.1 Download and install Oracle XE
1.2 Download and install SQL Developer
1.3 DBA tasks to set up the database
1.3. Sample code for debugging
1.4 Database Administrator Privileges
Chapter 2 – Debugging a PL/SQL procedure
2.1 The debug ribbon
2.2 Compiling in debug mode
2.3 Creating a breakpoint
2.4 The Debug Execution Ribbon
2.5 Inspecting a variable
2.6 Stepping through code
2.7 Setting a variable watch
2.8 Depositing a value into a variable
2.9 Debug Windows
Chapter 3 –Debugging Triggers
3.1 Trigger design
3.2 Trigger example code
3.3 How to debug a trigger
Chapter 4 – Performance problems in PL/SQL
4.1 Tagging SQL statements
4.2 Profiling PL/SQL code
4.3 Performance in summary
Chapter 5 –Various items
5.1 PL/SQL Meta Data
Chapter 6 – In conclusion
6.1 Benefits of SQL Developer Debug
6.2 Disadvantages of SQL Developer Debug
Bonus Material related to this eBook
More titles from Richard Thrust

Genres for this book