Martin Giffy DSouza

Follow Martin Giffy DSouza via

11 April 2013
11 April 2013

Console Wrapper 1.0.4

0
0
Console Wrapper 1.0.4 is officially out. You can download it from the project page: https://code.google.com/p/js-console-wrapper/ The only change for this release was to resolve an IE 9/10 issue which I previous blogged about. If you’re using any of the ClariFit plugins you may want to update the $console_wrapper.js file that’s included with each plugin. I’ll be sure to include the update file for each of… Read more
0
0
11 September 2012
11 September 2012

PL/SQL Exceptions Propagation during Variable Declaration

0
2
It’s always good to know how any language handles and propagates exceptions, Oracle PL/SQL being no different. They’re plenty of examples online about raising and handling exceptions on the web, but one thing you may not have realized is how PL/SQL propagates exceptions that occur in the variable declaration section of a procedure. In the first example I created a… Read more
0
2
13 June 2012
13 June 2012

SELECT INTO Techinques

0
0
One thing that bothers a lot of PL/SQL developers is when they have to select some data from a table into local variables. The problem is that the data may or may not exist (i.e. return 0..1 rows). They’re several ways to write this code, some taking longer than others which is the pain point for developers. I’ve listed out… Read more
0
0
28 March 2012
28 March 2012

Building Apex Plugins 101

0
0
Martin Giffy D’Souza has created some of the most popular plug-ins available on the APEX plug-in community page. He has learned a lot about the architecture and what it takes to make a robust plug-in. In this video, Martin will help get you started with creating your first APEX plug-in. He will also provide you with some tips and usefu… Read more
0
0
26 March 2012
26 March 2012

How APEX Processes Various Conditions and Validations

0
0
I was recently teaching an Intro to APEX course and the students had some questions about what to put in the Expression 1 text area for different conditions and validations based on the Type selected. If you’re new to APEX the various options can be confusing. To help clear things up I have covered various APEX conditions and validations along with code that demonstrates… Read more
0
0