Top Nav

Archive | Databases

Install Fix for Oracle 9i on RHEL 3

I was getting weird jvm errors while running the installer. Fix is documented here:

http://www.redhat.com/archives/fedora-list/2003-November/msg06994.html

Another problem involved the installer hanging at “Link pending …”. This was fixed with:

Here a link to a discussion of this issue:

http://dbforums.com/t759429.html

And here’s a link to many more fixes:

http://www.puschitz.com/InstallingOracle9i.shtml

And another good link:

http://www.oracle-base.com/articles/9i/Oracle9iInstallationOnRedHatAS3.php

0

Setting auto_increment counter

Here’s a sql query to set the auto_increment counter:

0

Slow Query Log

http://dev.mysql.com/doc/mysql/en/Slow_query_log.html

Add the following options to mysqld command line:

0