Installation of Oracle AS 10g on Red Hat ES 3.0

Installation of Oracle AS 10g on RedHat ES 3.0 (All issues are cleared and u will b done with no error like Java Configuration Failed and make files errors)
Red Hat Enterprise Linux 3 Custom Installation
Copy from OTN Note
Start
Oracle 10g is certified to run the base release of Red Hat Enterprise Linux 3 (Advanced Server and Enterprise Server) without updates. If you have update CDs, you can use the boot CD from the update instead of the boot CD from the base release to automatically apply all updates during the installation. All updates from Red Hat are supported by Oracle.
1.     Boot the server using the first CD.
o     You may need to change your BIOS settings to allow booting from the CD.
2.     The boot screen appears with the boot: prompt at the bottom of the screen.
o     Select Enter to continue with a graphical install on the console. (For other installation methods and options, refer to the Red Hat Installation Guide.)
o     The installer scans your hardware, briefly displays the Red Hat splash screen, and then begins a series of screen prompts.
3.     Language Selection
o     Accept the default.
4.     Keyboard Configuration
o     Accept the default.
5.     Welcome Screen
o     Click on Next.
6.     Mouse Configuration
o     Accept the default.
7.     Installation Type
o     Select Custom.
8.     Disk Partitioning Setup
o     A thorough treatment of disk partitioning is beyond the scope of this article, which assumes that you are familiar with disk partitioning methods.
(WARNING: Improperly partitioning a disk is one of the surest and fastest ways to wipe out everything on your hard disk. If you are unsure how to proceed, stop and get help, or you will risk losing data!)
This article uses the following partitioning scheme, with ext3 for each filesystem:
The 9GB disk on the first controller (/dev/sda) will hold all Linux and Oracle software and contains the following partitions:
- 100MB /boot partition
-1,500MB swap partition—Set this to at least twice the amount of RAM in the system but to no more than 2GB (32-bit systems do not support swap files larger than 2GB). If you need more than 2GB of swap space, create multiple swap partitions.
-7,150MB root partition— This partition will be used for everything, including /usr, /tmp, /var, /opt, /home, and more. This was done purely to simplify installation for the purposes of this guide. A more robust partitioning scheme would separate these directories onto separate filesystems.
9.     Boot Loader Configuration
o     Accept the default.
10.     Network Configuration
o     It is usually best to configure database servers with a static IP address. To do so, click on Edit.
o     A pop-up window appears. Uncheck the Configure using DHCP box, and enter the IP Address and Netmask for the server. Be sure that Activate on boot is checked, and click on OK.
o     In the Hostname box, select manually and enter the hostname.
o     In the Miscellaneous Settings box, enter the remaining network settings.
11.     Firewall Configuration
o     For the purposes of this walk-through, no firewall is configured. Select No firewall.
12.     Additional Language Support
o     Accept the default.
13.     Time Zone Selection
o     Choose the time settings that are appropriate for your area. Setting the system clock to UTC is usually a good practice for servers. To do so, click on System clock uses UTC.
14.     Set Root Password
o     Enter a password for root, and enter it again to confirm.
15.     Package Group Selection
o     Select only the package sets shown here. Leave all others unselected.
o     Desktop
- X Window System
- Gnome
- KDE
- See my comments in the RHES 2.1 section regarding choice of GUI.
o     Applications
- Editors
- Graphical Internet
o     Servers
- Do not select anything in this group.
o     Development
- Development Tools
o     System
- Administration Tools
o     Red Hat Enterprise Linux
- Do not select anything in this group.
o     Miscellaneous
- Legacy Software Development
o     Click on Next to proceed.
16.     About to Install
o     Click on Next.
17.     Installing Packages
o     Software will be copied to the hard disk and installed. Change disks as prompted, and click on Next when the installation is complete.
18.     Graphical Interface (X) Configuration
o     Accept the defaults unless the installer does not recognize your video card. If your video card is not recognized, you will not be able to continue.
19.     Monitor Configuration
o     Accept the default if the installer correctly identifies your monitor. Otherwise, select a compatible monitor from the list.
20.     Customize Graphical Configuration
o     Accept the defaults.
21.     Congratulations
o     Remove the installation media from the system, and click on Next.
22.     The system automatically reboots and presents a new welcome screen.
o     Click on Next.
23.     License Agreement
o     Read the license agreement. If you agree to the terms, select Yes, I agree to the License Agreement and click on Next.
24.     Date and Time
o     Set the Date and Time.
o     If you want to use an NTP server (recommended), select Enable Network Time Protocol and enter the name of the NTP server.
25.     User Account
o     Create an account for yourself.
o     Do not create an account for oracle at this time. Creating the oracle account is covered later in this section.
26.     Red Hat Network
o     If you want to use or activate your Red Hat Network account now, accept the default, click on Next, and follow the product activation instructions that accompanied your Red Hat product.
27.     Additional CDs
o     Click on Next.
28.     Finish Setup
o     Click on Next.
29.     A graphical login screen appears.
30.     Congratulations! Your Linux software is now installed.     
End of OTN Note
Now just install compat-db-4.0.14-5.i386.rpm
Gnome-libs-1.4.1.2.90-34.1.i386.rpm
Libpng10-1.0.13-8.i386.rpm
ORBit-0.5.17-10.4.i386.rpm
Install patch 3006854
Copy libcwait.so file from /etc to /lib
And make links
mv /usr/bin/gcc     /usr/bin/gcc323
mv /usr/bin/g++     /usr/bin/g++323
ln –sf /usr/bin/gcc296     /usr/bin/gcc
ln –sf /usr/bin/g++296     /usr/bin/g++
Kernel Settings as per requirement of ORACLE AS 10g in /etc/sysctl.conf
kernel.shmall = 2097152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
kernel.sem = 256 65000 200 256
fs.file-max = 131072
net.ipv4.ip_local_port_range = 1024 65000
kernel.msgmnb=65556
kernel.msgmni=4096
Then restart the computer
Login with Oracle user
now path setting as
I have done this by make two environment files
Infra.env
TMP=/tmp
Export TMP
TMPDIR=$TMP
Export TMPDIR
ORACLE_BASE=/oracle
Export ORACLE_BASE
ORACLE_HOME=$ORACLE_BASE/appsrv/infra
Export ORACLE_HOME
ORACLE_SID=asdb     (if u will not define SID here then while starting database u will face an error ORA-07217:sltn:environment variable cannot be evaluated)
Export ORACLE_SID
PATH=/usr/bin:/usr/sbin
Export PATH
PATH=$PATH:$ORACLE_HOME/bin     (u can include command paths like dcm as u needed)
Export PATH
LD_ASSUME_KERNEL=2.4.19
Export LD_ASSUME_KERNEL
Copy this file with name as.env and change ORACLE_HOME from infra to as.
. ./infra.env
DISPLAY=localhost:0.0; export DISPLAY
Xhost +
Now u can check that DISPLAY is ok by run the command xclock if clock appears then ok else set DISPLAY with root user ok
Start installation from CD 1 .
. ./runInstaller
Press Y               (There is no need to disturb, upgrade, degrade any package)
Press Y
Installation will start while installing and reaches at ~50% then go to /oracle/appsrv/infra/bin open relink file and change at line # 50 i.e. remove 2 brackets
] –o [  and at line # 102 make= /usr/ccs/bin/make to /usr/bin/make remove ccs and save the file
There will no error in installation in infrastructure
Same as done with relink file in Middle tier installation. I would like to turn ur attention for a serious problem no one asked about it. Here u have seen that a script make 3 file in /usr/local/bin for infrastructure and middle tier when u finished infrastructure’s installation plz rename that 3 files as
Mv coredb coredb-infra
Mv dbhome dbhome-infra
Mv ora     â€¦     ora…-infra
If u overwrite that files by creating same name of middle tier files no problem.
When problem comes?
AS will work fine but when u have to install patches on AS then problem comes if u have overwrite that files. So plz rename them before creation of same files of middle tier. Thanx
Zeeshan
@CES
[email protected]

Hi,
I tried uname -a and it returns the following:
Linux NLABLINUX 2.4.21-20.EL.c0 #1 Thu Sep 9 02:07:03 EDT 2004 i686 i686 i386 GNU/Linux
We have the following problems:
1. I am having a box running RHEL 3.0 (got from centos.org). I have Oracle 10g running ok. Now I tried to install ASMLIB downloaded from technet. The files are:
rpm -Uvh oracleasm-2.4.21-EL-1.0.3-1.i686.rpm \
     oracleasmlib-1.0.0-1.i386.rpm \
     oracleasm-support-1.0.3-1.i386.rpm \
When I tried to install these files, I got the following error:
Checking for Red Hat enterprise kernel: [FAILED]
Also when I try to run /etc/init.d/oracleasm , I get the same error
Checking for Red Hat enterprise kernel: [FAILED]
2. We created 4 raw partitions /dev/raw/raw1 - 4 using raw command.
[root@rcdell root]# ls -l /dev/raw/raw[1,2,3,4]
crw-rw---- 1 oracle dba 162, 1 Sep 9 11:05 /dev/raw/raw1
crw-rw---- 1 oracle dba 162, 2 Sep 9 11:05 /dev/raw/raw2
crw-rw---- 1 oracle dba 162, 3 Sep 9 11:05 /dev/raw/raw3
crw-rw---- 1 oracle dba 162, 4 Sep 9 11:05 /dev/raw/raw4
then tried this:
SYS at +ASM on 29-DEC-04 >create diskgroup dg1 normal redundancy
2 failgroup c1 disk '/dev/raw/raw1'
3 failgroup c2 disk '/dev/raw/raw2';
create diskgroup dg1 normal redundancy
ERROR at line 1:
ORA-00600: internal error code, arguments: [kfdsk::grpmatch], [1],
[3939617408], [], [], [], [], []
ORA-00600: internal error code, arguments: [kfgrpJoin2], [5], [], [], [], [],
ORA-15076: Emulating I/O errors on the OSM disk
ORA-15076: Emulating I/O errors on the OSM disk
ORA-15076: Emulating I/O errors on the OSM disk
ORA-15076: Emulating I/O errors on the OSM disk
Any help is appreciated.
Irshad A. Buchh
Senior Principal Consultant

Similar Messages

  • How to install oracle developer 10g on red hat 5.3

    Dear forum members,
    i have to install oracle developer 10g on red hat 5.3 . I am searching on google and metalink but i did not find any doccument.
    If somebody has some material or any doccument for this Installation plz help me.
    regards

    i have fullfilled pre-requisites to install developer 10g on red hat 4.5
    i copy the source in "/var/opt/oracle/" Source is in .cpio format.
    i unzip this source with cat Disk1.cpio | cpio -icd.
    when i run the runINstaller it cant find /var/opt/oracle/..........Disk1/products.xml file.
    when i find this file with command find -name 'products*' or find -name '*.xml'
    i cant find products.xml.
    is there any problem with source
    reply

  • Oracle Database 10g on Red Hat Linux Virtual Machine download location?

    anyone know where i can download the vmware image of redhat and oracle preinstalled?
    its called "Oracle Database 10g on Red Hat Linux Virtual Machine"
    i found a reference to it on this page, but the link at the bottom is broken.
    http://www.oracle.com/technology/obe/10gr2_db_vmware/htmlfiles/readme_oracleonlnxeval.html
    i want to test out oracle on redhat before i install it completely

    Please don't cross post on many forums,
    check where can i download a vmware image of redhat and oracle preinstalled?

  • Download oracle 11g/10g for red hat linux

    hi,
    I have installed VM WARE on my laptop now want to download linux ISO and Oracle ISO.
    could you please tell me whcih linux version i have to install which support oracle for linux.
    from where i get that
    -linux installation files
    -oracle installation files
    both the above will install on oracle vm ware
    thanks
    Edited by: hard_stone on Sep 30, 2009 11:33 PM

    hard_stone wrote:
    hi,
    I have installed VM WARE on my laptop now want to download linux ISO and Oracle ISO. Red Hat, Centos and Oracle Enterprise Linux are almost identical. The major differences are:
    - Red Hat and Oracle Enterprise Linux are officially supported by Oracle to be used under Oracle products;
    - CentOS is NOT officially supported
    - the newer Oracle Enterprise Linux (OEL) includes an 'oracle-validate' rpm to reduce configuration guessing
    Each Distro has it's purpose. I use SUSE and OpenSUSE for my office. And for general servers I use RedHat (when I need commercial support) and CentOS. I fully support CentOS and the CentOS community effort.
    However, for the past year I have ONLY used Oracle Enteprise Linux under Oracle product. It is free, it is officially supported, if I need commercial support I can get it, and it has the Oracle Validated RPM to minimize my config effort. http://edelivery.oracle.com
    So, as compared to the other respondent - I encourage using OEL and NOT CentOS.

  • Installation of OracleAS 10g on Red Hat Linux ES 3.0

    Installation of Oracle AS 10g on RedHat ES 3.0
    Red Hat Enterprise Linux 3
    Copy from OTN Note
    Start
    Oracle 10g is certified to run the base release of Red Hat Enterprise Linux 3 (Advanced Server and Enterprise Server) without updates. If you have update CDs, you can use the boot CD from the update instead of the boot CD from the base release to automatically apply all updates during the installation. All updates from Red Hat are supported by Oracle.
    1.     Boot the server using the first CD.
    o     You may need to change your BIOS settings to allow booting from the CD.
    2.     The boot screen appears with the boot: prompt at the bottom of the screen.
    o     Select Enter to continue with a graphical install on the console. (For other installation methods and options, refer to the Red Hat Installation Guide.)
    o     The installer scans your hardware, briefly displays the Red Hat splash screen, and then begins a series of screen prompts.
    3.     Language Selection
    o     Accept the default.
    4.     Keyboard Configuration
    o     Accept the default.
    5.     Welcome Screen
    o     Click on Next.
    6.     Mouse Configuration
    o     Accept the default.
    7.     Installation Type
    o     Select Custom.
    8.     Disk Partitioning Setup
    o     A thorough treatment of disk partitioning is beyond the scope of this article, which assumes that you are familiar with disk partitioning methods.
    (WARNING: Improperly partitioning a disk is one of the surest and fastest ways to wipe out everything on your hard disk. If you are unsure how to proceed, stop and get help, or you will risk losing data!)
    This article uses the following partitioning scheme, with ext3 for each filesystem:
    The 9GB disk on the first controller (/dev/sda) will hold all Linux and Oracle software and contains the following partitions:
    - 100MB /boot partition
    -1,500MB swap partition—Set this to at least twice the amount of RAM in the system but to no more than 2GB (32-bit systems do not support swap files larger than 2GB). If you need more than 2GB of swap space, create multiple swap partitions.
    -7,150MB root partition— This partition will be used for everything, including /usr, /tmp, /var, /opt, /home, and more. This was done purely to simplify installation for the purposes of this guide. A more robust partitioning scheme would separate these directories onto separate filesystems.
    9.     Boot Loader Configuration
    o     Accept the default.
    10.     Network Configuration
    o     It is usually best to configure database servers with a static IP address. To do so, click on Edit.
    o     A pop-up window appears. Uncheck the Configure using DHCP box, and enter the IP Address and Netmask for the server. Be sure that Activate on boot is checked, and click on OK.
    o     In the Hostname box, select manually and enter the hostname.
    o     In the Miscellaneous Settings box, enter the remaining network settings.
    11.     Firewall Configuration
    o     For the purposes of this walk-through, no firewall is configured. Select No firewall.
    12.     Additional Language Support
    o     Accept the default.
    13.     Time Zone Selection
    o     Choose the time settings that are appropriate for your area. Setting the system clock to UTC is usually a good practice for servers. To do so, click on System clock uses UTC.
    14.     Set Root Password
    o     Enter a password for root, and enter it again to confirm.
    15.     Package Group Selection
    o     Select only the package sets shown here. Leave all others unselected.
    o     Desktop
    - X Window System
    - Gnome
    - KDE
    - See my comments in the RHES 2.1 section regarding choice of GUI.
    o     Applications
    - Editors
    - Graphical Internet
    o     Servers
    - Do not select anything in this group.
    o     Development
    - Development Tools
    o     System
    - Administration Tools
    o     Red Hat Enterprise Linux
    - Do not select anything in this group.
    o     Miscellaneous
    - Legacy Software Development
    o     Click on Next to proceed.
    16.     About to Install
    o     Click on Next.
    17.     Installing Packages
    o     Software will be copied to the hard disk and installed. Change disks as prompted, and click on Next when the installation is complete.
    18.     Graphical Interface (X) Configuration
    o     Accept the defaults unless the installer does not recognize your video card. If your video card is not recognized, you will not be able to continue.
    19.     Monitor Configuration
    o     Accept the default if the installer correctly identifies your monitor. Otherwise, select a compatible monitor from the list.
    20.     Customize Graphical Configuration
    o     Accept the defaults.
    21.     Congratulations
    o     Remove the installation media from the system, and click on Next.
    22.     The system automatically reboots and presents a new welcome screen.
    o     Click on Next.
    23.     License Agreement
    o     Read the license agreement. If you agree to the terms, select Yes, I agree to the License Agreement and click on Next.
    24.     Date and Time
    o     Set the Date and Time.
    o     If you want to use an NTP server (recommended), select Enable Network Time Protocol and enter the name of the NTP server.
    25.     User Account
    o     Create an account for yourself.
    o     Do not create an account for oracle at this time. Creating the oracle account is covered later in this section.
    26.     Red Hat Network
    o     If you want to use or activate your Red Hat Network account now, accept the default, click on Next, and follow the product activation instructions that accompanied your Red Hat product.
    27.     Additional CDs
    o     Click on Next.
    28.     Finish Setup
    o     Click on Next.
    29.     A graphical login screen appears.
    30.     Congratulations! Your Linux software is now installed.     
    End of OTN Note
    Now just install compat-db-4.0.14-5.i386.rpm
    Gnome-libs-1.4.1.2.90-34.1.i386.rpm
    Libpng10-1.0.13-8.i386.rpm
    ORBit-0.5.17-10.4.i386.rpm
    Install patch 3006854
    Copy libcwait.so file from /etc to /lib
    And make links
    mv /usr/bin/gcc     /usr/bin/gcc323
    mv /usr/bin/g++     /usr/bin/g++323
    ln –sf /usr/bin/gcc296     /usr/bin/gcc
    ln –sf /usr/bin/g++296     /usr/bin/g++
    Kernel Settings as per requirement of ORACLE AS 10g in /etc/sysctl.conf
    kernel.shmall = 2097152
    kernel.shmmax = 2147483648
    kernel.shmmni = 4096
    kernel.sem = 256 65000 200 256
    fs.file-max = 131072
    net.ipv4.ip_local_port_range = 1024 65000
    kernel.msgmnb=65556
    kernel.msgmni=4096
    Then restart the computer
    Login with Oracle user
    now path setting as
    I have done this by make two environment files
    Infra.env
    TMP=/tmp
    Export TMP
    TMPDIR=$TMP
    Export TMPDIR
    ORACLE_BASE=/oracle
    Export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/appsrv/infra
    Export ORACLE_HOME
    ORACLE_SID=asdb     (if u will not define SID here then while starting database u will face an error ORA-07217:sltn:environment variable cannot be evaluated)
    Export ORACLE_SID
    PATH=/usr/bin:/usr/sbin
    Export PATH
    PATH=$PATH:$ORACLE_HOME/bin     (u can include command paths like dcm as u needed)
    Export PATH
    LD_ASSUME_KERNEL=2.4.19
    Export LD_ASSUME_KERNEL
    Copy this file with name as.env and change ORACLE_HOME from infra to as.
    . ./infra.env
    DISPLAY=localhost:0.0; export DISPLAY
    Xhost +
    Now u can check that DISPLAY is ok by run the command xclock if clock appears then ok else set DISPLAY with root user ok
    Start installation from CD 1 .
    . ./runInstaller
    Press Y               (There is no need to disturb, upgrade, degrade any package)
    Press Y
    Installation will start while installing and reaches at ~50% then go to /oracle/appsrv/infra/bin open relink file and change at line # 50 i.e. remove 2 brackets
    ] –o [  and at line # 102 make= /usr/ccs/bin/make to /usr/bin/make remove ccs and save the file
    There will no error in installation in infrastructure
    Same as done with relink file in Middle tier installation. I would like to turn ur attention for a serious problem no one asked about it. Here u have seen that a script make 3 file in /usr/local/bin for infrastructure and middle tier when u finished infrastructure’s installation plz rename that 3 files as
    Mv coredb coredb-infra
    Mv dbhome dbhome-infra
    Mv ora     â€¦     ora…-infra
    If u overwrite that files by creating same name of middle tier files no problem.
    When problem comes?
    AS will work fine but when u have to install patches on AS then problem comes if u have overwrite that files. So plz rename them before creation of same files of middle tier. Thanx
    Zeeshan Ali
    @CES
    [email protected]

    Hi,
    I tried uname -a and it returns the following:
    Linux NLABLINUX 2.4.21-20.EL.c0 #1 Thu Sep 9 02:07:03 EDT 2004 i686 i686 i386 GNU/Linux
    We have the following problems:
    1. I am having a box running RHEL 3.0 (got from centos.org). I have Oracle 10g running ok. Now I tried to install ASMLIB downloaded from technet. The files are:
    rpm -Uvh oracleasm-2.4.21-EL-1.0.3-1.i686.rpm \
         oracleasmlib-1.0.0-1.i386.rpm \
         oracleasm-support-1.0.3-1.i386.rpm \
    When I tried to install these files, I got the following error:
    Checking for Red Hat enterprise kernel: [FAILED]
    Also when I try to run /etc/init.d/oracleasm , I get the same error
    Checking for Red Hat enterprise kernel: [FAILED]
    2. We created 4 raw partitions /dev/raw/raw1 - 4 using raw command.
    [root@rcdell root]# ls -l /dev/raw/raw[1,2,3,4]
    crw-rw---- 1 oracle dba 162, 1 Sep 9 11:05 /dev/raw/raw1
    crw-rw---- 1 oracle dba 162, 2 Sep 9 11:05 /dev/raw/raw2
    crw-rw---- 1 oracle dba 162, 3 Sep 9 11:05 /dev/raw/raw3
    crw-rw---- 1 oracle dba 162, 4 Sep 9 11:05 /dev/raw/raw4
    then tried this:
    SYS at +ASM on 29-DEC-04 >create diskgroup dg1 normal redundancy
    2 failgroup c1 disk '/dev/raw/raw1'
    3 failgroup c2 disk '/dev/raw/raw2';
    create diskgroup dg1 normal redundancy
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [kfdsk::grpmatch], [1],
    [3939617408], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kfgrpJoin2], [5], [], [], [], [],
    ORA-15076: Emulating I/O errors on the OSM disk
    ORA-15076: Emulating I/O errors on the OSM disk
    ORA-15076: Emulating I/O errors on the OSM disk
    ORA-15076: Emulating I/O errors on the OSM disk
    Any help is appreciated.
    Irshad A. Buchh
    Senior Principal Consultant

  • Oracle 10g on Red Hat Linux 9

    Hello,
    Contrary to what Oracle advise, we're about to install Oracle 10g on Red Hat 9. I'm afraid that the decision is out of my hands.
    Has anyone installed Oracle 10g database on Red Hat 9? and if so, is the database running smoothly? If not what type of problems have you experienced?
    Thanks in advenace.
    Kind Regards,
    Rudi

    but my installation is failed :
    after i type in ./runInstaller,the following exception is throw:
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-2.1, UnitedLinux-1.0 or redhat-3
    Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2004-08-26_04-56-29PM/installActions2004-08-26_04-56-29PM.log
    why?thanks for any helps!!!!

  • 32bit Oracle 10g on Red Hat 64bit?

    Hi guys,
    Is it possible to install 32bit Oracle 10g on Red Hat 64bit? Im trying to do so on our Red Hat database server and i receive :
    Error in invoking target 'client_sharedlib' of makefile '/db/oracle/10.201/network/lib/ins_net_client.mk. See '/db/oraInventory/logs/installActions2011-02-11_01-01-54-07AM.log' for details.

    rootsman wrote:
    Hi guys,
    Is it possible to install 32bit Oracle 10g on Red Hat 64bit? Im trying to do so on our Red Hat database server and i receive :
    Error in invoking target 'client_sharedlib' of makefile '/db/oracle/10.201/network/lib/ins_net_client.mk. See '/db/oraInventory/logs/installActions2011-02-11_01-01-54-07AM.log' for details.IMHO The answer is should be possible providing you install a suitable 32 bit os (eg RHEL 5 32 bit) as a guest (eg oracle/sun vm virtualbox) and install on the guest. This can be troublesome and awkward, but there are small subset of cases where this may right in some circumstances. And this answer is a little bit of a cheat really.
    In general the earlier answers are better unless you have particular reasons.

  • Steps to install Oracle 10g on Red Hat Enterprise Linux 4 AS

    Hi Friends,
    I want to install oracle 10g on Red Hat Enterprise Lnux 4 AS. Can anyone give me steps how to install oracle 10g on it? My machine configuration Processor 2.66ghz Intel, Memory 1024 MB , HDD 160 GB, 845 mother board.

    In addition to the excellent suggestion by Paul, you may want to look at the internet resources such as
    http://www.puschitz.com
    http://ivan.kartik.sk
    http://www.dizwell.com
    each of which as Oracle install on Linux cookbooks.

  • Install oracle 9i on Linux Red Hat 8.0 Professional

    Hi all,
    i need to install oracle 9i on Linux red hat 8.0 professional. I dont know if this platform is certified by oracle and if there are any problem to install that.
    Any information will be appreciate.
    Thanks in advance
    Regards
    Giuseppe

    HI,
    According to Oracle "Unix Installation/OS: RDBMS Technical Forum", it is not supported.
    I am pasting the final answer from one of the Oracle Analyst: (Hope it is OK)
    From: Oracle, Amit Podder 19-Aug-03 15:14
    Subject: Re : Does oracle support 9.2.0.2.0 on Redhat 7.X or 8.0
    Hi,
    AS of now Oracle Server - Enterprise Edition Version 9.2 is not certified on Red Hat 8.0.
    The information on future plans is not published so we are unable to convey any info on the same.
    Warm Regards
    AMIT

  • Graphic manager Oracle 9i on linux Red Hat 8.0

    I would like to know if someone can help me about the way that i can start the Graphic manager of Oracle 9i on Linux Red hat 8.0, because after i installed Oracle, the manager starts but when I shut down my computer it never appeared again. Can you help me please???

    I would like to know if someone can help me about the way that i can start the Graphic manager of Oracle 9i on Linux Red hat 8.0, because after i installed Oracle, the manager starts but when I shut down my computer it never appeared again. Can you help me please???

  • Installing Oracle 9i on Linux Red Hat 7.2

    I got the following error when installing Oracle 9i on Linux Red Hat 7.2:
    Initializing Java Virtual Machine from /tmp/OraInstall/jre/bin/jre. Please wait...
    jre was not found in /tmp/OraInstall/jre/bin/../bin/i586/green_threads/jre
    Any ideas how to fix the problem?
    Thanks

    Try installing 9i on RH 7.1. I don't believe 9i runs under 7.2 due to library incompatibilities.

  • Installing Oracle 9i database on Red Hat Linux 7.1

    Hi,
    I have downloaded Linux9i_Disk1.gz, Linux9i_Disk2.gz and Linux9i_Disk3.gz for installing Oracle 9i database on Red Hat Linux 7.1. I unzipped those files to Linux9i_Disk1.cpio, Linux9i_Disk2.cpio and Linux9i_Disk3.cpio. What is the command to extract these .cpio files to get all the associated files that are archived? Can anyone help me on this?
    Warm Regards,
    Manash Pradhan

    Thanks a ton. I am sorry for not checking the download page since the download was done by another person.Thanks again.
    Warm Regards,
    Manash

  • Certification of OWB 10g on Red Hat Enterprise AS/ES 4?

    Hi,
    Can you tell me when OWB will be certified on Red Hat Enterprise AS/ES 4?
    Thanks
    Joel.

    Duplicate post, answer is here: Oracle 9.2 on Red Hat Enterprise Linux ES 4

  • Oracle Upgrade 8.1.7.4 to 10g in Red hat linux

    Dear All,
    We are planning to upgrade our oracle database from 8i to 10g along with the Redhat linux upgrade from  2.4.9-e 27 ent to Red Hat Linux 5. In my study and also from Installation guides and oracle upgrade guides I made sure that its possible to upgrade our database from 8.1.7.4.
    So I have planned the below options to do the same and not sure about the possibilities. If anyone have thoughts and idea on the same please suggest me.
    We dont have plan to migrate the development hardware and the sap version is 4.7E
    Option 1: Upgrade the Linux to 5 and then upgrading the database to 10g usign upgrade assistant tool
    Option 2: Export the database using sapinst tool and then crashing the server. Installing linux5 and importing the database using sapinst tool.(I am aware this is not a good idea since there is no migration in hardware but it will be helpful in production since we are migrating the production system).
    Option 3: Performing DBUA assistant in development and sapinst method in production.(helpful in disaster recovery)
    Could you please suggest on the same?
    My query is that.
    If i am performing oracle export from 8.1.7.4 and if i am import the same in oracle 10g using the sapinst tool. Will this work? or it will create a problem in table level. I am looking for answers for this Question. Kindly explain me on this.
    Regards
    Vijay

    Re: Restoring data from 9i to 10g
    The above link was useful to me
    Regards
    Vijay

  • Installing Oracle 10g on Red Hat Enterprise 4

    Is it possible to install Oracle on this version of Red Hat?
    I am getting these errors:
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-2.1, redhat-3, SuSE-9, SuSE-8 or UnitedLinux-1.0
    Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at...
    My red hat release is:
    Linux taurus 2.6.9-11.EL #1 Fri May 20 18:17:57 EDT 2005 i686 i686 i386 GNU/Linux
    Red Hat Enterprise Linux ES release 4 (Nahant Update 1)
    I mean version 4 is available for Linux, is it supported or not by Oracle?
    thank you.

    That is Oracle Database 10g R2, it looks like R1 is not supported.This is the point of mis understanding. I am was talking about x86 and you about x86_64. :-)
    Also check this out for further confirmation...
    "No certification projected for 10g R1 64-bit on RHEL AS 4 x86_64 at the time of this writing."<snip>...at the time of this writing.</snip>
    Current status is projected for R2
    Please let me know if I am missing something.Ok conlusion from this topic is RH 4 (x86_64) is not certified with 10g at this time.

