Subscribe via RSS
Follow me on Twitter
Error: Please make sure the Twitter account is public.
-
Recent Posts
Archives
- September 2021
- March 2020
- December 2019
- August 2019
- February 2019
- December 2018
- November 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- December 2017
- August 2017
- August 2016
- June 2016
- September 2015
- January 2015
- December 2014
- December 2013
- August 2013
- July 2013
- June 2013
- April 2013
- November 2012
- July 2012
- June 2012
- February 2012
- January 2012
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- January 2011
- November 2010
- October 2010
- September 2010
Links
- OCI*ML Oracle bindings for the OCaml language
Category Archives: Oracle
Form vs Function in Applications
When you have been around the industry for a little while, you will see that nearly all applications, especially user-facing ones, are made of only three kinds of things: Forms, Reports and Workflows. A Form is simply an interface, a … Continue reading
Posted in Business, C++, Oracle
Leave a comment
2014
So, how was 2014 for me, in tech at least? Pretty good. It has been quite an interesting experience adapting to an all-proprietary tech stack (database, language, IDE, job scheduler) but I feel I am finally getting a grip on … Continue reading
Posted in BBC, C++, Linux, Ocaml, OCIML, Oracle, Random thoughts
Leave a comment
2013
Long time since I have updated here, a lot has been happening. For a start part 4 of my series on Oracle 12c new features is unlikely to be written since in October I started a new job which is … Continue reading
Posted in Oracle, Random thoughts
Leave a comment
Strange Datetime Problem
While working on my unit tests, I came across a sporadic failure in inserting and selecting Datetimes to the database, so I wrote a quick test harness to see what’s going on: This fails about 3% of the time, for … Continue reading
Posted in Ocaml, OCIML, Oracle
5 Comments
OCI*ML: Make Test
Before resuming feature implementation in OCI*ML I thought I ought to tighten up the test suite a bit, so I have started on a make test target, including some utilities for generating large test datasets, which should be useful elsewhere. … Continue reading
Posted in Ocaml, OCIML, Oracle
Leave a comment
Oracle 12c Launch Event (3)
This is the third segment of my series of posts on interesting new features in Oracle 12c. In this I will cover enhancements to RAC, DataGuard (DG) and RMAN. Application Continuity (AC) is the next logical step in Oracle’s existing … Continue reading
Posted in OCIML, Oracle
Tagged dataguard, oracle database, oracle dba, oracle new features
Leave a comment
Oracle 12c Launch Event (2)
Continuing from the previous post, here are some more of the new features of Oracle 12c that I am excited about. The first is transparent redaction. Like the privilege analysis feature, this is something that you could implement using 11g … Continue reading
Posted in Oracle
Tagged data protection act, oracle database, oracle dba, oracle new features, test environments
Leave a comment
Oracle 12c Launch Event (1)
Back in July, I attended the Oracle Database 12c Launch event in London, and this is my rather belated writeup of some of the new features, some of which were introduced to me on the day, and others I had … Continue reading
Posted in Oracle
Tagged oracle database, oracle dba, oracle new features, standby database
Leave a comment
August
As of today I am on gardening leave, and I intend to spend the time productively (after taking a long-planned and well-deserved holiday next week!). In no particular order: Update this blog more regularly, I have some posts that I … Continue reading
Posted in BBC, Business, C++, Ocaml, OCIML, Oracle, Random thoughts
Leave a comment
HOWTO: Install Oracle 12c on Debian Wheezy
I can confirm that the previous post basically works too for the installation of Oracle 12c on 64-bit Debian 7.1/Wheezy, with the following modifications. Using lib64 for the library symlinks: And the following changes to $ORACLE_HOME/rdbms/lib/env_rdbms.mk The bug requiring the … Continue reading