Oracle EBS 11.5.10.2 Installation Steps

Although this is by no means exhaustive or the most accurate, all contributions and/or corrections are welcome
As I attempt to reply the numerous calls and emails I have been getting, firstly sorry guys, I have been settling down at a new job, and haven’t had time to locate my implementation notes, however find below the steps I followed with a successful result.
Installing Oracle E-Business (EBS) Release 11i (version 11.5.10.2)
Linux Installation – SLES 9 Rel 1
•     Please follow these instructions – I could not have written a better set of instructions :
http://www.novell.com/coolsolutions/feature/16009.html     
NOTE: Although this is written for SLES 9.1, I believe this will work for any Linux variant.
Also, make sure you have installed openmotif 2.0 or higher to make sure the forms server starts and remains running
Windows 2003 Server SP 1
Environment:
Windows 2003 Server was installed as an environment on VMWare Server (The free one).
Hardware Spec:
P4 800 Mhz CPU
2GB (Physical RAM) and 1GB (Virtual RAM)
250 GB (Physical HDD), 120GB (Virtual HDD)
DVD RW
DECLARE
At this point I have to say a few things:
1.     I have not attempted installing on any other version of Windows, so if you try with another version, I may not be able to answer your questions, although I believe it should not be any different.
2.     I would believe you can or have access to the internet and can download or find most of the resources needed.
3.     I would assume you have installed the Windows 2003 Server with SP 1, Internet Explorer and Outlook. Also, have included an IP address, a server name with its domain extensions in the host file.
4.     I would assume that you have created one group – dba , two users applmgr and oracle and included them in the dba and administrator groups
5.     I would assume that you are at least familiar with the terms and usage of abbreviations in this sort of environments.
6.     I would also assume you have reviewed and have made allowance to meet the required specification in terms of hardware (I did not attempt an installation on the USB HDD, so may not be able to help, if this applies to your situation)
BEGIN
     Prepare Environment
