Installing 11i apps on windows xp and Red Hat linux AS 3.0

Hi,
I am a newbie to Oracle E-business suite............i will be very helpful if anybody could help me with the full procedure on how to install Oracle apps on windows on Windows XP and Red Hat linux AS 3.0.........starting with configuring ip.....i would really appreciate if somebody helps me out...........well thanks in advance..waiting for a optmistic reply...
Thanks again,
Virendra

I have done installation on XP and 2000 servers are heres the steps... detailed ones. I also request those who install Oracle Apps 11i to first read the installtion pdf's which helps you understand clearly the prerequisites overall.
You cannot find the Pre installtion steps(such as Mks Toolkit and GNUMake config) in more clear terms from those documents.Which are explained here.
The Must PDF's to refer before installation
1)r1152ins.pdf
2)11iconcepts.pdf
According to the 11iconcepts PDF you can decide your business needs the N-Tier Architecture and Database Server and Application Tier Server File System in a very clear terms.
The installation process can be divided into
Pre Installtion,Installation and Post-Installation stages.
I would caution everyone to concentrate more on Pre Installation stage and which is more critical for a successfull installtion of Oracle Apps and to be free with later cropping up problems.
Further before moving into Installtion stages i have to Explain the Number of CD's and Installtion type's in Oracle App's.
In many places you may need to wait patiently even more than 10 minutes for screens(Dialog Boxes) to appear dont conclude prematurely some problem on system.
In oracle Apps 11.5.1 it consist of 12 CD's.
1) Start Here CD(RAPID Installation Wizard)
2)1-11 CD's
1-3 Application Top information
4th Oracle DB
5-6 IAS and other tools
7-11 Oracle Apps DB.
You have to decide whether you are going to do a Single Node Installation(No Post-Installation Task) or Multi Node Installation. Refer(r1152ins.pdf)
While installing for Multi Node you can see the Installation locations to be mentioned as
Appl_Top,Common_Top,Data_Top etc.Try to install Appl_top and common_Top in one drive and Data_Top in another Drive(Single Node) and in different nodes in Multi Node installation.
Installation Types
Production ==>Real time Env implementation's
Test ==>For test Env Purposes
Vision Demo==>R&D or learning Purposes.
Pre-Installation steps
======================
Space Requirement for types of installtions
Install VC++
How to Download and install MKS tool Kit
How to Download and Configure GNUMAKE
Env path setting
Create Applmgr user in Win2000
Space Requirement for types installtion:
Memory Requirement
1 GB of RAM(512 Fine for initial Installtion)
but planned for more user connections another 1 GB of Ram and according to the number of user's and Application needs you have to Increase the Memory.
HDD capacity
APP_Top(A)
COMMON_TOP(C)
DATA_TOP(D)
Test DB : 22 + 20 GB (60 GB recommended)
Prod DB : 22 + 20 GB (60 GB recommended)
Vision Demo DB: 22 + 35 GB (80 GB recommended).
Plus space for ur staging area.
This are the actuall space required for the Oracle Apps Alone plan for more space for future needs etc.
Softwares on System
Win2000 server with Patch1,Winzip and Acrobat Reader Latest version etc.
Install VC++:
Install a clean installtion of VC++ of Visual Studio Family 6.0
It should be first installed before installing MKS or GNUMAKE
NOTE: When Visual C++ is installed, let the installer register all environment variables. This will allow executables to be linked from the command line.
How to Download and install MKS tool Kit:
Note:Try to purchase the MKS tool kit from the below site.
or try to download the trial version valid for a months time.
http://www.mkssoftware.com/products/tk/ds_tkio.asp
Evaluation copy from
http://www.mkssoftware.com/eval/
Choose "MKS Toolkit for Interoperability " Download it in C:\
Again you have to click the downloaded kit to start the actual download of 38 MB of MKS tollkit Evaluation version.
You will be sent a Demo serial number to your mail id==>copy the same to a Notepad on your desktop.
Now start the installtion of the MKSToolkit on your system by clicking on the MKStoolkit downloaded.
It will prompt you for the Demo serial number which has to be provided.
The MKStoolkit will be successfully installed.
How to Download and Configure GNUMAKE:
1) HOW TO GET AND INSTALL GNUMAKE ON WINDOWS2000
This can be done by performing the following steps:
NOTE: Please, be aware that you must install Visual C++ BEFORE installing GNUMAKE, because its installation process involves linking executables.
1) Before downloading GNUMAKE, you will need to acquire some utilities which will be used for unpacking files. You can obtain the required utilities at the following
URL: ftp://ftp.gnu.org/gnu/windows/emacs/utilities/i386/
The directory contains the following files:
README
djtarnt.exe
gunzip-1.2.4-i386.exe
gzip-1.2.4-i386.exe
tar-1.11.2-i386.exe
tar-1.11.2a.exe
Only two of the files are required:
gunzip-1.2.4-i386.exe and tar-1.11.2a.exe
2) After downloading the above files, rename them as follows:
gunzip-1.2.4-i386.exe => gunzip.exe
tar-1.11.2a.exe => tar.exe
Place them into a directory that you can set in you PATH environment variable.
3) Point your browser to the following
URL: ftp://ftp.gnu.org/gnu/make
The files needed from this directory are:
make-3.77.tar.gz
make-3.78.1.tar.gz
make-3.79.1.tar.gz
make-3.79.tar.gz
Development requires to install version 3.77 or above. Downloading the latest version is perhaps best decision, but there are advantages to downloading the version required by development (3.77). (This document assumes that version 3.77 has been downloaded) (NOTE: AVOID USING SPACES IN
DIRECTORY AND FILE NAMES. GNUMAKE,VISUAL C++, ETC. DO NOT ALWAYS DEAL WELL WITH SPACES)
4) For instance, suppose you have downloaded file make-3.77.tar.gz on a directory called C:\GNUMAKE, unpack this file using gunzip.exe from a Command Prompt Window
Example: C:\GNUMAKE>gunzip make-3.77.tar.gz This last action, will expand file make-3.77.tar.gz and the extension .gz will be removed.
5) On the same Command Prompt Window, you should UnTAR the file, with the following
command: C:\GNUMAKE>tar -xvf make-3.77.tar This will create a new subdirectory called MAKE-3.77 under C:\GNUMAKE, the original directory.
6) In the new subdirectory, there is a batch file
called build_w32.bat; run the batch file to generate GNUMAKE.EXE
Try this from Command Prompt more than once if succesfully not built message appers till you get Generated successfully.
Note:If Possible run all the bat files in the MAKE-3.77 and also config.bat in the sub directory by double clicking it.
WARNING: There is a known issue with this last step, "GNU make fails to build regardless of chosing build_w32 or nmake"
See [NOTE:115937.1]
for work around. RELATED DOCUMENTS ----------------- For Microsoft Visual C++, MKS Toolkit and
GNUMAKE support, you should contact their respective vendors Microsoft Visual C++, MKS Toolkit
and GNUMAKE are registered trademarks.
http://support.microsoft.com/ http://msdn.microsoft.com/ http://www.mks.com/
http://www.gnu.org/ Note:104010.1: Release 11i on NT: Software Requirements
Note:115937.1: GNU Make won't make on windows NT
Important:All the downloaded files from GNU makes web sites shall be put in a single folder called gnumake under c:\ .Try to search for config.bat file inside this folders just click and
run it.
Env path setting:
Try to search make.exe generated in c:\program files\mkstoolkit\mksnt and copy and paste it
c:\gnumake\MAKE-3.77\windebug and c:\gnumake\MAKE-3.77\winRel also paste both this paths in the
My Computers==>Properties==>Advanced==>Environment variables==>Path setting's
After all this check as follows from CMD mode.
1)execute make at c:\>
2)execute gnumake at c:\>
In win2000 it may return error messages or Target wrong ignore it.If it is on Win NT then it will return proper status.
Create Applmgr user in Win2000:
Create a Applmgr user account in win2000 .
Installation:
=============
What here you require is the Patience .
Load the START HERE CD and run the C:\> cd \cdrom\rapidwiz
For Test and Prod it will ask for the location of Appl_Top,Common_Top and Data_Top location. Mention there path and ensure if more than one installtion say eg.Vision and Test or Prod to check the Path in all the tab pages its corresponding values and path's.
In Vision Demo many of the Options are not propmted from the user.
It will then do the system checking for Host Name and other details.All the checking should have been passed or if failed it will mark it in RED cross mark.Rectify the mistake and then onceagain proceed or else you will have problem after installation.
The Installation time takes around 5 to 6 Hrs of time.
For info on Post installation or on Multi Node follow the pdf's i have mentioned above.
The most tedious of all is succesfully crossing the Apps system checking it does for all
installed products it requires without any failure.
The GNUMAKE configuration or steps were nowhere given and it was all our trail and error exp.
This is possibly the most elaborate steps to install Apps on Win. post for further help. email me at [email protected] or [email protected]
Rajeev.

