Friday, January 30, 2009

Create some dynamic data

When you are developing an application with a new database design (or an existing database design, but you didn't get any data), it can be handy to quickly create some test data in your tables.

Sure you can create some data manual to test your input forms, but what if you need more data? Or you want to test the performance with a large amounts of records.

Here's a simple select statement that creates you 25.000 random numbers and strings (you can change the number to whatever number you like):

SELECT rownum RNUM
, ABS(MOD(dbms_random.random,100000)) RANDOM_NBR
, dbms_random.string('A', 20) RANDOM_STR
FROM dual
CONNECT BY level <= 25000

You could also create a little procedure that populates your tables with it as you probably have some relationships going on as well (PK-FK). I just needed a select that generates me huge amount of records to test some charts in APEX with.

Update (thanks to Rob - see comments): dbms_random should not be used anymore, see the 10g and 11g documentation. So the select statement from 10g onwards would be:

SELECT rownum RNUM
, trunc(dbms_random.value(1,100000)) RANDOM_NBR
, dbms_random.string('A', 20) RANDOM_STR
FROM dual
CONNECT BY level <= 25000

Friday, January 23, 2009

Anychart 5.1 released

Today Anychart released version 5.1 of their charting product. I really looked forward to this release as it has some really nice features in!

We are currently working hard to get it compatible with the APEX integration kit, so if you're using this together with our kit, you'll need to wait a bit longer before doing the upgrade.

Here are some of my favorite new features:


Scrolling Support

All X / Y Axes based charts (Bar, Line, Area, Candlestick, etc.) can have Axes with scroll bar. You can also control the scroll barts with Javascript.






Heat Map Chart

Heatmap Charts, allows you to give graphical representation of data where the values taken by a variable in a two-dimensional map are represented as colors.

If you hover the legend the right numbers light up.



2D/3D Funnel Charts

Feature rich Funnel Charts both in 2D and 3D, smart labeling, animation, neck control and man more option.







3D Pie Charts and 3D Doughnut Charts

Nice looking, interactive 3D Pie Charts and 3D Doughnut Charts with Animation and all features of regular flat Pie and Doughnut Charts.






There are a lot of other nice features like Multiple X-Axis Support, One or more Interactive Labels or Tooltips, a combination of any chart type in a Dashboard etc. The complete list of changes you find here.

But as a last one... some people told me they would like to have better performance in their charts. Anychart 5.1 will help you with that!

AnyChart 5.1 is based on a new charting engine, which made it possible to improve performance and decrease rendering and update time dramatically. The new engine also allows to used larger data sets without significant time lags, and this applies to all chart types, including AnyMap extension. The below chart says enough...


PS: If you want to buy Anychart 5.1 you can still use the coupon code APEX15 to get a 15% discount!

Wednesday, January 21, 2009

One day APEX seminar by UK APEX SIG

The UK APEX SIG is kicking off with a one day free seminar on Friday 13th February in the Oracle City Office in London.

There will be five presentation by different speakers and you'll have also time to ask questions to the Experts. Justin Hudd, the organizer behind the event, will start with an introduction, shortly followed by following presentations:

  • Latest & Greatest from Development by David Peake
  • Apex @ Oracle – Learn How Oracle Utilises Application Express by Anthony Rayner
  • What happens on an APEX Page? by Dimitri Gielis (me)
  • Using Apex to Expose your Business to the Web by Matt Nolan & Vincent Migue
  • Dispelling Myths about Application Express by John Scott
We'll finish the day with an Apex Forum where you can ask any question... and then the bar!

I booked my flight to Belgium the following day, so I don't mind still talking about APEX with some drinks and food till late at night ;-)

Hope to see you there! (more info, see agenda)

Update from UKOUG: If you are a UKOUG member you can attend for free. But there is a non-member rate set up of £160 plus VAT. As members of UKOUG you get one space per membership free, then any additional places are charged the members rate of £80 plus VAT.


PS: We got some questions if our 3-day European APEX Training Days of March are still on? The answer is yes! We're handling the last details for the location (will be in Manchester, UK). More information will follow shortly.

Friday, January 16, 2009

JQuery UI, ThemeRoller and transparent datepicker

Recently we had some issues with JQuery UI which didn't render the widgets correctly.

An example of a JQuery UI widget is the datepicker (screenshot), like you can see working on Apex Blogs

If you want to change the look and feel of the date picker (or any other widget) you can do that by creating a new theme on the ThemeRoller site or by selecting one of the gallery.

However while we did that our datepicker became transparent and it looked like it couldn't find the css or the background images anymore. As we already used it in more projects, we were sure our code was right.

Finally we found that a different version of the JQuery UI can get you into that situation. The fix then is to use the version you know your css works with or to download the latest version of JQuery UI and create the theme again from the site and use that instead.

Sunday, December 21, 2008

Daddy, time to rest - Merry Christmas and Happy 2009

2008 past away as the speed of light! Everything went so fast and so many things happened, but now it's time for my daddy to have some rest and spend some more time with me.

If I look what my daddy did in 2008, I'm amazed... in work he

  • spend way to much time in the airports, did around 40 flights in 2008
  • visited a lot of different countries and places, some for the first time
  • presented one or more presentations and organized APEX-Meetups on 4 Oracle conferences: IOUG, ODTUG, OOW, UKOUG
  • did two European APEX Trainings Days
  • worked on different APEX projects; from small to enterprise level
  • received the Oracle ACE Directors award
  • released ApexBlogs.info, a blog aggregator written in APEX to catch all the posts about APEX
  • released Anychart 5 for APEX integration
  • and much much more
  • but he lost also a great friend
Looking closer at me, he
  • saw me growing really quickly and I also became more smarter every day
  • saw me crawling and not much later walking and running (now daddy and mummy need to keep their eyes on me, as I can go everywhere and reach anything I want :-))
  • started to build a nice home with lot of space to put my toys and a nice garden

