BLOG|AUTHOR: DAN HOTKA

Listing Page

Quest Software hero - {archive_type} Listing Page
Oracle Password Expiring
Oracle Password Expiring

Oracle Password Expiring

Hi, Ever go to log into your test environment to get the “Password expires in 7 days”? Or, you have been on vacation/busy with something else and your test environment password expires? Just one of t...

Toad Code Analysis
Toad Code Analysis

Toad Code Analysis

Hi, Code Analysis has been in Toad for a while now.  If you are using a slightly older version of Toad, it might be called Code Review, found under the same menu path. Code Analysis gives you or your...

Oracle Coding Best Practices
Oracle Coding Best Practices

Oracle Coding Best Practices

Hi, I have a lot of PL/SQL tips to share.  Here’s a first installment—perhaps more to come!   Tip #1 The first thing I encourage all to use is %TYPE and %ROWTYPE on your variable definitions.  In yes...

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 ...