Install Oracle eBusiness 12 on Oracle Linux 5.7

Hi All,
My name is John and I have some questions in relation to the installation of Oracle eBusiness 12 on Oracle Linusx 5.7 64bit. Here is what I've done so far:
- I installed Window 7 on my Macbook Pro Retina Display using Boot camp.
- I installed VMware Player 5.00 on the Window 7 host.
- I installed Oracle Linux 5.7 64bit Guest in the VMware Player 5.00
- I performed 'yum update' on the Oracle Linux 5.7 Guest
- When I ran 'uname -r' it returned '2.6.32-300.39.1.el5uek'
- I updated the latest Rapid Install patch as described in Oracle Applications Release Notes, Release 12.1.1 (My Oracle Support Document 798258.1) and now the RapidWizVersion returned is 12.1.1.13.
My question is in Moc 761566.1, it stated that the following packages must be installed from the Oracle Linux 5 or RHEL 5 distribution media on both application and database tiers:
•gcc-4.1.2-14.el5.x86_64
•gcc-c++-4.1.2-14.el5.x86_64
•glibc-2.5-18.i686 (32-bit)
•glibc-2.5-18.x86_64
•glibc-common-2.5-18.x86_64
•glibc-devel-2.5-18.i386 (32-bit)
•glibc-devel-2.5-18.x86_64
•libgcc-4.1.2-14.el5.i386
•libgcc-4.1.2-14.el5.x86_64
•libstdc++-devel-4.1.2-14.el5.i386
•libstdc++-devel-4.1.2-14.el5.x86_64
•libstdc++-4.1.2-14.el5.i386
•libstdc++-4.1.2-14.el5.x86_64
•libXi-1.0.1-3.1.i386
•libXp-1.0.0-8.1.el5.i386
•libXp-1.0.0-8.1.el5.x86_64
•libaio-0.3.106-3.2.i386
•libaio-0.3.106-3.2.x86_64
•libgomp-4.1.2-14.el5.x86_64
•make-3.81-1.1.x86_64
•gdbm-1.8.0-26.2.1.i386
•gdbm-1.8.0-26.2.1.x86_64
•sysstat-7.0.0-3.el5.x86_64
•util-linux-2.13-0.45.el5.x86_64
•compat-libstdc++-296-2.96-138.i386
•compat-libstdc++-33-3.2.3-61.i386
Since I'm not a Linux guru so I just ran a 'rpm -qa > all_rpm.txt' and open that output file and find whether I have all of those above installed rpms before installing Oracle eBusiness Suite.
First, I discovered that I do not have any 'gcc-c++-4.1.2-14.el5.x86_64' rpm installed on my Linux 5.7 64 bit guest system. Could you please advise how do I install this particular rpm because I thought after running the 'yum update' command, it would already have installed this rpm (gcc-c++-4.1.2-14.el5.x86_64) for me.
Also, is there any 'pre-test' that I can carry out to ensure that the Oracle eBusiness installation would be successful. Because in the past, I have attempted to install Oracle eBusiness twice but on both occasions, they have failed miserably with the Linux just hung and I have to perform the whole process again. Thank you for your assistance as I really want to have it installed on my Mac Book Pro successfully.
Regards,
John

