Home

Recent Posts

Long Running Tasks in SQLcl

1 minute read

SQLcl 24.1 introduced background task execution — run any command in parallel, name it, track it, and wait for it to finish.

git bash completion

less than 1 minute read

Try this in bash git p You get a file names p or a list of them.  Thats not much good, but there is a great bash completion library which you can source in...

Migrating Subversion to Git with LFS

4 minute read

When a project has been on the go for a while theres going to be all sorts of stuff in there from jars to zips and everything in between.  We went though thi...

Making Git cmd line fancy - ish :)

1 minute read

So, we’re having a great time with git, fighting over how branches should work and what policy is best in our environment, which I suppose I’ll talk about in...

Run your SQL script from java NOW

1 minute read

Run them with the code we use for Oracle SQL Developer, SQLcl and REST Data Services. We’ve just released some of the code that underpins these tools in an a...

Docker Oracle and local installs

5 minute read

So you want Docker and to install and Oracle Database locally.  So did I and while I have VirtualBox and the Oracle Developer Day VM, I wanted to setup docke...

Oracle REST JDBC Driver and SQLcl

less than 1 minute read

Oracle just released its first REST JDBC driver on OTN, in conjunction with the 17.3.0 Oracle REST Data Services Beta release. Dermot posted this morning ab...