Problem in oraparam.ini

Hello All,
I am trying to install oracle 11gR2 64 bit in cent os 5.6 64 bit operation system.while installing i get following error ,can any one help on this please .Advance thanks for your reply.
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-07-28_11-59-23AM. Please wait ...
Invalid source path '../stage/Components/oracle.jdk/1.5.0.17.0/1/DataFiles' specified for unzip. Unzip command failed. Please check oraparam.ini and specify a valid source path.
: No such file or directory
The values of the oraparam.ini file
============================
[Oracle]
DISTRIBUTION=TRUE
SOURCE=../stage/products.xml
LICENSE_LOCATION=
BOOTSTRAP_COMPS="oracle.swd.oui:11.2.0.1.0,oracle.swd.oui.core:11.2.0.1.0,oracle.jdk:1.5.0.17.0"
JRE_SCRATCH_LOC=jdk/jre
JRE_MEMORY_OPTIONS=" -mx150m"
DEFAULT_HOME_LOCATION=product/11.2.0/dbhome
DEFAULT_HOME_NAME=OraDb11g_home
NO_BROWSE=/net
NLS_ENABLED=TRUE
BOOTSTRAP=TRUE
EXT_JLIB=../stage/ext/jlib
#PREREQ_CONFIG_LOCATION=../stage/prereq
OUI_VERSION=11.2.0.1.0
#SHOW_HOSTNAME=ALWAYS_SHOW shows the hostname panel always
#SHOW_HOSTNAME=NEVER_SHOW does not the hostname panel
#SHOW_HOSTNAME=CONDITION_SHOW shows the hostname panel on condition
SHOW_HOSTNAME=NEVER_SHOW
#THIN_JDBC_FILENAME is optional and defaults to classes12.jar
#The value specified for this should be packaged with OUI, and should
#be relative to <OUI expanded stagedir>/jlib/
THIN_JDBC_FILENAME=classes12.jar
#JRE_OSDPARAM is to set OS dependent param for JRE ( mainly for native VM in 1.3.1)
#JRE_OSDPARAM is optional and should be set to -native for the JRE's
#that support native VM ( mainly for Unix platforms ), in JRE 1.3.1
#For JRE 1.4.1 this should be set to empty or the type of VM that is
#supported client/server. The default value is -native in UNIX platforms
#that supports native VM
#Unix supporting native - JRE_OSDPARAM="-native"
#Unix NOT supporting native and 1.4.1 - JRE_OSDPARAM=""
JRE_OSDPARAM=""
CLUSTERWARE={"oracle.crs","10.1.0.2.0"}
#RUN_OUICA specifies the batch script name that needs to be run
#The script is ouica.bat for win32, and ouica.sh for solaris.
#If the value is not specified, then the OUICA script is not run
RUN_OUICA=ouica.sh
SILENT_VARIABLE_VALIDATION=TRUE
UMASK=022
INSTALL_CLASS=oracle.install.ivw.db.driver.DBInstaller
EXT_JLIB=../stage/ext/jlib
EXT_LIB=../stage/ext/lib
EXT_BIN=../stage/ext/bin
[Generic Prereqs]
TEMP_SPACE=120
SWAP_SPACE=150
MIN_DISPLAY_COLORS=256

Hi
1. Be sure your setup is not corrupt. Use
unzip -t setup1
unzip -t setup2
2. Extract the Oracle installation disk 1 to a path like
unzip setup1 -d /u01/11gsetup
unzip setup2 -d /u01/11gsetup
3. Dont use root user for installation
4. Retest issue
Regard
Helio

