How to install oracle 9i on Fedroa Core 5

Could anyone tell me as title.
Thank very much

Hi,
1. set the kernel configuration for semaphores by editing /etc/sysctl.conf
kernel.shmmax = 2147483648
kernel.shmmni = 128
kernel.shmall = 2097152
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
2. Install the packaged JDK
# Make the bin file executable
chmod u+x j2sdk-1_3_1_09-linux-i586.rpm.bin
# Run the bin file. Agree to the terms and conditions.
./j2sdk-1_3_1_09-linux-i586.rpm.bin
# Install the RPM file.
rpm -ivh jdk-1.3.1_09.i586.rpm
3. create group and user
groupadd oinstall
groupadd dba
groupadd oper
groupadd apache
useradd -g oinstall -G dba oracle
passwd oracle
useradd -g oinstall -G apache apache
passwd apache
4. create directories
mkdir -p /u01/app/oracle/product/9.2.0.1.0
chown -R oracle.oinstall /u01
5.Login as oracle and edit your .bash_profile as follows
# Oracle 9i
ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
ORACLE_HOME=$ORACLE_BASE/product/9.2.0.1.0; export ORACLE_HOME
ORACLE_TERM=xterm; export ORACLE_TERM
PATH=$ORACLE_HOME/bin:$PATH:/usr/java/jdk1.3.1_09/bin; export PATH
ORACLE_OWNER=oracle; export ORACLE_OWNER
ORACLE_SID=TSH1; export ORACLE_SID
LD_LIBRARY_PATH=$ORACLE_HOME/lib; export LD_LIBRARY_PATH
CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
ORACLE_OEM_JAVARUNTIME=/usr/java/jdk1.3.1_09; export ORACLE_OEM_JAVARUNTIME
LD_ASSUME_KERNEL=2.4.1; export LD_ASSUME_KERNEL
THREADS_FLAG=native; export THREADS_FLAG
TMP=/tmp; export TMP
TMPDIR=$TMP; export TMPDIR
6. Make sure you have installed the following packages
rpm -Uvh libpng10-1.0.13-9.i386.rpm
rpm -Uvh gnome-libs-1.4.1.2.90-35.i386.rpm
rpm -Uvh compat-libstdc++-7.3-2.96.118.i386.rpm
rpm -Uvh compat-libstdc++-devel-7.3-2.96.118.i386.rpm
rpm -Uvh compat-db-4.0.14-2.i386.rpm
rpm -Uvh compat-gcc-7.3-2.96.118.i386.rpm
rpm -Uvh compat-gcc-c++-7.3-2.96.118.i386.rpm
rpm -Uvh sysstat-4.0.7-5.i386.rpm
rpm -Uvh openmotif21-2.1.30-8.i386.rpm
rpm -Uvh pdksh-5.2.14-23.i386.rpm
Oracle need GNU C-Compiler 2.95 by default
mv /usr/bin/gcc /usr/bin/gcc323
mv /usr/bin/g++ /usr/bin/g++323
ln -s /usr/bin/gcc296 /usr/bin/gcc
ln -s /usr/bin/g++296 /usr/bin/g++
Ok, for now.
Now edit Disk1/oraparam.ini and set the correct JRE_LOCATION and start by ./runInstaller in Disk1
You will get two errors. The first one can be ignored. We will fix it later.
When the scond one occurs open another terminal and edit $ORACLE_HOME/ctx/lib/env_ctx.mk with any texteditor. Add a "$(LDLIBFLAG)dl" flag into the line starting with "INSO_LINK =" and click retry.
After install open a term and execute the following commands to fix the first error:
cd $ORACLE_HOME/network/lib
make -f ins_net_client.mk install
Then edit the $ORACLE_HOME/ctx/lib/ins_ctx.mk file so that lines 13-14 change from:
ctxhx: $(CTXHXOBJ)
$(LINK) $(CTXHXOBJ) $(INSO_LINK)
to:
ctxhx: $(CTXHXOBJ)
$(LINK) -ldl $(CTXHXOBJ) $(INSO_LINK)
After that execute the following command:
make -f $ORACLE_HOME/ctx/lib/ins_ctx.mk install
The agent can now be started using:
$ORACLE_HOME/bin/agentctl start
Before a database instance can be created some of the Oracle tools must be forced to look at an alternative JRE:
mv $ORACLE_HOME/JRE $ORACLE_HOME/JRE_ORIG
ln -s /usr/java/jdk1.3.1_09/jre $ORACLE_HOME/JRE
su - root
ln -s /usr/java/jdk1.3.1_09/jre/bin/java /usr/java/jdk1.3.1_09/jre/bin/jre
ln -s /usr/java/jdk1.3.1_09/jre/bin/i386/native_threads/java /usr/java/jdk1.3.1_09/jre/bin/i386/native_threads/jre
exit
With this done the DBCA can be started using dbca from the command line.
This long procedure worked for me. In our days I run ORACLE on UBUNTU with fewer problems while installing. If you have further questions I will try to push you.
Bye Holger

