-
If your administration is as good as anybodies, you are bound to loose the not-so-frequently used password for the SYS and SYSTEM users of oracle. Here are a few ways I found to re-set those passwords: Method 1: SQLPLUS (Tested on AIX Oracle 9.2.0.1.0) Log into the database server as a user belonging to 'dba' [unix ] …
Read More -
As a Mac user, I have absolutely no problem editting, moving and viewing large video, audio and image files. There was one thing I missed though, and that is a tool which is able to quickly view a large JPG (like OSX's own preview) but then skip to the next image in the directory when selecting "next". Today …
Read More -
Follow these steps to create an Ubuntu Linux "server" running a Postgres database which allows non-local connections. You will need a machine with at least 10GB HD, bootable from CD-ROM, network card, and preferably more than 200MB RAM. Other than that, it can even be a Mac G4 if you like (just download the …
Read More -
Today, a collegue of mine had a really strange nullpointer problem trying to call a stored procedure in an Oracle 10 database using iBATIS Java 2.2.0. What she had was a normal JavaBean, like so: package com.rolfje.foo public class BarBean { private String barName; private Long barId; ... setters/getters here ... } A …
Read More -
...it's the way that you do it. Last week I noticed a funny thing in an application I'm involved in as a developer. For logging in to the application, the term "Log On" was used. However, for logging off, "Log Out" was used. This did not feel right, so I searched a bit on the use of these terms. It …
Read More -
Today I discovered Tangerine, a BPM (Beats Per Minute) analyzer for use with iTunes on a mac. I downloaded it, and it works as advertised. It scans your iTunes music library, and analyzes the BPM (and intensity of the pattern) of each track. It does this in the background, and on my Mac mini Core duo I can continue wih …
Read More -
Okay, I found the answer to my problem. Mounting an USB drive on OSX which is formatted as Fat32, will not behave nicely when being accessed through samba. Trying to start multiple copy processes simultaniously will cause seemingly random "file locked" errors. I just formatted the drive as HFS+, and the …
Read More -
For those of you trying to request a password from the user at the command-line, without the password being displayed on-screen, Java 6 finaly has the answer, along with better access to the console. I hope that soon we will never see this hideous construction to do the same again.
Read More -
All listed in one nice page on "Guide to OSX software for switchers". Have fun!
Read More -
So here I am using iTunes on my Apple. So far so good. The downside is that I have an iBead as an mp3 player, so there are a few problems with that. First of all, iTunes only plays nice with the iPods (and a few other oddballs ;-). For me to put mp3's on my iBead, I can drag them over from iTunes onto the USB drive, …
Read More