Home

Recent Posts

SQLDev: How unshared worksheets should work!

less than 1 minute read

Unshared worksheets are created to have a private connection to the database.  When that unshared worksheet is closed, the connection and session for it shou...

Setting up Eclipse with SVN on OSX Mavericks

4 minute read

So My macbook pro died the other day and much to my wife’s amusement, my dell laptop died 30 minutes later with disk errors as I hadn’t used in it in forever...

Configuring ODBC to MySQL from Oracle

3 minute read

Sometimes people want to connect to MySQL from Oracle and copy table data between the databases.  You can do that with Oracle Hetrogenous Services via ODBC. ...

Clickable SQL*Plus Errors

1 minute read

Running lots of scripts in SQL*Plus is nice when they are working correctly. But what about when they fail?  Its a pain to figure out what went wrong, unless...

Clickable SQL*Plus Scripts

less than 1 minute read

When you have a load of SQL*Plus scripts, they can be a pain to manage and just simply get around. In the next version of SQL Developer, you’ll be able to ho...