Similar Messages

  • Error messages when trying to install Essbase 11.1.1.3 on Red Hat Linux 5.3

    Hello,
    I'm having an error message while trying to install EPM 11.1.1.3 on Red Hat Linux 5.3 (32-bit).
    It happens when I click "Next" for the installation to begin:
    Error: Linux File Service Initialization Failed. Turn on the System property 'EnableLinuxPPKLogger' for more stack trace details
    Error: Linux System Util Service Initialization Failed. Turn on the System property 'EnableLinuxPPKLogger' for more stack trace details
    Exception in thread "Thread-7" java.lang.NullPointerException
    at com.ibm.wizard.platform.linux.utils.UnixShellInterface.shutDown(Unknown Source)
    at com.ibm.wizard.platform.linux.LinuxFileServiceImpl.cleanup(Unknown Source)
    at com.installshield.wizard.service.LocalImplementorProxy.close(Unknown Source)
    at com.installshield.wizard.service.ServiceFactory.shutdownService(Unknown Source)
    at com.installshield.wizard.service.LocalWizardServices.shutdown(Unknown Source)
    at com.installshield.wizard.service.LocalWizardServicesManager.shutdown(Unknown Source)
    at com.installshield.wizard.service.LocalWizardServices.shutdown(Unknown Source)
    at com.installshield.wizard.Wizard.shutdownServices(Wizard.java:648)
    at com.installshield.wizard.Wizard.exit(Wizard.java:583)
    at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1848)
    Many thanks for your help.
    Best regards,
    Andy

    Hi John,
    I get the error messages once I click on "Next" from the "Confirmation" window.
    I've extracted:
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:19 commonComponents
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:18 essbaseAddins
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:20 essbase_administration_services_webapp
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:19 essbase_integration_services
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:16 essbaseProductCommonComponents
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:21 essbase_services
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:17 essbase_smartsearch_webapp
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:17 essbase_studio_services
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:18 productCommonComponents
    drwxr-xr-x 3 hyperion hyperion 4096 Jul 24 04:18 tools
    For the Essbase installation.
    Thanks for your help.
    Best regards,
    Andy

  • Order of installing Windows XP, Solaris & Red Hat Linux...

    Hi all,
    If I were to install Windows XP, Red Hat Linux & Solaris in intel dual core machine, in which order do I proceed to install. First Windows XP, then Solaris & Linux, I believe. Am I right. If not, please correct me.
    Thanks,
    ...

    Although posted under different title and content, your most recent thread
    Windows and Solaris not booting on a Windows, Solaris and Linux Machine.
    is actually the duplicate of this thread.
    The right order of install is Windows XP, RHEL, Solaris. Because, if the Linux is the last installed OS, the Linux version of GRUB will be installed on the MBR (Master Boot Record), and you will not be able to boot Solaris. Why? Because the Linux GRUB doesn't currently recognize Solaris VTOC (Volume Table Of Contents) and UFS (Universal Disk Format File System) formats. Only the Solaris version of GRUB works as common loader for Solaris and Linux. Since you installed Linux as the last OS (as per your duplicated thread), you can try to chainload from the Linux GRUB by modifying the grub.conf on Linux, eg:
    # cat /boot/grub/grub.conf
    default=2
    timeout=15
    color white/blue black/cyan
    title Windows XP
         rootnoverify (hd0,0)
         chainloader +1
    title Solaris 5.10
         root (hd0,1)
         makeactive
         chainloader +1
         boot
    title Red Hat Enterprise Linux AS (2.6.9-78.0.1.el5)
         root (hd0,2)
         kernel /vmlinuz-2.6.9-78.0.1.el5 ro root=LABEL=/ rhgb quiet
         initrd /initrd-2.6.9-78.0.1.el5.imgwhere
    (hd0) is the first (bootable) BIOS physical disk, and GRUB boot loader is installed on its MBR
    (hd0,0) is the first primary partition of the first BIOS disk - Windows XP
    (hd0,1) is the second primary partition of the first BIOS disk - Solaris 5.10
    (hd0,2) is the third primary partition of the first BIOS disk - RHEL-4
    Modify this according to your real disk partition map if it's necessary.
    If this doesn't work (at least it should work for Windows and Linux), then I suggest reinstalling all three OSs from the ground up. A year ago I successfully installed Windows Server 2003, RHEL-4.5 and Solaris 10 on single 250 GB physical disk. You can follow my procedure. Before that, boot the system with the first RHEL-4 installation CD, type "linux rescue" and press Enter. When linux console appears, delete all partitions using fdisk. Or, alternatively, type
    dd if=/dev/zero of=/dev/sda bs=1024 count=2048This will erase your Master Boot Record and MBR Partition Table inside it, even much more filling out 2 MB continuous disk area with zeros. Restart the system, insert Windows installation media and start the procedure:
    1. install Windows XP as the first OS. If it doesn't matter, create only one 25 GB C: drive on the entire primary partition rather than 10 GB C: and 15 GB D: drives, unless you are not sure Solaris had overwritten the D: drive on the extended partition
    2. install RHEL-4 as the second OS. At this point you will be able to access Windows and RHEL-4 from GRUB. Boot RHEL-4 and navigate to /boot/grub/grub.conf. As you might need this information later, copy or make a note of the Linux entry on paper. The entry is something like this:
    title Red Hat Enterprise Linux AS (2.6.9-78.0.1.el5)
         root (hd0,1)
         kernel /vmlinuz-2.6.9-78.0.1.el5 ro root=LABEL=/ rhgb quiet
         initrd /initrd-2.6.9-78.0.1.el5.img3. install Solaris 10 (SunOS 5.10) as the third OS. That way the Solaris version of GRUB will overwrite Linux GRUB in MBR and will be installed as the common loader for all three OSs. At this point your system might be set to boot all three operating systems. If not, you will be able to access the Solaris and Windows only. In that case boot Solaris, navigate to /boot/grub/menu.lst and add the Linux entry you copied from Linux grub.conf in the step 2. The next time you restart the system, you should be able to boot all three operating systems using Solaris version of GRUB.
    NJ

  • Oracle 8i/9i and Red Hat Linux version

    Hi,
    Does anyone know, which is the earliest version of Red Hat Linux
    supported by Oracle 8i or 9i?
    Regards

    Hi,
    I downloaded the 9i, the installation started ok and I was
    able to complete the install procedure, but a few things did not
    go as I planned:
    1.- The installation MUST be run on the console X, and cannot
    be run from a remote terminal (odd!).
    2.- On a 2-CPU machine the installation didn't install all the
    files for the sistem to start.
    3.- During a second attempt the installer issued an error
    regarding a compilation problem.
    Can anyone help me, I can't get the installer running without
    problems.

  • Memory Problem with Oracle10g R2 and red Hat linux  2.4.21-37.EL

    Hi All.
    i've a 64Bit red Hat Linux 2.4.21-37.EL , 5GB Ram , 3GB Swap Space.
    Oracle10g R2. i've 2 prodection database each is having 1400MB of SGA.
    when i check the free meory it shows only 12mb of ram is free..why..?
    and in swap space it's only 200mb is used...why..?
    when i check the dbwither is taking 1.2GB of RAM why..?
    can anybody help me in this ...how to get free memory or configure os level to get more free memory.
    Sarit
    [email protected]

    Linux uses Swap space to run applications. The RAM available may not be enough to run the applications so OS swaps the program between RAM and the swap space to run applications.
    You can see your swap partition being used as the swap space with:
    cat /proc/swaps
    Regards,
    Senthil Murugan

  • Installing Java EE SDK on 64-bit Red Hat Linux

    I've went through a lot of pain to get J2EE SDK / GlassFish server on a AMD64 Red Hat Enterprise Linux 5 server box. Maybe it helps somebody.
    Long story short, it all seems to boil down to the fact that the J2EE Linux .bin (non-RPM) packages Sun provides require a 32-bit JVM running. So if you just installed 64-bit JDK you're toasted.
    Chronicle of pain and solution below:
    Downloaded the Linux packages for full EE5 SDK, also the bundle for GlassFish from http://java.sun.com/javaee/downloads/
    Tried ./java_ee_sdk-5_08-jdk-6u17-linux.bin No luck. First I didn't have libstdc++.so.5 but so.6. I did
    yum install compat-libstdc++-33
    Tried again. It hanged:
    *** glibc detected *** ... double free or corruption error
    Downloaded the JDK RPM version. It worked fine:
    # java -version
    java version "1.6.0_17"
    Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
    Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01, mixed mode)
    Let's go again with EE SDK. Nope. Different error this time:
    *** glibc detected *** ./java_ee_sdk-5_08-jdk-6u17-linux.bin: malloc(): memory corruption: 0x0992d2c0 ***
    Tried setting env variable MALLOC_CHECK_:
    export MALLOC_CHECK_=0
    New error, but no hanging this time:
    Attach to native process failed
    Realized that JDK packages were platform-specific, unlike J2EE packages. Googled this: http://forums.java.net/jive/thread.jspa?threadID=37370
    Downloaded 32-bit JRE (i586, not 64-bit) RPM package and installed it.
    Redirected default java link to 32-bit JRE's JVM:
    cd /usr/java/
    unlink latest
    ln -s jre1.6.0_17/ latest
    Run installer again, explicitly saying where was the JVM the installer needed:
    cd /tmp
    ./java_ee_sdk-5_08-jdk-6u17-linux.bin -javahome /usr/java/jre1.6.0_17
    It worked! :-)
    Then reverted back to JDK's 64-bit JVM:
    cd /usr/java/
    unlink latest
    ln -s jdk1.6.0_17/ latest
    Hope this works for you too.

    This is very close to my problem,
    32 bit Fedora release 11 (Leonidas)
    ls -lh java_ee_sdk-5_08-jdk-6u17-linux.bin
    -rwxrwxr-x. 1 morten morten 161M 2009-11-17 20:18 java_ee_sdk-5_08-jdk-6u17-linux.bin
    md5sum java_ee_sdk-5_08-jdk-6u17-linux.bin
    dc71fc44ce1d10c1a9d53edde4ff858f java_ee_sdk-5_08-jdk-6u17-linux.bin
    should be a correct download.
    chmod a+x java_ee_sdk-5_08-jdk-6u17-linux.bin
    # ./java_ee_sdk-5_08-jdk-6u17-linux.bin
    ./java_ee_sdk-5_08-jdk-6u17-linux.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
    same error as you reports. There was also an error and IIRC an incompatibility with the latest java plug in for firefox .
    # find / -name '*plugin*' -print | grep firefox
    /home/morten/.mozilla/firefox/kpsa4zom.default/pluginreg.dat
    /home/morten/.mozilla/firefox/g59tp699.default/pluginreg.dat
    /usr/lib/firefox-3.5.5/searchplugins
    # find / -name libjavaplugin_oji.so -print
    /usr/java/jre1.6.0_17/plugin/i386/ns7/libjavaplugin_oji.so
    /usr/java/jre1.6.0_17/plugin/i386/ns7-gcc29/libjavaplugin_oji.so
    cd /usr/lib/firefox-3.5.5/searchplugins
    # ls -l | grep java
    lrwxrwxrwx. 1 root root 58 2009-11-17 19:42 libjavaplugin_oji.so -> /usr/java/jre1.6.0_17/plugin/i386/ns7/libjavaplugin_oji.so
    It did not work on first attempt.
    I just wanted to report that similar problems may occur, and I will try your suggestions. If someone knows other details about this topic JDK on Fedora or Red Hat based Linux, please comment.
    The instructions from here:
    How do I download and install Java for my Linux computer?:
    http://java.com/en/download/help/5000010500.xml#rpm
    Java Downloads for Linux Recommended Version 6 Update 17
    did not work as documented. On my 32 bit fedora 11.

  • Oracle 8.1.7 and Red Hat Linux 7.1

    Hello!
    I'm trying to install Oracle 8.1.7 in one of our servers, but when invoking the ./runInstaller, the universal Installer cannot be run, it seeks for a Java Runtime Environment 1.1.8 on /bin/jre.
    I tried downloading jre1.1.8 and tried installing it on the server. After installing the jre, I included jre on the $PATH environment variable.
    I tried to re-run the universal installer, however I still encounter the same error. Are there any patches I missed to install on the linux side before installing Oracle8.1.7?
    Thanks.

    Hi.
    I'm using IBMJava118-SDKfrom rpm. You can find it there: http://www.thomasfly.com/Oranux/IBMJava118-SDK-1.1.8-5.0.i386.rpm
    After installing RPM I add JAVA_HOME and CLASSPATH in my /etc/profile. After that logout and login as oracle and run ./runInstaller. Everything work fine.
    BTW: http://www.thomasfly.com/Oranux/ -- fine manual for installing Oracle on Linux.
    Good luck.

  • Oracle 9i and Red Hat Linux Exterprise WS

    Hi everyone,
    Does anyone know if there is any compatible problem between Oracle 9i and RH WS 'coz I am going to purchase RH WS? And I jsut want to make sure the compatability beforehand.
    Stephanie

    Hi,
    I downloaded the 9i, the installation started ok and I was
    able to complete the install procedure, but a few things did not
    go as I planned:
    1.- The installation MUST be run on the console X, and cannot
    be run from a remote terminal (odd!).
    2.- On a 2-CPU machine the installation didn't install all the
    files for the sistem to start.
    3.- During a second attempt the installer issued an error
    regarding a compilation problem.
    Can anyone help me, I can't get the installer running without
    problems.

  • Install on Red Hat Linux

    I've tried for some while now, to install Sun One Studio 4 on my Red Hat Linux, but it always hangs when it comes to the screen saying "Installing....This might take a few minutes". And it hangs for hours, so it's not that I don't wait long enough.
    I have tried loging in as a normal user and as super user, but never get it right. I've checked that the DISPLAY setting is set to DISPLAY=:0.
    Can anyone help me?
    -Trond

    Hello Trond!
    I had the same problem a few months ago.
    I solved it by running the install program
    with a previous JDK (I think it was 1.3),
    then when install finished I ran it with JDK1.4.2.
    You can use symlinks to achieve this.
    If it not works, look at your /tmp directory,
    it will contain the install jar file,
    run it: java -jar /tmp/... .jar
    Hope it helps you.
    regards
    Franz

  • Red Hat Linux Upgrade - 2.4 to 4

    Hello all,
    In our environment SAP is running with 4.7E with oracle database and we are planning to do a hardware migration and  Red Hat linux upgrade from 2.4 to 4
    So the plan is such a way like that
    1. Taking backup from the live production system.
    2. Installing 4 red hat linux in the target machine and installing SAP as well.
    3. Restore the database and bringing up the system.
    We are not following the method of Export / Import due to consideration of downtime.
    I have been working in windows platform and have performed migrations and database migration but I am not aware of linux environment. What are the preparation do i need to do interms of linux upgrade / Migration.
    Kindly help me out
    Regards
    Vijay

    > 1. Taking backup from the live production system.
    > 2. Installing 4 red hat linux in the target machine and installing SAP as well.
    > 3. Restore the database and bringing up the system.
    Yes - that's the way to go.
    Simply follow the system copy guides.
    Markus

  • Installation of EBS 11.5.9 on Red Hat Linux AS 4 fails

    I am trying to install Oracle Applications 11.5.9 on Red Hat Linux AS 4. During pre-installation test , it is failing in two test viz. File Space Check and Writing Permissions....and saying insufficient privileges....I am trying to install with user root after creating two required users. What could be the problem?

    do the follwong as root
    chown ur_user:ur_grop /path where are u installing for both users and try again, the users you create must be the woner for the directroy u r installing under alos run
    chmod 777 /path
    fadi hasweh
    http://oracle-magic.blogspot.com/
    Oracle is not Magic, it just takes years of experience

  • How to install 11i on Red Hat Linux 64 bit

    I'm having problems installing Oracle 11i on Red Hat Linux 64. I understand that it is not supported, however I need to go through the exercise of implementing OATM and then upgrade to 12.
    I've started the install and I continue to hit this problem.
    Any advise on how to get around this issue. Oracle Support insist on using 32bit. I do have a co-worker that has been able to install it on Red Hat 64bit.
    Step 1 of 5
    /DAT01/ebs/DataTop/visdb/9.2.0/temp/VIS_rac1/adrun9i.sh
    Completed unzip 67 of 108
    with 62% complete

    Hi;
    I'm having problems installing Oracle 11i on Red Hat Linux 64. I understand that it is not supported, however I need to go through the exercise of implementing OATM and then upgrade to 12. You mean oracle database 11g or you mean oracle e-business suite 11i? I am little confused
    If you mention oracle database 11g than check below
    What is exact linux version. Oracle 11gr2 certified wiht linux64. Please check:
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    I've started the install and I continue to hit this problem.
    Any advise on how to get around this issue. Oracle Support insist on using 32bit. I do have a co-worker that has been able to install it on Red Hat 64bit.
    Step 1 of 5
    /DAT01/ebs/DataTop/visdb/9.2.0/temp/VIS_rac1/adrun9i.sh
    Completed unzip 67 of 108
    with 62% completeIf you mention Oracle E-Busines suite than you can not install apps tier on 64 bit which is not supported.
    Regard
    Helios

  • Problem installing Facebook app in windows 8.1

    when i try to install Facebook app  in windows 8.1 it says Purchase error  Sorry ,this app can't be installed because your PC might not meet some of the requirements.
    My PC configuration is
    intel core2 duo
    3gb ram
    windows 8.1 os

    For help with using Windows please post in the Windows Store forum on
    http://answers.microsoft.com .
    The MSDN Windows Store and Windows Phone apps forums are for developers to discuss writing their own Windows Store and Windows Phone apps.
    --Rob

  • I have installed LR 6 for windows (win7) and LR will not start but hangs up

    I have installed LR 6 for windows (win7) and LR will not start but hangs up. I have uninstalled the software and re-installed it, Tried to open it as Administrator and it still hangs up with the Adobe banner (the picture) being displayed. Nothing happens. When I click on anything I get the message that Lightroom is not responding. I have asked to have a new catalog created for Lightroom 6............Please help.
    Thank you. Leo

    hbereth,,
    It is Ideal to install Creative Cloud app , if you are using Adobe apps.
    Creative Cloud is nothing but an updated version of Adobe Application manager. Adobe Application Manager is required for different purposes like Activation, Update.process and installation processes.etc
    Adobe application manager must be up to date , that brings to Creative Cloud application which is the updated version .
    No need to Sign in and all , just keep it install, if you are not okay with installing Creative Cloud app. it's okay , you can still have Adobe Application Manager only.

  • How to install and configure ASM on Red Hat Linux 6.4

    Hi Team,
    How do you install and configure ASM on Red Hat Linux 6.4?
    Thank you in advance.
    Bee

    Here is an article that you may find useful http://eriglen.blogspot.com/2013/01/step-by-step-configuring-automatic-storage-management-on-standalone-server-with-oracle-enterprise-linux-and-oracle-11g-R2-using-external-storage-managed-by-openfiler.html