Download and have read the following software:
1.     Java Development Kit 1.3 (or higher version)
http://java.sun.com/downloads/index.html
2.     Active Perl – This is needed for the staging script adautostg.pl http://www.activestate.com/store/productdetail.aspx?prdGuid=81fbce82-6bd5-49bc-a915-08d58c2648ca     
3.      Visual C++ - This is needed for many of the real-time code compilation
http://msdn.microsoft.com/vstudio/express/visualc/download/     
4.      CYGWIN
http://www.cywin.com/setup.exe     (Free open source, never expires!)
OR
MKS Toolkit (Evaluation copy, 30 Trial or get a licence for about $500)
http://www.mkssoftware.com/eval/
This is necessary for certain unix-only available utilities required to implement/compile Oracle E-business Suite, such as which, make, cc, etc.
5.     The DVDs or downloaded zipped copy of the entire Oracle E-Business Suite software for Windows 32-Bit ( I did not attempt on a 64-Bit processor, though I believe it should not be different, but see the necessary documentation if that is your situation)
http://edelivery.oracle.com     
6.     Jinitiator – This is required to run the forms on your system (Although a first attempt to view any of the form interfaces downloads and requests this be installed first) http://www.oracle.com/technology/software/htdocs/devlic.html?url=http://otn.oracle.com/software/products/developer/htdocs/jinit.htm     
NOTE:
•     DO NOT Install into the default directories and do not allow spaces in file directories/path when installing the software, somehow experience has shown that the Oracle EBS does not handle spaces in file directories well, and results in untold hardship if ignored. E.g Default installation folder for an software installation may suggest C:\Program Files\ JDK 1.5, MAKE SURE you alter this to something like C:\JDK15. DO THIS FOR ALL SOFTWARE INSTALLED
•     After each software installation, please reboot the system before installing the next piece.
•     Make sure that all the paths to the bin folders for all software installed is included in the environment variables, and verify by typing path in the command prompt to display all paths listed
•     If using CYGWIN (like I did, as I could not afford a software expiring on me nor could afford $500 for a test). You may choose all the modules available, but you do not need all (it will be an overkill to have the entire unix utilities and libraries on your windows box, unless you plan on learning unix commands or into heavy development requiring a unix environment, without wanting a unix machine) MAKE SURE you choose all the library options, all the development options and that should be OK. Then confirm after the installation by typing which, cc (or gcc), make(gnumake), ls, gawk(awk), grep (egrep) (IMPORTANT:Where one of the other in brackets exists, copy and rename the copy as the alternative). As a double sure – copy all of these into C:\Bin directory.
•     If the Oracle EBS is downloaded, unzip all the files into the folder and ignore any suggestions that it will over-write other files such as the component.label files
Installation Proper
•     Run adautostg.pl – which you will find in the StartCD i.e the first file downloaded and unzipped. This will attempt to rearrange the installation files in the order in which the installation wizard – rapidwiz prefers and identifies the folders. (Saves you hand-holding the wizard by having to interact during the installation, pointing it to the relevant folders/files if not run) to create the staging area.
•     Run Rapidwiz – either by double clicking the rapidwiz.cmd in the startcd folder (this would be the one in the staging area) or from the command prompt
•     As required, point rapidwiz, to the bin folder of cygwin e.g C:\cygwin\bin (if this is as installed) in the place where it requires the MKS Toolkit
•     Pre-installation Checks – rapidwiz intelligently tests all the necessary software and requirements before installation starts. A corresponding message to each parameter suggests the opinion of the rapidwiz whilst a green tick indicates the parameter is sufficient, other indicators may need reviewing. Please make sure you resolve each issue before progressing with the installation. This may lead to a waste of time if not resolved.
•     Choose a single-node installation
(if just testing or practicing, you may also choose a multi-node if this is what you want.)
•     If all the modules are not needed (I installed all), you may have to choose which modules you require, and state where you want the modules installed.
•     Assuming all parameters are passed and installation begins, the different stages of the installation steps can be followed by the on-screen messages or log file reviews (each logfile directory will be displayed on the screen during the installation of each context).
•     Post Installation Checks – Rapidwiz does some checks after an installation, whether successful or not, and provides a report. When an installation is successful. It confirms and provides the url to login. The default username and password for the system administrator is usually sysadmin / sysadmin. You are encouraged to create another user immediately.
For all who asked, depending on how far up your hardware scales in terms of specifications, the installation may take about 3 hours (at least mine did) or more.
Login on to Oracle EBS !
The URL required for logging on to the OAM (Oracle Application Management - For the Apps DBAs) and OEBS (Oracle E-Business Suite - essentially for the Functional Implemeters/Consultants ) - The entire gamut (They are shown as hyperlinks), should be as follows;
http://hostname(servername.domainname.com):8000/
where hostname is the same as specified in your host file e.g servername.domainname.com or .whatever-u-like
and
8000 - is the default port, but you may have chosen your own port and that should be used in such a case.
N.B - The Forms server is often started when an attempt is made to access such an interface after login in to the OEBS. However, in my own case, it did not until I made sure openmotif 2.1 was installed on my SuSE Linux Enterprise Server 9.1. The windows installation started without any issues.
If all attempts fails….
You may have to try and try again by deleting all installation files and starting all the installation steps again. It will help if you know how to edit your registry settings to delete all reference to oracle e-business (not all reference to oracle though, as some odbc-related entries have been installed by Microsoft and require your registry settings to function)
Alternatively, send me your box, your mailing address and a token (money of course, and I may be able to set it all up for you) – JOKING!
CAVEAT: I will not be held responsible if anything unsavoury happens to your system in the course of you following the steps I have highlighted above either correctly or incorrectly. However, if you are successful, please sing my praises all over the forum and ask that I be rewarded by Oracle!
Olu

Hi
If anyone need the document to "How to install Oracle Applications 11i on Windows 2003" i can forward the document with screen shots with detailed steps.
Reg
Dwaraka

