Category Archives: linux-projects-oracle

silly projects related to oracle

unix.vc lanuched – under polishing

http://unix.vc

lanuched – but still under polishing section – moreΒ  unix stuff – more fun

My New projects … I may continue this blog there

http://opensolarisproject.com – Learn Unix in Open source way

http://unixlife.opensolarisproject.com – silly projects with Unix

http://linuxadminsupport.com – Linux admins reference portal

http://liuxlife.linuxadminsupport.com – My time waste projects with Linux

These are the projects now i started and working … i amy continu this time waste blog there !!!!!

Ok third time-waste project, making oracle express 10g dvdrom to cdrom

ya, I got oracle 10g express database dvd from oracle. But due to various reasons i want to have cd version. So i checked size of DVD it is 840 MB. This dvd is all one means it is having installer for Windows,Linux( Redhat,Debian). so using Ultraiso ( very feature rich software to edit,create dvd/cd iso images) i made image of DVDROM and removed debian package, windows package – Bingo now size is 450 MB only πŸ™‚

If you Deb guy then remove Redhat rpm and windows installer file πŸ™‚ simple. Now i can Cut ORacle 10g xe DVD to Cdrom.

My second timewaste linux project oracle 10g on cent os 4.3

Ok. How to install oracle 10g ( oracle xe – express) on cent os 4.3

First download centos from http://centos.org . it is clone of Redhat enterpise linux vr 4. install it ( For oracle 10 G no need to install GUI (xwindows ….) So remove all gui realted packages while install (this step reduces installation size,time,increases available Ram.

For oracle 10g make sure that your box having at least 512 MB ram. Ok later just follow the following steps.

source

http://www.oracle.com/technology/software/products/database/xe/files/install.102/b25144/toc.htm

  1. If you downloaded the oracle-xe-univ-10.2.0.1-1.0.i386.rpm executable, you would enter this command:
    $ rpm -ivh downloads/oracle-xe-univ-10.2.0.1-1.0.i386.rpm

    The installation displays a status of its progress.

  2. When prompted, run the following command:
    $ /etc/init.d/oracle-xe configure
  3. Enter the following configuration information:
    • A valid HTTP port for the Oracle Database XE graphical user interface (the default is 8080)
    • A valid port for the Oracle database listener (the default is 1521)
    • A password for the SYS and SYSTEM administrative user accounts
    • Whether you want the database to start automatically when the computer startsIf you enter Yes, then the database starts immediately

If you need to change the configuration settings, then you can do so by running the following command:

$ /etc/init.d/oracle-xe configure

To start the database manually, run this command:

$ /etc/init.d/oracle-xe start

To stop the database manually, use the following command:

$ /etc/init.d/oracle-xe stop