21 December 2012
APEX: Dynamic Action in Interactive Report
Want to take a look at a demo first before the steps to take to make it work? It's right here.
07 November 2012
ACED Nordic Tour 2012: 4 days, 4 countries
17 October 2012
OOW 2012: Little things make me happy
x int default s.nextval primary keyHow cool is that? No longer will you need to create a trigger to fill the column with the nextvalue from a sequence, you just declare it this way and you're done. Maybe it's just syntactic sugar, I don't know (yet) and frankly I don't care. I like the fact that this feature makes it more declarative to populate the primary key (or any other column of course). I'm happy.
02 October 2012
SQL Developer tip: Don't open the table
OOW 2012: Is PL/SQL still alive?
- Improved PL/SQL and SQL interoperability
In the current version of the Oracle database you needed a Nested Table or Varray Type defined at schema level in order to be able to use it in the TABLE operator. This is no longer necessary, it can be a PL/SQL declared type. The types that can be used as bind variables has been extended: Boolean, Nested Tables can be used as bindvariable in Dynamic SQL. Subquery Factoring (the With clause if you will) can hold private functions, the use case presented for this: pretty print an integer in K, M, G, T. Using userdefined PL/SQL functions in a SQL statement is not advisable, but if you really need to there is a new pragma: PRAGMA UDF. With this pragma the statement is almost as fast as pure SQL.
- Security
A new step has been taken to continue on "least privileges", meaning that the user only gets the privileges that are absolutely necessary. A Role can be granted to a PL/SQL unit.
- Improved programmer usability
The ability to inspecting the callstack has been improved by the introduction of a new package: UTL_CALL_STACK. The package contains numerous functions to help in this area, such as current_edition and lexical_depth. White listing of program units: restrict which program unit can be called by other program units.
27 September 2012
OOW 2012: My Schedule
17 July 2012
APEX: Custom Image on Button Bug
For the custom theme that is used in the application that I'm working on, an Application Level Substitution string was created. You can define these substitution strings at the application level, available from the application home page.
11 April 2012
Dutch preview event 'Collaborate 12'
Ook dit jaar zal een aantal Nederlandse Oracle experts een presentatie geven op deze conferentie: Roel Hartman (Logica), Alex Nuijten (AMIS), Arian Stijf (Arven) en Arnoud Roth (Inter Access). Aangezien niet iedereen in de gelegenheid is om naar Las Vegas te gaan voor het bijwonen van deze conferentien, wordt er door Inter Access een Dutch Preview Event georganiseerd. En wel op woensdag 18 april vanaf 17 uur bij Interaccess in Hilversum, waar alle presentaties van deze experts zullen worden getoond. Van Application Development, E-Business Suite Security, SOA tot Oracle Fusion Applications, de onderwerpen zijn zo divers dat je zeker een interessante avond zult beleven.
Aanmelden voor deze preview kan per mail naar info@interaccess.nl. Meer informatie is verkrijgbaar bij Arnoud Roth, bereikbaar op telefoonnummer: 06-54363429
De sprekers en hun onderwerpen:
Alex Nuijten, AMIS
- Solving Puzzles with SQL: Cheating when playing the game SET
- Who’s Afraid of Analytic Functions
- Database Development: SQL Holmes - The Case of the Missing Performance
Roel Hartman, Logica
- 5 Cool Things You Can Do With HTML5
- APEX Boot Camp: Striving for Perfection: The Ultimate APEX Architecture
- Done in 60 Seconds – Creating Web 2.0 Applications Made Easy
Arian Stijf, Arven
- Securing the E-Business Suite. A Layered Approach
- From Workflow to BPEL
Arnoud Roth, Inter Access
- Oracle Fusion Applications Architecture Fundamentals