Daddy also told me to thank you all for the wonderful experience and he hopes to see you again in the first week of January 2009...

I wish you a Merry Christmas and a Happy New Year!

Monday, December 08, 2008

APEX @ UKOUG

I'm running behind with my blog posts!

On Monday I went to see David Peake's presentation about APEX now and in the future. Although I already saw this presentation multiple times it was nice to see it again and see the reaction of the public. And to be honest, I should do a new post about APEX 3.2 (Forms migration) as the screens change every time he does the presentation ;-)


That session was also the start to meet all the other APEX enthusiasts.

Later that afternoon I went to Tom Kyte's keynote about The Best Way. I always like to hear Tom speaking. Basically he said that it depends circumstances what "the best way" is and that "the best way" can change over time, which is ofcourse, very true.

After the opening party we organized a little APEX Meetup. We had some nice drinks and went to a pizza place with 8 people. We had some great fun! From left to (back to) right: Joao, Roel, Anthony, John, myself, Simon, David and Paulo. Thanks guys for the lovely evening and special thanks to Simon and David to get us a round. The pictures says all...


On Tuesday it was John Scott's turn to talk about APEX Best Practices. Especially after Tom Kyte's presentation this was a great presentation ;-) To be serious, the best practices, or hints and tips that John talked about I don't think will change that quick over time. To name some of his best practices: not everybody need to login as an admin, use bind variables, use page comments and locking etc. So great things to follow I would say.


Later that afternoon I went to see Marco Gralike with his presentation about XMLDB. Marco is very knowledgeable about XMLDB and I strongly believe APEX and XMLDB can work nicely together. For ex some of the techniques are used in DG Tournament or the APEX Blog Aggregator.

Later that day there was a Tools debat about APEX, JDEV and Forms. The product managers of Oracle were in the panel: David Peake for APEX, Duncan Mills for JDEV and Grant Ronald for Forms. It was a relaxed chat about the different products and to be honest I'm not against any of the products. I think they all fit in an environment and can even work nicely together. One of the messages was that Forms is supported till 2017! So why would you migrate if Forms is still doing everything you need? But if you are looking for something else you can migrate to APEX or JDEV. We (Apex Evangelists) don't tend to do a full blown migration at once, but a softer approach where both environments work together for some time. So far that works well for our clients. I'm not sure you knew, but in the past I also developed in BC4J (around 2003) and I must say things in JDEV land have changed quickly. At that time I found it hard to decide which UI to choice (BC4J, UIX etc), but today it seems JSF is the way to go.
I found the talk very interesting and definitely something that would fit in every conference.

Later that afternoon I went to Steven Fueurstein's Weird PL/SQL. If you didn't have a change yet to see Steven, try to attend one of his sessions. They are always nice to follow. He basically talked about the "strange" decisions/things in PL/SQL. If you go to the I Love PLSQL site you can see these things and send Bryn Llewellyn a mail and ask to change it. (btw that site is created in APEX)