Similar Messages

  • Oracle EBS R 12.1.3 Installations

    We are planning to install the Oracle EBS R12 (12.1.3) on Oracle Linux ES 5.x.
    IPAddress     hostname.domainname.com     hostname     hostname.domainname(aliasname)
    We are planning to setup hostname alias, so essentially the machine has tow hostnames, one is actual hostname and domain name of the machine and another one is alias hostname and domain.
    Example:
    IP Address     Hostname.domainname.com     hostname     hostname.domainname.com(alias)
    We are planning to use the alias hostname.domainname.com during the oracle EBS R 12 Installation instead of actual hostname and domain name.
    1.     EBS Installation doc for alias hostname and domain name usage during the installations
    2.     What are the modifications needs to be done in OS level and DNS level for alias name usage
    Please help us

    We are planning to install the Oracle EBS R12 (12.1.3) on Oracle Linux ES 5.x.
    IPAddress     hostname.domainname.com     hostname     hostname.domainname(aliasname)Oracle EBS 12.1.3 cannot be installed directly, you will need to install 12.1.1 first then upgrade to 12.1.3 release.
    We are planning to setup hostname alias, so essentially the machine has tow hostnames, one is actual hostname and domain name of the machine and another one is alias hostname and domain.
    Example:
    IP Address     Hostname.domainname.com     hostname     hostname.domainname.com(alias)
    We are planning to use the alias hostname.domainname.com during the oracle EBS R 12 Installation instead of actual hostname and domain name.
    1.     EBS Installation doc for alias hostname and domain name usage during the installations
    2.     What are the modifications needs to be done in OS level and DNS level for alias name usage
    Please help usYour hosts file entries should look like the entries mentioned in the installation docs.
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86 [ID 761564.1]
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 [ID 761566.1]
    If you want to use a virtual hostname, please refer to (Implementing Virtual Host, Concurrent Managers and EM DBconsole on Oracle Applications R12 [ID 603883.1]).
    Thanks,
    Hussein

  • Oracle EBS r12 - Implementation v/s Installation

    Helllo,
    I was wondering if there is any way in Oracle r12 to figure out following without having any need to contact those imperialistic Oracle salesreps?
    1. How many modules are installed
    2. How many modules are licensed
    3. How many modules are actually implemented and under use.
    Is there anyway I can find above information by looking at tables or configuration ? I tried querying FND_PRODUCT_INSTALLATIONS and it only seems to be addressing #1 from above.
    Thanks,
    Darsh

    Please see the following docs (which are applicable to R12 as well).
    How to Find Out Product Installation Information in Oracle Applications? [ID 1275690.1]
    How to Establish if a Product is Installed in e-Business Suite 11i [ID 420648.1]
    For license details, please contact your Oracle Sales representative.
    Thanks,
    Hussein

  • Oracle ebs installation on windows 2008 R2

    Hi Hussein,
    I am doing oracle EBS installation on windows 2008. As per installation doc below are the pre-requisite
    The Prerequisites Software are:
    1.Chose and Operating System windows 2008 (32 bit):
    Select the Windows Operating system and install it. After installed OS successfully need to change DNS entries or Active Directories as per your environment.
    2.Install the Microsoft Visual C++ 2008 software.
    See the post for installation of – Microsoft Visual C++ 2008
    3.Install the MKS Toolkit – Versions 9.0 (Patch 3 or higher):
    See the post for installation of – MKS Toolkit.
    I wanted to know that is there any alternate of MKS tool kit as I am unable to get it .
    Regards,
    Raj

    hi Raj
    3.Install the MKS Toolkit – Versions 9.0 (Patch 3 or higher):
    See the post for installation of – MKS Toolkit.
    I wanted to know that is there any alternate of MKS tool kit as I am unable to get it .
    Yes go for cygwin
    please see
    Using Cygwin to Maintain Oracle E-Business Suite Release 12 on Windows[Article ID 414992.1]
    Oracle E-Business Suite R12 Installation Steps on Windows XP
    ;) AppsMAstI :)
    Sharing is Caring

  • Oracle EBS R12 installation problem in Windows 2003

    Hi,
    I am trying to install Oracle EBS R12 on Windows 2003 R2. I have installed cygwin along with required packages and also Visual studio 2005 as specified in the prerequisites of installation document.
    All the validations are successful before installation but I am facing error during installation in Step3 at about 53 percent. When i checked the log file, I found that some of the files required for installation are not found in my staging area. Now I want to run MD5sum on the Staged Files.
    I had downloaded md5sum_windows.txt and also run this command :
    md5sum --check md5sum_Windows.txt > md5sum_result.txt
    In md5sum_result.txt, I am getting error for all files. Error message is as :
    oraAppDB\Disk1\data\driver\Disk1.drv
    : FAILED open or read
    This is repeating for all files. But i can see that the files are present in My Staging area. Do i need to set some permission for this. Please help. Desperately want to install EBS as part of perparation for my planned certification.
    Edited by: 855292 on Nov 26, 2011 1:58 AM
    A simple detailed Step by Step Installation Document or any good reference for the same would by really appreciated.
    Edited by: 855292 on Nov 26, 2011 2:00 AM

    I have downloaded all the 33 files in oracle edelivery site. I have seen a post of yours regarding Oracle R12 installation on Windows XP. It mentions only some 25 files. Please do not rely on the that thread as it was for 12.0.x installation.
    For R12 (12.1.1) you need to download the following files:
    From: Oracle E-Business Suite Release 12.1.1 Rapid Install Start Here (Part 1 of 4)
    To: Oracle E-Business Suite Release 12.1.1 for Microsoft Windows (32-bit) Rapid Install APPL_TOP - Disk 2 (Part 2 of 2)
    Is it possible that contents of the zip file are lost during download because my stage area is about 39 GB . and also I have verfied all the files in edelivery site is downloaded too.
    Also the error i mentioned in my last post, I can see the file in the directory but still its showing read error. Is it due to corruption of data. That would mean that I will have to download all 40 GB again :-(It is easy to verify the contents of the stage area directory without running md5sum, so please do so and post the results here.
    Thanks,
    Hussein

  • Oracle EBS R12 for Windows Installation Error

    Hi,
    I tried to install Oracle EBS R12 for Windows. My installation had failed. Listed below is the log information. On the Second log file (further down below) it is saying "TNS:no listener". Please help.
    FIRST LOG FILE:Log Path: C:\Orale\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\06132024
    C:\Users\Bing\AppData\Local\Temp>if 0 == 0 goto :TCFG_OK
    C:\Users\Bing\AppData\Local\Temp>echo "runProcess_4"
    "runProcess_4"
    C:\Users\Bing\AppData\Local\Temp>REM
    C:\Users\Bing\AppData\Local\Temp>REM Perform the instance configuration
    C:\Users\Bing\AppData\Local\Temp>REM
    C:\Users\Bing\AppData\Local\Temp>echo "Statusstring Configuring Database Technology Stack"
    "Statusstring Configuring Database Technology Stack"
    C:\Users\Bing\AppData\Local\Temp>(echo APPS & echo APPS ) | J:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.6.0\bin\java -DCONTEXT_VALIDATED=true -mx512M -classpath .;J:\StageR12\startCD\Disk1\rapidwiz\jlib\java;J:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar oracle.apps.ad.clone.ApplyDBTechStack -e C:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_bing-pc.xml -stage J:\StageR12\startCD\Disk1\rapidwiz -showProgress -phase cfg -nopromptmsg
    Log file located at C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\ApplyDBTechStack_06132042.log
    | 0% completed
    / 0% completed
    - 0% completed
    \ 0% completed
    | 0% completed
    / 0% completed
    - 0% completed
    \ 0% completed RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack
    C:\Users\Bing\AppData\Local\Temp>if 1 == 0 goto :ICFG_OK
    C:\Users\Bing\AppData\Local\Temp>echo "Cannot execute configure of database ORACLE_HOME using RapidClone\n";
    "Cannot execute configure of database ORACLE_HOME using RapidClone\n";
    C:\Users\Bing\AppData\Local\Temp>if "" == "TRUE" goto :ICFG_OK
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for VIS instance
    SECOND LOG FILEC::\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\ApplyDBTechStack_06132042.log
    LOCAL : VIS
    ORACLE_SID :
    PATH : C:\Oracle\VIS\db\tech_st\11.1.0\perl\5.8.3\bin\MSWin32-x86-multi-thread\;C:\oracle\VIS\db\tech_st\11.1.0\bin;C:\oracle\VIS\db\tech_st\11.1.0\appsutil\jre\bin;C:\oracle\VIS\db\tech_st\11.1.0\appsutil\jre\bin;J:\StageR12\startCD\Disk1\rapidwiz\unzip\NT;C:\oracle\VIS\db\tech_st\11.1.0\bin;C:\Program Files (x86)\Oracle\jre\1.3.1\bin;C:\Perl\bin\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\hp\bin\Python
    LD_LIBRARY_PATH : C:\oracle\VIS\db\tech_st\11.1.0\lib
    ECHO is off.
    ECHO is off.
    The log information will be written to
         "C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\addlnctl.txt"
    ECHO is off.
    ECHO is off.
    Starting listener process VIS ...
    ECHO is off.
    LSNRCTL for 32-bit Windows: Version 11.1.0.7.0 - Production on 13-JUN-2009 20:43:12
    Copyright (c) 1991, 2008, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=bing-pc.horse.com)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    LSNRCTL for 32-bit Windows: Version 11.1.0.7.0 - Production on 13-JUN-2009 20:43:14
    Copyright (c) 1991, 2008, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    addlnctl.cmd exiting with status 1
    OpenSCManager failed
    adsvdlsn.cmd exiting with status 1002
    ERRORCODE = 1002 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Setup Phase
    Running Setup Process 5 of 6 for AppsUtil
    Executing script in InstantiateFile:
    C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_bing-pc\afmkinit_inst.cmd
    script returned:
    Sat 06/13/2009
    08:43 PM
    "afmkinit_inst.cmd exiting with status 0"
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Setup Phase
    Running Setup Process 6 of 6 for AppsUtil
    Executing script in InstantiateFile:
    C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_bing-pc\afmkinit.cmd
    script returned:
    Sat 06/13/2009
    08:43 PM
    1 file(s) copied.
    1 file(s) copied.
    1 file(s) copied.
    "afmkinit.cmd exiting with status 0"
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Skipping Profile Phase
    Skipping Apply Phase
    adcvmlog.xml renamed to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\adcvmlog.xml.06132042
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_bing-pc
    adsvdlsn.cmd INSTE8_SETUP 1002
    AutoConfig is exiting with status 1
    RC-50014: Fatal: Execution of AutoConfig was failed
    Raised by oracle.apps.ad.clone.ApplyDBTechStack
    Thanks in advanced,
    Edited by: amorsolo on Jun 15, 2009 9:12 PM

    Hi user3726038,
    I have seen posting about the installation of EBS R12/i11 saying it does not work with Windows Vista (64 bit). I went ahead and tried it anyway to see what kind of errors I get and to confirm if the errors I get are consistent with other people using Windows Vista. FYI, my installation went as far as 99% complete of step 2 of 5 before it errored out. I checked and noticed that many components of EBS have been installed with status equal zero which is good.
    When I got the "TNS-12541: TNS: no listener", I went to Windows services, located the Oracle TNS service that was created by the EBS installation and tried to start it. Then I got this error: "error 1053 the service did not respond to the start or control request in a timely fashion". I googled the error message and the resolution is: "To resolve this problem, obtain the latest service pack for the Microsoft .NET Framework 1.1.". I have tried this but it does not work because my Windows Vista uses a higher version of .Net Framework 1.1. I have done more research but to no avail. However, it is fun as I learn many things about the EBS intallation and Windows Vista.
    By the way, these are the steps when I run the rapidwiz on Windows Vista. Click on Start => Click on command prompt => right click on command Prompt => select run as administrator => CD to the path where the rapidwiz reside. Somehow if I use the regular command prompt the installation will die on step 1 of 5 even when I log in as administrator.
    In your case you are using Windows 2k3. Make sure your OS is not 64 bit. Whenever you get an error and it does not say much, google it to see the resolution and make sure you read the Installation Guide. Hope this helps.

  • Installing Oracle EBS 11i installation problem

    Dear All,
    I have a problem regarding the installation of Oracle EBS 11i of which I can't figure out a solution.
    After unzipping all the 108 files during the rapidwiz installation the installer seems to halt (in step 1, 100% of file extraction). It involves instconf.drv but it doesn't show me an error in the installation logs. The line that appears is the following:
    instantiatefile -d instconf.drv
    I tried to change my Linux distribution from SLES10 to Ubuntu but that doesn't work either.
    Could you please help me out with this.
    Kind regards,
    Charif Ennaciri

    Dear hsawwan,
    I checked the log file and it's full of lines similar like:
    AC-50402: Exception: java.lang.NullPointerException
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    instantiate file:
    source : /d01/oracle/visdb/9.2.0/appsutil/template/oui/bin/addNode.sh
    dest : /d01/oracle/visdb/9.2.0/oui/bin/addNode.sh
    backup : /d01/oracle/visdb/9.2.0/oui/bin/addNode.sh to /d01/oracle/visdb/9.2.0/appsutil/out/VIS_server/04261350/addNode.sh
    StackTrace:
    java.lang.NullPointerException
         at oracle.apps.ad.autoconfig.InstantiateFile.instantiateTheFile(InstantiateFile.java:4019)
         at oracle.apps.ad.autoconfig.InstantiateFile.processDriverFile(InstantiateFile.java:2655)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:1066)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:951)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:609)
         at oracle.apps.ad.autoconfig.InstantiateFile.doMain(InstantiateFile.java:1948)
         at oracle.apps.ad.autoconfig.InstantiateFile.main(InstantiateFile.java:2312)
    AC-50402: Exception: java.lang.NullPointerException
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    instantiate file:
    source : /d01/oracle/visdb/9.2.0/appsutil/template/oui/bin/ouica.sh
    dest : /d01/oracle/visdb/9.2.0/oui/bin/ouica.sh
    backup : /d01/oracle/visdb/9.2.0/oui/bin/ouica.sh to /d01/oracle/visdb/9.2.0/appsutil/out/VIS_server/04261350/ouica.sh
    StackTrace:
    java.lang.NullPointerException
         at oracle.apps.ad.autoconfig.InstantiateFile.instantiateTheFile(InstantiateFile.java:4019)
         at oracle.apps.ad.autoconfig.InstantiateFile.processDriverFile(InstantiateFile.java:2655)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:1066)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:951)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:609)
         at oracle.apps.ad.autoconfig.InstantiateFile.doMain(InstantiateFile.java:1948)
         at oracle.apps.ad.autoconfig.InstantiateFile.main(InstantiateFile.java:2312)
    What can I do about this?
    Kind regards,
    Charif

  • Step By Step Implementation of RAC in Oracle EBS R12 (version 12.0.4)

    Hi,
    Can anyne suggest me any Document in metalink or any other useful document on the
    *"Step By Step Implementation of RAC in Oracle EBS R12 (version 12.0.4)"*.
    My Database Version is 10g Enterprise Edition Release 10.2.0.4.0 and my Platform  is HP-UX  ia64.

    How To Find Out The Example of The LOCAL_LISTENER and REMOTE_LISTENER Defined In The init.ora When configuring the 11i or R12 on RAC ? [ID 744508.1]
    1072636.1 - Oracle E-Business Suite Release 12 High Availability Documentation Roadmap
    Please check Hussein's discussion before
    Rac and R12
    R12 with RAC
    Rac and R12
    Moving from NON-RAC to RAC
    R12 and RAC
    Re: R12.1-RAC
    EBS R12 on Linux with RAC

  • Creating Oracle Inventory Installation Step Does Not Finish and Hangs at 99% while installing Hyperion 11.1.1.4

    Hi Guys,
    Creating Oracle Inventory Installation Step Does Not Finish and Hangs at 99% while installing Hyperion 11.1.1.4.I'm running the installer from a local drive and also noticed that the uninstaller files are not created.The installer process has been running for 4+ hours.
    Any suggestions/tips?
    Thanks
    Manoj

    hi John,
    we left the installer running overnight, but the install process has still not completed.Also it has not created any uninstaller files under the following directory:
    E:\APPS\Hyperion\uninstall
    what could be the reason for that?
    Thanks.
    Manoj

  • Heterogeneous oracle EBS R12 installation

    To install Heterogeneous oracle EBS R12 ( database is in linux and oracle EBS is on Solaris), we don't know how to proceed. Please clarify it.
    1) Do you have Heterogeneous oracle EBS R12 binaries to install ?
    2) Please guide to install Heterogeneous oracle EBS R12
    Please suggest us, how to proceed with installation of R12.
    Details :
    EBS version : 11.5.10.2 on Solaris 5
    Database version : 10.2.0.4 on linux 5 64 bit .
    Regards .

    Hi;
    This config is called split configuration. Please see below links:
    Frequently Asked Questions: Oracle E-Business Suite Support on x86-64 [ID 343917.1] <search as split
    Using Oracle EBS with a Split Configuration Database Tier on 11gR2 [ID 946413.1]
    Regard
    Helios

  • Oracle EBS R12.1.1 for Windows Installation

    Hi,
    Is there a way to install Oracle EBS R12 for Windows (using the express install) without providing the Unix Tookit Directory, Visual Studio Directory, and the Domain info? I do not know where to get these configuration information. Please help.
    Thanks,

    Hi,
    You cannot install Oracle E-Business Suite 11i/R12 without installing all pre-req. OS software. To get these software packages, you need to contact the vendors (the links are referenced in the document below).
    Note: 761567.1 - Oracle Applications Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit)
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=761567.1
    Regards,
    Hussein

  • Oracle Enterprise Repository post installation steps failed.

    Hi,
    I was able to install Oracle 11g Express and Weblogic 10.3.6.0 and 11.1.1.6.0 and when try to follow post installation steps to extend a domain installation fails with following steps. Could you please assist me
    what could i have done wrong or suggest me hints to locate the error.
    2013-01-30 23:08:04,768 INFO [WizardController] com.oracle.cie.domain.template.catalog.impl.ComponentsXMLConverter - C:\Oracle\Middleware\wlserver_10.3\common\lib\components.xml does not contain component elements and will be skipped
    2013-01-30 23:08:11,830 INFO [WizardController] com.oracle.cie.wizard.domain.gui.tasks.MultipleTemplateSelectionGUITask - Selected required template: Basic WebLogic Server Domain:10.3.6.0 [C:\Oracle\Middleware\wlserver_10.3\common\templates\domains\wls.jar]
    2013-01-30 23:08:15,362 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2013-01-30 23:08:15,471 WARN [WizardController] com.oracle.cie.domain.AbstractTemplate - Could not find component name 'Oracle Enterprise Repository' version 'null'
    2013-01-30 23:08:15,471 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Replacing component reference Oracle Enterprise Repository version null with top-level component reference: WebLogic Server version 10.3.6.0
    2013-01-30 23:08:15,471 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component WebLogic Server version 10.3.6.0 to WebLogic_Server_10.3.6.0_wlserver_10.3_ORACLE_HOME
    2013-01-30 23:08:27,096 INFO [WizardController] com.oracle.cie.domain.assignment.ServerMachineAssignment - ListenPort internal Validation result= [null]
    2013-01-30 23:08:28,737 INFO [WizardController] com.oracle.cie.domain.DomainChecker - ListenPort external Validation result= [null]
    2013-01-30 23:08:32,580 ERROR [create_gui] com.oracle.cie.wizard.domain.gui.tasks.DomainCreationGUITask - Generation Error!!
    Traceback (innermost last):
    (no code object) at line 0
    SyntaxError: ('Lexical error at line 6, column 11. Encountered: "@" (64), after : ""', ('<iostream>', 6, 11, 'oerPort = @DOMAIN_LISTEN_PORT@'))
         at org.python.core.parser.fixParseError(Unknown Source)
         at org.python.core.parser.parse(Unknown Source)
         at org.python.core.Py.compile_flags(Unknown Source)
         at org.python.util.PythonInterpreter.execfile(Unknown Source)
         at org.python.util.PythonInterpreter.execfile(Unknown Source)
         at com.oracle.cie.domain.script.ScriptHelper.executeEmbeddedTemplateScript(ScriptHelper.java:1574)
         at com.oracle.cie.domain.DomainChecker.executeEmbeddedScript(DomainChecker.java:1322)
         at com.oracle.cie.domain.DomainChecker.runCustomWLSTScript(DomainChecker.java:1305)
         at com.oracle.cie.domain.DomainChecker.preprocessOutput(DomainChecker.java:143)
         at com.oracle.cie.domain.TemplateImporter.generate(TemplateImporter.java:274)
         at com.oracle.cie.wizard.domain.gui.tasks.DomainCreationGUITask$1.run(DomainCreationGUITask.java:216)
    Thanks
    Edited by: 985275 on Jan 31, 2013 12:13 AM

    Hi,
    After installing Oracle DB, did you Install RCU setup succesfully??
    If not, Install RCU and then procced.
    -Santosh

  • What are the installation steps for Oracle Fusion HCM

    Hi all
    I will like to ask, what are the installation steps for Oracle Fusion HCM as well as can it work on Windows or only on virtual machine?
    Thanks

    If you're looking to install Fusion HCM, your best bet is to install on linux, eg, Oracle Enterprise Linux. It's up to you whether you put that in a Virtual Machine or not. I don't think Windows is an available platform for Fusion Apps at the moment, although am prepared to be corrected if you find anything to the contrary!
    If you're looking to do an install on your own PC/laptop, you're probably out of luck - you'll be needing around 128GB of RAM. Check out this post:
    http://onlineappsdba.com/index.php/2011/11/02/fusion-applications-128-gb-memory-and-500-gb-disk-space-are-you-ready/
    Atul has also posted some good stuff on installing:
    http://onlineappsdba.com/index.php/2011/06/15/install-oracle-fusion-applications-in-10-steps/

  • Oracle EBS 11i Installation issues

    Dear All,
    I am trying to install Oracle EBS 11i on Redhat Enterprise Linux 4.5
    [oracle@machine1 /]$ cd /Stage11i/startCD/Disk1/rapidwiz/
    [oracle@machine1 rapidwiz]$ ./rapidwiz
    Note: i have started the installation logged as user oracle which is member of groups oinstall and dba
    the installatio starts without warning but suddenly installation aborted by giving the message check the log
    /u01/oracle/proddb/9.2.0/appsutil/log/PROD-macnine1/021804050.log to see the errors
    when i checked the specified log file ,some errors found here described below
    runProcess_6
    Statusstring Executing Command: adlnkoh.sh
    adlnkoh.sh started at Mon Feb 18 18:32:18 UZT 2008
    logfile located in /u01/oracle/proddb/9.2.0/install/make.log
    Error while running adlnkoh.sh. Please check logfile
    Errors while running adlnkoh.sh
    There was an error while running the command -
    /u01/oracle/proddb/9.2.0/temp/PROD_machine1/adrun9i.sh APPS APPS
    /u01/oracle/proddb/9.2.0/appsutil/install/adlnkoh.sh: line 198:
    /u01/oracle/proddb/9.2.0/bin/sqlplus: No such file or directory
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file
    for details.
    and when i check the log file /u01/oracle/proddb/9.2.0/install/make.log
    many errors found like these
    chmod 6751 /u01/oracle/proddb/9.2.0/bin/oracle
    chmod: cannot access `/u01/oracle/proddb/9.2.0/bin/oracle': No such file or
    directory
    make: [ioracle] Error 1 (ignored)
    mv /u01/oracle/proddb/9.2.0/rdbms/lib/oracle
    /u01/oracle/proddb/9.2.0/bin/oraclemv: cannot stat
    `/u01/oracle/proddb/9.2.0/rdbms/lib/oracle': No such file or directory
    make: [ioracle] Error 1 (ignored)
    chmod 6751 /u01/oracle/proddb/9.2.0/bin/oracle
    chmod: cannot access `/u01/oracle/proddb/9.2.0/bin/oracle': No such file or
    directory
    make: [ioracle] Error 1 (ignored)
    Completed...
    /u01/oracle/proddb/9.2.0/bin/oracle did not relink properly.
    Please review relink errors in this log file
    The user Oracle (by which installation is in progress) has all privileges on base directory /u01 (used for 11i install)
    Here is the permissions for both directoried Stage11i and /u01
    Code: Select all
    drwxr-xr-x 7 root root 4096 Feb 15 13:03 Stage11i
    drwxr-xr-x 3 oracle oinstall 4096 Feb 18 17:05 u01

    Now i had started the installation again and once again unable to do this
    i had seen the errors while checking the logfile created during installation
    Statusstring Creating the database controlfile...
    adcrdb.sh started at Fri Feb 22 21:37:23 UZT 2008
    The environment settings are as follows ...
    ORACLE_HOME : /u01/oracle/testdb/9.2.0
    ORACLE_SID : TEST
    TWO_TASK :
    PATH : /u01/oracle/testdb/9.2.0/Apache/perl/bin:/u01/oracle/testdb/9.2.0/bin:/usr/bin:/usr/sbin:/u01/oracle/testdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin
    LD_LIBRARY_PATH : /u01/oracle/testdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/testdb/9.2.0/ctx/lib
    Executable : /u01/oracle/testdb/9.2.0/bin/sqlplus
    The log information will be written to
         /u01/oracle/testdb/9.2.0/appsutil/log/TEST_machine1/adcrdb_TEST.txt
    Creating the control file for TEST_machine1 database ...
    SQL*Plus: Release 9.2.0.6.0 - Production on Fri Feb 22 21:37:33 2008
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 581506668 bytes
    Fixed Size          452204 bytes
    Variable Size          402653184 bytes
    Database Buffers     167772160 bytes
    Redo Buffers          10629120 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "TEST"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01200: actual file size of 120647 is smaller than correct size of 192000
    blocks
    ORA-01110: data file 394: '/u01/oracle/testdata/a_ref01.dbf'
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP add tempfile '/u01/oracle/testdata/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.localdomain"
    ERROR at line 1:
    ORA-01109: database not open
    ORA-01507: database not mounted
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 581506668 bytes
    Fixed Size          452204 bytes
    Variable Size          402653184 bytes
    Database Buffers     167772160 bytes
    Redo Buffers          10629120 bytes
    ORA-00205: error in identifying controlfile, check alert log for more info
    BEGIN dbms_backup_restore.zeroDbid(0); END;
    ERROR at line 1:
    ORA-00210: cannot open the specified controlfile
    ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 3284
    ORA-06512: at line 1
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 581506668 bytes
    Fixed Size          452204 bytes
    Variable Size          402653184 bytes
    Database Buffers     167772160 bytes
    Redo Buffers          10629120 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "TEST"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01200: actual file size of 120647 is smaller than correct size of 192000 blocks
    ORA-01110: data file 394: '/u01/oracle/testdata/a_ref01.dbf'
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP add tempfile '/u01/oracle/testdata/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.localdomain"
    ERROR at line 1:
    ORA-01109: database not open
    declare lib_ver varchar2(3);
    ERROR at line 1:
    ORA-01219: database not open: queries allowed on fixed tables/views only
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production
    exit_code=1
    Checking for errors ...
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01200: actual file size of 120647 is smaller than correct size of 192000
    ORA-01110: data file 394: '/u01/oracle/testdata/a_ref01.dbf'
    ORA-01507: database not mounted
    ORA-01109: database not open
    ORA-01109: database not open
    ORA-01507: database not mounted
    ORA-00205: error in identifying controlfile, check alert log for more info
    ORA-00210: cannot open the specified controlfile
    ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 3284
    ORA-06512: at line 1
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01200: actual file size of 120647 is smaller than correct size of 192000
    ORA-01110: data file 394: '/u01/oracle/testdata/a_ref01.dbf'
    ORA-01507: database not mounted
    ORA-01109: database not open
    ORA-01109: database not open
    The database has not been successfully created. Shutting down the instance ...
    SQL*Plus: Release 9.2.0.6.0 - Production on Fri Feb 22 21:39:16 2008
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected.
    ORACLE instance shut down.
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production
    Cannot create control file for TEST
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for TEST instance

  • Oracle EBS 11.5.8 Installation

    Hi All,
    Can you please let me know where can i get Oracle EBS 11.5.8 installation doc on AIX box?
    Thanks,
    Manikandan

    Hi Hussein,
    While we are installing Oracle EBS 11.5.8 on AIX (5.3) box, we are getting an error error code received when running external process  database install driver for VIS instance. We have already created *.oracle directory in /var/tmp and give 777 privilege to the directory*.
    Please let me know solution for this.
    Thanks,
    Manikandan

Maybe you are looking for

  • What to do if i lost my ipod touch

    i feel soo bad that i lost my ipod i got it for my b-day and i only had it for two months i let my uncle use it and after he give it to me i counldnt find it i was serching it for days and when my mom found out she got really mad because we bought an

  • Refund for iCloud storage

    I'd like to get a refund for my iCloud storage. Who exactly do you contact at Apple for this and how do you do it? I can't find the infomartion online,

  • List user tables in oracle 9i database

    Hi, Im new bi to oracle database..., Will anyone provide me the command to list the user tables in oracle 9i database.??. im using linux redhat 4.0... and oracle 9i database.... thanks, vasanth....

  • Write to a file using several threads

    Hello, I'm trying to implement a writing procedure into a file using several different threads. The idea I have is to make each thread to write in a different place in the file. In your opinion is there a possibility of some incoherence. Regards, Ant

  • ABAP List Format

    Hi, Any documentation about ALF (ABAP List format) ? Especially ALF specifications? Thanks