Maybe you are looking for

  • How to buy aperture when having a test version installed

    i´d like to buy aperture in the appstore but after pressing the "buy" button there´s a message telling me that aperture is already installed and i should try to search for updates via the built in software update feature in mac os. Yes, i´ve got the

  • Error generating form on Designer 6i

    Hi folks: I got a new PC. It comes with a AMD Atholon Processor. I am trying to test all the Oracle Products. But I am getting a Designer error, related with a forms generation: CDR-21605: Failed while processing......... I was looking on these forum

  • Change Password restriction

    Hi All, I would like to a list of forbidden passwords in the portal. Because I think  that this is not possible out of the box, I did some custom development. First I located the class where the check is done: com.sap.security.core.sapmimp.logon.SAPM

  • A text_io problem: ORA-302000

    Hi,all: I have 2 apps on form. The first one is to read from file, and the second is to write on the file. Firstly, i have created the file on the server, and the file(abc.txt)'s permission is rwxr--r--. Then i tested the first one, it can read from

  • Epson scanner not work with Mountain Lion?

    I have an Epson Expressio 1600Pro scanner with transparency adaptor. It has worked perfectly with previous Macs using OSX 10.4. I have recently bought a MacBook pro and upgraded it to OSX 10.8. I went to Epson's website to get a new driver etc. That