My last session of the day was from Sue Harper about Developing with SQL Developer. This was more one of an introduction where she covered a lot of different things you can find in SQL Developer. But I promised myself to do another post about that and the nice integration with APEX.

I'm going to try to do another post about the other sessions tomorrow.

Saturday, November 29, 2008

APEX Meetup @ UKOUG on Monday

Next week the UKOUG conference is going on. I'm flying to Birmingham on Monday and will stay till Thursday. I believe UKOUG is one of the biggest Oracle conferences in Europe. It's a pity it's the same time as DOAG, but that is mostly towards the German speaking people. 


There are also some APEX presentations at UKOUG:

What’s Hot and What’s Not – an Overview of Oracle Development ToolsMr Sten Vesterli01/12/2008 11:00 - 12:00 Track Track 5
Oracle Application Express Now and in the FutureMr David Peake01/12/2008 13:10 - 14:10 Track Track 6
Application Express Best PracticesMr John Scott02/12/2008 11:05 - 11:50 Track Track 4
"Tools: APEX, JDEV, Forms, SQL DEV - the choice is yours"Mr Grant Ronald02/12/2008 13:15 - 14:00 Track Roundtables
A Delicious Blend of BI Publisher and Application Express Bursting with Flavour!Mr Nathan Morgan03/12/2008 11:45 - 12:30 Track Track 8
Mastering charts in Oracle Application Express (APEX)Mr Dimitri Gielis04/12/2008 09:25 - 10:10 Track Track 5
(Re)Developing a logistic application in APEX in the real worldMr Roel Hartman04/12/2008 15:05 - 15:50 Track Track 5
Securing an APEX application on a Microsoft platformMr Andy Ogg04/12/2008 16:25 - 17:10 Track Track 5

As you can see I'll talk about charts in Oracle Application Express on Thursday. I'll start to explain how you can create charts in APEX and make them prettier and what is happening under the hood. I'll discuss there are different versions of charts in APEX (based on Anychart 3.3 and 4.1) and at the end I'll also try to quickly show the apex migration kit to Anychart 5.

In the APEX Forum we also talked about having an APEX Meetup on Monday after the opening party (20.30h). We'll probably meet at the entrance of the opening party or you can follow David Peake, John Scott, Anthony Rayner, myself or some others to the "APEX heaven".

See you in  a few days!

Friday, November 21, 2008

Group Headings in an Interactive Report (APEX)

Did you ever wanted a group heading above your column headings in an Interactive Report in APEX? I wondered why that wasn't already included in APEX, as all components are there to get it to work. Let's create a little example to show what I mean.

Create an Interactive Report on the emp table (for ex. select * from emp).

In your Interactive Report details there's a section Column Groups where you can define groups.
But it also says: "Column Groups are used to group columns together on the single row view."
In my example I created two groups.


Next we need to edit the group to say which columns belong to which group.
In my example I specified that the columns Empno and Ename belong to Group 1. I specified some other columns for my Group 2.


If you run the page you'll see this IR (without group headings)


But when you select the single row view (the Edit icon in front of the row) you'll see this:


So you can see the groups nicely in the single row view but it's not there in the normal report...

So I thought, as APEX is completely dictionary driven, we should be able to find all the pieces and with some javascript we should be able to change the DOM element to include the group headings in the normal report too. The result:

You can see this example live here, the source code is also there, so you can see how I did things.

On the page I open the "Select Columns" automatically, so you can see the available columns and the groups in () and you can dynamically play with showing and hiding columns.

In short the way it works:
1) Query the APEX dictionary to see which columns and groups there are defined and return a string that can be parsed into a json object.
2) Create a javascript function to add the group headings above the column headers. I put some notes in the javascript and added a lot of console.log's. If you remove the // you'll see in Firebug a full trace what is happening.
3) To attach it to the Interactive Report and call it from your page you need to do some more. At OOW I had a chat with Carl about it, at the moment you can't call your own function at the end when the interactive report is called (but he was going to change that in future releases). Carl told me I was forced to put a little timeout there to make sure the Interactive Report was drawn before my javascript ran.

Feel free to try it in your own environment and give some feedback. The code is generic so you should be able to plug it into your environment without that much effort. I didn't use jquery as I wanted a generic solution for a "normal" APEX environment. Another thing I didn't do is looking if you defined a link (edit icon) before the row or not. So these might be enhancements for the next release...

Wednesday, November 19, 2008

Flashback table data prevented by a constraint