Hi Hussein,
Thank you for the quick reply but here were that results when I followed your suggestion and I believe none of three have worked successfully and can you advise what I've done wrong or what I've forgotten to do, thank you for your assistance.
1.) After I executed 'yum install gcc-c++-*'
yum install gcc-c++-*
Loaded plugins: rhnplugin, security
This system is not registered with ULN.
ULN support will be disabled.
http://public-yum.oracle.com/repo/OracleLinux/OL5/latest/x86_64/repodata/repomd.xml: [Errno 4] IOError: <urlopen error (111, 'Connection refused')>
Trying other mirror.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package gcc-c++.x86_64 0:4.1.2-52.el5_8.1 set to be updated
--> Processing Dependency: libstdc++-devel = 4.1.2-52.el5_8.1 for package: gcc-c++
--> Running transaction check
---> Package libstdc++-devel.x86_64 0:4.1.2-52.el5_8.1 set to be updated
http://public-yum.oracle.com/repo/OracleLinux/OL5/latest/x86_64/repodata/filelists.xml.gz: [Errno 4] IOError: <urlopen error (110, 'Connection timed out')>
Trying other mirror.
Error: failure: repodata/filelists.xml.gz from el5_latest: [Errno 256] No more mirrors to try.
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va nofiles nodigest
The program package-cleanup is found in the yum-utils package.
2.) After I executed 'yum install gcc-c*'
yum install gcc-c*
Loaded plugins: rhnplugin, security
This system is not registered with ULN.
ULN support will be disabled.
http://public-yum.oracle.com/repo/OracleLinux/OL5/latest/x86_64/repodata/repomd.xml: [Errno 4] IOError: <urlopen error (110, 'Connection timed out')>
Trying other mirror.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package gcc-c++.x86_64 0:4.1.2-52.el5_8.1 set to be updated
--> Processing Dependency: libstdc++-devel = 4.1.2-52.el5_8.1 for package: gcc-c++
--> Running transaction check
---> Package libstdc++-devel.x86_64 0:4.1.2-52.el5_8.1 set to be updated
http://public-yum.oracle.com/repo/OracleLinux/OL5/latest/x86_64/repodata/filelists.xml.gz: [Errno 4] IOError: <urlopen error (110, 'Connection timed out')>
Trying other mirror.
Error: failure: repodata/filelists.xml.gz from el5_latest: [Errno 256] No more mirrors to try.
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va nofiles nodigest
The program package-cleanup is found in the yum-utils package.
3.) After I executed 'yum install gcc-c++-4.1.2-14.el5.x86_64'
yum install gcc-c++-4.1.2-14.el5.x86_64
Loaded plugins: rhnplugin, security
This system is not registered with ULN.
ULN support will be disabled.
http://public-yum.oracle.com/repo/OracleLinux/OL5/latest/x86_64/repodata/repomd.xml: [Errno 4] IOError: <urlopen error (110, 'Connection timed out')>
Trying other mirror.
Setting up Install Process
No package gcc-c++-4.1.2-14.el5.x86_64 available.
Nothing to do
Regards,
John

