Author Archives

OTN Forums updated

Today the OTN Forums where updated. The site is still in read-only mode as they are fixing some issues. This is how the new APEX Forum looks like:I need to get used to this new look and feel, but it looks more up-to-date design wise.You can expand…

My thought on APEX 5.0 plans

The below content is based on a David Peake’s presentation at APEX World 2013.The below are plans for APEX 5.0, not marked in stone objectives… So there are no promises it will all make it in APEX 5.0 and things might be different in the final releas…

SQL: Start day and End day of week

I just got an interesting question: how do you know for a date, in which week (Monday – Sunday) it falls.I created a little test script to get 31 days of data:(date_c is the same as date_d, but in a more readable output. c stands for char, d for date)s…