Results 1 to 2 of 2

Thread: Oracle Database server installation Steps in Fedora Core 1

  1. #1
    Newbie
    Join Date
    May 2004
    Location
    Bangladesh
    Posts
    3

    Oracle Database server installation Steps in Fedora Core 1

    Dear all

    Can anyone help me for Oracle 8i or 9i full installation steps in Rad Hat Fedora Core 1?

    Jeesun

  2. #2

    RE: Can anyone help me for Oracle 8i or 9i full installation

    Steps To Install Oracle

    Pre-Install Config.

    1. Create group dba
    2. Create group oinstall
    3. create user oracle , /usr/sbin/useradd -G dba -g oinstall oracle
    4. Make folder /u01/app/oracle/product/8.1.7
    5. Put the env varible in /home/oracle/.bash_profile as follows
    DISPLAY=radius:0.0
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME=/u01/app/oracle/product/8.1.7
    ORACLE_SID=dcom
    LD_LIBRARY_PATH=/u01/app/oracle/product/8.1.7
    PTG_HOME=/u01/app/oracle/product/portal-to-go
    TMP=/tmp
    export LD_ASSUME_KERNEL=2.5

    PATH=$PATH:$HOME/bin:$ORACLE_BASE:$ORACLE_HOME
    BASH_ENV=$HOME/.bashrc
    USERNAME=""

    export USERNAME BASH_ENV PATH DISPLAY ORACLE_SID ORACLE_BASE ORACLE_HOME LD_LIBRARY_PATH PTG_HOME TMP


    export USERNAME BASH_ENV PATH DISPLAY ORACLE_SID ORACLE_BASE ORACLE_HOME LD_LIBRARY_PATH LD_ASSUME_KERNEL TMP
    6. Same to the /etc/profile too.

    after installing u need a patch file named glibc-2.1.3-stubs.tar. untar it to the oracle home directory and run the patch.

    Mohammad Fakrul Alam
    fakrul@dhakacom.com

Similar Threads

  1. ISA Server on Server 2003
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 08:50 PM
  2. ISA Server on Windows Server 2003
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 08:49 PM
  3. Live Communications Server 2005 Glossary
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 08:16 PM
  4. New Features that are included in Access 2000
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 02:17 AM
  5. SQL Server 2k win CE edition FAQ
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 01:59 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •