Oreilly - Toad for Oracle - 9780134289311
Oreilly - Toad for Oracle
by | Released November 2015 | ISBN: 0134289315


4+ Hours of Video InstructionToad for Oracle LiveLessons video training covers the latest features of TOAD necessary to view, extract, and manipulate data within the Oracle database. This course is designed for both the developer using Toad to aid in programming Oracle objects, as well as for the business analyst using Toad as a query tool for data extraction and analysis. There is even a complete lesson for the database administrator. DescriptionIn this LiveLessons video course, Oracle Ace Director Dan Hotka covers all of the features necessary to develop, manipulate, and debug PL/SQL code; develop & tune SQL statements; use Query Builder and ER tools; and discover useful features of TOAD. The course also shows how to see the data relationships of the application data and how to view/save this data. Related FilesThe related files for this LiveLesson can be downloaded from www.informit.com/title/9780134289120.About the InstructorDan Hotka is a training specialist and an Oracle ACE director who has more than 37 years in the computer industry and more than 31 years of experience with Oracle products. His experience with the Oracle RDBMS dates back to the Oracle V4.0 days. Dan enjoys sharing his knowledge of the Oracle RDBMS. Dan is well published with 12 Oracle books and more than 200 published articles. He is also the video author of several LiveLessons video courses, including Oracle SQL Performance Tuning for Developers LiveLessons and Oracle PL/SQL Programming: Fundamentals to Advanced LiveLessons. He is frequently published in Oracle trade journals, blogs regularly, and speaks at Oracle conferences and user groups around the world. Visit his website at www.DanHotka.com.Skill Level Beginner Learn How To Have a better working knowledge of the TOAD tool Customize the user interface to individual needs Add shortcuts and use existing templates Add your own SQL to TOAD Reports Use TOAD to display available objects and even create SQL for you Who Should Take This Course Oracle programmers and business analysts Programmers who are new to the TOAD tool Course Requirements No prior knowledge of TOAD is required A working knowledge of the SQL language is helpful, but not required Table of ContentsIntroduction Lesson 1: Toad for Oracle Course Overview Lesson 1 starts with a review of the course pre-requisites and data objects used throughout the lessons. Lesson 2: Toad Configuration and Setup Options Lesson 2 illustrates the various configuration and setup options available in Toad. Lesson 3: SQL and the Editor Window Lesson 3 covers the Editor window where you can learn about Toad code shortcuts, how to set up your own code shortcuts, and how to create SQL without typing. You also learn about the SQL history and some features available when viewing data on the data grid panel. Lesson 4: The Schema Browser Lesson 4 is all about the Schema Browser. This lesson finishes the conversation of the data grid features, including filtering rows and columns, sorting, and building reports using the full-featured report writer built right into Toad. This lesson also features saving data from the data grids into a number of formats, including Microsoft Office tools (Excel, Access, etc.), insert statements, and formatted files.Lesson 5: PL/SQL Tips and Techniques Lesson 5 completes the PL/SQL story in and around the Editor window, showing some very useful programming tips on managing the screen, code condensing, additional coding aides, and a review of the symbolic PL/SQL debugger.Lesson 6: Toad as a SQL Tuning Tool Lesson 6 covers Toad as a SQL Tuning Tool. This lesson goes into detail on customizing the Explain Plan, illustrating several ways to run SQL Trace (including for a single SQL to someone else's live session), the Auto Optimizer, and concludes with a review of the PL/SQL profiler. SQL Trace features the Toad Trace File Browser, a very nice interface for reviewing trace files. Toad also has a useful TKProf wizard.Lesson 7: Toad for the Database Administrator Lesson 7 is designed for the Oracle database administrator. This lesson has many monitors, statspack and AWR reporting features, as well as a nice tablespace maintenance tool built right into Toad. Lesson 8: Other Useful Features of Toad Lesson 8 is a combination of other features that you might find useful, such as the compare wizards, the create wizards, and the cool HTML document generator. This lesson spends time with the Report Manager as well. The lesson concludes with a review of useful pre-programmed keystrokes available in most releases of Toad.Lesson 9: Object and Data Relationship Features, Query Builder Features Lesson 9 concludes the course by illustrating how to view data relationships, how to view and save related data, and how to build SQL using just your mouse. SummaryAbout LiveLessons Video TrainingThe LiveLessons Video Training series publishes hundreds of hands-on, expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. This professional and personal technology video series features world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, IBM Press, Pearson IT Certification, Prentice Hall, Sams, and Que. Topics include IT Certification, Programming, Web Development, Mobile Development, Home and Office Technologies, Business and Management, and more. View all LiveLessons on InformIT at http://www.informit.com/livelessons. Show and hide more
  1. Introduction
    • Toad for Oracle: Introduction 00:06:02
  2. Lesson 1: Toad for Oracle Course Overview
    • Learning objectives 00:00:28
    • 1.1 Understand the course pre-requisites 00:00:53
    • 1.2 Understand the course database objects and the course download 00:03:18
    • 1.3 Introduce Toad for Oracle Unleashed book 00:00:42
    • Put it all together 00:00:19
  3. Lesson 2: Toad Configuration and Setup Option
    • Learning objectives 00:00:27
    • 2.1 Install Toad 00:00:46
    • 2.2 Understand login panel options and configuration 00:06:05
    • 2.3 Explore useful Toad options panels 00:14:30
    • 2.4 Customize the Tool bar 00:05:11
    • Put it all together 00:00:43
  4. Lesson 3: SQL and the Editor Window
    • Learning objectives 00:00:44
    • 3.1 Use the editor window 00:06:49
    • 3.2 Work with the describe panel 00:06:45
    • 3.3 Discover useful SQL code 00:05:58
    • 3.4 Work with the Toad SQL history feature 00:04:35
    • 3.5 Discover useful user enhancements 00:04:02
    • 3.6 Introduce Toad's Code Review 00:05:05
    • 3.7 Hands-on Lab 00:08:24
    • Put it all together 00:00:41
  5. Lesson 4: The Schema Browser
    • Learning objectives 00:00:35
    • 4.1 Use the Toad schema browser panel to configure the interface LHS and RHS options 00:04:39
    • 4.2 Manage vast numbers of objects 00:06:18
    • 4.3 Create object wizards from navigator tree 00:04:50
    • 4.4 Explore additional data grid features 00:07:07
    • 4.5 Export data from the data grid 00:05:45
    • 4.6 Create reports from data grids using the Fast Reports interface 00:04:48
    • 4.7 Hands-on Lab 00:14:08
    • Put it all together 00:00:51
  6. Lesson 5: PL/SQL Tips and Techniques
    • Learning objectives 00:00:28
    • 5.1 Explore PL/SQL 00:06:27
    • 5.2 Work with code templates 00:06:11
    • 5.3 Use the PL/SQL symbolic debugger 00:13:28
    • 5.4 Hands-on Lab 00:02:44
    • Put it all together 00:00:35
  7. Lesson 6: Toad as a SQL Tuning Tool
    • Learning objectives 00:01:03
    • 6.1 Utilize Toad Explain Plan features 00:06:46
    • 6.2 Use the query viewer 00:01:43
    • 6.3 Work with auto trace 00:01:28
    • 6.4 Use Auto Optimize SQL/SQL Tuning Advisor 00:04:50
    • 6.5 Utilize Session Browser to show SQL, wait events and locking 00:09:55
    • 6.6 Work with SQL Trace (10046 trace) 00:04:13
    • 6.7 Work with the PL/SQL profiler 00:06:01
    • 6.8 Hands-on Lab 00:06:47
    • Put it all together 00:00:49
  8. Lesson 7: Toad for the Database Administrator
    • Learning objectives 00:00:42
    • 7.1 Utilize Toad monitoring features for the DBA 00:06:20
    • 7.2 Review Toad's tablespace management options 00:03:39
    • 7.3 Work with statistics and useful monitoring assistance 00:08:25
    • 7.4 Review additional DBA topics in Toad 00:03:49
    • Put it all together 00:00:25
  9. Lesson 8: Other Useful Features of Toad
    • Learning objectives 00:00:38
    • 8.1 Explore Automation Designer 00:03:51
    • 8.2 Utilize Finding Objects 00:02:36
    • 8.3 Work with HTML doc generator 00:05:32
    • 8.4 Use Toad's compare features 00:04:36
    • 8.5 Create objects and scripts using Toad 00:04:56
    • 8.6 Explore various Toad reports 00:02:40
    • 8.7 Review useful keystrokes in Toad 00:04:27
    • 8.8 Hands-on Lab 00:03:44
    • Put it all together 00:00:42
  10. Lesson 9: Object and Data Relationship Features, Query Builder Features
    • Learning objectives 00:00:28
    • 9.1 Discover master/detail data browsing 00:02:50
    • 9.2 Use Entity Relationship Diagram 00:02:44
    • 9.3 Use Query Builder 00:05:22
    • 9.4 Hands-on Lab 00:05:17
    • Put it all together 00:00:55
  11. Summary
    • Toad for Oracle: Summary 00:01:49
  12. Show and hide more

    Oreilly - Toad for Oracle

    9780134289311.toad.foracle.part1.OR.rar

    9780134289311.toad.foracle.part2.OR.rar

    9780134289311.toad.foracle.part3.OR.rar


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss