Archive | Tips & Tricks RSS feed for this section

The Quest for the Hidden Treasure of Oracle APEX

4. August 2009

0 Comments

The Quest for the Hidden Treasure of Oracle APEX

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...

Checkboxes in Tabular Forms – The easy way!

5. February 2009

35 Comments

Checkboxes in Tabular Forms – The easy way!

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...

Number of displayed Records of Oracle APEX Popup LOV

7. September 2008

10 Comments

Number of displayed Records of Oracle APEX Popup LOV

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...

Overlapping labels in an Oracle APEX pie chart

25. July 2008

1 Comment

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...

ORA-02014: cannot select FOR UPDATE from view with DISTINCT, GROUP BY, etc.

4. May 2008

0 Comments

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...

Undocumented option for Static List of Values

27. April 2008

2 Comments

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...

Remote debugging of an Oracle APEX application

15. April 2008

0 Comments

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...

Oracle APEX: Got a 404 Not Found?

3. April 2008

5 Comments

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...

More undocumented new features in Oracle APEX 3.1

21. February 2008

1 Comment

More undocumented new features in Oracle APEX 3.1

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...

"Comment out" an Oracle APEX Process, Validation, Branch, …

18. December 2007

7 Comments

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...