Oracle 8.1.7 installation on Mandrake 8.1 (New)

Has anybody tried installing ORACLE 8.1.7 on the new release
Mandrake 8.1 distro? I did try to install but it freezes at
start of installer, though it worked perfectly with the earlier
distro (mandrake 8.0)
any comments or suggestions ?

You can try the oracle9i solution to the link problem and see if it fixes the 8i link problem. It can't hurt to try and it only takes a second. See the following url and look at the 9i on 8.1 instructions. There is a section about a link error on disk two. This fix may work in 8.1.6 as well. Please let me know if it works. I can make a note in my page.
http://members.home.net/joseph.j.flynn/oracle.htm

Similar Messages

  • Oracle 8.1.7 installation on Mandrake 9.2 Linux

    Hello Oracle Linux experts,
    I've got problem with installation of Oracle 8.1.7 on Mandrake 9.2 linux... I know that Mandrake not certified for running Oracle 8i - but may be someone could help ? I managed to install it successfully on 8.x and 9.0 versions
    of Mandrake - but 9.2 (currently installed one giving me problems). I could finish the installation - but unfortunately not all oracle modules (including oracle binary) built successfully. And I've got some errors on a linking stage (even if I run setup_stubs.sh - and according to log file generated by this script all modules have been rebuild) Any suggestions ? Am I missing something ? This are the steps that I was using for Mandrake 9.0 and now I am trying the same ones on 9.2:
    ---cut---
    This is what I've done:
    1. Create oracle installation account (in my case 'ora817' and use 'dba' as primary group) As shell for this account I used 'bash'
    2. Create all required directory structure for Oracle installation i.e.
    ORACLE_BASE=/apps/ora_817
    ORACLE_HOME=${ORACLE_BASE}/product/8.1.7
    3. In home directory of ora817 use create / update file .bash_profile:
    ---.bash_profile---
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    # PATH=$PATH:$HOME/bin
    # export PATH
    # unset USERNAME
    JAVA_HOME=/usr/local/java; export JAVA_HOME
    ORACLE_BASE=/apps/ora_817; export ORACLE_BASE
    ORACLE_HOME=${ORACLE_BASE}/product/8.1.7; export ORACLE_HOME
    PATH=${PATH}:${ORACLE_HOME}/bin; export PATH
    if [${LD_LIBRARY_PATH} == ""]
    then
    LD_LIBRARY_PATH=${ORACLE_HOME}/lib:/usr/lib:/usr/local/lib
    else
    LD_LIBRARY_PATH=${ORACLE_HOME}/lib:${LD_LIBRARY_PATH}
    fi
    export LD_LIBRARY_PATH
    export LD_ASSUME_KERNEL=2.2.5
    umask 002
    unset LANG
    unset LANGUAGE
    ---.bash_profile---
    4. Update / create .bashrc file in the same directory:
    ---.bashrc---
    # .bashrc
    # User specific aliases and functions
    # Source global definitions
    if [ -f /etc/bashrc ]; then
    . /etc/bashrc
    fi
    unset LANG
    unset LANGUAGE
    unset LC_MONETARY
    unset LC_NUMERIC
    unset LC_MESSAGES
    unset LC_COLLATE
    unset LC_CTYPE
    unset LC_TIME
    unset NLS_LANG
    ---.bashrc---
    Then you would have to logout and login back so that changes take place and that's it - your Oracle Universal Installer will start !!!
    Few other notes:
    Before installation you would have to make sure that you got Java JDK-1.1.8 - file should be called:
    jdk118_v3-glibc-2.1.3.tar.bz2
    You could find it on the net.
    During installation there will be step when you would have to run file $ORACLE_HOME/root.sh - make sure that you edit this file before execution:
    Line 102:
    RMF=/bin/rm -f
    is changed into
    RMF="/bin/rm -f"
    and line 156
    RUID=`/usr/bin/id|$AWK -F\( '{print $2}'|$AWK -F\) '{print $1}`
    is changed into
    RUID=`/bin/id|$AWK -F\( '{print $2}'|$AWK -F\) '{print $1}'`
    Please note that id command in Mandrake 9.0 linux located in /bin directory and not in /usr/bin !
    Also path for 'sed' module should be changed from /usr/local/bin to just /bin
    After installation I suggest to unset LD_ASSUME_KERNEL
    env variable and install and run glibc-2.1.3-stubs.tar.gz package that will relink modules for use with newer version of glibc. Copy this package to $ORACLE_HOME directory, untar it - i.e.
    tar -xvzf ./glibc-2.1.3-stubs.tar.gzand then run ./setup_stubs.sh script. (make sure that you do so by the same user that was used during oracle installation)
    This file you could get from oracle OTN web site.
    ---cut---
    Regards,
    Alex

    Just some additional information - I think that I found the problem - but no solution so far:
    When I am trying to rebuild (relink) oracle (using relink script from $ORACLE_HOME/bin - it worked for all other options apart from 'oracle' and as a result oracle binary in
    $ORACLE_HOME/bin is missing....) this is kind of error that I've got:
    ---cut---
    - Linking Oracle
    rm -f /apps/oracle/product/8.1.7/rdbms/lib/oracle
    gcc -o /apps/oracle/product/8.1.7/rdbms/lib/oracle -L/apps/oracle/product/8.1.7/rdbms/lib/ -L/apps/oracle/product/8.1.7/lib/ -L/apps/oracle/product/8.1.7/lib//stubs/ -Wl,-E /apps/oracle/product/8.1.7/rdbms/lib/opimai.o /apps/oracle/product/8.1.7/rdbms/lib/ssoraed.o /apps/oracle/product/8.1.7/rdbms/lib/ttcsoi.o /apps/oracle/product/8.1.7/rdbms/lib/kpuasvr.o /apps/oracle/product/8.1.7/lib/nautab.o /apps/oracle/product/8.1.7/lib/naeet.o /apps/oracle/product/8.1.7/lib/naect.o /apps/oracle/product/8.1.7/lib/naedhs.o /apps/oracle/product/8.1.7/rdbms/lib/config.o -lserver8 -lskgxp8 -lclient8 -lvsn8 -lwtcserver8 -lcommon8 -lgeneric8 /apps/oracle/product/8.1.7/rdbms/lib/defopt.o -lknlopt -lslax8 -lpls8 -lplp8 -lserver8 -lclient8 -lvsn8 -lwtcserver8 -lcommon8 -lgeneric8 -lknlopt -lslax8 -lpls8 -lplp8 `cat /apps/oracle/product/8.1.7/rdbms/lib/nmliblist` -ldbicx8 -ldbicx8 -ljox8 -lserver8 -lwwg8 -lobk `sed -e 's/-ljava//g' /apps/oracle/product/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /apps/oracle/product/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtcserver8 -lcommon8 -lgeneric8 -lmm -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 `sed -e 's/-ljava//g' /apps/oracle/product/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /apps/oracle/product/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtcserver8 -lcommon8 -lgeneric8 -ltrace8 -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 -lclient8 -lvsn8 -lwtcserver8 -lcommon8 -lgeneric8 -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 -lserver8 `if /usr/bin/ar tv /apps/oracle/product/8.1.7/rdbms/lib/libknlopt.a | grep "kxmnsd.o" > /dev/null 2>&1 ; then echo " " ; else echo "-lordsdo8"; fi` -lordts8 -lctxc8 -lctx8 -lzx8 -lgx8 -lctx8 -lzx8 -lgx8 -lordvirt8 -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 `cat /apps/oracle/product/8.1.7/lib/sysliblist` `if [ -f /usr/lib/libsched.so ] ; then echo -lsched ; else true; fi` -Wl,-rpath,/apps/oracle/product/8.1.7/lib:/lib:/usr/lib -lm `cat /apps/oracle/product/8.1.7/lib/sysliblist` `if [ -f /usr/lib/libsched.so ] ; then echo -lsched ; else true; fi` -ldl -lm -ldl `sed -e 's/-ljava//g' /apps/oracle/product/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /apps/oracle/product/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 `sed -e 's/-ljava//g' /apps/oracle/product/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /apps/oracle/product/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 `sed -e 's/-ljava//g' /apps/oracle/product/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /apps/oracle/product/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 `sed -e 's/-ljava//g' /apps/oracle/product/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /apps/oracle/product/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 `sed -e 's/-ljava//g' /apps/oracle/product/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /apps/oracle/product/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lsql8 -lsql8
    /usr//bin/ld: /apps/oracle/product/8.1.7/rdbms/lib/oracle: hidden symbol `__fixunssfdi' in /usr//bin/../lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/libgcc.a(_fixunssfdi.oS) is referenced by DSO
    collect2: ld returned 1 exit status
    make: *** [apps/oracle/product/8.1.7/rdbms/lib/oracle] Error 1
    ---cut---
    Any comments ?

  • Please help: trying to install Oracle 8.1.6.0 on Mandrake 8.1

    Hi, I am trying to install Oracle8i that comes with "Oracle for Linux Starter Kit" on Mandrake 8.1. Could someone please give tips or pointer how i can accomplish this? The Universal Installer starts fine, but then a dialog pops up about compiling sqlplus. here is a piece from the log file:
    Calling action unixActions1.7.0.17.0 make
         installMakePath = /usr/bin/make
         installMakeFileName = /usr/oracle/sqlplus/lib/ins_sqlplus.mk
         installTarget = install
         undoMakeFileName =
         installArguments = ORACLE_HOME=/usr/oracle,
         logFile = /usr/oracle/install/make.log
         undoTarget =
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target install of makefile /usr/oracle/sqlplus/lib/ins_sqlplus.mk
    Exception Severity: 1
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target install of makefile /usr/oracle/sqlplus/lib/ins_sqlplus.mk
    Exception Severity: 1
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target install of makefile /usr/oracle/sqlplus/lib/ins_sqlplus.mk
    Exception Severity: 1
    Calling action unixActions1.7.0.17.0 make
         installMakePath = /usr/bin/make
         installMakeFileName = /usr/oracle/network/lib/ins_net_client.mk
         installTarget = install
         undoMakeFileName =
         installArguments = ORACLE_HOME=/usr/oracle,
         logFile = /usr/oracle/install/make.log
         undoTarget =
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target install of makefile /usr/oracle/network/lib/ins_net_client.mk
    Exception Severity: 1
    *** Cancel Dialog: ***
    User selected: Stop installation of all products.
    Error in invoking target install of makefile /usr/oracle/network/lib/ins_net_client.mk
    Unable to read /usr/oraInventory/oraInventory/Contents/OracleHomesList.ser. Some inventory information may be lost.
    Unable to read /usr/oraInventory/oraInventory/Contents/LibsList.ser. Some inventory information may be lost.

    I had the same problem with Oracle 9i on Mandrake 8.1. I am not sure if the same fix will work or not. See my 9i on 8.1 notes at:
    http://members.home.net/joseph.j.flynn/oracle.htm
    snip---
    You will get a link error after all of the copying and unpacking has been done somewhere in disk 3. Leave the error message up on the screen and go edit the $ORACLE_HOME/bin/genclntsh script. Blank out the LD_SELF_CONTAINED env var. Save and execute the script. Hit the retry button on the installer. The alternative approach to this involves downgrading the binutils but that seemed to get awfully messy to me. (thanks to a post from Helmut Seruega for this fix)

  • Oracle Application Server 10g Installation Guide for Windows

    The link to Oracle Application Server 10g Installation Guide for Windows on the OTN Web Site don't work. Using search on site does not turn up any installation document for Oracle Application Server 10g.
    How can I find the Installtion Guide or the Quick Installtion Guide for Oracle Application Server 10g for Windows?

    Hi,
    The docs you seek are available through the OTN documentation pages at: http://otn.oracle.com/documentation/index.html.
    Click on the link for "Oracle Application Server Release 10g (9.0.4)" and then on the "View Library" link for part B10468_04 - Oracle Application Server 10g Online Documentation 10g (9.0.4.0.0) for Microsoft Windows.
    The Docs are located under the Documentation tab.
    Alternatively, here is the direct link to the Documentation Tab interface of the Library:
    http://download.oracle.com/docs/cd/B10468_04/docs.htm
    Regards,
    Les

  • Problem with Oracle 11g(32 bit) installation on windows 7 ultimate edition

    Hello all,
    I have a problem with Oracle 11g(32 bit) installation on windows 7 ultimate edition (32 bit).
    I have successfully installed it immediately after OS installation. But today, i have decided to deinstall it and go for Oracle 10g version for 32 bit.
    Everything went normal during installation, but i can see the services is not present in services.msc. Also its throwing some exception for dbca, netca
    Now i tried to deinstall it and again go for 11g. But even the same story here..
    Can anybody give me a solution for this..
    -Regards
    Rajesh Menon

    Saqib Alam wrote:
    i recently install Oracle 11g R1 on windows 7 ultimate, i installed it and working perfectly.
    ur problem is that u install latest version and now u trying to installing old version.
    now u need to uninstall 10g and delete oracle from services, if the probleme presist then u should
    install fresh windows 7.
    Regards
    SaqibNo need to install a fresh OS. That's like tearing your house down just because you wired a lamp wrong and blew a circuit breaker.
    There are MeaLink notes on how to eradicate an Oracle install from Windows, but it boils down to this:
    Stop all Oracle services
    In the registery:
    - Delete all oracle services from the register (HKLM\SYSTEM\CurrentControlSet
    - Delete the entire Oralce folder from HKLM\Software
    reboot
    Delete the ORACLE_HOME directory and any other Oracle related directories/files. Offhand, it seems like there is an Oracle directory under Program Files.
    reboot

  • Oracle 10g AS portal installation  on linux

    hi,
    i am new bie to oracle10g as portal.i would like to install on linux.please help me out that. i need software and installation steps for that.whichone is best whether single node or multinode.
    thanks
    with regards

    yes, Shail is right. you asked for portal and that's the current latest portal.
    I would say, just get yourself familiarized with Rel 2 documentation, and the various tabs on the link i gave you which has documentation for various component it offers.
    perhaps, do not download or install the software yet; and within a week, a newer version (Oracle Fusion Middleware 11g) will be available with a newer version of Oracle Portal.
    however, my honest advice would be really if you could invest some dedicated time to study components of Rel 2 and Rel 3 and just get a feel of what is included in a functional system. and what are enterprise portals. because it will help you a lot in understanding the newer versions too.
    thanks,
    AMN

  • Oracle RAC 11g R2 installation complete installation guide

    Hi,
    Please suggest any oracle docs for Oracle RAC 11g R2 installation complete installation.
    I am in process for installating Oracle RAC 11g r2 first time in my life this weekend.please help.

    Hi Praveen,
    Tim Hall has a perfect guide for installing Oracle RAC, you can review all the articles here:
    http://www.oracle-base.com/articles/11g/articles-11g.php#db11g_release_2_installations
    Consider also getting familiar with Real Application Clusters, because installing is only the very top of the solution and knowledge of how it works is a must:
    http://www.oracle.com/pls/db112/portal.portal_db?selected=16&frame=#oracle_real_application_clusters
    Regards,
    Sve

  • Oracle 9i Release 2 - Installation hangs please help

    OS: SUSE 10
    I have to Install oracle 9i Release 2(9.2.0.4.0)
    I have java-1_4_2-sun installed, and the installation directory/path is /usr/lib/jvm.
    now my question is should I change the path of JRE_LOCATION, in the oraparam.ini from
    JRE_LOCATION=../../stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/linux
    to
    JRE_LOCATION=/usr/lib/jvm
    Second
    when as user oracle, i execute the installer, it goes smooth till the "Database Configuration" page, i select the
    General Purpose > Next > now here installation progress bar stuck/hangs at 87%
    following is the output of /opt/oracle/oraInventory/logs/oraInstall2007-04-26_04-37-20AM.err
    java.lang.ExceptionInInitializerError: java.util.MissingResourceException: Can't find bundle for base name resources/libRes.properties, locale en
    at java.util.ResourceBundle.throwMissingResourceExcep tion(ResourceBundle.java:712)
    at java.util.ResourceBundle.getBundleImpl(ResourceBun dle.java:683)
    at java.util.ResourceBundle.getBundle(ResourceBundle. java:546)
    at OiGeneralPortQueryRes.<clinit>(OiGeneralPortQueryRes.java:7)
    at getFreePort.performQuery(getFreePort.java:477)
    at oracle.sysman.oii.oiis.OiisCompContext.doQuery(Oii sCompContext.java:2330)
    at Components.oracle.sysman.webserver.v9_2_0_1_0.Comp Context.getCalculatedValueObject_PORT(CompContext. java:304)
    at Components.oracle.sysman.webserver.v9_2_0_1_0.Comp Context.getCalculatedValueObject(CompContext.java: 224)
    at oracle.sysman.oii.oiis.OiisCompContext.getCalculat edValue(OiisCompContext.java:612)
    at oracle.sysman.oii.oiis.OiisVariable.getCalculatedV alue(OiisVariable.java:733)
    at oracle.sysman.oii.oiis.OiisVariable.setVariable(Oi isVariable.java:1407)
    at oracle.sysman.oii.oiis.OiisCompContext.doOperation (OiisCompContext.java:991)
    at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.i terate(OiifbLinearIterator.java:116)
    at oracle.sysman.oii.oiic.OiicCompsWizEngine.doOperat ion(OiicCompsWizEngine.java:182)
    at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.i terate(OiifbLinearIterator.java:116)
    at oracle.sysman.oii.oiic.OiicInstallSession$OiicSelC ompsInstall.doOperation(OiicInstallSession.java:87 8)
    at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.ite rate(OiifbCondIterator.java:140)
    at oracle.sysman.oii.oiic.OiicPullSession.doOperation (OiicPullSession.java:614)
    at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperat ion(OiicSessionWrapper.java:177)
    at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.i terate(OiifbLinearIterator.java:116)
    at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInsta ller.java:358)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInst aller.java:637)
    Plz help me
    Regards

    Workaround consits of two steps:
    1. Use jre 1.3.1_n (where n>10) (1.4.n use only if your platform is x86_64)
    2. execute following commands before you execute runInstaller or dbca:
    unset LANG
    unset LC_TYPE

  • Oracle 11g R1 Automatic Installation shell scripts

    Hy Guys,
    Please can someone help me with: Oracle 11g R1 Automatic Installation shell scripts. A guide, how to or a link will be wellcome
    Kind Regards
    Easyman
    Edited by: Easyman on Feb 2, 2010 3:58 AM

    Hi Easyman,
    sure, just have a look in $INSTALL_CONF directory. Files starting with swInst* are referencing a response file from $INSTALL_CONF/response directory. Either use a sample configuration file or add your own response file to install Oracle.
    Cheers,
    David
    OCP 9i / 10g / 11g
    http://www.oratoolkit.ch/knowledge/howto/installation/otn.php
    P.S.: If you have more questions about oraToolKit please contact me at: http://www.oratoolkit.ch/faq.php

  • Oracle Linux 6.2 Installation Issue

    Basic Oracle Linux 6.2 installation problems.
    There are two iso files supplied for the installation.
    V29609-01.iso (install files)
    V29610-01.iso (bootable disc)
    I boot from V29610-01.iso and the setup files run fine.
    I am then prompted to identify the location of the second disc.
    I encountered a problem where my DVD drive door would not open to insert the second disc.
    To work around this problem I created a partition on my hard disc to copy
    the installation files for the second disc to.
    I boot from windows 7 (my primary operating system) and copy the installation files from the disc
    to the partition.
    I reboot from V29610-01.iso.
    When prompted to identify the location of the install disc/files on my hard drive
    I selected the drive where I copied the files to and press <enter>
    I receive a message that it cannot find the image disc there.
    I shut down.
    I boot from windows 7 and this time copy the actual disc image
    V29609-01.iso there instead
    I reboot from V29610-01.iso and repeat the same procedure.
    It still can't locate the disc image.
    (I noticed the boot disc always defaults to the following structure in its displayed path \image\image.img
    for the image file that it is trying to locate)
    I shutdown.
    I boot from windows 7 and this time create a directory called image and
    rename V29609-01.iso to image.img and copy it to the image directory. Still no luck.
    Why can't it locate the disc image?
    Thankyou

    @ O.P.,
    What are you actually trying to accomplish? Replacing your Windows OS with dual boot Linux? In the later case I recommend you to use VirtualBox and forget about the old-fashioned and obsolete dual boot. Of course your system must not be older than 7 years with a x86_64 CPU and VT-x or AMD-d option. Why do you want to install a 32-bit OS?
    Anyway, the V29609-01.iso install DVD is bootable. You will need to burn the .iso disk image doing a raw disk copy, but not the content of the mounted .iso image or you will loose the bootloader. There is plenty of information in Google searching for "burn iso image". If you use Virtualbox you can boot right of the disk image file without burning a DVD.

  • Oracle PIM Data Hub installation

    Hi,
    This is pertaining to Oracle PIM Data Hub installation.
    I need to install Oracle PIM Data Hub in my local machine.Following are the software components that I could identify for Oracle PIM Data Hub installation.
    1. Oracle database server 10g
    2. Oracle Application Server 10g (10.1.3.1.0)
    3. Oracle Identity Management 10g (10.1.4.0.1)
    It would be a favour,if anyone kindly verify whether the list is correct and exhaustive.Additionally,whether installing Oracle PIM Data Hub to any local machine is feasible.
    Thanks & Regards,
    Diptanil Sengupta

    Hey can anyone tell me where i can get the complete info on Oracle PIM and my company wants to go ahead with it. And if we could get a trial version of it, it will be of great help. will i be able to get a trial version of Oracle PIM..

  • Oracle SOA Suite 10g Installation Error

    The installation of SOA Suite in Solaris 5.10 ends with the following error. I would really appreciate if anyone could help me solve it.
    The content of ~/oraInventory/logs/oraInstall2008-04-17_02-22-00PM.out:
    Oracle JAAS [Thu Apr 17 14:27:05 MSD 2008] admin password is changed successfully
    opmnctl: starting opmn and all managed processes...
    opmnctl: opmn start failed.
    The following configuration assistants have not been successfully completed. These assistants must be completed for your product to be completely configured.
    Execute file /zones/u01/app/oas/product/oas10g/cfgtoollogs/configToolCommands to re-run all skipped/failed configuration assistants.
    /zones/u01/app/oas/product/oas10g/jdk/bin/java -cp /zones/u01/app/oas/product/oas10g/j2ee/home/applications/ascontrol/ascontrol/WEB-INF/lib/ascontrol.jar:/zones/u01/app/oas/product/oas10g/j2ee/home/applications/ascontrol/ascontrol/WEB-INF/lib/log4j-core.jar:/zones/u01/app/oas/product/oas10g/jlib/oraclepki.jar:/zones/u01/app/oas/product/oas10g/jlib/ojmisc.jar: oracle.sysman.ias.studio.installer.ASControlConfigAssistant -sso true -j2eeinstance home -username oc4jadmin -password Protected value, not to be logged -oraclehome /zones/u01/app/oas/product/oas10g
    /zones/u01/app/oas/product/oas10g/jdk/bin/java -jar /zones/u01/app/oas/product/oas10g/bpel/system/services/lib/bpm-install.jar installSOABasic -oracle-home "/zones/u01/app/oas/product/oas10g" -http-proxy-required false -dbvendor oracle -database umd-mas 1521 OASDB -username ORABPEL -password Protected value, not to be logged -ias-name APPSRV.umd-mas -iasadmin-password Protected value, not to be logged -sso true -homeContainer home -ohstype oc4j -ohshost umd-mas -ohsport 8889
    /zones/u01/app/oas/product/oas10g/owsm/bin/wsmadmin.sh install
    /zones/u01/app/oas/product/oas10g/perl/bin/perl /zones/u01/app/oas/product/oas10g/config/launchopmnCA.pl
    /zones/u01/app/oas/product/oas10g/ant/bin/ant -buildfile /zones/u01/app/oas/product/oas10g/webservices/lib/wsil-install.xml -logfile /zones/u01/app/oas/product/oas10g/cfgtoollogs/wsil.txt -DHOST=umd-mas -DOPMNPORT="6003" -DADMIN_USER=oc4jadmin -DOPMNINSTANCE=home -Denv.JAVA_HOME=/zones/u01/app/oas/product/oas10g/jdk -Denv.ANT_HOME=/zones/u01/app/oas/product/oas10g/ant -Denv.ORACLE_HOME=/zones/u01/app/oas/product/oas10g -DENABLE_SSO=true Protected value, not to be logged
    An excerpt from $ORACLE_HOME/cfgtoollogs/configtools2008-04-17_02-22-00PM.log:
    Launched configuration assistant 'Oracle Application Server Configuration Assistant'
    Tool type is: Optional.
    The command being spawned is: '/zones/u01/app/oas/product/oas10g/jdk/bin/java -cp /zones/u01/app/oas/product/oas10g/j2ee/home/applic
    ations/ascontrol/ascontrol/WEB-INF/lib/ascontrol.jar:/zones/u01/app/oas/product/oas10g/j2ee/home/applications/ascontrol/ascontrol/WE
    B-INF/lib/log4j-core.jar:/zones/u01/app/oas/product/oas10g/jlib/oraclepki.jar:/zones/u01/app/oas/product/oas10g/jlib/ojmisc.jar: ora
    cle.sysman.ias.studio.installer.ASControlConfigAssistant -sso true -j2eeinstance home -username oc4jadmin -password *Protected value
    , not to be logged* -oraclehome /zones/u01/app/oas/product/oas10g'
    Configuration assistant "Oracle Application Server Configuration Assistant" failed

    I found the solution, if anyone has the same error, here is the solution:
    The cause of an error was improper configuration of the host. The ping returned two different IP addresses:
    oas@myhost $ ping -a myhost
    myhost (333.333.333.333) is alive
    oas@myhost $ ping -a myhost.domain.com
    myhost.domain.com (555.555.555.555) is alive
    I removed the wrong IP address for myhost.domain.com in /etc/inet/ipnodes:
    [email protected] # cat /etc/inet/ipnodes
    # Internet host table
    ::1 localhost
    127.0.0.1 localhost
    555.555.555.555 myhost.domain.com loghost
    Now the ping is correct:
    oas@myhost $ ping -a myhost
    myhost (333.333.333.333) is alive
    oas@myhost $ ping -a myhost.domain.com
    myhost.domain.com (333.333.333.333)) is alive
    Now installation finished successfully.
    Message was edited by:
    Rahat Agivetova

  • Where is the oracle linux 6.4 installation screenshots documentation ?.

    Hello
    Some questions.
    1. Where is the oracle linux 6.4 installation screenshots documentation ?.
    2. Is the disk layout documentation/swap sizing information listed in documentation ?.
    I have 8GB memory installed on a 64 bit machine
    I want to install the swap partition at the end of the disk.
    I want to install oracle 11gr2 database software as well.
    --Cheers Glenn
    oracle otn
    (11.2.0.1.0)
    Edited by: Avi Miller on Apr 17, 2013 3:30 PM to remove download links.

    The installation guide available at https://linux.oracle.com/documentation/ may require some updating. Last time I checked, chapter 16.16.5. Recommended Partitioning Scheme, did not include the swap space required for hibernation mode.
    It is mentioned here:
    https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s2-diskpartrecommend-x86.html
    Swap space size recommendations issued for Red Hat Enterprise Linux 6.0, 6.1, and 6.2 differed from the current recommendations, which were first issued with the release of Red Hat Enterprise Linux 6.3 in June 2012 and did not account for hibernation space.

  • Designer 6i Release 2 makes Oracle 8.1.7 installation impossible!!!

    Hi,
    Designer 6i Release 2 makes Oracle 8.1.7 installation impossibleon Windows 2000 Server!!!
    After I uninstalled Designer 6i Rel2 through the Oracle Installer and then manually deleted all the left directories and Oracle registry entries I found HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ALL_HOMES\ID0\"\Registry Backup" entries that are not removable! Designer documentation says it's OK and that it won't do any harm. But it does! I have absolutely "Oracle free" machine, and why I try install Oracle 8.1.7, Oracle Installer pops up and after I click on "install products" closes and nothing happens.
    Please, help me:
    1) delete these registry entries;
    2) maybe there are some dlls I need to delete in order to make Oracle 8.1.7 work.
    P.S. I have to mention that Oracle Forms developer 6i Rel 2 was installed on top of the Designer in the same home (only Client Forms and Reports). But I cleaned up everything as described erlier.
    I think, it is critical not only for me to solve this problem ASAP.
    Thank you.

    Hello guys
    I had this problems for weeks, I could not reinstall Oracle 8.1.7 on Windows 2000 Advanced Server with the Universal Installer, it was all the time frozing after the splash screen. In my registry, I found the unremovable oracle entries (3) HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ALL_HOMES\ID0\"\Registry Backup". Here is what I did to clean (sort of) the registry. By the way, reinstalling Win2K was out of the question.
    I download Resplendence Registar 2.03 from http://www.resplendence.com. I made a binary backup of my registry using RR. Then I edit the backup with an hex editor (I use textpad from http://www.textpad.com). I search for the oracle entries (ORACLE in uppercase), found two. I replace them with ZZZZZZ. I saved the file and restored the registry with RR. Now, I have a ZZZZZZ unremovable entry, but it does not interfere with the Oracle Universal Installer. I was then able to reinstall Oracle 8.1.7 and Designer6i.
    Now, I have a new problem. I have two oracle home
    OEE with Oracle8i EE 8.1.7
    ORANT with Oracle Designer6i
    When I try to connect to my remote database Oracle8i EE 8.1.6 on Linux with SQL*Plus 8.1.7 everything is OK. But when I try to connect using SQL*Plus 8.0.6 that comes with Designer6i I get the error ORA-12571: TNS:packet writer failure. The config files tnsnames.ora and sqlnet.ora are the same on both oracle homes. If you have any clues, please let me known, I'm out of them.
    PS After 12 years working with Oracle products, this is my worst year. The product development it totally out of control. The products are huge, buggy, incomplete and incompatible. I hope we will survive this storm :o)

  • Need Oracle DataBase For XI Installation????????

    Hi Experts,
    Should we Install ORACLE DataBase  While Xi Installation????????
    With Oracle also Can We do the Installation????????
    Here What is the Use of ORACLE Installation?????????????/
    Please Let Me Know All the Details............
    Regards
    Khanna

    Hi,
    Thanks for ur quick reply.
    <i>XI is also an application and yes it does need a database.</i>
    In the Real time Where we wil use this Oracle database........
    And what is the Link Between the XI And the Oracle DataBase.Where it wil be  Xi is going to Use the Oracle DB??????????/Is there Any Connection??????
    Can u please Allobarate this .......
    Regards
    Khanna