Similar Messages

  • How to install Oracle Applications on Fedora Core 6?

    I am trying to install Oracle Applications on Fedora Core 6. But when i start rapidinstall it is showing the error as permission denied eventhough all permissions are correct. I tried this with singleuser and multiuser also.
    Is it possible to install Oracle Applications on Fedora Core 6?

    It is probably best to stick with Red Hat AS/ES 3.0/4.0, Oracle Linux 4.0, or SLES9/Suse9/10 for installing Oracle Applications. Even if you could install it on FC 6, it is likely it would break, and be very difficult to get it working again.
    Here are the RH 4 prerequisites:
    Red Hat Enterprise Linux AS/ES 4.0*      Legacy Software Development package and X Software Development package
    Note: Select these packages from the Package Group Selection screen. If the operating system is already installed, use System Settings > Add/Remove Applications to install these two packages.
    The following components will be installed automatically:
    compat-db-4.1.25-9
    compat-gcc-32-3.2.3-47.3
    compat-gcc-32-c++-3.2.3-47.3
    compat-oracle-rhel4-1.0-5
    compat-libcwait-2.0-2
    compat-libgcc-296-2.96-132.7.2
    compat-libstdc++-296-2.96-132.7.2
    compat-libstdc++-33-3.2.3-47.3
    xorg-x11-deprecated-libs-devel-6.8.1-23.EL
    xorg-x11-deprecated-libs-6.8.1-23.EL
    The following required component must be installed manually:
    openmotif-2.1.30-x
    Note: For information on downloading the openmotif component, see the instructions at the following URL: https://rhn.redhat.com/errata/RHSA-2 005-412.html

  • How to install Oracle VM server on Sun Fire v100 server

    Hi All
    I have just a Sun Fire V100 Server.
    How to install Oracle VM server on Sun Fire v100 server?
    Thankyou and best regards,
    Thiensu

    user8248216 wrote:
    I have install Oracle VM Server successful on PC Core 2 dual 2.93Ghz.
    But Oracle VM Server does not detect onboard Network card.Your NIC needs to be supported by Oracle Linux 5 Update 3 to work with Oracle VM Server 2.2. If it's too new, then it will not be seen. Also, please start a new topic for each question. This new question is not relevant to the original topic.
    Edited by: Avi Miller on Aug 19, 2011 12:46 PM

  • Error while installing Oracle 10g on Fedora Core 1

    Error while installing Oracle 10g on Fedora Core 1. After 40% of the Installation is thru, the progress bar is showing 40%, it gives error "Not connected to Oracle" and the installation has to be terminated.
    We have tried by using the on-line procedure and changing the required script to make believe it as said.

    Are you createing DB also???

  • How to install Oracle Label Security in Oracle Database 10g EE

    Hello All
    I just want to know how to install Oracle Label Security in Oracle 10g Database EE.
    I read in Oracle Enterprise Manager Grid Control Installation and Basic Configuration that Label Security must be installed before installing Enterprise Manager Grid Control.
    I have Oracle Database 10g Release 1 (10.1.0.1) on my Windows XP System, and I patch it to 10.1.0.3.
    M.
    Sorry about my English.

    Options is to connect to Oracle Policy Manager or use Oracle Internet Directory (OID)to administer Oracle Label Security.
    Find more ways in the Documentation here:
    http://download-uk.oracle.com/docs/cd/B19306_01/network.102/b14267/toc.htm

  • Installing Oracle Linux on Fedora Core (formerly Red Hat)

    Hello,
    I am very new to Linux having been a recent Windows convert and wanted to find out whether I can talk to someone about installing Oracle on a Fedora Core system. I find the current documentation to be quite daunting for a newbie like me. I am not new to Oracle per se but I am new to installing it on a different operating system. It's also easier for me to chat about my issues than to do a long-winded e-mail. If there is a "guru" in this area that can contact me, I can be reached at 305-491-0417 (cell) or e-mail me at [email protected]
    Much appreciated and Thanks,
    Steve

    Hello
    Here is a very good guide:
    http://www.puschitz.com/OracleOnLinux.shtml
    lajos

  • JRE not found, while installing Oracle 9i on Fedora Core 5

    I am installing Oracle 9i on Fedora Core 5 from the following site.
    http://ivan.kartik.sk/oracle/install_ora9_fedora.html
    The site asks me to Download the Java Runtime Enviroment (j2re-1_3_1_15-linux-i586.bin) from the Sun website.
    extract the file and put it in /opt directory. And edit Disk1/install/linux/oraparam.ini and modify JRE_LOCATION variable to /opt/jre1.3.xx
    I have downloaded JRE version jre1.3.1_19 as this is the version available from the sun site, and put it in the /opt directory.
    [oracle@localhost Disk1]$ cd /opt
    [oracle@localhost opt]$ ls -l
    total 24
    drwxr-xr-x 6 root root 4096 Aug 19 2006 jre1.3.1_19
    My oraparam.ini settings are:
    [oracle@localhost ~]$ cat Disk1/install/linux/oraparam.ini
    [Oracle]
    JRE_LOCATION=/opt/jre1.3.1_19
    However, after doing these changes when I use /home/oracle/Disk1/runInstaller, i get the following error:
    [oracle@localhost Disk1]$ pwd
    /home/oracle/Disk1
    [oracle@localhost Disk1]$ ./runInstaller
    [oracle@localhost Disk1]$ The Java RunTime Environment was not found at /tmp/OraInstall2008-04-29_07-09-15AM/jre/bin/java. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again.
    : No such file or directory

    Ivan Kartik:
    I have installed Oracle 9i on Fedora 5.
    I am able to login using sqlplus 'sys/sys as sysdba'
    and start the database using startup
    However, there were problems starting Configuration Assistant services and HTTP Server.
    Here are the details:
    Launched configuration tool Agent Configuration Assistant
    Command which is being spawned is /opt/oracle/920/JRE/bin/jre -classpath /opt/oracle/920/JRE/lib/rt.jar:/opt/oracle/920/jlib/srvm.jar:/opt/oracle/920/network/agent/agentca.jar oracle.agent.AgentCA /orahome /opt/oracle/920 /nodeinfo NO_VALUE
    Configuration tool Agent Configuration Assistant failed
    Parameter "orahome" = /opt/oracle/920
    Parameter "nodeinfo" = NO_VALUE
    Agent Service Failed
    Result code for launching of configuration tool is 1
    Launched configuration tool Starting HTTP Server
    Command which is being spawned is /opt/oracle/920/Apache/Apache/bin/apachectl startssl
    Invalid Exit Code. The following result code will be used for configuration tool: 1
    Configuration tool Starting HTTP Server failed
    /opt/oracle/920/Apache/Apache/bin/httpd: error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory
    /opt/oracle/920/Apache/Apache/bin/apachectl startssl: httpd could not be started
    Result code for launching of configuration tool is 1
    Launched configuration tool Agent Configuration Assistant
    Command which is being spawned is /opt/oracle/920/JRE/bin/jre -classpath /opt/oracle/920/JRE/lib/rt.jar:/opt/oracle/920/jlib/srvm.jar:/opt/oracle/920/network/agent/agentca.jar oracle.agent.AgentCA /orahome /opt/oracle/920 /nodeinfo NO_VALUE
    Configuration tool Agent Configuration Assistant failed
    Parameter "orahome" = /opt/oracle/920
    Parameter "nodeinfo" = NO_VALUE
    Agent Service Failed

  • How to install Oracle Developer Suite 10g (10.1.2.0.2)  for Linux

    Hi All,
    Please let me know how to install oracle forms on Linux red hat. I need to configure it with oracle database 10gR2. Please provide me step by step installation and configuration giude or you can pass on readme file which comes with the software.
    Thanks,
    Rahul

    user8722581 wrote:
    Hi ,
    Given link is good and I can understand the architecture that it will be 3 tier--DB server-Application Server and Web Browser where Developer will access forms.
    I would appreciate if you can provide some screen shots for the configuration details and files to be modified for the port and deploying the forms.
    Whether we need to install apache,http or oracle application suite for the linux will take care?
    Is there any pre-requisite health checktool like RDA.sh for the rdbms? Please let me know what are the important configuration file.
    What is identity management in this?
    Thanks.
    Edited by: user8722581 on May 8, 2013 11:07 PMAll pre-req. are covered in the installation manual -- http://docs.oracle.com/cd/B19375_07/doc/frs/install/B19314_02/toc.htm
    Thanks,
    Hussein

  • How to install Oracle Developer Suite 8 on windows 8 64bit

    Hi, everyone.
    I have facing problem. How to install Oracle Developer Suite 10g on windows 8. Please send me step by step install.
    Thanks
    Mbulur.

    No version of Forms/Reports is currently supported on Windows 8. Also, because Error Correction support for versions older than 11 have ended, no new certifications will be provided for those versions. I would recommend you consider upgrading to Forms/Reports 11.1.2.1 as we are hoping for Win8 certifications in the future for this version.

  • How to install oracle 8 on windows xp

    i use windows xp and (pentum 4 processor )
    my question :-
    i want to how to install oracle 8 (client) i try to do this but the installtion can't complete and there was no any error message ...
    please help me and tell me step by step
    thanks

    ok how to install oracle 8 client on windwos 2000 pro
    please help me

  • How to install Oracle 9i on redhat 9

    i have installed 4-5 times oracle 9i on linux ...but the thing is ..as soon i restart my pc..the SQLPLUS doest not start from the redhat 9 terminal
    ...So plz tell me the step by step procedure how to install Oracle 9i on linux ...
    .... What & where is .bash_profile file is located ...???
    How to create system shareable memory ...??? without this SQLPLUS is not starting ...
    how to modify the kernel variables ..???
    ..

    What & where is .bash_profile file is located ...???The file exists under oracle home directory.
    # ls -l /home/oracle/.bash_profile
    -rw-r--r-- 1 oracle dba 328 11? 2 15:35 /home/oracle/.bash_profile
    How to create system shareable memory ? without this SQLPLUS is not starting.Append your shareable memory parameters to /etc/sysctl.conf, You might want to change these values if you have more RAM:
    kernel.shmmax = 536870912
    kernel.shmmni = 4096
    kernel.shmall = 2097152
    REBOOT the system so the kernel changes can take effect, or if rebooting is not an option, you can change the kernel params at runtime by issuing:
    # echo 536870912 > /proc/sys/kernel/shmmax
    # echo 4096 > /proc/sys/kernel/shmmni
    # echo 2097152 > /proc/sys/kernel/shmall
    how to modify the kernel variables ..???method 1:
    To modify kernel parameters a common way is to change /proc file system:
    1. Log in as root user.
    2. Change to the /proc/sys/kernel directory.
    3. echo <desired list of values> > <group of parameters>
    But this update is not permanent and after system reboot, your kernel parameters's
    values will be the same as before.
    method 2:
    setuping permanently kernel parameter values ,is to use '/etc/sysctl.conf' file.
    Every time the system boots, the '/etc/rc.d/rc.sysinit' script is executed
    by init process. This shell script contains a call to sysctl command and
    reads the values from /etc/sysctl.conf file as the ones to be set Therefore, any values added to /etc/sysctl.conf will take effect after the system boot or without downtime using "sysctl -p" command

  • How to install oracle client on pentium 4

    please can someone tell me how to install oracle client 8i on pentium 4 system. the installation is not going automaticlly , and if i explore the cd and press on the setup file the installing didnt start.

    8i definitely has problems with Pentium IV processors. The fix is to copy the entire CD to the hard drive and then rename each copy of symcjit.dll to symcjit.old.

  • How to install Oracle 10g release 2 on rhel4 release 2

    I want to know How to install Oracle 10g release 2 on rhel4 release 2 from scratch from the partitioning of the disk in rhel 4 till the post installation .
    System Configuration
    x86 32 bit
    Pentium(R) 4 CPU 3 ghz
    RAM 1 GB 2.99Ghz
    Oracle 10g release 2
    rhel 4 release 2
    Please reply me soon.
    With Regards
    Suvin Prathab
    www.sceneworks.co.cc

    Dear Suvin Prathab!
    Please have a look at this:
    [http://www.oracle.com/technology/pub/articles/smiley_10gdb_install.html]
    Yours sincerely
    Florian W.

  • How to install Oracle Content Database Archive Adapter for SAP on windows

    Hi,
    I would like to install CDAA(Oracle Content Database Archive Adapter) on 32 bit and 64 bit windows. Will somebody point me to where i can download this from (if its not free i would like to try out trial version first) . If it depends upon other oracle components what is that i need to install additionally . And if you could provide links to all the required components, it would be great help.
    Also if there is any demo from where i can see what all features CDAA support and how does it compare to other products say IBM commonstore etc , please let me know.
    Thanks a lot ..
    -Rohit

    Can any body help me to say thet "How to install Oracle Applications 11i(11.5.10.2) on Windows 2003 R2 X64 bit ' . Hi,
    I believe, 11i installation on Windows 2003 X64 is not fully supported.
    what is your os version:
    if it is windows 2003 32 bit, then it is supported on X86-64 servers for both database and application tiers
    If it is windows 2003 64 bit, then only datatabase tier is supported on x86-64 servers
    Have a look at the following note
    Frequently Asked Questions: Oracle E-Business Suite Support on x86-64 Doc ID: 343917.1
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=343917.1

  • How to install Oracle 10g on to Red Hat Linux 5 Server

    I'm new to both Linux and Oracle. I've been working on an installion of Oracle 10g on a Red Hat Linux 5 Server for about 2 weeks. I've been doing a lot of reading about installing Oracle on a Linux environment. I finally got to the installation portion and the Oracle Installer displayed a message that I had to have Red Hat 4 or 4 Enterprise to continue.
    How can Install Oracle 10g onto a Red Hat 5 Linux Server"? Is there an option that I can use to bypass the OS checking?
    Thanks

    Unfortunately there is no way to access metalink without a valid account. You could then just try to skip preinstall requisites with this clause:
    ./runInstaller -ignoreSysPrereqs
    or this method:
    Copy the oraparam.ini from the installation source install/oraparam.ini to /tmp directory.
    Edit the file /tmp/oraparam.ini so this file reads:
    After
    [Certified Versions]
    Linux=redhat-3,SuSE-9,redhat-4,UnitedLinux-1.0,asianux-1,asianux-2,redhat-5
    also, make sure you have these packages installed:
    # rpm -ivh gcc-c++-4.1.1-52.el5.i386.rpm gcc-4.1.1-52.el5.i386.rpm
    libstdc++-devel-4.1.1-52.el5.i386.rpm glibc-devel-2.5-12.i386.rpm
    glibc-headers-2.5-12.i386.rpm libgomp-4.1.1-52.el5.i386.rpm
    libXp-1.0.0-8.i386.rpm compat-libstdc++-296-2.96-138.i386.rpm
    compat-libstdc++-33-3.2.3-61.i386.rpm
    ~ Madrid.

Maybe you are looking for

  • Error in creation of inbound delivery

    hi When I tried to create inbound delivery against schedule agreement 1) Following warning message is coming when I enter the quantity for each and every line item    u201CAcknowledgment for PO item contains data varianceu201D 2)Following error messa

  • Impossible to set up a TC with admin and users privileges

    Hi, Sorry for my english first. I'm not an english speaker... That's one week I'm playing with my Tc to try to set it up with admin and users privileges and and doesn't succeed to find a good way to do it.... What I want to do: set up my Tc so that I

  • HT4623 How can I facetime with out WIFI on a iphone 4 ????

    HELP ??? I see that you can facetime with out WIFI, But i can not on my phone  ... I have the IPHONE 4 ......HELP

  • Synaptics Touchpad doesn't work correctly after update

    I have a Lenovo T61 with 2.6.37-ARCH #1 SMP PREEMPT Tue Mar 15 11:40:49 UTC 2011 i686 Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz GenuineIntel GNU/Linux. xf86-input-synaptics is installed, version 1.4.0-1 Since an update, I get the following error whe

  • APO (SNP) / BW - Best Practice

    Hi experts, I have several reporting requirements using BW and APO - SNP. I´d like to know what´s the best way to acomplish this requirements. Is it best to store the data first on infocubes on APO and then extract these data to BW, or use the standa