When I was reorganizing some tables I deleted some data which at the end I wanted to reuse.
I was pretty confident that with the flashback technology in the Oracle database I could get my data again. So I was surprised when I got the message "ORA-01466: unable to read data - table definition has changed".


I thought I had done something wrong so I build a small test case to see what was happening.


-- Create table with one record
create table t (b varchar2(100));
insert into t values ('hello world - works');
commit;
-- Look at the data
select * from t;
-- What timestamp did I still see my data -19-NOV-08 02.09.23.478019000 PM +00:00
SELECT SYSTIMESTAMP FROM dual;
-- Create an index
create index t_idx on t (b);
-- Delete all the data from my table and commit
delete from t;
commit;
-- There's no data anymore, nice
select * from t;
-- And with the flashback technology I see my data
select * from t as of timestamp to_timestamp('19-NOV-08 02.09.23.478 PM');
-- Insert another record
insert into t values ('hello world - no go');
commit;
-- Do some DDL on the table now, add a constraint
alter table t add constraint t_pk primary key (b)
select * from t;
-- I still see my data at this stage, but now we drop the constraint and delete the records
alter table t drop constraint t_pk;
delete from t;
commit;
-- Use flashback again
select * from t as of timestamp to_timestamp('19-NOV-08 02.09.23.478 PM');
-- I can't get to my data anymore

When reading through the documentation this made it clear: "Oracle Database cannot restore a table to an earlier state across any DDL operations that change the structure of the table".

Oracle does have limits ;-) and time for me to read through the documentation again...

Tuesday, November 18, 2008

Anychart 5 integration kit for APEX

A few days ago we released our Anychart 5 integration kit for Oracle Application Express (APEX).

Background

APEX has the ability to create (flash) charts. They are based on an older version of Anychart, version 3.3. Although these charts are already nice, there are some problems with it. You can't do everything you want with it, you can't print for ex, in short they look fine but not great.
Anychart released a while ago Anychart 5 which not only looks a lot nicer, but it resolved the problems and it has a lot more possibilities and features! Below, on the left, a chart created in APEX by using one of the predefined examples and on the right, the chart in Anychart 5 format.

I hope the charts speak for themselves ;-)

Installation

You can install this integration kit in a couple of different ways. If you prefer to keep the original APEX installation intact, you can do that and copy the integration kit in another folder. That means you can use the Anychart 3.3 and Anychart 5 charts together (like on the site of us).
You can also overwrite the files that came with APEX (take a backup first!) and that should change all your charts (also existing ones) in Anychart 5 format.

In both cases you can still use the wizards in APEX to create the charts, but if you decided to not overwrite the files, you need to make a small change in the chart region to point to the right path where you installed your files. The integration kit was tested on APEX 3.x (0, 1) and database 10g, 11g and XE with both the http server and the Embedded PLSQL Gateway. However if you do find a problem, please let us now or write a mail to apex@anychart.com.

Under the hood

So what's happening? The Anychart 5 file format is in a very different format, so what we did is creating a translation file which converts the Anychart 3 xml into Anychart 5 xml. You'll see the 2DColumn.swf of the integration chart are really small, that's because only the translation is done there and then sent to the anychart.swf file in the format it recognizes.


Using the integration kit

You can keep using the wizards in APEX to create your chart. This integration kit is meant as a first step towards the full kit we are working on. All the current types of charts in APEX are already supported by this kit and more, like for ex the combined charts - like on the screenshot above-, but Anychart 5 can do a lot more. For the Dashboards and Gauges for ex, which are currently not yet a type in APEX, you would need to write some more code yourself.
The followup kit will also provide you with the possibility to create these types of charts (Dashboards, Gauges, Maps, Gantts) through a wizard or at least with writing as less code as possible. In the meanwhile we (Apex Evangelists) can provide you with consulting to create other types of charts.


Examples

A full set of examples can be found on this site. All types of charts are shown in the standard APEX format (without changing or making it nicer), in the middle (if you enable the checkbox) you'll find the exact same chart but using the integration kit (so no changes made there) and on the right you find the same chart but with a few changes that shows the potential of Anychart 5.
You can also view the source of the region, the chart and the series that are used.

Purchase

The integration kit comes with a trial version of the Anychart 5 .swf file. You can see it by the watermark. If you buy the full version from the Anychart website and replace the anychart.swf file that comes with the integration kit, the watermark will disappear.
The integration kit itself doesn't cost you any money, you only need to pay for the Anychart license. APEX users get a 15% discount by using the code: APEX15

