Grrrrrr!

So what can I do? I’ve messed around with templates, updated the back-end database and I’m going round in circles. My problem? Well <pre> tags are what I’m looking for so that the output of queries are spaced correctly, but IE doesn’t like <br> tags inside <pre> tags and ignores them. Firefox doesn’t. So maybe… Continue reading Grrrrrr!

Published
Categorized as Oracle

Technology Pioneer!

Six years ago I started playing around with XML, XSL and WML/WAP using an early version of the Oracle XML Developer’s Toolkit as an interesting little change from DBA work. I ended up presenting ‘Developing Dynamic WAP-Enabled Websites using Oracle’s XML Tools’ at Openworld in San Francisco, EOUG in Madrid and UKOUG in Birmingham. You… Continue reading Technology Pioneer!

Published
Categorized as Oracle

Table reorgs and statistics

While working on the ITL deadlock problem (which looks like it’s been fixed by the initrans increase and table rebuild), the developers highlighted another table as hitting this problem in the past. When I investigated, I found that initrans had already been set to 6 so this had obviously happened in the past on the… Continue reading Table reorgs and statistics

Published
Categorized as Oracle

Being Open-minded

I think that one of the most important skills of a good DBA and one of the most difficult to maintain as your experience grows is to stay open-minded. When I got into work this morning, there was an email waiting for me from a frustrated developer who wanted to know why one of the… Continue reading Being Open-minded

Published
Categorized as Oracle

World cup Apex

Thanks for playing with us! You’re final rank in the World Cup 2006 APEX application is 92 out of 425. Some more info: – Played Games: 64 – Correct prediction of games: 41 – Wrong prediction of games: 23 – Correct prediction of score: 3 – Wrong prediction of score: 61 – Your points: 47

Published
Categorized as Oracle

Blog-keeping

I’ve been doing some house-keeping on the blog lately which is part of the reason for fewer posts. I tidied up loads of old entries last night (still a few to go) and thought I’d come up with perfect code formatting in the current template (just the one for now). However it looks like the… Continue reading Blog-keeping

Published
Categorized as Oracle

There’s more to life …

… than cleaning up old blogs and flooding Oracle News Aggregators (sorry Eddie!). I still have a few DBA-role rants up my sleeve but I’ve decided that I need to get out of the house a bit more. Expect a few days peace and quiet from me (if not for me). (Now I just have… Continue reading There’s more to life …

Published
Categorized as Oracle

stattab contents

In an earlier blog I talked about saving optimiser statistics and suggested that there are a couple of approaches to viewing saved statistics. It’s not rocket science to view the contents of the stats table directly, but Oracle could change the format over time, so it’s probably best to use the supplied procedures for accessing… Continue reading stattab contents

Published
Categorized as Oracle