As some of you may know I attended the ODTUG Kaleidoscope conference a few weeks ago. BTW, a really great developer focused conference! Beside attending I also had to give two presentations. Trying out some software on my MacBook Pro, I recorded these two sessions.
Continue reading...5. February 2009
As you may know, Tabular Forms are sometimes let’s say “a little bit tricky”. They are missing some common features which are available for Page Items. One of them is the declarative support for Checkboxes. With the following step by step instruction you will be able to add checkboxes in Tabular Forms without loosing the [...]
Continue reading...7. September 2008
Recently I answered a question about where to change the number of displayed records of a Popup LOV in Oracle APEX and I thought it could be of general interest. The behavior of Popup LOVs can be changed through the Popup Lov template. You can find it at Shared Components\Templates\Popup LOV. In the Pagination section you will find [...]
Continue reading...25. July 2008
Ever had the problem of overlapping labels in a pie chart which you used in an Oracle Application Express (APEX) application? Have a look at Gary Myers excellent tip to avoid collisions by using analytic functions to sort the data. It’s another great example of using the built-in power of the Oracle database.
Continue reading...4. May 2008
If you get an ORA-02014: cannot select FOR UPDATE from view with DISTINCT, GROUP BY, etc. from your DML process when you submit the changes in an Oracle APEX application, then this is because Oracle APEX tries to lock the effected record before it updates/deletes it. This behavior was introduced in Oracle APEX 3.0, but [...]
Continue reading...27. April 2008
Did you know that the STATIC and STATIC2 keyword used to define Static List of Values for Oracle Application Express (APEX) contains an undocumented option? The online help documents the usage with STATIC[2]:Display Value[;Return Value],Display Value[;Return Value] But what to do if one of your values contains the semi colon or the comma in the text? You will [...]
Continue reading...15. April 2008
If you ever wanted to remote debug the PL/SQL code which is called during execution of an Oracle APEX application, then have a look at the May/June issue of the Oracle Magazine. David Peake wrote an article titled The Power of Two on how to use SQL Developer to do that. On the German Oracle [...]
Continue reading...3. April 2008
Maybe you also already got the 404 Not Found error message The requested URL /pls/apex/wwv_flow.accept was not found on this server. when you submit an Oracle APEX page, … There are a lot of reasons why this error can occur. But the above error message doesn’t tell you a lot about the root cause of the problem. The [...]
Continue reading...21. February 2008
In one of my last posting I wrote about some undocumented new features in Oracle APEX 3.1, but there are more of them. I’m really short with my time, because I have to pack and get ready for my vacation, but
Continue reading...18. December 2007
Sometimes during development there is the requirement to “Comment out” a Process, a Validation, … in an Oracle Application Express (APEX) application. To skip a step which doesn’t work anymore, or where a user says he doesn’t need that anymore but where you are sure that next week you are going to add it again… In [...]
Continue reading...
4. August 2009
0 Comments