Maybe you are looking for

  • IMac 27" DisplayPort input from Dell E6500 jittery

    I bought a DisplayPort-to-Mini-DisplayPort cable from circuitassembly.com in order to output video from a Dell E6500 (a work issued computer) to my iMac 27". It mostly works but occasionally there is a jitter/distortion intermittently, maybe every mi

  • 36 days of music to 14 days....How do I get music back

    I used to have 36 days of music on my library, 40 movies, 50 Itouch apps and when I logged on I now only have 14 days of music and 12 movies. All my purchased items and playlists are gone as well. They are not in my recycle bin. What can I do? Thanks

  • Query about VRM_SET_VALUES

    I am working with module pool program and am using function module VRM_SET_VALUES to populate a list box.  I am writing the logic in the PAI of the screen flow logic. Eg: process on value-request. field list_field MODULE populate_list. This populates

  • Intel 965GM: Application windows aren't drawn, missing icons...

    Hi there, this is my first post to this forum. I'm running an up to date Arch installation on an older MacBook with integrated intel 965gm graphics card. Some time ago, spotify started to behave wierdly: The menubar got transparent and the window sta

  • CONSUMPTION BASED MRP RUN

    HI How to run the mrp run for various materials  which belong diiferent stroage locations with the plant.Pl five me transaction. Eg. If i have 100items which kept in various storage locations with the plant.But i have to run for mrp for that 100items