Maybe you are looking for

  • Error While Cancelling Invoice

    Dear Experts, While trying to cancel a commercial invoice through transaction VF11 we are getting the short dump with mesage "ASSERTION_FAILED" (The ASSERT condition was  violated). Can someone give suggestions/reasons as to why we are getting this d

  • IPod 80gb and Alpine CDA-9883 Car Stereo

    I just installed an Alpine CDA-9883 stereo with a direct connect to an iPod. I plug in my 80gb and the stereo simply says, "Searching," and never changes. My wife's 4gb nano worked perfectly with it. I have read about going back to previous versions

  • PROBLEM IN INSTALLING ORACLE 10G ON WINDOWS 2003 SERVER(WIN2K3)

    Hi to all, I have successfully removed Oracle 9i from win2k3.Am unable to install oracle 10g on the same system.............. problem : Universal installer window stucks at 14%, no error......no resource utilization by installer(as viewed from task m

  • Responsibility rule in workflow

    hi , i have created a resposibility rule for workflow. i want to agent assignment to the responsibilitys. i have implementd in client 060. i want to do agent assignment in client 090. that icon is disable in 090 client. how cani do agent assignment f

  • Button exiting swing ..closing

    hi i want to close or hide a jpanel attached into another i have a Jframe1 inserted into another by using: myPanel1 = new javax.swing.JPanel(); JPanel param =(JPanel) new JFrame1().getContentPane(); myPanel1 .add(param); So i see "param" panel attach