BLOG|AUTHOR: DAN HOTKA

Listing Page

Quest Software hero - {archive_type} Listing Page
Toad templates
Toad templates

Toad templates

DID you know that TOAD comes with a ton of code templates?  These templates often have substitution variables as well.   CTRL+ Space bar signals ALL of the templates.  You can type in a template name,...

Toad vs. SQL Developer
Toad vs. SQL Developer

Toad vs. SQL Developer

Hi, This article hopes to compare Toad v13.0 and SQL Developer v18.1 a bit. Since I work with both tools in my training business, people often ask me to point out the differences in the two. I hope to...

Oracle Index Tips and Techniques
Oracle Index Tips and Techniques

Oracle Index Tips and Techniques

Hi, I just wrote an article (click here to see article) that illustrates how B-Tree indexes work.  Basically, they store key values that are to be looked up in their associated table.  So, key values ...

How Oracle B-tree Indexes Work
How Oracle B-tree Indexes Work

How Oracle B-tree Indexes Work

Hi, I have a lot of knowledge about how Oracle’s indexes work.  I’ll start with how Oracle B-tree indexes work, as well as syntax and practical uses for each.    Oracle B-Tree Index Structure The abo...

Oracle Compressed Tables
Oracle Compressed Tables

Oracle Compressed Tables

Hi, Did you know that Oracle supports compression in various forms in the database?  You can compress an entire tablespace (all of its contents), a table, or part of a table (at the partition level). ...