
<EDIT sept 2, 2011> Today oracle released the definitive version of Oracle XE 11.2. I haven’t had the opportunity to test that version against my blogs, but I’ll do that shortly. stay tuned </EDIT> In addendum on my installation series…

<EDIT sept 2, 2011> Today oracle released the definitive version of Oracle XE 11.2. I haven’t had the opportunity to test that version against my blogs, but I’ll do that shortly. stay tuned </EDIT> In addendum on my installation series…

Hi, I recently installed a new server (mainly by using the installation guide you can find in the menu). I think this needs an extra step, since I wasn’t able to send out emails from that system using Apex. In…

For a customer i needed to call a external REST webservice to update an external database with some specific information.
With the use of the utl_http package Oracle has made this very simple.
I tried to make the procedure i made, self-explaining.