Posts Tagged ‘code’

Oracle Apex, jQuery and GIS intergation

Oracle Apex, jQuery and GIS intergation

I recently needed to provide mapping functionality in an APEX app I was developing. In V3+ of Oracle apex, you can create interactive reports like this Now when you click the cog, you geta map icon at the top: I added a <li> element to the interactive report on-the-fly using jQuery (depending if it finds [...]

  • Share/Bookmark
More »

Orale Apex template with jQuery

I’ve been working a bit on Oracle APEX and jQuery intergration over the last couple of years. here is a screenshot of the APEX home page. And another of a sub page ..and one more for luck

  • Share/Bookmark
More »

Querying XML in Oracle

Many people seem to have trouble reading XML data within Oracle.

Oracle has a full library of routines built in to allow you to interrogate XML data. Unfortunately, they’re not very well documented.

Just say you have an XML file you want to be able to SELECT from. it looks like this:

  • Share/Bookmark
More »