Create dynamic URL in Oracle SQL
Creating a dynamic field or formatting any column is quite easy using case statement in SQL query. In the recent forum post in Oracle Apex forum I have provided an…
My little world of sharing
Creating a dynamic field or formatting any column is quite easy using case statement in SQL query. In the recent forum post in Oracle Apex forum I have provided an…
How to clear the session state in Oracle Application Express? Well it is quite easy to do with PL/SQL however tricky to do with javascript or jQuery. Basically I have…
Redirect user to different page in APEX is tricky some times. I have tried to use button and branch to page but did not have good luck in one of…
Fancybox is very useful javascript plugin to open popup window to display more data in different page or in the same page. It is quite flexible to work with and…
In one of my recent project I had the situation where I wanted to update multiple Oracle database tables with one button click event. I do not want to update…