Through an email I received from Steven today in his Feuerthoughts mailing (subscribe here) I noticed that Steven is also blogging. You can find his blog here or use the feed in your aggregator.
Read moreSelection Information
I came up with a new plug-in yesterday, inspired by the Scale… plugin by Scott Mattes. The problem I found with this plug-in was that it didn’t reuse the window. I primarily used this plug-in to find out the length of a selection in pl/sql developer. Ā Maybe, when I have new ideas, I will […]
Read moreANT 2.0 (2)
I just got the demo for the mouse hook I downloaded from about.com to work. This might be a good thing to use to implement the autohide functionality of the new ANT application. Nice to play with Delphi and Windows messaging again… š And I found another link with explanation on how to hook the […]
Read moreANT 2.0
First there was YALM (Yet Another Launcher Manager). Then I rewrote that application into ANT (ANother Toolbar). Now I came up with the idea to build ANT 2.0 and then blog some about it. I don’t know when I have the time to do this (it will be a really slow project), but I will […]
Read moreOld application, still running…
I just picked up an old application I wrote back in 1995. It has been written in FoxPro and it is still working. This might be a nice application to port to WindowsXP with an Oracle backend. One day. When I have some more time on my hands ;-). For now, the application does what […]
Read moreConstraints and Row Level Security
When you apply Row Level Security to a table, which has constraints, like a primary key or a unique constraint, then these constraints are evealuated regardless of the RLS policy. Of course this makes sense, especially in the case of a primary key, but it can be a problem with a unique constraint. If you […]
Read moreColumn order
Yesterday I came across a rather strange problem, which was luckily relatively easily solved. The problem is like this: I am using QDA (Qnxo Development Architecture) packagesĀ to get to the data in my tables. In the Query Package there is a function to retrieve a row from the table. I had generated this code and […]
Read moreShrinking tablespaces
As you might know, Oracle uses tablespaces to store the tables and the data within them. If you drop tables and/or users, the tablespace is not automagically shrunk to it’s minimal size. While playing around with my local database, I imported a lot of (big) tables. I wanted to reload a schema, but before I […]
Read moreSimple comparison SQL
I am comparing tables in two different schemas. Since I am doing the same thing over and over again I created a small script which might be useful to you too. ACCEPT db1 CHAR prompt ‘owner 1 :’ ACCEPT db2 CHAR prompt ‘owner 2 :’ ACCEPT tabname CHAR prompt ‘tablename :’ PROMPT PROMPT &db1..&tabname minus […]
Read moreFun to watch
Statler & Waldorf: From the Balcony. If you’re a movie fan, or a muppet fan, or if you just want to watch some funny stuff.
Read more