X

Download Sales Training Toad for Oracle SQL Navigator PowerPoint Presentation

SlidesFinder-Advertising-Design.jpg

Login   OR  Register
X


Iframe embed code :



Presentation url :

Home / Business & Management / Business & Management Presentations / Sales Training Toad for Oracle SQL Navigator PowerPoint Presentation

Sales Training Toad for Oracle SQL Navigator PowerPoint Presentation

Ppt Presentation Embed Code   Zoom Ppt Presentation

PowerPoint is the world's most popular presentation software which can let you create professional Sales Training Toad for Oracle SQL Navigator powerpoint presentation easily and in no time. This helps you give your presentation on Sales Training Toad for Oracle SQL Navigator in a conference, a school lecture, a business proposal, in a webinar and business and professional representations.

The uploader spent his/her valuable time to create this Sales Training Toad for Oracle SQL Navigator powerpoint presentation slides, to share his/her useful content with the world. This ppt presentation uploaded by worldwideweb in Business & Management ppt presentation category is available for free download,and can be used according to your industries like finance, marketing, education, health and many more.

About This Presentation

Slide 1 - Toad for Oracle 8.5 Ken Speer, Sr. Systems Consultant
Slide 2 - Product Value Proposition A complete, proven, industry-leading database solution (de facto standard) that provides: 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. Collaboration features to accelerate team development. Utilities to ensure quality code and optimization. Access to a Community of users to assist you in developing applications and Quest in improving our product offerings. Backed by a healthy and growing corporate entity.
Slide 3 - Product Value Proposition Peace of mind as the leader in database space: As a productivity tool, companies save money and time developing and maintaining applications. Performance of the application is critical. Toad for Oracle Xpert ensures performance for end users. Users have a say in product development. This is very unique in the industry.
Slide 4 - 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
Slide 5 - 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
Slide 6 - Toad 8.5 Bundling Diagram
Slide 7 - Toad 8.5 Bundling Diagram
Slide 8 - 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)
Slide 9 - 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
Slide 10 - 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
Slide 11 - Support for Oracle Real Application Cluster Back
Slide 12 - Support for Citrix and Terminal Server Back
Slide 13 - 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).
Slide 14 - Lecco Integration LECCO scanner integration with code xpert for SQL scripts
Slide 15 - 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.
Slide 16 - 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!
Slide 17 - 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 Application Oracle Database Debug PL/SQL
Slide 18 - 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 debugger will "listen" for a procedure invocation and then fire up the debugger and interrupt the processing. This would allow TOAD to catch a web-based execution session and then drop into debug mode. This would cause the web app to "hang/freeze" while the debugger is running, with return 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 move between the front end and the stored proc. I would love to see this as an enhancement. It would increase our productivity ten fold.”
Slide 19 - 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:
Slide 20 - 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.
Slide 21 - 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
Slide 22 - 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.
Slide 23 - Query Viewer
Slide 24 - 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.
Slide 25 - Procedure Execution Improvements Output Results for R/C Procedure Execution in SB In Memory Grid Results for Weak REF Cursors as well as strong
Slide 26 - 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
Slide 27 - SQL Editor Window
Slide 28 - Multiple Grid Results Executing as a script (F5) allows for multiple results sets
Slide 29 - REF Cursor Grid
Slide 30 - 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
Slide 31 - Marketing Support Webcasts Tips and Tricks User groups Community Events Web White Papers References
Slide 32 - Questions?