Hello, you are not logged in.  Login or sign up
Knowledge >> Toad Knowledge >> Coffee Break Bytes >> Toad for Oracle - Coffee Break Bytes
Search Toad World Search

Got five minutes? Get more out of Toad with these short video tutorials. They are divided into the following categories: 

You may need to disable your browser pop-up blocking to view the demos.

 SQL Performance and Tuning
Master Detail Browser
 

Posted: 10/08/2008

The Master/Detail Browser can be used to view or edit data from multiple tables, snapshots, views or queries linked by foreign keys or a user-defined master-detail relationship. This is typical of a database setup from an Entity/Relationship diagram, where one table's objects are related to another table's objects by a linking field or fields. If you have DBA privileges, you can view other schema's data as well as the one where you are logged in.
 
  

Formatting & Code Review
 

Posted: 10/08/2008

This video will show you how you can use Toad to format and review your code to specific standards.
 
  

Code Road Map
 

Posted: 10/08/2008

The Code Road Map graphically displays the complex PL/SQL interdependencies within a database. You can think of the Code Road Map as a developer's model of the application code.
 
  

Hidden Treasures of Toad: SQL Optimizer for Oracle
 

Posted: 07/18/2008

This is part of the "Discover the Hidden Treasures of Toad" series.

Hidden Treasures of Toad

SQL Optimizer for Oracle allows you to:

  • Ensure code performs as fast as possible
  • Automate the SQL optimization process and generate replacement SQL
  • Analyze indexing strategy through Global Indexing
  • Perform Index Impact Analysis

 This video provides a brief demonstration of SQL Optimizer for Oracle.


Download the complementary PowerPoint presentation in PDF format.

Hidden Treasures of Toad: Code Xpert
 

Posted: 07/18/2008

This is part of the "Discover the Hidden Treasures of Toad" series.

Hidden Treasures of Toad

Toad's Code Xpert tool is a quality assurance and standards enforcement tool for PL/SQL code that allows you to:

  • Automate the process of performing objective code quality reviews
  • Check code against a pre-defined set of rules
  • Help ensure that database best practices are followed

 This video provides a brief demonstration of Code Xpert.

Download the complementary PowerPoint presentation in PDF format.
Oracle Tuning Advisor
 

Posted: 05/01/2008

Toad for Oracle provides an interface to the Oracle Tuning Advisor. This feature is available from many locations within Toad.

This video will show you how to work with the Tuning Advisor using Toad for Oracle.
 
  

Toad Line Item Profiler
 

Posted: 03/27/2008

You can use Toad for Oracle to collect DBMS Profiler data and then view it as raw data or as a graph.

This video will demonstrate the basics of using the DBMS Line Item Profiler.
 
  

Toad Hierarchical Profiler
 

Posted: 03/27/2008

You can use Toad for Oracle to collect DBMS Profiler data and then view it as raw data or as a graph.

This video will demonstrate the basics of using the DBMS Hierarchical Profiler.

SQL Comparison with Toad for Oracle
 

Posted: 06/27/2007

With SQL comparison users can view examples of optimization techniques for SQL statements.
 

Creating and Testing Oracle Trace Files
 

Posted: 05/14/2007

Toad for Oracle and Benchmark Factory make it easy to create Oracle trace files and replay them in a test database environment.
 

What is the SQL Scanner?
 

Posted: 04/16/2007

SQL Scanner is included with Toad for Oracle Xpert Edition. With SQL Scanner users can:

  • Identify and extract problem SQL
  • Identify potential performance problems
  • Save significant time over manually searching through code


What is the SQL Inspector?
 

Posted: 04/16/2007

With SQL Inspector users can:

  • View and analyze SQL from Oracle’s System Global Area
  • Identify the impact of SQL activity on database performance


 

What is the SQL Optimizer?
 

Posted: 04/16/2007

SQL Optimizer is included with Toad for Oracle Xpert Edition. With SQL Optimizer users can:

  • Analyze the syntax of SQL statements
  • Rewrite statements to create optimally-performing, alternative statements
  • Pare down the number of alternative statements by matching each to a unique execution plan and eliminating duplicates


 Debugging
PL/SQL Debugging
 

Posted: 03/20/2008

This video will demonstrate how to run basic PL/SQL debugging functionality from within the Toad for Oracle editor window.
 
 

Debugging in Toad for Oracle 9.0
 

Posted: 04/16/2007

Toad for Oracle automates most debugging tasks, saving time and improving overall code quality. The Toad debugger:

  • Supports traditional debugging using DBMS output and automatically generates output code
  • Allows developers to step through code one line at a time or set conditional breakpoints
  • Enables developers to modify variables and view the execution stack

 

 Actions
Sharing and Scheduling Actions
 

Posted: 09/26/2008

This video demonstrates sharing actions be email and scheduling them using Windows Task Scheduler.


Using Actions Directly from Toad Features
 

Posted: 09/26/2008

This video demonstrates how to use Actions directly from the various Toad for Oracle features rather than the Action Palette.


Introduction to Actions
 

Posted: 09/26/2008

Actions are a powerful way to control database tasks you do over and over again. Features that are "actionable" allow you to save settings and run them at the click of a mouse. You can tweak settings before running, and you can string several actions together to automate an entire task.

This video will introduce the Action Palette and Action Recall features of Toad for Oracle.


Hidden Treasures of Toad: Action Recall
 

Posted: 07/18/2008

This is part of the "Discover the Hidden Treasures of Toad" series.

Hidden Treasures of Toad

Toad's Action Recall feature allows you to:

  • Record workflow steps in Toad and store for future use
  • Recall actions for execution and modification
  • Schedule actions to run automatically

 This video provides a brief demonstration of the Action Recall feature.

Download the complementary PowerPoint presentation in PDF format.
 DBA Features
Managing User Accounts
 

Posted: 10/10/2008

You can use Toad to manage your User Accounts, Roles, and Privileges. The Schema Browser provides easy access for creating and maintaining users.
 
  

Log Switch Frequency Map
 

Posted: 10/10/2008

The Log Switch Frequency screen shows when your database performs a log switch. Many DBA's aim to size their redo logs so that there are few log switches per hour. Frequent log switches can dramatically decrease performance, and infrequent log switches can increase database startup times. You can use this window to judge the balance of log switches.