Archive for February, 2007

NLJUG gives away free Spring courses

Monday, February 26th, 2007 by Jan Peter Ruiter

On my new job all Java consultants have a NLJUG membership. So when I joined the party I was given a NLJUG membership too. The name did ring a bell but a very faint one, so I decided to check out their website. NLJUG is a Dutch community of java developers. The first thing that [...]

Popularity: 342 points

A short one

Friday, February 23rd, 2007 by Jesper de Jong

Here are a few lines of code I found in an application that I’m currently maintaining. I don’t know who wrote this code originally.

// Values read from somewhere
int budgetSpent = …;
int budget = …;
// Compute percentage of budget spent
int percentage = Math.round(budgetSpent * 100 / budget);

The last line of code is wrong. Can you tell [...]

Popularity: 484 points

New OraSRP in Beta Online

Thursday, February 22nd, 2007 by Yuri van Buren

I just spotted on Howard J Rogers blog (www.dizwell.com) that Egor Starostin has put a new Beta version of its excellent Oracle Resource Profiler on line. It was not available for download anymore for several months.
http://www.oracledba.ru/orasrp/
It doesn’t have a web server interface yet like the previous version but that should be coming in the [...]

Popularity: 546 points

RMOUG TD update

Thursday, February 15th, 2007 by Piet de Visser

An impressive event. I’m still busy running from session to session, and ingesting all the info. The wealth of knowledge present at the event nicely displayed here:
http://www.teamycc.com/rmoug_2007_conference/2007_presentations/Presentations.htm
Two items I want to share immediately.
First is the concept of DBTIME: the total amount of time spent by user-requests in the database. This may be the next tuning-buzzword. [...]

Popularity: 278 points

Good company and a different SLA

Saturday, February 10th, 2007 by Piet de Visser

The coming week I am at the Rocky Mountain Oracle User Group Training Days. And considering the program, There is a lot of interesting information. There are also lots of rumors around the upcoming

Popularity: 930 points

Integration between BPA Suite en BPEL available Q1 2007

Tuesday, February 6th, 2007 by pslager

Yesterday on the Oracle Application User Groep meeting, IDS Scheer gave a presentation about the BPA Suite (ARIS). They showed in a demo how to export a business process from the BPA Suite into BPEL. This is already available today.
They also announced that there will be full synchronization functionality available this quarter. This means [...]

Popularity: 748 points