Final thoughts

This integration kit came together by the partnership of Apex Evangelists and Anychart. I would like to thank the people at Anychart for their help in working on this.

Friday, November 14, 2008

My first live hockey game

On Tuesday I went to my first ever live hockey game. I didn't know what to expect when James said me he had tickets for the hockey game, but he told me hockey is pretty big in Canada.

I saw the game Calgary Flames against Toronto Maple Leafs, which Calgary won 4-3. They played for a full house, so the atmosphere was very nice. The Flames first got a goal against, but it didn't take long before they scored some nice goals and took the lead. During the game you get sometimes time-out for commercials, that was new for me (well all of this was new for me).

I must say I liked it very much! Hockey is such a fast game and there's always a certain tension in the air. Like for ex the last minute when it was 4-3 the Leafs played without goalie!

Seeing hockey live is so much more fun than watching it on tv.

Players on the field, big screen tv's to watch the replays, real flames when goals were scored... everything for a fantastic evening.

Tuesday, November 11, 2008

Damn, APEX Page deleted! What now?

You know that feeling when you're working hard on a system, did a lot of changes, finally get the required result and start clean up old code?

I was in that stage... but then it went wrong: I deleted the wrong components and even some pages...

So what do you do then? What would you do in a not-APEX development environment? Getting an old file back, but what if you changed multiple files? Go back into source control and get the latest release? But are you using source control?

I was lucky as in APEX I could just Export my application as a few minutes ago. The below screen shows this feature to you.


Your database needs to have Flashback enabled for this, but who's database is not running in archivelog mode and has the flash recovery area enabled?

Maybe some of you didn't know about this possibility, it's definitely a nice one.

Sunday, November 09, 2008

First time in Canada

I just arrived in Calgary where I'll have some meetings (around the use of APEX).

It's my first time in Canada. I didn't know what to expect, although I got slightly worried when I read a (bad) review about the hotel I'm staying in. But to be fair, the Ramada hotel isn't that bad. The room is nice, but the hotel is a bit dead.


It's a bit too cold for me in Calgary (only 2 degrees), but I guess I can be lucky as the taxi-driver told me it can be -40 degrees over here! I didn't see much else yet, only 17 Avenue where I went to a famous bar/restaurant called Jack's.

Tuesday, November 04, 2008

APEX Views are so useful

Oracle Application Express is getting more and more popular. A lot of people started to use it, even by some who are no real developers. They use APEX because it's helping them to do their "real job". And as with a lot of these "at-the-side" applications, the app becomes bigger and other people are starting to use it. Of course they are lucky as APEX can scale very well, but being a non-developer they hit at a certain time the limits or their technical capabilities and interest to make it an enterprise application.

On one of our projects we have to rebuild such an existing APEX application. There are a lot of pages in the application. In the requirements document there are screenshots of regions which need to be available in the new system. As you can imagine it can take a while to find a certain region.

Luckily, APEX is repository based, so all information of the application you find in a table. To make life easier, the APEX development team created APEX views on top of the APEX tables. You can compare it with the Oracle database itself where you have views on top of the x$ tables.

If you go to the Utilities tab in APEX, you'll see the APEX Views button (see screenshot above). If you click on that you'll get a nice screen with all the APEX views. You can also search for a view, for ex. I searched to get all APEX views that contain 'region'.

If you click on for ex the APEX Application Page Regions icon, you get all the details of the view and you can query it from there. You'll see the columns with explanation:


You have the possibility to select which columns you want to see when you run the query, which where clause you want to add and the query that will be run when you hit the go button.

It saved me a lot of time to find the regions I had to search for. A repository based system like APEX has so many advantages...

Tuesday, October 28, 2008

Why? oh Why! A great friend, an amazing APEX guy...

I couldn't believe what I read when I first got up in the morning. But it got confirmed by other posts and some people in OraTweet....

Carl Backstrom had a car accident on Sunday and passed away.

It's unbelievable, I wish it wasn't true! What do you need to say? How do you need to react to such a thing? I'm very sad, it's very painful, it's a great loss... He was such a nice guy and a good friend. My thoughts are with his family and friends.

Carl was one of the key developers in the APEX team. I liked to call him "Mister AJAX", as he was so strong in all the fancy web stuff. He was one of the persons who gave us the Interactive Reports in Oracle Application Express. He still had so many plans to improve APEX and make it even nicer. Carl had a nice blog, an excellent APEX example site with lots of web 2.0 features and he was a frequent poster on twitter.


