Call now: 252-767-6166  
Oracle Training Oracle Support Development Oracle Apps

 
 Home
 E-mail Us
 Oracle Articles
New Oracle Articles


 Oracle Training
 Oracle Tips

 Oracle Forum
 Class Catalog


 Remote DBA
 Oracle Tuning
 Emergency 911
 RAC Support
 Apps Support
 Analysis
 Design
 Implementation
 Oracle Support


 SQL Tuning
 Security

 Oracle UNIX
 Oracle Linux
 Monitoring
 Remote s
upport
 Remote plans
 Remote
services
 Application Server

 Applications
 Oracle Forms
 Oracle Portal
 App Upgrades
 SQL Server
 Oracle Concepts
 Software Support

 Remote S
upport  
 Development  

 Implementation


 Consulting Staff
 Consulting Prices
 Help Wanted!

 


 Oracle Posters
 Oracle Books

 Oracle Scripts
 Ion
 Excel-DB  

Don Burleson Blog 


 

 

 


 

 

 

 
 

Adding animated pictures to PowerPoint Presentations

Tech Tips by Donald Burleson


It's often very handy to have animations inside a PowerPoint presentation to illustrate a complex interaction, but creating animated slides for PowerPoint can be very confusing.  After wasting an hour with the PowerPoint animation feature it became clear that this PowerPoint feature is not animating text and pictures, and not for "playing" an animation within a PPT slide.

Here is my approach to adding animated illustrations to PowerPoint presentations.  It involves using PowerPoint to create each "slide" for an animated gif, and once the animated gif is created, pasting it into the "real" PowerPoint presentation.

1 - Download the Microsoft gif animator tool

2 - Draw your illustration in PowerPoint, saving each image, and then "insert --> duplicate slide" to get the starting point for the next image:

3 - Open the MS gif animator.

4 - Starting with the LAST PPT slide in your deck, copy the PowerPoint image and paste it into MS-Word, or Photoshop to convent it into a paste-able image.  Then re-copy the image:

 

5 - Working backwards from the last picture, paste the image into the MS gif animator.  In the animation tab, set "looping, repeat forever":

6 - After you have pasted-in a few images, save the animated gif and test it in your browser:

7 - Once the animated gif is complete, you can paste it directly into your PowerPoint by choosing (insert --> picture --> from file).

Here are some samples:

Oracle Parallel Query Illustration

Oracle full-table scan Illustration

Oracle Index access illustration

For queries that access common rows with a table (e.g. get all items in order 123), unordered tables can experience huge I/O as the index retrieves a separate data block for each row requested.

If we group like rows together (as measured by the clustering_factor in dba_indexes) we can get all of the row with a single block read because the rows are together.  You can use 10g hash cluster tables, single table clusters, or manual row re-sequencing (CTAS with ORDER BY) to achieve this goal:

Disk enqueues can occur when the disk is unable to quickly service concurrent requests.  Super-large disks can be problematic, and the most popular Oracle data files can be placed on the middle absolute track of the device to minimize read-write head movement.

You want to place your "hot" data files near the middle absolute track:

 


 

 

��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster
 
 
 

 

Burleson is the American Team

Note: This Oracle documentation was created as a support and Oracle training reference for use by our DBA performance tuning consulting professionals.  Feel free to ask questions on our Oracle forum.

Verify experience! Anyone considering using the services of an Oracle support expert should independently investigate their credentials and experience, and not rely on advertisements and self-proclaimed expertise. All legitimate Oracle experts publish their Oracle qualifications.

Errata?  Oracle technology is changing and we strive to update our BC Oracle support information.  If you find an error or have a suggestion for improving our content, we would appreciate your feedback.  Just  e-mail:  

and include the URL for the page.


                    









Burleson Consulting

The Oracle of Database Support

Oracle Performance Tuning

Remote DBA Services


 

Copyright © 1996 -  2020

All rights reserved by Burleson

Oracle ® is the registered trademark of Oracle Corporation.