+ All Categories
Home > Documents > Download

Download

Date post: 20-Aug-2015
Category:
Upload: tess98
View: 416 times
Download: 1 times
Share this document with a friend
Popular Tags:
32
Toad for Oracle 8.5 Ken Speer, Sr. Systems Consultant
Transcript
Page 1: Download

Toad for Oracle 8.5

Ken Speer, Sr. Systems Consultant

Page 2: Download

You Can Expect More.

Product Value Proposition

A complete, proven, industry-leading database solution (de facto standard) that provides:

1. Productivity features/functions for rapidly creating and executing queries, automating database object management, and developing SQL & PL/SQL code with the benefit of built-in expertise.

2. Collaboration features to accelerate team development.3. Utilities to ensure quality code and optimization.4. Access to a Community of users to assist you in developing applications

and Quest in improving our product offerings.5. Backed by a healthy and growing corporate entity.

Page 3: Download

You Can Expect More.

Product Value Proposition

Peace of mind as the leader in database space:1. As a productivity tool, companies save money and time developing

and maintaining applications.

2. Performance of the application is critical. Toad for Oracle Xpert ensures performance for end users.

3. Users have a say in product development. This is very unique in the industry.

Page 4: Download

You Can Expect More.

Benefit from Toad’s large community of peers and experts for platform

expertise, tips, best practices and up-to-date product news Backed by Quest as a corporation to provide the needed support,

events, training and R&D as a vendor for the future

Toad’s Key Benefits

Improve productivity with

easy-to-use functionality to

create/execute queries,

create/modify database

objects and develop

application code Increase code quality with

integrated utilities to optimize

PL/SQL code and tune SQL

Page 5: Download

You Can Expect More.

Toad 2005 Projected Roadmap

Q1

Toad for Oracle 8.6

Toad Japanese•Patch Release

ToadJapanese SQLOptimizer

Toad for SQL Svr 1.0

Q2 Q3 Q4

Toad for DB2 1.0

Toad for Oracle 8.5

QDesigner 11

QDesigner 12

Toad for MySQL 2.0

SQL Optimizer Visual Studio Extension

Toad for MySQL 1.0

Page 6: Download

You Can Expect More.

Toad 8.5 Bundling Diagram

Page 7: Download

You Can Expect More.

Toad 8.5 Bundling Diagram

Page 8: Download

You Can Expect More.

Summary of New Features

• 10g Support Enhanced

– Toad embraces and exploits new Oracle 10g features/functions • RAC Support

– Recognize and work with RAC environments like any other • Redesigned SQL Editor

– New workspace with merged SQL Editor and Script Runner interface

• Integrated SQL Scanning – Scan editor source code for SQL Statements and Rate Them

• Citrix Support – Fully supported installation on Citrix Servers

• Secure Shell Support (SHH)

Page 9: Download

You Can Expect More.

Summary of New Features Continued

• Export File Browser – Browse Oracle dump files as though in the database

• Just-in-Time Debugging – Same feature from SQL Navigator allows debugging from

external applications• Integrated Windows Task Scheduler Interface

– Schedule any DDL task!• Auditing

– Toad now has an interface to Oracle’s auditing administration and audit trails

• New Operations Console– Load and run scripts and SQL statements against multiple

databases simultaneously

Page 10: Download

You Can Expect More.

Oracle 10g Support in Detail

• Data Pump - Oracle's Next Generation Import/Export Utility

• Stand-Alone Instant Client • Segment Advisor

– Available with the DBA Module, the Segment Advisor takes advantage of Oracle 10g's new ability to shrink

a segment within a tablespace. • Undo Advisor

– The Undo Advisor provides advice and helps to automate the establishment of the database undo environment.

• Index monitoring (implemented to support 9i also)

• 10g Scheduler Tabs added for Schema Browser

– Scheduler Job Classes – Scheduler Jobs – Scheduler Schedules – Scheduler Window Groups – Scheduler Windows

• More 10g Data Type and SQL Statement Support

– Rename Tablespace– Default Tablespace– Tablespace Groups– Online Segment Shrink– Recycle Bin– New Data Types DOUBLE, FLOAT,

BINARY_DOUBLE, BINARY_FLOAT– Big File Tablespaces– Global Partitioned Indexes - Hash

Partitioning – New Row Timestamp pseudo-column

Page 11: Download

You Can Expect More.

Support for Oracle Real Application Cluster

Back

Page 12: Download

You Can Expect More.

Support for Citrix and Terminal Server

Back

Page 13: Download

You Can Expect More.

CRUD Matrix

• A CRUD Matrix is tabular representation of the data access for a given piece of SQL or PL/SQL code.

• Create * Retrieve * Update * Delete

• Note that CRUD Matrices can also be created at the columnar level. While the name remains CRUD, the options are actually Create (i.e. INSERT), Retrieve (i.e. SELECT), Update and Delete (i.e. NULLIFY – you cannot delete a column’s value, rather you set it to NULL).

Page 14: Download

You Can Expect More.

Lecco Integration

• LECCO scanner integration with code xpert for SQL scripts

Page 15: Download

You Can Expect More.

New Rules for Code Xpert

• Approx 48 new rules have been added focusing on "best practices" for SQL*Plus scripting commands.

• These rules are categorized and can be found under the "SQLPLUS" Category in the RuleSet configuration window.

Page 16: Download

You Can Expect More.

Integrated Windows Scheduler

• Schedule any DDL task with Toad's new Task Scheduler Interface!

• Have an index that needs altered? Go thru the Alter Index GUI and hit the 'Schedule' Button.'

• Need to create a table but aren't able to run the command during Production hours? Schedule it to run after you leave work!

Page 17: Download

You Can Expect More.

Just In Time Debugging

Supports Oracle Developer, Visual Basic, Delphi, PowerBuilder, etc

This feature is extremely useful when the client-server application calls a stored program with complex parameters, such as cursors, that are not easily simulated from Toad. Rather than trying to simulate the complex environment within Toad, you can simply connect to the external application and then debug the code in its native environment.

External ApplicationExternal ApplicationOracle DatabaseOracle Database

Debug PL/SQLDebug PL/SQL

Page 18: Download

You Can Expect More.

Words from a Beta User

“What you really need is for TOAD to support "remote" debugging sessions.Oracle JDev has this. Since your web app is running as it's own user,you cannot easily debug those sessions within TOAD. A remote debuggerwill "listen" for a procedure invocation and then fire up the debuggerand interrupt the processing. This would allow TOAD to catch aweb-based execution session and then drop into debug mode. This wouldcause the web app to "hang/freeze" while the debugger is running, withreturn passed back to the web app when the debug session is over.

Without this type of set-up, it's very difficult to see the data movebetween the front end and the stored proc.

I would love to see this as an enhancement. It would increase ourproductivity ten fold.”

Page 19: Download

You Can Expect More.

Operations Console

QuickConnect (c) is simply a way to get a new connection fast, and to see them organized by server:

Offered in the Project Manager, so you can execute Scripts across multiple databases at once.  This shows us executing the profiler script on the LER10G and ORSO92 databases simultaneously:

Page 20: Download

You Can Expect More.

Export File Browser

• The Export File Browser is a new window in 8.5 for users with the DBA or Professional modules. It can be found in the DBA menu, under the "Data Export and Import" submenu.

• This window lets you browse Oracle Export files. You can see what objects are in them and get DDL for one or multiple objects (or for a whole schema). You can also look at the data of any table (or partition of a table) in a grid, and use Toad's grid...save as, or grid...print functions.

Page 21: Download

You Can Expect More.

Export File Browser – Continued

• All of the data in the file can be exported out to all the Grid Formats supported by Toad's grid. You can also compare the contents of your Export .DMP file to the contents of a live database.

Note: Does not work with Oracle’s new Data Pump File Formats

Page 22: Download

You Can Expect More.

Threaded Query Manager

• The Query Viewer displays currently running background queries, the database where they are running, their current execution time and the SQL.

• From this window you can cancel them, or display the SQL Editor page where they are running and view them in detail.

• This output panel tab will ONLY show the queries that have run for the active editor tab.

• Toad has a main Query Viewer window (under the View menu) which will show you ALL the user queries ran by Toad.

Page 23: Download

You Can Expect More.

Query Viewer

Page 24: Download

You Can Expect More.

Master Detail Browser

Now you are able to define

master-detail relationships in

the master detail browser w/o

having a foreign key.  This

does not add a foreign key, it

just tells the screen what rows

to show in the detail table

depending on the focused

row in the master table.

Page 25: Download

You Can Expect More.

Procedure Execution Improvements

• Output Results for R/C Procedure Execution in SB

• In Memory Grid Results for Weak REF Cursors as well as strong

Page 26: Download

You Can Expect More.

Redesigned SQL Editor

• Multi-tab SQL Editor• Slide Out SQL Recall• VCR Buttons in Data Grid• New Tabs

– Query Viewer

– Script Debugger

– Code Xpert

• New Toolbar buttons• Program Navigator Panel• Slide out SQL Recall Window

Page 27: Download

You Can Expect More.

SQL Editor Window

Page 28: Download

You Can Expect More.

Multiple Grid Results

• Executing as a script (F5) allows for multiple results sets

Page 29: Download

You Can Expect More.

REF Cursor Grid

Page 30: Download

You Can Expect More.

SQL Optimizer Integration

• The Code Xpert has incorporated the SQL Scanner within Toad

• Still need SQL Optimizer to Scan entire DB and/or Code• Lecco Auto Tune methodology not yet incorporated• Scheduled SGA trace not yet incorporated into Toad• Complete integration of SQL Optimizer scheduled for 8.6

release

Page 31: Download

You Can Expect More.

Marketing Support

• Webcasts• Tips and Tricks• User groups• Community• Events• Web• White Papers• References

Page 32: Download

You Can Expect More.

Questions?


Recommended