Monday, May 29, 2006

Irritatable?

The Beeb is running a story on Amnesty's new website irrepressible.info, which aims to "highlight abuses of rights the net is used for, and push for the release of those jailed for speaking out online."

I've no problem with that. Without the free flow of information we wouldn't hear about situations like Guantanamo. What I do have a problem with is Amnesty assuming my ignorance and displaying a definition of "irrepressible" at the top of the page. Duh-huh! I can barely repress my mild offence.

I'm also not sure about their idea of circumventing censorship since they ask you to add a link to your own pages that sources Javascript from their own domain. I'm sure they'd be better off asking for proper mirrors.

Tuesday, May 16, 2006

When I win the lotto I'm hiring a personal DBA

Why is it that the database always falls over when you're trying something new
for the first time? Today I was working with OpenACS on a job where we want
to relate people to each other. OpenACS has a few tables for handling
relationships and relationship types, so I had created a new type in SQL*Plus
and was going into the admin pages to make sure the type was visible.

KAPOW!

Server error. The web server had lost its database connection, which of
course must be some other idiot developer on the system. The web server
can't do much without the database, so I let the developers know and
bounced it.

Now, back to my admin page...


KERSPLAT!

Server error. Hmmm. I really should have checked the error log. Turns
out we're getting an ORA-01114 IO error writing block to file string (block # string),
which no developer ever wants to see because it means Mr. Database is
having an off-day. So I went off and restarted the web server again,
and just to make sure it was a pure Oracle error, I found the query
and ran it from Toad.

WHAPZING!


ORA-01114. Fair enough - it looks like Oracle needs a little TLC. Looking
at the temp tablespace using Enterprise Manager (a tool for quiche eaters
if ever there was one) I see that it has grown to 8Gb and is 99.99% full.
The tablespace is set to autoextend and hasn't reached its maximum size,
so maybe something is amiss with the datafile? The temp dbf file is on
a partition mounted at /data1.

Logged in to the Linux box where Oracle lives, a df -h tells me /data1 is full.
Here we have a few options:


  • Add another datafile to the temporary tablespace

  • Drop the temporary tablespace and recreate it a lot smaller

  • Free up some disk space in /data1

The first option is easy wasteful, since the 8Gb of space currently being
used is most likely stale. It may or may not be cleared out when Oracle
is restarted, but unless naughty people have been deliberately putting
objects into the temp tablespace, you can bet your granny you could
live without it being quite so big.

The second option is the proper thing to do. Unfortunately that database
is in use by lots of people and dropping a big tablespace can take a long
time. While these people would love the excuse for an extended tea break,
the PHBs who pay their and my wages wouldn't!

Luckily for me there were a few CD images lying around in /data1 and
deleting these allowed me to free up 3Gb. As soon as I did Mr. Oracle
immediately perked up and resumed normal service.


Of course when I got into my admin page my relationship type is still
missing, most probably because I thought I could get away with leaving
out a trigger... but don't get me started on triggers!!

Friday, May 05, 2006

Blogger Stinks!

Look at my previous post. See the huge space between the paragraphs. This is because Blogger thinks I'm an idiot. It doesn't trust me to write HTML. I know this because even though I enter my posts in HTML Blogger doesn't trust me to mark-up properly. It converts my nicely formatted, perfectly marked-up text into a disgustingly mangled piece of HTML by converting new lines into breaks. Awful. What's the point of letting me edit the code if you don't trust me to do a good job? They should either enhance the WYSIWYG editor so I can do everything I need to, or stop messing with my input!

iPod Calendar = Google Calendar


I'm on my 3rd iPod now, the 60Gb photo version. My second one stopped talking to my PC a long time ago and I was stuck listening to the same playlist for so long I stopped using it altogether. I can't believe how glad I am to have mobile tunes again!




Plus, I found a little app for Windows that synchronises the calendar on the iPod with my Google calendar, which coincidentally I've recently started using in anger. It could be more plug-and-play-like, but it works.



So I'm looking forward to a weekend of CD ripping!