msgbartop
News, views, tips and tricks on Oracle and other fun stuff
msgbarbottom

Your SQL Tool Part II

As a follow-up to my previous post about the different SQL development tools, here is the result of the quick poll I had on this site.

I asked the question: What SQL development tool do you use most? There were a total of 150 answers, broken down like this: Continue reading…

3 Comments | Filed in Oracle, Technology | Tags: , , , , , ,


SQL problem

I have noticed this interesting thread on the Oracle-l mailing list about a “seemingly simple SQL requirement”. The question was about how to write a query that returned NO rows from a table t – with an id column – whenever a given list of id’s contained at least one id that did not exist in the table t. To illustrate: Continue reading…

11 Comments | Filed in Oracle | Tags:


Hit every minute

Today, and for the first time (and hopefully the last), I had to deny an IP address access to my site. Starting at around 9:00 AM, I had the following IP hitting the same post on my blog at a rate of once per minute: Continue reading…

7 Comments | Filed in Personal | Tags: ,


Higher-Speed Internet

Competition is good. As soon as Verizon finished installing its own fiber optic network in my neighborhood, and promised higher Internet speed, I got a letter from Comcast (my current ISP) informing me that they had just bumped up their standard downstream speed to 6000 Kbps. Sweet. I immediately power cycled my cable modem and went to this site to test my Internet speed. Here is the result: Continue reading…

3 Comments | Filed in Personal, Technology | Tags: ,


Oracle Metalink Firefox search plugin

Similar to my other two Firefox search plugins (found here and here), I have now created a plugin to search Metalink (as promised). You can download it from here.

Note that you need to login to Metalink in order to get results. Once logged in – and as long as you do not exit your Firefox browser – you do not need to keep the Metalink site open and you do not need to log in again every time you search. Enjoy!

9 Comments | Filed in Firefox, Oracle, Plugins | Tags: , , ,


Underscores make a difference

I was setting up my environment to test out the examples in the book “Expert Oracle Database Architecture“. I started to set up runstats, a tool that measures the elapsed time, system statistics and latching. To use runstats, I (scott/tiger) needed access to some v$ tables (a.k.a. magic dynamic performance tables). On page xxxii of the book, it says: Continue reading…

7 Comments | Filed in Books, Oracle, Tips | Tags: