Skip to content
Skip to content
Archive of posts filed under the Site Update category.

Oracle Install Guides

You can now find my HTML version of below Oracle Installation guides under cookbook section – Install Oracle Database 8i (8.1.7) on Red Hat Linux 7.3 (Kernel 2.4.18-3 i386 32 Bit) Install Oracle Database 9i (9.2.0.6) on Red Hat Enterprise Linux 4 / CentOS 4 (2.6.9-5.0.3.EL i386 32 Bit) Install Oracle Database 9i (9.2.0.8) on Red [...]

Change is inevitable

I have never thought I would start blogging, but you know change is envitable. So, here I am with my first post – Hello World! SQL> SELECT ‘Hello World!’ first_post   2    FROM DUAL; FIRST_POST ————- Hello World!