Similar Messages

  • We could not able to install Oracle Linux 64 bit version 5.0 in graphical mode

    We could not able to install Oracle Linux 64 bit version 5.0 in graphical mode. We are getting the error message as
    "Probing for video card :Intel corporation Unknown device 0152"
    We also tried as
    boot: Linux vga=2
    boot linux resolution 1024x768
    boot Linux noprob
    boot Linux skipdd
    But every time we got this message
    NB: We could able to install in text mode as
    boot: Linux text.
    But our requirement Linux in graphical mode

    1344675 wrote:
    We could not able to install Oracle Linux 64 bit version 5.0 in graphical mode. We are getting the error message as
    "Probing for video card :Intel corporation Unknown device 0152"
    We also tried as
    boot: Linux vga=2
    boot linux resolution 1024x768
    boot Linux noprob
    boot Linux skipdd
    But every time we got this message
    NB: We could able to install in text mode as
    boot: Linux text.
    But our requirement Linux in graphical mode
    Why is your "requirement" to install in graphical mode?  Once you are past the installation itself, the only thing that buys you is that your server will have been configured to boot up to runlevel 5, running a graphical desktop (gnome or kde, I forget which).  And what does THAT buy you on a server?
    I do not run ANY of my Linux servers "in graphical mode" -- running a graphical desktop.  Nor did I run a graphical desktop when I had Solaris, AIX, or HP-UX servers.

  • Installing Oracle Linux 5.8 on Virtual Box

    I'm trying to install Oracle Linux 5.8 on Virtual Box. I have downloaded V31120-01 and burned to the DVD, I think successfully.
    However, when I start the Virtual machine, I get the Opening screen, "Oracle Linux" the little picture of the penguin guy, etc, so I think my DVD is good.
    The screen says, "To install or upgrade in graphical mode, press the <enter> key." So I do.
    Several lines of text flow across the screen, but then the process seems to stop with no prompt on what to do next or any indication that an error has occurred, it just stops.
    The last lines I can see are:
    ACPI: bus type pci registered
    PCI: Using configuration type 1
    ACPI: Interpreter enabled
    ACPI: Using PIC for interrupt routing
    ACPI: No dock devices found
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    ACPI: PCI Interrupt Link [LNKA] (IRQs *5 9 10 11)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 10 *11)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 5 9 *10 11)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 5 *9 10 11)
    Linux Plug and Play Support v0.97 (c) Adam Belay
    pnp: PnP ACPI init
    pnp: PnP ACPI: found 5 devices
    usbcore: registered new driver usbfs
    usbcore: registerd new driver hub
    PCI: Using ACPI for IRQ routing
    PCI: If a device doesn't work, try 'pci=routeirq". If it helps, post a report
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPS0v4
    NetLabel: unlabeled traffic allowed by default
    ACPI: DMAR not present
    PCI-GART: No AMC northbridge found.
    NET: Registered protocol family 2
    I'm not sure if it's waiting for some input from me, or if there is a problem, but nothing happens beyond this point until I power down the virtual machine.

    There is no need to burn a DVD because Virtualbox can directly mount and boot from the .iso image you downloaded. It is usually a good idea to check the md5 checksum of your download with the number provided by the download page to verify your download is not corrupted. There are no problems installing any version of Oracle Linux under Virtualbox provided you have the right hardware. I suggest to check the Virtualbox documentation.
    Note: This is not a Virtualbox forum.

  • Installing Oracle Linux 6 For 11g

    I'm downloading Oracle Linux 6,2 64-bit with the single intention to simply install Oracle Database 11g Enterprise Edition and I've never used or installed Oracle Linux before. I know that in order to install Oracle 11g database, I will need to have some kind of graphic utility like X but I do not need a Desktop Environment like Gnome or KDE (which is not permitted on servers per company policy). Can someone tell me what exactly or which specific options I will need to minimally install Oracle database 11g? I don't want to install the entire DVD content to my server but rather know what packages are required and ONLY install those. I don't know if the Linux installer has a fairly self explanatory / easy to use options based on me using this system as a database server but if anyone can please help, I'd greatly appreciate it!

    Sorry everyone but I've retured back from vacation to focus back on getting Oracle Database 11.2.0.3 installed on Oracle Linux 6.2 64-bit. I've got the O.S. up and I thought I selected all the correct / required packages to perform the standard installation using the Universal Installer but it's not working for some reason. I'm unable to forward my 'xclock' session from the database server host to my workstation (Ubuntu 12.04 Linux). When I open a terminal window on my Ubuntu Linux machine and type 'xclock', the application opens w/o any issues. When I SSH into my Oracle database server and attempt to forward the X11 session over to my machine, I get:
    carlos@ghost:~$ ssh -x carlos@oracledb
    carlos@oracledb's password:
    [carlos@oracledb ~]$ xclock
    Error: Can't open display:
    [carlos@oracledb ~]$ logout
    Connection to oracledb closed.I obviously have the application 'xclock' and all required dependencies installed but for some reason it doesn't forward from my Oracle server to my workstation so that I can start the installation...
    Below is a list of all installed packages on Oracle Linux that have 'xorg-x11*' in their package header name:
    [root@oracledb ~]# rpm -qa | grep -i "xorg-x11*"
    xorg-x11-drv-qxl-0.0.14-13.el6_2.x86_64
    xorg-x11-drv-v4l-0.2.0-4.0.1.el6.x86_64
    xorg-x11-drv-savage-2.3.2-1.0.1.el6.x86_64
    xorg-x11-drv-i740-1.3.2-2.0.1.el6.x86_64
    xorg-x11-drv-sisusb-0.9.4-1.0.1.el6.x86_64
    xorg-x11-drv-acecad-1.5.0-3.0.1.el6.x86_64
    xorg-x11-xkb-utils-7.4-6.el6.x86_64
    xorg-x11-apps-7.4-10.el6.x86_64
    xorg-x11-drv-openchrome-0.2.904-4.el6.x86_64
    xorg-x11-drv-penmount-1.5.0-2.el6.x86_64
    xorg-x11-drv-nouveau-0.0.16-13.20110719gitde9d1ba.el6.x86_64
    xorg-x11-drv-ati-6.14.2-7.el6.x86_64
    xorg-x11-drv-mouse-1.7.0-4.el6.x86_64
    xorg-x11-drv-fpit-1.4.0-2.el6.x86_64
    xorg-x11-drivers-7.3-13.3.el6.x86_64
    xorg-x11-xinit-1.0.9-13.el6.x86_64
    xorg-x11-server-utils-7.5-5.2.el6.x86_64
    xorg-x11-xauth-1.0.2-7.1.el6.x86_64
    xorg-x11-utils-7.4-8.el6.x86_64
    xorg-x11-drv-ati-firmware-6.14.2-7.el6.noarch
    xorg-x11-server-common-1.10.4-6.el6_2.3.x86_64
    xorg-x11-server-Xorg-1.10.4-6.el6_2.3.x86_64
    xorg-x11-drv-r128-6.8.1-3.0.1.el6.x86_64
    xorg-x11-drv-vmware-11.0.3-1.0.1.el6.x86_64
    xorg-x11-drv-i128-1.3.4-1.0.1.el6.x86_64
    xorg-x11-drv-trident-1.3.4-1.0.1.el6.x86_64
    xorg-x11-drv-glint-1.2.5-1.0.1.el6.x86_64
    xorg-x11-drv-apm-1.2.3-2.0.1.el6.x86_64
    xorg-x11-drv-ast-0.91.10-1.0.1.el6.x86_64
    xorg-x11-drv-siliconmotion-1.7.5-1.0.1.el6.x86_64
    xorg-x11-drv-dummy-0.3.4-1.0.1.el6.x86_64
    xorg-x11-drv-wacom-0.10.5-14.0.1.el6.x86_64
    xorg-x11-drv-sis-0.10.3-1.0.1.el6.x86_64
    xorg-x11-drv-evdev-2.6.0-2.el6.x86_64
    xorg-x11-drv-synaptics-1.4.1-3.el6.x86_64
    xorg-x11-drv-intel-2.16.0-1.el6.x86_64
    xorg-x11-drv-mga-1.4.13-3.el6.x86_64
    xorg-x11-drv-cirrus-1.3.2-2.el6.x86_64
    xorg-x11-drv-mutouch-1.3.0-2.el6.x86_64
    xorg-x11-drv-hyperpen-1.4.1-2.el6.x86_64
    xorg-x11-drv-fbdev-0.4.2-2.el6.x86_64
    xorg-x11-drv-vmmouse-12.7.0-1.el6.x86_64
    xorg-x11-drv-keyboard-1.6.0-1.el6.x86_64
    xorg-x11-drv-vesa-2.3.0-2.0.1.el6.x86_64
    xorg-x11-drv-tdfx-1.4.3-2.0.1.el6.x86_64
    xorg-x11-drv-rendition-4.2.4-1.0.1.el6.x86_64
    xorg-x11-drv-mach64-6.9.0-1.0.1.el6.x86_64
    xorg-x11-drv-voodoo-1.2.4-1.0.1.el6.x86_64
    xorg-x11-drv-s3virge-1.10.4-2.0.1.el6.x86_64
    xorg-x11-drv-xgi-1.6.0-11.0.1.el6.x86_64
    xorg-x11-font-utils-7.2-11.el6.x86_64
    xorg-x11-drv-void-1.4.0-1.el6.x86_64
    xorg-x11-drv-aiptek-1.4.1-2.el6.x86_64
    xorg-x11-drv-nv-2.1.18-2.el6.x86_64
    xorg-x11-drv-elographics-1.3.0-2.el6.x86_64

  • Installing Oracle linux 6 using kickstart method

    Hi,
    Is it possible to install Oracle Linux 6 using kickstart method. Because we have multiple machines to be installed with Oracle Linux 6. Can someone throw some light on this please.
    Regards
    Dilip

    I suggest to start with chapter 32 of https://linux.oracle.com/documentation/EL6/Red_Hat_Enterprise_Linux-6-Installation_Guide-en-US.pdf or provide more details about the problem you are experiencing.

  • Problem Installing Oracle Linux 6.3 - 'Disc not found message box'

    I'm trying to install Oracle linux on a old laptop. Single disk drive.
    I downloaded V33412-01Oracle Linux Release 6 Update 3 Boot iso image for x86_64 (64 bit)
    burned it as an ISO image on a CD.
    Inserted the CD,started the system, cd booted and the installation started.
    Skipped the verify media (I verifed it during another installation try)
    selected English
    selected US
    When prompted for installation method, I tried selecting 'LOCAL CD/DVD' since that's where my CD is at. I get a 'Disc not found message box'.
    I've also tried to select the /dev/sda1, which the installation accepted, only to fail later saying it can't find the ISO image.
    I also tried putting the ISO image and unzipping the contents of the file onto a USB stick and selcting this during the install - same error.
    I tried putting V33413-01 onto the USB stick and selcting that - its too big to burn on a CD, that didn't work..
    Any ideas here? Though this was a easy installation but I'm scratching my head as to how to continue?

    Not very clearly - for me at least.
    Not sure - and not sure where to find instructions on how to do this.
    It mentions that you don't need the source CDs
    Oracle Linux Release 6 Update 3 source DVD 1 V33413-01 3.1G
    Oracle Linux Release 6 Update 3 source DVD 2 V33414-01 1.7G
    Not sure what to do with these anyway.
    Installation
    To install Oracle Linux 6.3 from DVD media, follow the following steps:
    1. Download the compressed binary DVD images
    Download Oracle Linux 6.3 DVD from the Oracle Software Delivery Cloud.
    You do not need to download source DVDs to install Oracle Linux.
    2. Verify the downloaded media
    Verify the downloaded file by comparing its sha1sum or md5sum with the published
    sha1sum or md5sum.
    3. Write the DVD image to DVD
    Use your favorite cd burning software to write these images directly to DVD.
    You should not simply copy the files onto the DVD. You must use a DVD burner
    that can accept an ISO image as input, and which can create a bootable DVD
    from it. To test if you have burned the images correctly, insert a burned
    DVD and ensure that multiple files and directories are visible.
    6. Insert the DVD, and boot
    Insert the DVD into your system, boot from DVD, and follow the on-screen instructions
    to deploy Oracle Linux!

  • How could I install Oracle Linux 6.3.

    When I am going to install oracle Linux 6.3 in my machine after selecting the installation option(i.e "Install or Upgrading the existing system" or "Install system with basic video driver") nothing is appearing except a blank screen. Please help.
    My machine config is as bellow.
    Mother Board : Asus P5Q Pro
    Processor : Core2Duo 2.8GHz
    RAM : 6GB
    Video Card : Nvdia GForce 9 series

    Nvdia GForce 9 series is not a server type video card. Oracle Linux and other RHEL derivatives are designed for server hardware. You might want to keep this in mind because there may be additional problems. Your mileage will vary.
    Regarding your problem, it sounds like you are experiencing a typical compatibility or support problem with your video card DRM. A common way around this problem is to disable support for Kernel Mode Setting (KMS). You can test this by setting the nomodeset Linux kernel parameter by pressing any key at the very system startup to enter the grub bootloader menu.

  • Installing Oracle Linux 5.8

    Hi ,
    I wish to remove Win7 (32 bit Home Edition) and install Oracle Linux 5.8 in it.
    Configuration of my workstation :
    1. 4GB RAM
    2. 500 GB HDD
    3. Intel Core i5 processor (2.27 GHz * 2).
    Could you please tell me how to install the this ? Also, please suggest a good anti-virus for it. Also, is VM required to be installed before installing Oracle Linux ?
    Thanks,
    Haider

    Haider Hussain wrote:
    Hi ,
    I wish to remove Win7 (32 bit Home Edition) and install Oracle Linux 5.8 in it.
    Configuration of my workstation :
    1. 4GB RAM
    2. 500 GB HDD
    3. Intel Core i5 processor (2.27 GHz * 2).
    Could you please tell me how to install the this ? Also, please suggest a good anti-virus for it. Also, is VM required to be installed before installing Oracle Linux ?
    Thanks,
    HaiderIf you want to remove the existing Windows installation and replace it with Oracle Linux any other operating system, then you need to have the installation media for that new OS on a CD, and boot from there. You need to also make sure the new OS supports the hardware on which you intend to install. This question would be better asked in the [url https://forums.oracle.com/forums/forum.jspa?forumID=822] Oracle Linux forum
    If you want to remove the existing Windows installation and replace it with Oracle Linux any other operating system, then a vm is not requried. A vm is required to create the new OS as a vm, which runs as a task under the host OS.
    Edited by: EdStevens on Jan 29, 2013 11:18 AM

  • Cannot install Oracle Linux on HP DC 7700 series PCs

    Hi,
    Im trying to install Oracle Linux on DC 7700 series and installation got hang up at the point where the "PCI Probing starts"
    Please do provide a remady for this !
    Nuwan

    1). Oracle 9i will be easily installed on these linux ?It will install easier on Oracle Linux than any other.
    2). These linux distro is more or less same like other linux distros (eg: ubuntu, fedora) i means i do and install other utilities and software for other type of usages ??Since OEL is intended as an O/S for mostly servers, it may not include support for the very latest desktop / laptop hardware. It may not include consumer-type applications like MP3 players either.
    3). I will not have to pay for any type of repo access or packages installation ???No, you are welcome to download, install and use OEL without any charge. You can get it from the edelivery.oracle.com site, or access it piecemeal at the http://public-yum.oracle.com web site.
    If you want support or updated RPM packages since that distribution release, only then will you need to purchase a subscription.
    So, use the original distribution RPM packages for free (edelivery or public-yum.oracle.com), only need paid subscription for updated RPM's or support.
    4). I will be install other locally downloaded softwares ( .rpm, .sh. .bin) files like netbeans, amrok wiht avi and mp3 capabilities for playing video tutorials, open office, acrobat reader, flash, burning software, gimp, matlab and saas ??????In general, yes, you can install software intended for Red Hat Enterprise Linux or Oracle Enterprise Linux.
    Check out the EPEL project (Extra Packages for Enterprise Linux) at http://fedoraproject.org/wiki/EPEL for an additional repository which may already have the extra software you are looking for.

  • Installed oracle linux on VM6.0 with issue

    I tried to install oracle linux on my PC on VM 6.0, after system self-test , VM system exhibit a error message: No useable disks have been found
    but I have allocate 80G for this installation and 1G mem to operate! how am I doing for the next step??
    please help!!

    [http://file.itpub.net/forum/201110/24/104913tsn9fteytqknoqyt.jpg]
    VM6.0 is vmware workstation, I use that kind of software to set up oracle linux on my windows system, so that it can simulate Linux system operation, just like use Virtual box to set up Linux, and the VM loaded Linux ISO image, I chosen upgrade/installation and language with set up direction step by step, and after loading programme checked the local disk space, it showed me with this error message what I concern
    Edited by: user8648682 on 2011-10-23 下午10:22

  • Is it possible to install Oracle linux from usb?

    Hi Guys,
    Is it possible to install Oracle linux from usb? If yes, may I know the exact procedures to do so.
    I am using linux ubuntu and I tried to make a bootable usb with the dvd iso of oracle linux 6 using Unetbootin software. The installation started well.
    but after formatting the harddisk, I got an error as shown below
    Missing ISO 9660 image
    The installer has tried to mount image #1, but cannot find it on the hard drive.
    I think ISO 9660 image is something connected with the CD image or something. But not sure...
    Can anyone help me out with this situation.... Thank you..
    Edited by: 839414 on Feb 24, 2011 12:47 AM

    HI
    I know this is an old post but has anyone resolved this issue? I am trying to install OEL 6U4 via usb with no luck. Keep getting Missing ISO 9660 Image. I have tried all the tools under the sun to write it to USB, also tried copying the iso to the Boot disk.. as stated above... no luck ....
    I have checked the installation files using md5 and they are fine... just in case downloaded it again as well as 6U3 and 6U0.
    I have installed almost every version of linux there is... but OEL is definitely the most difficult and after 3 days, I am ready to give up. Any idea?
    BTW. I am using utilities on windows 8 to write the iso to USB.
    Thanks
    P

  • Is it possible to Install Oracle Linux 6.2 64-bit in Itanium Server?

    Hi Gurus,
    I have 2 intel Itenium servers of same configuration. I like to install Oracle Linux 6.2 64-bit in both Itanium Servers and Install Oracle 11gr2 RAC there. I have installed OEL 6.2 64-bit in x86-64 architecture server and installed Oracle 11gr2 there, but never done that in Itenium servers. Now I am confused if it is possible. To know the answer is very important for me and earlier the better.
    Regards
    Hasan Al Mamun
    Systems Analyst
    Bangladesh Bank
    Dhaka, Bangladesh.

    HasanAlMamun wrote:
    I have 2 intel Itenium servers of same configuration. I like to install Oracle Linux 6.2 64-bit in both Itanium Servers and Install Oracle 11gr2 RAC there. I have installed OEL 6.2 64-bit in x86-64 architecture server and installed Oracle 11gr2 there, but never done that in Itenium servers. Now I am confused if it is possible. To know the answer is very important for me and earlier the better.It's not possible. We do not provide Oracle Linux 6 for Itanium.

  • Problem installing Oracle Linux Release 5 Update 2 from Oracle e-Delivery

    Hello
    I have been trying to install Oracle Linux Release 5 Update 2 from Oracle e-Delivery so that I can install Oracle 11g express edition beta.
    Here are the steps that I took and the problem that I am having:
    1. I downloaded the file, unzipped the file twice, which gave me 3,042 files and 13 folders with the total size = 3.07 GB.
    2. I put in the DVD and restarted my PC hoping that my PC will boot from the DVD, but instead Window started.
    I reported this issue to tech support from e-Delivery, but they referred me to contact you. Please assist.
    Julia

    3,042 files and 13 folders with the total size = 3.07 GBWhich download .zip did you choose from edelivery? Under linux-x64 I peeked "Oracle Linux Release 5 Update 2 for x86_64 (64 Bit) - DVD" file V15099-01.zip downloaded, it has just the one .iso file. You'll need to burn that to DVD, but with burn s/w that handles ISO files.
    Also keep in mind you'll need 64 bit hardware (amd/intel 64? itanium? those are different), the only *nix platform I've got handy to try it out is -x86 :(                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • 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

  • Installing Oracle Linux on external hard-disk or DVD

    Hi All,
    Is it possible to install Oracle Enterprise Linux on external hard-disk or DVD?
    I already have Windows 7 and want to install Oracle Enterprise Linux either in dual-boot mode or on external hard-disk/DVD. I want to install Oracle E-Business Suite on Linux.
    Can you also let me know the minimum RAM capacity required for running Oracle E-Business Suite R12 on Oracle Enterprise Linux?
    Pointers and workarounds are highly appreciated.
    Regards,
    Kashif

    It's technically possible, but why bother? Since you are asking this question you will very likely run into more trouble with such a setup. In addition, Oracle Enterprise Linux is designed for server hardware and will give you additional trouble if you install it on a desktop or laptop computer.
    I would recommend to you to install Oracle Virtualbox and install OEL as a guest OS and run Linux side by side with your Windows system. There is plenty of information for this task on the web. For the latest version and info on Virtualbox see http://www.virtualbox.org/
    System and hardware requirements for Oracle e-suite will be a different questions, for which you might find answers here:
    http://download.oracle.com/docs/html/B15721_03/inst_req.htm
    Edited by: Dude on Apr 3, 2011 5:55 AM

  • Linux 6.4 fails to install "Oracle Linux NTFS how-to"

    HI
    a total linux newbie here.
    I am running the latest x86_64 oracle linux Red Hat Enterprise Linux Server release 6.4 (Santiago)
    I have followed the instructions at : Oracle Linux NTFS how-to
    I manage to do :
    wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
    rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
    yum install fuse fuse-ntfs-3g
    however this gives me
    Loaded plugins: refresh-packagekit, security
    Setting up Install Process
    Package fuse-2.8.3-4.el6.x86_64 already installed and latest version
    Resolving Dependencies
    --> Running transaction check
    ---> Package fuse-ntfs-3g.x86_64 0:2013.1.13-2.el5.rf will be installed
    --> Finished Dependency Resolution
    Dependencies Resolved
    =========================================================================================================================================================================================
    Package Arch Version Repository Size
    =========================================================================================================================================================================================
    Installing:
    fuse-ntfs-3g x86_64 2013.1.13-2.el5.rf rpmforge 586 k
    Transaction Summary
    =========================================================================================================================================================================================
    Install 1 Package(s)
    Total download size: 586 k
    Installed size: 1.4 M
    Is this ok [y/N]:
    Downloading Packages:
    http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://mirror1.hs-esslingen.de/repoforge/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://be.mirror.eurid.eu/rpmforge/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://mirror.cpsc.ucalgary.ca/mirror/dag/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://ftp.fi.muni.cz/pub/linux/repoforge/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://repository.vsb.cz/mirrors/repoforge/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://merlin.fit.vutbr.cz/mirrors/repoforge/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://fr2.rpmfind.net/linux/dag/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://mir01.syntis.net/repoforge/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://mirror.atrpms.net/repoforge/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://mirror.de.leaseweb.net/dag/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://ftp.heanet.ie/mirrors/ftp.freshrpms.net/pub/dag/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://thammuz.tchpc.tcd.ie/mirrors/ftp.freshrpms.net/pub/dag/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://mirror.fairway.ne.jp/dag/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://ftp.riken.jp/pub/Linux/dag/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://mirror.oscc.org.my/dag/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://mirror.nl.leaseweb.net/dag/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://archive.cs.uu.nl/mirror/dag.wieers/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://ftp.lug.ro/freshrpms/dag/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://mirror.awanti.com/rpmforge/dag/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://ftp.is.co.za/mirror/ftp.rpmforge.net/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://www.mirrorservice.org/sites/apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://repoforge.spinellicreations.com/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://mirror.teklinks.com/repoforge/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://mirror.hmc.edu/repoforge/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://mirror.rit.edu/dag/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://repoforge.eecs.wsu.edu/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://nl.mirror.eurid.eu/rpmforge/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://mirror.us.leaseweb.net/dag/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    http://mirror-fpt-telecom.fpt.net/repoforge/redhat/el6/en/x86_64/rpmforge/RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    Error Downloading Packages:
    fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64: failure: RPMS/fuse-ntfs-3g-2013.1.13-2.el5.rf.x86_64.rpm from rpmforge: [Errno 256] No more mirrors to try.
    Any ideas?

    You should get the following output:
    [root@vm210 ~]# lsb_release -d
    Description:     Oracle Linux Server release 6.4
    [root@vm210 ~]#
    [root@vm210 ~]# rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
    warning: rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 6b8d79e6: NOKEY
    Preparing...                ########################################### [100%]
       1:rpmforge-release       ########################################### [100%]
    [root@vm210 ~]# yum install fuse fuse-ntfs-3g
    Loaded plugins: security
    ol6_UEK_latest                                                                 | 1.2 kB     00:00    
    ol6_latest                                                                     | 1.4 kB     00:00    
    ol6_latest/primary                                                             |  26 MB     02:39    
    ol6_latest                                                                                21127/21127
    rpmforge                                                                       | 1.9 kB     00:00    
    rpmforge/primary_db                                                            | 2.6 MB     00:07    
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package fuse.x86_64 0:2.8.3-4.el6 will be installed
    ---> Package fuse-ntfs-3g.x86_64 0:2013.1.13-2.el6.rf will be installed
    --> Finished Dependency Resolution
    Dependencies Resolved
    ======================================================================================================
    Package                 Arch              Version                        Repository             Size
    ======================================================================================================
    Installing:
    fuse                    x86_64            2.8.3-4.el6                    ol6_latest             71 k
    fuse-ntfs-3g            x86_64            2013.1.13-2.el6.rf             rpmforge              483 k
    Transaction Summary
    ======================================================================================================
    Install       2 Package(s)
    Total download size: 554 k
    Installed size: 1.7 M
    Is this ok [y/N]: y
    Downloading Packages:
    (1/2): fuse-2.8.3-4.el6.x86_64.rpm                                             |  71 kB     00:00    
    (2/2): fuse-ntfs-3g-2013.1.13-2.el6.rf.x86_64.rpm                              | 483 kB     00:01    
    Total                                                                 160 kB/s | 554 kB     00:03    
    Running rpm_check_debug
    Running Transaction Test
    Transaction Test Succeeded
    Running Transaction
    Warning: RPMDB altered outside of yum.
      Installing : fuse-2.8.3-4.el6.x86_64                                                            1/2
      Installing : fuse-ntfs-3g-2013.1.13-2.el6.rf.x86_64                                             2/2
      Verifying  : fuse-ntfs-3g-2013.1.13-2.el6.rf.x86_64                                             1/2
      Verifying  : fuse-2.8.3-4.el6.x86_64                                                            2/2
    Installed:
      fuse.x86_64 0:2.8.3-4.el6                  fuse-ntfs-3g.x86_64 0:2013.1.13-2.el6.rf                
    Complete!Your output:
    <pre>
    Package fuse-2.8.3-4.el6.x86_64 already installed and latest version
    Resolving Dependencies
    --> Running transaction check
    ---> Package fuse-ntfs-3g.x86_64 0:2013.1.13-2. el5 .rf will be installed
    </pre>
    It tells me that you perhaps tried to install the software before finding or following the instructions. If you check the fuse-ntfs-3g package of your output, it belongs to el5, not el6.
    I suggest to check /etc/yum.repos.d directory. It seems you have enabled or installed the wrong yum software repository from the rpmforge source.
    To solve your problem, perhaps the following will work:
    su - root
    yum remove rpmforge-release
    cd /etc/yum.repos.d
    tar -cf backup.tar ./* --remove-files
    wget http://public-yum.oracle.com/public-yum-ol6.repo
    wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
    rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
    yum install fuse fuse-ntfs-3gThe following does not seem absolutely necessary, but might be a good idea:
    Once you installed the rpmforge-release package you should be able to use:
    yum update rpmforge-release
    Loaded plugins: security
    Setting up Update Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package rpmforge-release.x86_64 0:0.5.2-2.el6.rf will be updated
    ---> Package rpmforge-release.x86_64 0:0.5.3-1.el6.rf will be an update

Maybe you are looking for

  • User Table

    Hi there, I created a user table with 16 fields, if I run a query like "SELECT * FROM myTable" I can see all the column and the data inserted, when I use "Tools-User Tables" and then I select myTable I see only 14 fields and is not matter of resize.

  • Archiving phisical filename

    Hi Sap Experts, We are testing archive for the FI and CO modules According with SAP documentation the file name should result from this:      PARAM_1: Two-character application abbreviation (for example, HR, CO, MM) for the classification of the arch

  • Adding 18 hrs to a Date/Time column

    Hi All  Power Query provides the functionality to add days to a Date/Time  column with the  " Date.AddDays()"  function. However this appears to only accept whole numbers as inputs. I want to add 18 hrs to a Date/Time column  How can I do this? Cheer

  • Having problems with adding other computers to WRT54G

    Okay, I've got my new WRT54G set up and it's running fine for my desktop, but when I go to add another computer to the network it says that a wired connection is needed. I've checked and double checked that the network cable is connected correctly to

  • With a given pernr, how can I find the name of the person

    Hi all, Please answer me. Thanks.