Unable to open Reports builder in 10g (Appears like minimized in Taskbar)
Sometimes Report Builder can cause some weird behaviour even though Forms builder seems to work fine. In my Windows 10 Pro machine, I have installed Oracle Dev Suite 10g in…
Dynamic action in Oracle Application Express to refresh report on Row delete
This was a bit of a challenge to implement a Dynamic Action in the Oracle Dialog (Modal) itself to refresh the report on row delete. It is quite easy to…
Connecting to Oracle Cloud Pluggable database from SQL Developer using SSH connection
Recently I have been working in the Oracle Cloud space on a project where I needed to interact with the remote databases for data manipulation, migration, backup and copying schemas…
Creating geoJson in ASP.NET MVC 5 API for Leaflet map
Recently I was working on a project to build an interactive map using geoJson, LeafletJs, Handlebar, Bootstrap in ASP.NET MVC framework. I have tried to use the geoJson.net package for…
RESTful web service in Oracle Application Express (APEX) 5 and integrate in the page
The RESTful web service is another cool feature has been included in the new APEX 5.x release. Now you can create web services directly from the APEX workspace and distribute…