SOA Suite 11g advanced training experiences
Screen scraping using Google Documents in a minute or less…
Enabling SNMP traps in the Oracle Service Bus
The EMP mindmap
By accident, I stumbled upon a Java script library for generating mind maps. But instead of having a static diagram, this Java script enabled one is dynamic, you can move nodes, you can zoom in or out to another level of nodes. A very nice graphical way of presenting hierarchical (more...)
Database upgrade apex.oracle.com
APEX 3.1 On XE
On 29 Februari 2008, Oracle released Application Express 3.1 . The page Oracle Database XE and Application Express 3.1 provides upgrade instructions .
APEX_GLOBAL_ARRAYS
When you are working with global package arrays (apex_application.g_f01 ... apex_application.g_f50) in Oracle Application Express (APEX), the following package procedure apex_global_arrays can help in reducing development time especially time spent in the bugs and features department.
PACKAGE apex_global_arrays
IS
PROCEDURE print(maxlength NUMBER DEFAULT 20);
END;
The procedure (more...)
Introducing RuleGen
I've been working with CDM Ruleframe for a few years now. Recently I've attended a presentation about another framework focusing on business rules called RuleGen.
RuleGen is a framework written in PL/SQL that generates code to maintain data integrity constraints. Right now RuleGen implements table constraints, i.e. at most (more...)
Tagged!
Gareth Roberts tagged me. Thanks for the invitation. And here are 8 things you did not know about me.
- My nickname Jornica is derived from Jorrit Nijssen. However five characters is often not enough for an username. By adding some extra random chosen characters ca it is (more...)
Integrating the Google Chart API in APEX
A few days ago, Google released the Google Chart API. By calling a special crafted URL Google returns a image containing a chart derived from the parameters included in the URL. For instance
http://chart.apis.google.com/chart?cht=p3&chd=t:3,5,6,0&chs=200x100&chl=10|20|30|40
&chco=ff0000,00ff00,0000ff,000000
will give the image shown left. At the right the Flash (more...)
Where is the Scott schema in APEX?
I decided to install Oracle 11g. And with Oracle 11g Application Express (APEX)is installed by default. Before importing an application based on the emp table, I decided to create a workspace based on the existing schema Scott. However the administrative interface did not allow me to select Scott. By not (more...)
Google Maps in APEX on XE with spatial data
A picture says more than thousand words is well known saying, well let's have a look.
Choose your favorite country from the list, and the Google Map will pan to your country. As a bonus the selected country is colored red, the country shape is based on spatial data. You (more...)
APEX 3.0.1 on XE
On 29 Februari 2008 Oracle released Application Express 3.1 . With this release you can upgrade the Application Express within Oracle XE to 3.1. For more information on this topic see Oracle Database XE and Application Express 3.1 and APEX 3.1 on XE .
Oracle released Application Express (more...)
Remote debugging Code Tester
Quest Code Tester for Oracle (Code Tester) helps you with defining test cases, generating test harnesses and presenting the test results in a structured way. Code Tester does not provide any features to debug your code. If you run into a red light situation when a test case fails, you (more...)

RSS