Op het internet wordt veel geschreven over Oracle Data Integrator, kortweg ODI. ODI wordt vaak in relatie gebracht met Data Warehousing, waarbij het product wordt neergezet als ETL-tool. Daarmee doet men het product tekort. In deze blog krijgt u inzicht in situaties waarin u ODI kunt inzetten. Wat zijn de […]
Victor
APEX: List of Values shared across various applications
When you are used to Designer 6.0 or up, you may be aware of shared or shareable components. In ApEx Shared Components are available, too. One specific object that is worthwhile sharing is the List of Values, LOV for short. The LOV has been known since the early Forms versions […]
Lost in Service Oriented Architecture?
My initial idea was to write an article on the similarities and differences of BPEL (relatively new to me) and PL/SQL, BPEL being one option for an environment or XML-based language for defining services (What services? I’ll describe an example later…), PL/SQL being the procedural programming language that comes with […]
APEX: Creating a form based on a procedure
Introduction Within ApEx for a while it has been possible to create a page (more specifically, a form) based on a procedure. A procedure enables you to build in more logic than a simple DML statement or otherwise. My example is relatively simple in that when I want to book […]