Thursday, May 31, 2012

Month Number to Month Abbreviation in Oracle SQL

Today I needed to convert a number (1-12) to a month abbreviation in Oracle SQL.  After some searching I realized I couldn't find an example anywhere.  So here is my method:

select
to_char(to_date([month_num], 'MM'),'MON') as month
from month

Wednesday, February 10, 2010

Oracle Developer Day in Reston, Virginia

On February 16th, 2010, I will be attending Oracle's Developer day. This free one day training will focus on how to use Oracles Application Development Framework (ADF) to develop web applications. The framework is built on Java Server Faces.

Saturday, August 22, 2009

Oracle JDeveloper 10.3.1.5 Released

Oracle JDeveloper 10.3.1.5 was released on Friday August 21st 2009. With the release a fix list was also published. I am going to download and install a copy for evaluation, however I do not believe we will be making the switch at work.