In this video you will see how to work with licenses in Toad DevOps Toolkit, through the license manager or Toad World.
Related Articles
Top 10 Recursive Views to Look at for Database Performance Troubleshooting
Hi, Recursive views present various data dictionary information in a readable form. In Oracle, real-time information can generally be monitored using the V$ dictionary views. Oracle tracks literally...
True story: Encryption in progress stuck
Working with a couple of databases that needed TDE I noticed when I enabled one of them that it was stuck on “encryption in progress” for quite a while. Using the following query I confirmed the follo...
Toad for Oracle – Queries Q&A
Q: Escaping the '_' Character: How do I escape out the '_' character in a query? A: The _ is a wildcard for any single character. You must specify the escaping within the SQLstatement itself. Here's ...