Welcome to northCoder

a blind man in a dark cellar looking for a black cat that isn't there

JDBC Timeouts

29 Apr 2013
Statement timeout vs. statement leak timeout vs. connection timeout…

Monitoring Oracle Max Cursors for JDBC Connections

10 Apr 2013
What to do about ‘maximum open cursors exceeded’ in Oracle, caused by your JDBC application.

Is My Website Up?

21 Mar 2013
A basic curl command to check if a web site is available…

Nicer Font Settings for VNC

19 Mar 2013
When using VNC, I find this makes the terminal more readable.

Port Security vs. Linux Server Network Configuration

17 Mar 2013
A simple networking problem I would never have resolved on my own…

Tools for Displaying and Inspecting Unicode Data on Linux/Unix

16 Mar 2013
Some tools and techniques for displaying, inspecting and troubleshooting Unicode data.

EVA - Good Enough for NASA

16 Mar 2013
A closer look at earned value analysis. As used by NASA.

Oracle 11g Timezones

15 Mar 2013
This is how I converted a timestamp from UTC to a local time zone using SQL…

Check Your Oracle 11g Code Page Values

15 Mar 2013
Make sure your textual data is being stored using the character encodings you need. Here is one way of checking.