But next to all his good work for APEX, I would like to remember Carl as a great friend. When you were with him there was always something happening. He had great stories, he liked to go out and have fun... He was an exceptional person who was always willing to help others.
On the picture, taken at the APEX Meetup, Carl is they guy with the biggest smile on the left.

Carl thank you for everything, I'll miss you.

Tuesday, October 21, 2008

APEX @ ODTUG 2009


In the last years the number of APEX presentations at ODTUG have grown every year. For 2009 we plan to have even more! The ODTUG board asked John Scott, Scott Spendolini, Patrick Wolf and myself to be responsible for the Application Express Track content at Kaleidoscope 2009.

2009 will be a bit different, as we'll have our own APEX track. It will be even easier to find all the APEX presentations as they will be held in the same room, possibly two!

The content of the next conference will also be decided on what YOU want.

Make your Mark - You can shape the direction of the ODTUG Kaleidoscope conference by discussing and voting on topics in our new online Kaleidoscope Community. Tell us what you know you need to learn. You have ideas and we want to hear them!

Submit an Abstract - Don't wait until the last minute (abstract deadline is November 3), submit your abstract now. Not sure what to present? Begin participating in the Kaleidoscope Community and find out which topics are important to developers today.

Hope to see you there...

Monday, October 06, 2008

ApexBlogs.info fixed

The last couple of weeks the blogger sites didn't get updated in the Apex Blogs aggregator. Apparently the site is getting popular as I got a lot of mails to tell me.

The problem was the comments were not retrieved due to a change somewhere in the xml. As a quick fix I don't try to get the comments anymore, but at least you should see the new blog posts again.

Once I've more time, I'll update the packages again to retrieve the comments as well.

I used a backup to bring back all posts and updated from there, so all APEX posts should be there.

Friday, October 03, 2008

APEX SIG on Linkedin

I realize I didn't blog about it yet, but some months ago I created also an APEX SIG group on Linkedin. There are currently over 60 members.

Linkedin is an online network of more than 25 million experienced professionals from around the world. Already a lot of ICT people have a kind of curriculum vitae there and are linked to others.

So if you're doing something with APEX (Oracle Application Express) and are using Linkedin, feel free to join. Small remark: I try to avoid to include recruiters...

Saturday, September 27, 2008

OOW08 - Last day

On the last day of Oracle Open World I followed one session.

At 9 AM John Scott presented Dispelling Myths About Oracle Application Express.
I really liked this session as it started differently, the topic is hot and he made use of some nice visual effects like a 3D Timeline and some nice videos.
The session answered the most common questions we get in the APEX community, especially from people who doubt the power of APEX. Is APEX new? Is APEX scalable? Is APEX web 2.0? etc.

I hope John will do this presentation again on some other events as I think it's a must seen presentation!

After having some Chinese food we went to the airport as our flight was already in the afternoon.

The flight went well, although it stays a long flight, but I could sleep a bit. Back home I'm recovering from a good Oracle Open World. It was especially nice to meet people in real life again.

Friday, September 26, 2008

OOW08 - XMLDB and APEX, keynote, Appreciation Event

After some nice breakfast with John I went to my first session of the day.


Mark Drake talked about "Oracle Application Express and Oracle XML Database: A Match Made in the Database". I really enjoyed the session as I think the possibilities of both technologies can work very nicely together. Mark and Carl made a document management system in APEX based on the XMLDB technology. I found it an awesome product. They will make it available in the next days/weeks. I'm using some of the functionalities of XMLDB in Apexblogs.info.


Afterwards I had some lunch and prepared to go to the Keynote with Larry Ellison and Mark Hurd of HP. The queues were enormous! I already blogged about the keynote, so I'm not going to do that again.


This OOW is strange. Normally I bump up to the people I know and attend the other big Oracle conferences, but this time it didn't happen. Maybe because now there were sessions in a lot of different buildings (Marriott, Moscone South, West and North).

When I went to the OTN lounge I finally saw some people of the hard-core Oracle world ;-)
Tim Hall, Eddy Awad, Lewis Cunningham, Doug Burns etc.

Then it was time to fresh up for the Appreciation Event! Heading of to Treasure Island...
I'm still waiting for some pictures that John took as for once I left my camera in the hotel. The party was really nice and there were some fun things to do next to the concerts.