Similar Messages

  • 11i : target oraparam.ini shows older OUI version than source

    Cloning source instance:
    OUI patch 5035661 has been applied to source
    source oraparam.ini file shows version 2.2.0.19.0
    During clone, get error : The version of the OUI found in xxx is too low.
    Version on target oraparam.ini file is 2.1.0.17.0, with today's date.
    Does clone process modify the oraparam.ini file?
    Have re-applied OUI patch on source, and re-cloned, and this still happens.
    Suggestions?
    Thx,
    Deb

    We had this problem on a recent clone, so we re-applied patch 5035661 to source instance (successfully and verified in oraparam.ini),
    and then re-cloned. The problem re-occurs on $IAS_ORACLE_HOME on each new clone. DB is fine.

  • 10gR2 Install Issue: "No pre-requisite checks found in oraparam.ini"

    Hello there
    I have recently created a virtual machine under VMWare 5 with a base Windows 2000 build on it.
    When I try and load the OUI for the 10gR2 install, the command box just tells:
    "No pre-requisite checks found in oraparam.ini"
    The OUI then proceeds to install the database.
    Why am I getting this warnig? The reason I ask is that I can't install the Companion CD becasue of this. The universal installer does not work for CD2!!!
    Any help much appreciated
    Duncan

    "No pre-requisite checks found in oraparam.ini"That is normal. For the operating system you are installing it on, there are no predefined pre-requisite steps that installer needs to verify (like libraries required, versions of components, software tools required etc).

  • Oracle 10g / RH9 : No pre-requisite checks found in oraparam.ini

    Hi,
    When I was trying to run the ./runInstaller on linux9,
    it was saying
    "Starting Oracle Universal Installer...
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed."
    can anyone please help me in finding the solution for that ?
    Thanks

    I don't think 10g will install on RH9 - you will need to get AS2.1 or 3.

  • Error~ modify the JRE_LOCATION in  oraparam.ini ,it didnt work

    my OS is RHEL5 ,and the oracle database is 10g2
    my java home is /usr/java/jdk1.6.0_12, so i modefied the JRE_LOCATION to /usr/java/jdk1.6.0_12/jre in oraparam.ini .
    then i run ./runinstaller , there is an error says: error in writing to the /tmp/Orainstall.... directory ,and ensure that the directory is writable and has atleast 60MB space . installation cannot continue
    but i changed the permission of tmp to 777, it didnt work.and there are enough disk space too!
    something strange is when i use -jreLoc parameter ,it worked very well.
    ./runInstaller -jreLoc /usr/java/jdk1.6.0_12/jre
    I delete the JRE_LOCATION from the file oraparam.ini, then run the ./runInstaller command , it prompt me to specified a JRE_LOCATION ,
    at this occasion ,i enterd: /usr/java/jdk1.6.0_12/jre , this workes too...
    i m almost creazy~ any suggestion will be helpful~ really really really~ appreciate~
    again~ thankyou very very much~
    dont be shy~ ^_^

    its a really long story~
    i need to install weblogic and oracle client on HP BL870c server 64bit itanium~. The OS is RHEL5
    in order to install weblogic and i use jrockit ,the jre in the jrockit is 1.5 ,this works good~
    then i install oracle client on the server , when i startup OUI use : ./runInstaller
    there is a error:
    An unexpected error has been detected y HotSpot Virtual Machine
    SUN said this is because i use an older version of JRE ,which contains bugs that can cause the JVM to crash.
    so i decide to use JRE1.6 ... and it work fine~ when i use -jreLoc
    and now there is another error when i installed the Oracle Client ,
    every thing goes well ,until the installation goes to configuration assistant window , the OUI-25031 error~
    Command = /home/oracle/oracle/product/10.2.0/client_4/bin/netca_inst.sh -Duser.dir=/home/oracle/oracle/product/10.2.0/client_4/network/jlib -classpath /home/oracle/oracle/product/10.2.0/client_4/jdk/jre//lib/i18n.jar:/home/oracle/oracle/product/10.2.0/client_4/jdk/jre//lib/rt.jar:/home/oracle/oracle/product/10.2.0/client_4/jlib/ewt3.jar:/home/oracle/oracle/product/10.2.0/client_4/jlib/ewtcompat-3_3_15.jar:/home/oracle/oracle/product/10.2.0/client_4/jlib/netcfg.jar:/home/oracle/oracle/product/10.2.0/client_4/network/jlib/netcam.jar:/home/oracle/oracle/product/10.2.0/client_4/network/jlib/netca.jar:/home/oracle/oracle/product/10.2.0/client_4/jlib/help4.jar:/home/oracle/oracle/product/10.2.0/client_4/jlib/jewt4.jar:/home/oracle/oracle/product/10.2.0/client_4/jlib/oracle_ice.jar:/home/oracle/oracle/product/10.2.0/client_4/jlib/share.jar:/home/oracle/oracle/product/10.2.0/client_4/jlib/swingall-1_1_1.jar:/home/oracle/oracle/product/10.2.0/client_4/jlib/srvmhas.jar:/home/oracle/oracle/product/10.2.0/client_4/jlib/srvm.jar:/home/oracle/oracle/product/10.2.0/client_4/network/tools:/home/oracle/oracle/product/10.2.0/client_4/jlib/ldapjclnt9.jar:/home/oracle/oracle/product/10.2.0/client_4/jlib/ldapjclnt10.jar:/home/oracle/oracle/product/10.2.0/client_4/oui/jlib/OraInstaller.jar:/home/oracle/oracle/product/10.2.0/client_4/lib/xmlparserv2.jar oracle.net.ca.NetCA /orahome /home/oracle/oracle/product/10.2.0/client_4 /orahnam OraClient10g_home4 /instype typical /inscomp client,oraclenet /insprtcl tcp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile /home/oracle/oracle/product/10.2.0/client_4/network/install/netca_clt.rsp
    these things above is the end of the log ~ it seems these command doesnt work~
    my english is really poor~ so hope you can understand what im saying~
    any help ~ really appreciate~ really thank you~

  • No pre-requisite checks found in oraparam.ini

    Hi,
    When I was trying to run the ./runInstaller(oracle 10g) on linux4,
    it was saying
    "Starting Oracle Universal Installer...
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed."
    can anyone please help me in finding the solution for that ?
    Thanks

    Hi user;
    Please be sure you have all pre-request,check
    http://www.oracle.com/pls/db102/homepage
    Also check below note:
    10g runInstaller (OUI) fails on startup with checkdir error: cannot create /oui/bin/ouica.sh [ID 263692.1]<<Solution part 2
    Regard
    Helios

  • 10g R2 Client Installation Problem on Windows 2003 64 bit itanium

    Hi,
    When I click on the setup.exe, i am getting the following..and not getting setup screen
    Using paramFile: E:\oracle_client\10g_winIA_client_102010\client\install\oraparam.ini
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
    The commandline for unzip:
    E:\oracle_client\10g_winIA_client_102010\client\install\unzip -qqq ../stage/Components/oracle.swd.jre/1.4.2.8.0/1/DataFiles/"*.jar" -d "C:\DOCUME~1\SBOLLI~1\LOCALS~1\Temp\1\OraInstall2008-04-22_03-44-38PM"
    The commandline for unzip:
    E:\oracle_client\10g_winIA_client_102010\client\install\unzip -qqq ..\stage\Components\oracle.swd.oui\10.2.0.1.0\1\DataFiles\/"*.jar" -d "C:\DOCUME~1\SBOLLI~1\LOCALS~1\Temp\1\OraInstall2008-04-22_03-44-38PM"
    The commandline for unzip:
    E:\oracle_client\10g_winIA_client_102010\client\install\unzip -qqq ..\stage\Components\oracle.swd.oui.core\10.2.0.1.0\1\DataFiles\/"*.jar" -d "C:\DOCUME~1\SBOLLI~1\LOCALS~1\Temp\1\OraInstall2008-04-22_03-44-38PM"
    The number of files bootstrapped for the jre is 528.
    The number of files bootstrapped for the oui is 98.
    what might be the problem, is this due to not having unzip software in the server.
    Please help me

    Just check this link:
    Oracle Installer crashes in Windows XP attempting to install 10g database
    May be useful...
    Amardeep Sidhu
    http://www.amardeepsidhu.com

  • Oracle 10g Installation Problem on SUSE Linux 10

    Hello Friends,
    I want to install SAP Solution Manager 7.0 with Oracle 10g on SUSE Linux 10.0.
    But, while starting the Installation i am getting following Errors.
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1,
    asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-04-22_03-59-38PM. Please wait ...
    Error in writing to directory /tmp/OraInstall2009-04-22_03-59-38PM. Please ensure that this directory is
    writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    I have checked the Permissions and the Size of /tmp Directory, which is as followed:
    drwxr-xr-x  11 root root    0 2009-04-22 21:19 sys
    drwxrwxrwt  52 root root 1824 2009-04-22 16:00 tmp
    drwxr-xr-x  15 root root  408 2009-04-19 14:43 usr
    Filesystem           1K-blocks      Used Available Use% Mounted on
    /dev/sda10             2104376     73112   2031264   4% /tmp
    I am starting the Oracle 10g Installation within orasm7 User which is a member of dba, users, disk groups.
    The directories which are created upon starting the Oracle Installation in /tmp directory are having the situations as followed:
    drwxr-xr-x 3 orasm7   dba          128 2009-04-21 18:41 OraInstall2009-04-21_06-41-14PM
    drwxr-xr-x 3 orasm7   dba          128 2009-04-21 18:41 OraInstall2009-04-21_06-41-25PM
    drwxr-xr-x 3 orasm7   dba          128 2009-04-22 15:59 OraInstall2009-04-22_03-59-38PM
    The Oracle Installation log is as follwoed:
    Using paramFile: /home/MyData/51031676/database/install/oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1, asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    The commandline for unzip:
    /home/MyData/51031676/database/install/unzip -qqq ../stage/Components/oracle.swd.jre/1.4.2.0.8
    /1/DataFiles/\*.jar -d /tmp/OraInstall2009-04-22_03-59-38PM
    I have set DISPLAY variable in this way before starting Installation:
    DISPLAY=$HOSTNAME:0.0
    export DISPLAY
    I tried to search the solution over the internet for this kind of problem, but i am not able to find its solution. Even i tried to start the Orale installation using this parameter: ./runInstaller ignoreSysPrereqs, but still it is giving the same unexpected error.
    I have a doubt on File/Directory permissions which are created for Installation in /tmp. The umask setiing of the system is 0022.
    Please, help me for this issue.
    Thanks & Regards,
    Bhavik G. Shroff

    Hi Markus,
    How are you ?
    Thank you very much for your reply.
    I was executing wrong runInstaller file. RUNINSTALLER is right file for starting the execution. But still i am facing the same error, which is as followed.
    Preparing response files. Please wait:
    ======================================
    Working on /home/MyData/51031676/database/SAP/SVRCUSTOM.RSP
    /home/MyData/51031676/database/SAP/SVRCUSTOM.RSP --> /tmp/.orainst_rsp.27450: Done
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1, asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM. Please wait ...
    Error in writing to directory /home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM. Please ensure that
    this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    SHROFF:~ # cd /home/orasm7/tmpora/
    SHROFF:/home/orasm7/tmpora # ll
    total 0
    drwxr-xr-x 3 orasm7 dba 128 Apr 22 17:25 OraInstall2009-04-22_05-25-26PM
    SHROFF:/home/orasm7/tmpora # cd OraInstall2009-04-22_05-25-26PM/
    SHROFF:/home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM # ll
    total 4
    drwxr-xr-x 2 orasm7 dba 304 Apr 22 17:25 images
    -rwxr-xr-x 1 orasm7 dba 504 Apr 22 17:25 installActions2009-04-22_05-25-26PM.log
    SHROFF:/home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM #
    I have a doubt on tmp_netca_file & tmp_dbca_file variable.
    Please give your suggestion for the same.
    Regards,
    Bhavik G. Shroff
    Edited by: Bhavik G. Shroff on Apr 22, 2009 2:10 PM

  • Oracle 10g Installation Problem in HP-UX 11.31

    Hi
    I am installing ERP 2005 SR2 on HP-UX 11.31 OS with ORACLE database.  When I am running ./RUNINSTALLER getting following error. Error Log as follows
    Using paramFile: /oracle/stage/102_64/database/install/oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be B.11.23.    Actual B.11.31
                                          Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2008-07-16_11-26-39AM/installActions2008-07-16_11-26-39AM.log
    When I look into oraparam.ini file from given path found entries as follows
    [Certified Versions]
    #You can customise error message shown for failure through CERTIFIED_VERSION_FAILURE_MESSAGE
    Solaris=5.6,5.7,5.8,5.9
    Linux=redhat-2.1AS
    HPUX=B.11.23
    Decunix=V5.1A,V5.1
    AIX=5.1.0.0
    [HPUX-B.11.23-required]
    #PATCHES required by JRE and Product, /usr/sbin/swlist -l patch gets list of patches on system
    PATCHES=
    #PACKAGES required by JRE and Product, /usr/sbin/swlist -l product gets list of packages on system
    PACKAGES=
    #Patch bundles required for Oracle.
    #/usr/sbin/swlist -l bundle gives list of bundles.
    #Each item should follow the format "bundle:version"
    #ex.,GOLDBASE11i:B.11.11.0106.9,GOLDAPPS11i:B.11.11.0106.9
    BUNDLE=
    #Minimum swap space required by OUI, Increase it if your product installation so requires
    SWAP_SPACE=250
    TEMP_SPACE=250
    BUNDLE_FAILURE_MESSAGE=Some patch bundles were not found on the system. Please verify if the system is at a higher bundle level.
    Please let me know how to overcome this problem.
    Regards
    Jayakar

    Hi ,
    If anyone come across this kind of errors don't try to perform any workaround which is not recommended by sap as later in post installation steps there will be errors so please go through below SAP note as it has some workarounds recommends by SAP
    Note 980426 - Oracle 10.2 Software installation on new operating systems
    Shanaka.

  • 8.1.7 Installation Problem on Pentium IV Sony VAIO PCV-RX651 with XP Operating System

    Have problem installing Oracle 8i Enterprise Edition on a SONY VAIO with XP Personal Edition. The "Explore CD" and "Browse Documents" buttons of the Oracle Universal Installer/Autorun responded but the "Install/DeInstall Products" button did not. Oracle 8i DB from the same CD was installed and ran just fine on a Pentium III Toshiba laptop with Win2000 ?! Please help.
    Thanks.
    CNguyen
    [email protected]

    ================================================================
    Doc ID:
    Note:131299.1
    Subject:
    Oracle Installer 8.1.X Hangs on Machines with Pentium 4
    Processors
    Type:
    ALERT
    Status:
    PUBLISHED
    Content
    Type:
    TEXT/PLAIN
    Creation
    Date:
    02-JAN-2001
    Last
    Revision Date:
    18-APR-2001
    This alert was modified 16-January-2001 by specifying specific
    Oracle Universal
    Installer Versions in the the Versions Affected section.
    Oracle Universal Installer (OUI) for 8.1.x Hangs on Machines
    with Pentium 4
    Processors
    ~~~~~~~~~~~~~~~~~~
    Versions Affected
    ~~~~~~~~~~~~~~~~~
    Oracle 8.1.5
    ============
    Oracle Universal Installer 1.6.0.9.0
    Oracle 8.1.6
    =============
    Oracle Universal Installer 1.7.0.19.0
    Oracle 8.1.7
    ==============
    Oracle Universal Installer 1.7.1.9.0
    Platforms Affected
    ~~~~~~~~~~~~~~~~~~
    Any platform that uses the Intel Pentium 4 processor, with the
    Sun JRE
    and Symmantec JIT will encounter this problem. Windows NT,
    Windows 2000
    and NetWare platforms are confirmed to be affected.
    Description
    ~~~~~~~~~~~
    When installing Oracle Products with the Oracle Universal
    Installer (8.1.x)
    on machines that use the Sun JRE and Symmantec JIT, the
    installer hangs.
    Specifically for the Windows platform, the following version
    of the Symmantec
    JIT or earlier will encounter the failure:
    Symantec Java! JustInTime Compiler Version 3.10.107 for JDK
    1.2.
    Details regarding this issue can be found at:
    http://developer.intel.com/design/processor/future/manuals/knowni ssue.htm
    How to determine if you have Symmantec Java for JDK 1.2:
    1. Select the file "symcjit.dll" and right click on it.
    2. Select Properties, then the Version tab.
    3. Under Microsoft Windows*, the properties of the DLL are:
    "Symantec Java! JustInTime Compiler Version 3.10.107 for
    JDK 1.2 Copyright (C)
    1996-99 Symantec Corporation Dynamic Link Library file".
    DLLs older than this will also not work. "
    Likelihood of Occurrence
    ~~~~~~~~~~~~~~~~~~~~~~~~
    Any platform that uses the Intel Pentium 4 processor, with the
    Sun JRE
    and Symmantec JIT will encounter this problem. Windows NT,
    Windows 2000 and NetWare platforms are confirmed to be
    affected.
    Possible Symptoms
    ~~~~~~~~~~~~~~~~~
    The failure typically is that the affected application simply
    terminates.
    Workaround
    ~~~~~~~~~~
    Not only will OUI be affected by this bug, most of the
    post-install
    configuration tools will also be affected. Running these
    tools with "-nojit"
    specified will avoid the hang, but it is not simple to specify
    "-nojit" for
    some of the products.
    The following workaround works for the Windows operating
    system:
    a. Copy only the install directory from the CD to the hard
    disk ,say, e:\temp.
    b. Open oraparam.ini and make the following modifications
    (Assuming CD
    drive is f:)
    * Change the "SOURCE=" line to use the full path to the CD
    instead of a
    relative path. (i.e., SOURCE=f:\stage\products.jar)
    * Change the "JRE_LOCATION" line to use the full path to the
    CD instead of a
    relative path. (i.e.,
    JRE_LOCATION=f:\stage\Components\oracle\swd\jre\1.1.7\1\DataFiles
    \Expanded)
    * Change the "OUI_LOCATION" line to use the full path to the
    CD instead of a
    relative path. (i.e.,
    OUI_LOCATION=f:\stage\Components\oracle\swd\oui\1.6.0.9.0\1\DataF
    iles\Expanded
    * Change the "JRE_MEMORY_OPTIONS" line to add "-nojit" as the
    first argument.
    (i.e., JRE_MEMORY_OPTIONS=-nojit -ms16m -mx32m)
    ^^^^^^
    * Other entries should remain the same
    c. Launch setup.exe from the temporary location on your hard
    drive (i.e.
    e:\temp\install\win32\setup.exe). This will use the
    modified
    oraparam.ini and pick up the information from the CD since
    the absolute
    locations are specified.
    Choose a Custom install and choose not to create a database
    during the
    install. This way, the Database Configuration Assistant will
    not be launched
    during installation.
    The Net8 Configuration Assistant will still be launched, and
    there is no way
    to suppress it. You will need to kill the Net8 Configuration
    Assistant if it
    hangs due to the bug. The installation still will have been
    successful, and
    you can run the DBCA and NetCA after installation.
    To kill NetCA if it hangs during installation:
    In the "Configuration Tools" window, highlight the "Net8
    Configuration
    Assistant" and click "Stop". If that does not work, look for
    the most recent
    JRE process using the Task Manager, and kill it manually.
    NOTE: the OUI
    itself will also have a jre process. Be sure to kill the one
    with the most
    recent date, which should be the jre process being used for
    Net8CA, not the
    one for OUI itself.
    After killing the configuration tools and continuing through
    the installation
    to the "End of Installation" screen, you should modify the
    configuration tools
    to use "-nojit", then call the appropriate tools from the
    Start Menu.
    Once installation is complete, each of the following files in
    the ORACLE_HOME
    needs to be modified:
    assistants\dbca\dbassist.cl
    assistants\dbma\dbmig.cl
    assistants\ifa\ifa.cl
    bin\elogin.cl
    bin\owm.cl
    ldap\oidamdin\oidadmin.cl
    network\tools\netasst.cl
    network\tools\netca.cl
    owm\install\instelogin.cl
    owm\install\instowm.cl
    Edit the contents of the above files to add "-nojit" as shown
    below:
    Command=("C:\Program Files\Oracle\jre\1.1.7\BIN\JREW" -nojit
    -classpath ....
    this is the only thing you need to add --> ^^^^^^
    Then, launch the necessary tools, like Net8CA and DBCA from
    the Start Menu.
    Patches
    ~~~~~~~
    Currently there is not a patched installer available to deal
    with this
    problem, the workaround listed above must be used.
    References
    ~~~~~~~~~~
    [BUG:1507768] INSTALLER FAILS WHEN RUNNING ON NEW PENTIUM 4
    (IV) PROCESSORS
    [BUG:1507946] INSTALLER FAILS WHEN RUNNING ON NEW INTEL
    PENTIUM 4 (IV) PROCESSORS
    @[BUG:1518935] SYMCJIT.DLL DOESN'T WORK WITH THE NEW P4
    PROCESSORS
    Oracle
    Support Services.
    Copyright (c) 1995,2000 Oracle Corporation. All Rights
    Reserved. Legal Notices and Terms of Use.
    ================================================================
    The solution of making a local copy of the installation CD on
    the hard disk and renameing symcjit.dll to symcjit.old does
    work to allow installation of Oracle Client 8.1.7 on a Pentium 4
    This function is useful and you can find two file to rename
    ===============================================================
    Windows ME
    Solution to the installation of Oraclei8.1.7 PE in Windows Millennium
    Oracle does not support installing version 8.1.7 PE into
    Windows Millennium.
    As an unsupported workaround, you may add the following line
    to the [compatibility95] section of win.ini prior to
    installation:
    Jrew=0x00080000
    After setup is complete, Oracle will recommend a reboot.
    There is one additional step necessary prior to reboot;
    Oracle may add a non-standard path statement to the
    autoexec.bat file. Please modify this SET PATH
    statement to use short-filenames if you find a quoted
    LFN string represented as part of the path. You can
    confirm that the path was merged successfully into the
    registry after reboot by examining the PATH variable
    in the registry at
    HKLM\System\CurrentControlSet\Control\SessionManager\Environment
    Symptoms of a missing Oracle path statement in the registry are that Net8 Easy Config will not launch.
    Please note that Oracle does not support the use of this
    product in Windows ME, but have authorized these workarounds
    for testing purposes only.
    ===============================================================
    Windows XP Home Edition
    Oracle 8i is not certified on windows XP. Even if yes, it must be Windows XP Professional.
    You can install Oracle8i on windows XP Home Edition, try like this:
    1 - Copy your Oracle CD into hard disk in your
    machine. For example Copy from oracle8i CD into C:\Oracle\ ...
    2 - Search the two files named Symcjit.dll on the D drive (where you have copied Oracle8i. You can found them in (example):
    C:\Oracle\stage\Components\oracle.swd.jre\1.1.7.30\1
    \DataFiles\Expanded\jre\win32\bin\symcjit.dll
    3 - Rename this file (Example): symcjit_back.dll (make sure to find two files and rename them)
    4 - Execute the Oracle setup.exe from C:\Oracle\setup.exe
    ===============================================================
    When Oracle 8i dies on the install or the installer hangs, here is the fix for this, make sure that you have Service Pack 2 installed.
    1. \JRE\1.3.1\ From Sun. (You can download java program at http://java.sun.com/products/jdk/1.1/jre/download-jre-windows.html)
    2. Install the java file.
    There is also a problem in the installation disk.
    3. Make a copy of the Oracle 8i disk on the local hard disk.
    4. Do a search for the two files called symcjit.dll and rename them for example: symcjit.old.
    5. Install Oracle from the win32 directory.
    ================================================================
    PLEASE NOTE THAT ORACLE DOESN'T SUPPORT THE USE OF THOSE PRODUCTS IN WINDOWS ME, BUT HAVE AUTHORIZED THESE WORKAROUNDS FOR TESTING PURPOSES ONLY

  • Installation problem :- SAP 4.7 on Linux RHEL 4

    Hi,
    I am installing SAP 4.7 SR1 on Linux   RHEL Sever 4 on Test system which have one remote window desktop.
    I have successfully installed central instance by using the putty from remote desktop.
    But while installing Oracle 9.2 from remote desktop I am getting the following error message.
    <b>ERROR:-</b>
    /<b>oracle/stage/920_32/Disk1/SAP/SVRCUSTOM.RSP --> /tmp/.orainst_rsp.4081: Done
    harshal:orahsd 12> Initializing Java Virtual Machine from ../../stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/linux/bin/java. Please wait...
    Error occurred during initialization of VM
    Unable to load native library: /oracle/stage/920_32/Disk1/stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/linux/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference</b>
    I have got 2 solution for same on sdn.sap.com apart from that as per one solution I have change the location of java (i.e. j2re1.4.2_13 ) in following file
    File :- oraparam.ini
    which is located in directory  /oracle/stage/920_32/Disk1/install/
    But it’s not working in my cases  I am getting new error message while executing ./runInstaller
    <b>ERROR:-</b>
    <b>harshal:orahsd 12> Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using '130.10.10.9:0.0' as the value of the DISPLAY variable.
            at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
            at sun.awt.X11GraphicsEnvironment.<clinit>(Unknown Source)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Unknown Source)
            at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown           Source)
            at java.awt.Window.init(Unknown Source)
            at java.awt.Window.<init>(Unknown Source)
            at java.awt.Frame.<init>(Unknown Source)
            at oracle.ewt.popup.PopupFrame.<init>(Unknown Source)
            at oracle.ewt.lwAWT.BufferedFrame.<init>(Unknown Source)
          at  oracle.sysman.oii.oiif.oiifm.OiifmMainFrame.<init>(OiifmMainFrame.java:296)
            at oracle.sysman.oii.oiic.OiicInstaller.<init>(OiicInstaller.java:231)
            at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:599)</b>
    So please let me know how solve this problem.
    Thanks a lot ,
    Harshal
    SAP BASIS

    Hi,
    Thanks for your help on last error. I have followed same step and my SAP 4.7 installation on Linux goes into next step.
    Now my installation into the update database statistics phase  and I am getting the following error.
    <b>MUT-03010  Execution of the command "/sapmnt/HSD/exe/brconnect -u / -c -f crsyn -o SAPETS" finished with status TST_ERROR.
    brconnect finished with status TST_ERROR
    /usr/lib/hpux64/dld.so: Unable to find library 'libclntsh.so.9.0'.</b>
    On this error we have 2 solutions as per my knowledge either I need to change the Oracle client software from 9.2 to 10 or I need to change brtools version from 7.00 to 6.40.
    I need to know which one is the best.
    Moreover can you please let me know what effect I mean to say if we execute ./control.xml as per last mail from Elmar what process SAP system did ?
    Apart from this I need to know how to create following links manually?
    ldd /sapmnt/ETS/exe/brconnect  :-
            libnsl.so.1 =>  /usr/lib/hpux64/libnsl.so.1
            libpthread.so.1 =>      /usr/lib/hpux64/libpthread.so.1
            libm.so.1 =>    /usr/lib/hpux64/libm.so.1
            libclntsh.so.9.0 =>     /oracle/client/92x_64/lib/libclntsh.so.9.0
            libwtc9.so =>   /oracle/client/92x_64/lib/libwtc9.so
            libstd_v2.so.1 =>       /usr/lib/hpux64/libstd_v2.so.1
            libCsup.so.1 => /usr/lib/hpux64/libCsup.so.1
            libunwind.so.1 =>       /usr/lib/hpux64/libunwind.so.1
            libc.so.1 =>    /usr/lib/hpux64/libc.so.1
            libdl.so.1 =>   /usr/lib/hpux64/libdl.so.1
            libxti.so.1 =>  /usr/lib/hpux64/libxti.so.1
            libwtc9.so =>   /oracle/client/92x_64/lib/libwtc9.so
            librt.so.1 =>   /usr/lib/hpux64/librt.so.1
            libnss_dns.so.1 =>      /usr/lib/hpux64/libnss_dns.so.1
            libuca.so.1 =>  /usr/lib/hpux64/libuca.so.1
    Thanks a lot,
    Harshal

  • Oracle 9i installation problem on Gentoo Linux

    Hi!
    After setting up the useraccount for the required installation step I face on the bash console a problem with this message:
    ./runInstaller
    bash-2.05b$ Initializing Java Virtual Machine from /tmp/OraInstall2005-04-06_09-57-12PM/jre/bin/java. Please wait...
    head: `-1' option is obsolete; use `-n 1' since this will be removed in the future
    Error occurred during initialization of VM
    Unable to load native library: /tmp/OraInstall2005-04-06_09-57-12PM/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
    for any help, I would thank.

    Simply the problem can be solved setting a different Java Runtime Environent Path inside the configuration files located in the DISK1 folder.
    The files:
    /tmp/Disk1/install/oraparam.var
    /tmp/Disk1/install/linux/oraparam.ini
    must be edited!
    The Variable: JRE_LOCATION must be set with the new path or the Java Runtime Environment (Can be also the J2sdk).
    Tamer

  • Problem installing Oracle 8i(8.1.7) standard edition on windows 2000 server

    I am trying to install Oracle 8i (8.1.7) standard edition on windows 2000 server but the setup program doesn't run.
    It starts up, allocates some ram then closes before a window even pops up.
    I also have MSSQL server installed on this computer, does that conflict?
    Has anyone encountered this problem before? If so, please give a solution if you have one, thanks,
    OPS

    Yes. There is a bug with Pent4, Win2000 & Oracle8i.
    Here is the workaround:
    This is a known bug with Oracle java-based applications and Pentium 4 Use this work-around:
    1) Copy the install directory from the CD to the hard disk.
    2) Edit oraparam.ini and modify it as follows:
    * Edit the "SOURCE=" line to to show the full path to the CD ; SOURCE={CD DRIVE LETTER}:\stage\products.jar)
    * Edit the "JRE_LOCATION" line to show the full path to the CD ;
    JRE_LOCATION={CD DRIVE
    LETTER}:\stage\Components\oracle\swd\jre\1.1.7\1\DataFiles\Expanded)
    * Edit the "OUI_LOCATION" line to show the full path to the CD ;
    OUI_LOCATION={CD DRIVE
    LETTER}:\stage\Components\oracle\swd\oui\1.6.0.9.0\1\DataFiles\Expanded
    * Edit the "JRE_MEMORY_OPTIONS" line to include "-nojit" as the first argument ;
    JRE_MEMORY_OPTIONS=-nojit
    -ms16m -mx32m
    3) Start setup.exe from your hard drive
    Choose a Custom install and choose not to create a database during the install.
    This way, the Database
    Configuration Assistant will not be launched during installation. DONT SELECT
    NET8 products for installation.
    You need to put the same java parameters for the DB configurator and the Net8
    Configurator
    to run.
    -nojit -ms16m -mx32m before -classpath on:
    * assistants\dbca\DBAssist.cl
    * network\tools\netca.cl
    ** Run the DataBaseConfigurationAssistant and NetworkConfigurationAssistant after installation.
    Hope it helps!
    Amrit

  • Oracle 9i Install problem

    Hi
    I am installing (via vmware) Oracle 9i (9.2.0.1.0) on debian (kernel 2.4.18) the install went fine except for a few hitches which i fixed after a quick google search. However after the install the install window closed during the setup of services.
    Here is the last 10 lines of the log file:
    Starting to execute optional autolaunch configuration tools
    Launched configuration tool Oracle Net Configuration Assistant
    Command which is being spawned is
    /u01/app/oracle/product/9.2.0.1.0/JRE/bin/jre
    -native -Duser.dir=/u01/app/oracle/product/9.2.0.1.0/network/jlib
    -classpath /u
    01/app/oracle/product/9.2.0.1.0/JRE/lib/i18n.jar:/u01/app/oracle/product/9.2.0.1
    .0/JRE/lib/rt.jar:/u01/app/oracle/product/9.2.0.1.0/jlib/ewt3.jar:/u01/app/oracl
    e/product/9.2.0.1.0/jlib/ewtcompat-3_3_15.jar:/u01/app/oracle/product/9.2.0.1.0/
    jlib/netcfg.jar:/u01/app/oracle/product/9.2.0.1.0/network/jlib/netcam.jar:/u01/a
    pp/oracle/product/9.2.0.1.0/network/jlib/netca.jar:/u01/app/oracle/product/9.2.0
    .1.0/jlib/help3.jar:/u01/app/oracle/product/9.2.0.1.0/jlib/oracle_ice5.jar:/u01/
    app/oracle/product/9.2.0.1.0/jlib/share.jar:/u01/app/oracle/product/9.2.0.1.0/jl
    ib/swingall-1_1_1.jar:/u01/app/oracle/product/9.2.0.1.0/jlib/srvm.jar:/u01/app/o
    racle/product/9.2.0.1.0/network/tools oracle.net.ca.NetCA /orahome
    /u01/app/ora
    cle/product/9.2.0.1.0 /instype typical /inscomp
    client,oraclenet,javavm,server /
    insprtcl tcp,tcps /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE
    /responseFile
    I then tried to restart the configuration process and got a segmentation error:
    bash-2.05a$ cd $ORACLE_HOME/bin
    bash-2.05a$ ./netca &
    [1] 468
    bash-2.05a$ SIGSEGV 11* segmentation violation
    stackbase=BFFFF35C, stackpointer=BFFFD714
    Full thread dump:
    "SIGQUIT handler" (TID:0x4059f2a0, sys_thread_t:0x80e3118, state:R,
    thread_t: t@2051, sp:0x0 threadID:0x1e2, stack_base:0xbf5ffaa0,
    stack_size:0x200000) prio=1075672736
    "Finalizer thread" (TID:0x4059f088, sys_thread_t:0x80e2ff0,
    state:CW, thread_t: t@1026, sp:0x0 threadID:0x1e1,
    stack_base:0xbf7ffaa0, stack_size:0x200000) prio=1075672736
    "main" (TID:0x4059f0b0, sys_thread_t:0x80cc050, state:R, thread_t:
    t@1024, sp:0x0 threadID:0x1d6, stack_base:0xbffff35c,
    stack_size:0x200000) prio=1075672736 current thread
    java.lang.System.initializeSystemClass(System.java)
    Monitor Cache Dump:
    Registered Monitor Dump:
    Thread queue lock: <unowned>
    Name and type hash table lock: <unowned>
    String intern lock: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class loading lock: <unowned>
    Java stack lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Has finalization queue lock: <unowned>
    Finalize me queue lock: <unowned>
    Waiting to be notified:
    "Finalizer thread" (0x80e2ff0)
    Monitor registry: owner "main" (0x80cc050, 1 entry)
    bash-2.05a$
    I have searched the net for the answer to this problem but I can't find an answer that works.
    I've tried unsetting the following:
    LANG
    LC_LANG
    LC_CTYPE
    RC_TYPE
    With no luck. I have tried pointing oracle to use my jre instead of theirs by altering the oraparam.ini file, no effect. I have taken my jre in and out of the path, no effect.
    The only thing I can think of is that I don't have enough memory available - i only have 384mb available via vmware for this install. I need to figure out if it is this or something else, I can't just blame it on the lack of memory if it is not the case.
    I look forward to your comments.

    Zarmia
    The best thing I advise you to do when installing Oracle 9i onto GNU/Debian is to carry a search on the OTN newsgroups for the keyword 'Debain'. I found that there were quite a few previous posts which explain in considerable detail the processes which should be followed when installing Oracle 9i onto Debain. Failing that, if you carry out a Google search for "Oracle 9i on Debian", you will there quite a few web pages which provide information of installing Oracle 9i onto Debian.
    Hope this helps
    Harish

  • Oracle (de)Install problem

    Hi there,
    I tried to installed Oracle 9i in my NB and find below problem under Win XP Professional, P4, 256 Mb RAM, 3 Gb Free space (after copying the installer):
    1. Initially, installation didn't work at all with error message "please install Java 1.3.1 or higher" eventhough JRE 1.4.2_09 had been installed.
    This problem eliminated by changing the symcjit.dll. to symcjit_ori.dll. as well as giving the correct path and adding -nojit as the first argument in "JRE_MEMORY_OPTIONS" line the oraparam.ini file.
    2. Afterwards, seems installation run smothly until it generated an error saying that "Configuration tool Oracle Net Configuration Assistant failed " almost at the end of installation.
    3. Tried to deinstall, the same error message pop up, again saying that "please install Java 1.3.1 or higher".
    Anybody have an idea what should I do to rectify this issue ? I'm pretty new in Oracle and no idea to solve it.
    Thanks a lot in advance.
    Best regards,
    =user454292 =

    The simplest way to remove Oracle is to run the Oracle installer:
    Start > Programs > Oracle Installation Products > Universal Installer
    On the first screen click on "Deinstall Products..."
    Expand the tree view (just so that the second level is visible) and make sure you select everything that is selectable.
    Click on "Remove..."
    On the confirmation screen click "Yes"
    When it has finished click "Close" and then "Exit" to quit the installer
    Whilst the Oracle installer removes many components there are a number of things that it leaves behind. In order to completely remove all traces of Oracle the following additional steps will need to be taken:
    Stop any Oracle services that have been left running. (Start > Settings > Control Panel > Services.)
    Services which I have found left behind are 'OracleOraHome90TNSListener' and 'OracleServiceORACLE'. However there may be others depending on your installation. Look for any services with names starting with 'Oracle'.
    Run regedit (Start > Run > Enter "regedit", click "Ok"), find and delete the following keys:
    HKEY_LOCAL_MACHINE
    \SOFTWARE
    \ORACLE
    HKEY_LOCAL_MACHINE
    \SYSTEM
    \CurrentControlSet
    \Services
    \EventLog
    \Application
    \Oracle.oracle
    Note: I have had it reported that some people also have registry entries saved under HKEY_CURRENT_USER\SOFTWARE\ORACLE, this registry entry may be created by some Oracle utilities. If it exists then delete it.
    Delete the Oracle home directory:
    "C:\Oracle"
    This will also remove your database files (unless you located them elsewhere, in which case you will need to delete them separately).
    Delete the Oracle program Files directory:
    "C:\Program Files\Oracle"
    Delete the Oracle programs profile directory:
    "C:\Documents and Settings\All Users\Start Menu\Programs\Oracle - OraHome90"
    if you did not first run the Oracle installer to remove Oracle then there may be other Oracle profile group directories to remove.
    Some of the Oracle services may be left behind by the uninstall. Open &#8216;services&#8217; on the control panel, make a note of which Oracle services remain and see the notes &#8216;How to remove a service&#8217; to remove them.
    If you didn't first run the Oracle Installer to remove Oracle then you may have some references to Oracle left in the path. To remove these: Start > Settings > Control Panel > System > Advanced > Environment Variables, look at both the use and system variable 'PATH' and edit them to remove any references to Oracle.

Maybe you are looking for