Error during installation of oracle 10g on fedora14

Hi all,
I am trying to install oracle 10g on fedora14. However i am getting the error during installation.
Could you people suggest me the root cause...!!
Error log:
[oracle@test database]$ ./runInstaller
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
Passed
All installer requirements met.
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-06-22_03-26-15AM. Please wait ...
Error in writing to directory /tmp/OraInstall2011-06-22_03-26-15AM. Please ensure that this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
: Success
Tried another option as well but same error:
[oracle@test database]$ ./runInstaller -ignoreSysPrereqs
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
Passed
All installer requirements met.
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-06-22_03-26-15AM. Please wait ...
Error in writing to directory /tmp/OraInstall2011-06-22_03-26-15AM. Please ensure that this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
: Success

Vinod Ranjan wrote:
Hi all,
I am trying to install oracle 10g on fedora14. However i am getting the error during installation.
Could you people suggest me the root cause...!!
Error log:
[oracle@test database]$ ./runInstaller
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
Passed
All installer requirements met.
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-06-22_03-26-15AM. Please wait ...
Error in writing to directory /tmp/OraInstall2011-06-22_03-26-15AM. Please ensure that this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
: Success
Tried another option as well but same error:
[oracle@test database]$ ./runInstaller -ignoreSysPrereqs
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
Passed
All installer requirements met.
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-06-22_03-26-15AM. Please wait ...
Error in writing to directory /tmp/OraInstall2011-06-22_03-26-15AM. Please ensure that this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
: Successpost results from below
id
env | sort
Edited by: sb92075 on Jun 21, 2011 9:33 AM

Similar Messages

  • Erro during installation of ORACLE 10g

    Dear Sir /Madam,
    During installation o Oracle 10g onlinux i am facing error
    abnormal program termination. An internal error has occured. Please provide the fllowing files to Oracle Support.
    "/u01/app/oracle/orainventory/logs/installAction2009-02-19_09-47-08AM.log"
    "/u01/app/oracle/orainventory/logs/oraInstall2009-02-19_09-47-08AM.err"
    "/u01/app/oracle/orainventory/logs/oraInstall2009-02-19_09-47-08AM.out"
    Thanks
    Adeel Imtiaz
    Netsol Lahore Pakistan

    Take a look at the OS requirements located in the Oracle installation notes. You will need to have the required RPMs and kernel settings before installing Oracle for the correct architecture. For a 64-bit architecture, you will also be required to install both the 32-bit and 64-bit versions of certain packages. It's all in the release notes.

  • Error while Installation of Oracle 10g Database on Windows Vista

    while installating Oracle 10g DB on Win Vista Machine it shows the followsing error:-
    Abnormal program termination. An internal error has occoured.Please provide the fillowing files to Oralce Support:
    "Unknows"
    "Unknows"
    "Unknows"
    & OK buttons is there
    kindly provide me the solution for the same.

    Are you using the Oracle installation meant for Windows Vista or any other version?
    Its available here...
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10203vista.html

  • Error during installation of oracle 8.1.7 on Linux 7.2

    hello folks,
    i am having a problem in installing oracle 8.1.7 on linux 7.2 redhat.
    i fulfill all the pre-installation requirements,,then started installation,,
    before executing "runInstaller",i have to use the command:
    $ export LD_ASSUME_KERNEL=2.2.5
    (if i dont give this command,the "runInstaller" halts.).
    now installation starts,during Linking Oracle8i Enterprise Edition segment,,at 62 or 64%,,it start
    generating errors like:
    Error in invoking target relink of makefile
    /dba01/app/oracle/product/8.1.7/precomp/lib/ins_precomp.mk
    no effect on retry,just ignore ignore and ignore all the rest part,,
    i have read a nearly similar type of problem yesterday in this forum where author suggested
    to change LD_SELF_CONTAINED in ORACLE_HOME/bin/genclntsh and then run "genclntsh",,but he did'nt
    mentioned what change should we do??
    plz help me to wriggle out from this stuff.
    thanx
    regards

    hello folks,
    i am having a problem in installing oracle 8.1.7 on linux 7.2 redhat.[...snip...]
    now installation starts,during Linking Oracle8i Enterprise Edition segment,,at 62 or 64%,,it start
    generating errors like:
    Error in invoking target relink of makefile
    /dba01/app/oracle/product/8.1.7/precomp/lib/ins_precomp.mk
    no effect on retry,just ignore ignore and ignore all the rest part,,
    i have read a nearly similar type of problem yesterday in this forum where author suggested
    to change LD_SELF_CONTAINED in ORACLE_HOME/bin/genclntsh and then run "genclntsh",,but he did'nt
    mentioned what change should we do??http://www.puschitz.com/OracleOnLinux.shtml
    From the above guide:
    Edit the file $ORACLE_HOME/bin/genclntsh and change the following line (people have sent me emails pointing out that this also works for Mandrake 8.1 and Mandrake 8.2):
    LD_SELF_CONTAINED="-z defs"
    to read:
    LD_SELF_CONTAINED=""
    Then run the script $ORACLE_HOME/bin/genclntsh as the user "oracle" and not as the user "root". Also make sure you have all the Oracle environments set! (I got so many emails because people were not doing this)
    $ su - oracle
    $ $ORACLE_HOME/bin/genclntsh
    Created /opt/oracle/product/9.0.1/lib/libclntst9.a
    $
    Also another 'jewel'http://staff.in2.hr/denis/oracle/index.html
    Regards,
    Pedro

  • Error during Installation of Oracle SQL Developer

    When I double click on the sqldeveloper.exe to start the installation, I get the following error: "The program can't start becuase MSVCR71.dll is missing from your computer. Try reinstalling the program to fix this problem." I have a 64-bit Windows 7 machine. I tried downloading and installing the 32-bit version with JDK and get thesame error. I did a search on my machine for the DLL and it was in 7 different locations. Anyone have thesame issue and how did you resolve it?

    I've seen this kind of problem before various times, and the quick and dirty solution is to copy the missing dll inside the SQLDeveloper bin folder.
    In your case if you do not require the 64 bit version of SQLDeveloper you could also download the SQLDeveloper version with bundled JDK (32 bit) that should not have this kind of problem to begin with.
    BTW there is no installation for SQLDeveloper you only need to unzip the downloaded package to a new empty directory and you are good to go.

  • Error during installation of Oracle on Solaris

    Exception in thread "CompilerThread0" java.lang.OutOfMemoryError: requested 32 744 bytes for ChunkPool::allocate. Out of swap space?
    There's plenty of swap space in the system

    There's plenty of swap space in the systemOracle & OUI are too dumb to lie.
    I believe Oracle better reports reality than you do.

  • MakefileException during the installation of Oracle 10g

    Hi,
    During the installation of oracle 10g i get the following error:
    INFO: /
    INFO: usr
    INFO: /bin/ld: crt1.o: No such file: No such file or directory
    collect2:
    INFO: ld returned 1 exit status
    INFO: make: ** [ctxhx] Error 1*
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    What should i do to solve this exception?
    Thanks.

    Hi,
    which distribution you are using ?.
    check if /bin/ld exist.
    On my ubuntu I need to create severel soft links like /bin/rpm.... /bin/awk....
    Find program
    find /usr/bin/ -name id
    Create softlink
    ln -s /usr/bin/id /bin/id
    hope that can help.
    greetings Till
    Edited by: user11146329 on 09.06.2009 12:04

  • "error during installation" 10.3 with iMac G5 Please Help

    Hi there, I have an iMac G5- the first iteration 17". I am preparing to sell it so I used disk utility off of the original OSX DVDs (or CDs) that came with the computer to erase the drive and do the 7 pass overwrite. I have subsequently tried to reinstall the original OS (10.3) and I get the same error every time. "There was an error during installation. Please try again."
    I have tried repairing disk permissions, and repairing the disk. They execute succesfully (after a restart) and yet I receive the same error message. Can someone please help me. Thank you in advance for your time.
    -Eric

    This indicates you are upgrading to 10g from some previous Oracle version. It also indicates your libraries either do not exist or exist in a location that the new installation is expecting to see them (in this case look at where you have your lib and lib32 specified at)

  • Domain creation error during installation of forms 11g

    Dear all,
    I have the following error, during installation of forms 11g, the installation completed successfully but in configuration section it gave error on the 1st step domain creation.
    weblogic server version 10.3.6
    forms and reports version 11.1.2.1.0
    java version "1.4.2_06"
    here is the error portion from installation log
    ----- **************** log *****************************-------------------------------------------------------------------------------------------------
    Entering windows
    OneoffTool  Script Location: C:\Users\Nadeem\AppData\Local\Temp\tmpOneoffTool1383064488002.bat
    oneoff command is: f:\Oracle\Middleware\Oracle_FRHome2\OPatch\opatch apply f:\Oracle\Middleware\Oracle_FRHome2\oneoffpatches\p12429525_111070_Win32.zip -oh f:\Oracle\Middleware\Oracle_FRHome2 -silent
    [ProcessManager] Invoking:C:\Users\Nadeem\AppData\Local\Temp\tmpOneoffTool1383064488002.bat
        stdout=[
    C:\Users\Nadeem\AppData\Local\Temp>f:\Oracle\Middleware\Oracle_FRHome2\OPatch\opatch apply f:\Oracle\Middleware\Oracle_FRHome2\oneoffpatches\p12429525_111070_Win32.zip -oh f:\Oracle\Middleware\Oracle_FRHome2 -silent
    OPatch failed with error code = 1
        stderr=[java.lang.UnsupportedClassVersionError: oracle/opatch/OPatch (Unsupported major.minor version 49.0)
      at java.lang.ClassLoader.defineClass0(Native Method)
      at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
      at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
      at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
      at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
      at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
      at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Exception in thread "main" ]   
    sbStderr.length():891
    [Applying patch f:\Oracle\Middleware\Oracle_FRHome2\oneoffpatches\p12429525_111070_Win32.zip and the  java.lang.UnsupportedClassVersionError: oracle/opatch/OPatch (Unsupported major.minor version 49.0)
      at java.lang.ClassLoader.defineClass0(Native Method)
      at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
      at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
      at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
      at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
      at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
      at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Exception in thread "main"  ]
    oneoff command is: f:\Oracle\Middleware\Oracle_FRHome2\OPatch\opatch apply f:\Oracle\Middleware\Oracle_FRHome2\oneoffpatches\p6599470_111070_Generic.zip -oh f:\Oracle\Middleware\Oracle_FRHome2 -silent
    [ProcessManager] Invoking:C:\Users\Nadeem\AppData\Local\Temp\tmpOneoffTool1383064488002.bat
        stdout=[
    C:\Users\Nadeem\AppData\Local\Temp>f:\Oracle\Middleware\Oracle_FRHome2\OPatch\opatch apply f:\Oracle\Middleware\Oracle_FRHome2\oneoffpatches\p6599470_111070_Generic.zip -oh f:\Oracle\Middleware\Oracle_FRHome2 -silent
    ----- **************** log *****************************-------------------------------------------------------------------------------------------------

    user2040934 wrote:
    Dear all,
    I have the following error, during installation of forms 11g, the installation completed successfully but in configuration section it gave error on the 1st step domain creation.
    weblogic server version 10.3.6
    forms and reports version 11.1.2.1.0
    java version "1.4.2_06"
    You have the wrong Java version installed.  Do you already have another Forms version installed (like Forms 10g)?  I ask this because Java 1.4.2_06 installs with the Oracle Developer Suite 10g. For Fusion Middleware 11g (Forms 11g) you need to have Java 1.6 installed.  If you already have Java 1.6 installed, then you will need to modify your System PATH so that it lists Java 1.6 before Java 1.4.  The error you are getting, "stderr=[java.lang.UnsupportedClassVersionError" is because Java 1.4 doesn't support the method the installer is using.  Run the following command from a Command/Dos window:  "Java -version".  If it does not show Java 1.6.0_??, then your PATH is still not setup correctly or you don't have Java 1.6.0 installed.
    Craig...

  • Silent Installation of Oracle 10g on Windows XP

    Hi,
    I was trying out "SILENT INSTALLATION OF ORACLE 10g ON WINDOWS XP", where I was getting the following error. Can you please help me out.
    COMMAND GIVEN : D:\database>d:/disk1/setup.exe -responsefile d:/disk1/response/custom.rsp -silent -nowelcome
    ERROR THROWN : Starting Oracle Universal Installer...
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
    Preparing to launch Oracle Universal Installer from C:\DOCUME~1\RAVIKA~1\LOCALS~1\Temp\OraInstall2011-04-06_07-54-37AM. Please wait ... Oracle Universal Installer, Version 10.2.0.3.0 Production
    Copyright (C) 1999, 2006, Oracle. All rights reserved.
    You can find a log of this install session at:
    C:\Program Files\Oracle\Inventory\logs\installActions2011-04-06_07-54-37AM.log
    .................................................................................................... 100% Done.
    SEVERE:Values for the following variables could not be obtained from the command line or response file(s):
    DEP_MODE(InstallType),
    TLDepModes(TopLevelInstallType)
    Silent install cannot continue.
    Please press Enter to exit...
    So I changed the "CUSTOM.RSP" response file parameters by adding
    DEP_MODE="EE"
    TLDepModes="EE"
    But it is still throwing me the error.
    REquesting you to help me out in this case.
    Thanks and REgards
    Ravikanth Garimella

    Pl identify exact versions of "10g" and "Windows XP". Pl also post the last 100 lines from the install log.
    Pl note that Home versions of Windows are not supported - http://download.oracle.com/docs/cd/B19306_01/install.102/b14316/reqs.htm#CHDHGGFE
    Pl see the Install Guide on how to use response files -
    http://download.oracle.com/docs/cd/B19306_01/install.102/b14316/advance.htm#i634763
    http://download.oracle.com/docs/cd/B19306_01/em.102/b16227/c_oui_appendix.htm#BABGHAIA
    HTH
    Srini

  • Error during installation:"Invalid Eclipse platform version" (have 3.0RC3)

    I saw a new version of bpel designer on otn for download. As I hoped that it would solve my previous problem ('db schema not found') I downloaded and tried to install it.
    Unfortunately I get an error during installation: "Invalid Eclipse platform version". I know that at least version 3 has to be installed. The .eclipseproduct file tells me that it is version 3.0.0. I have downloaded and installed the Eclipse SDK 3.0RC3 version a couple days ago. So it looks like that the version is OK. But I can't get around this error message.
    Any ideas?

    I've downloaded the GA version of Eclipse and it works now.
    During the installations I saw some minor things that I'll share with you:
    - path to the bpel server can be left empty, however there is a '/' already. So you have to chose a directory or delete it before you can go further otherwise an error appears. Maybe it is easier to not have the '/'.
    - I wanted to have the designer and PM in the same directory. But choosing the same dir led to a warning for overwriting the dir. I didn't dare thus now I have 2 dir's. ( 1 for designer and 1 for PM).
    -After installation I don't have entries in 'Start''Programs''oracle' to start the PM. This was also the case with the previous version. I start PM via the 'bat'-files under the PM/bin dir.
    - starting the batch file: startOraBpel.bat starts with an error; "The system cannot find the file C:\WINNT\system32\cmd.exe /e:4096."
    - Last but not least: I hoped that this would solve my re-install problem 'cannot lookup db schema version' but unfortunately that's not the case.

  • Adobe Illustrator CS3: Fatal error during installation

    Hello,
    I just bought the AI CS3. It installed OK on my friend's laptop (windows). However, when I clicked the big button in the installation:
    "Install Adobe Illustrator CS3"
    A window showed:
    Initializing Adobe Illustrator...
    Then I got a message:
    "Setup has encountered an error and cannot continue. Contact Adobe customer Support for assistance. Fatal error during installation".
    I've tried several times. My computer meets all the requirements (it's a really new and faster PC). And there's no old versions of AI on it yet.
    Can anyone help? Thanks!!!

    Do you have any other Adobe products on your computer? When I installed CS3 on my Mac, I kept getting failures. After contacting Adobe, they told me I had to delete ALL other Adobe products -- including Flash and Adobe Reader. Plus, I had to do searches and delete any support files associated with them. It took hours!

  • Itunes: Fatal Error During Installation (it wont download at all) HELP!

    Yesterday my iTunes (7.3.1) was working with no problems then the iTunes + Quicktime upgrade came up telling me to download the newer version but I didnt want to download it yet untill after i restarted my computer so I exited out of both the upgrade screen and iTunes then restarted the computer and when I tried to open up iTunes (after restarting), a little window came up saying:
    +*Preparing to install...*+
    Then after a minute or two it said: *+Please wait while Windows configures iTunes+*
    Then another window pops up saying:
    *+Error writing to file: C:\Program Files\iTunes\iTunesMiniPlayer.Resources\fi.lproj\iTunesMiniPlayerLocalized.dll. +*
    *+Verify that you have access to that directory.+*
    and I have no idea what that means so i closed it then a pop up shows saying: *+Fatal Error During Installation.+*
    so i deleted iTunes, Quicktime, iPod and everything i could (that my computer would let me) that had to do with Apple and restarted my computer then tried to download iTunes again but now when its reisntalling it says
    *+Error writing to file:+* +*C:\Program Files\Common Files\Apple\Mobile Device Support\bin\disnoted.exe.*+
    +*Verify that you have access to that directory.*+
    Then after this i went to the folder
    +*C:\Program Files\Common Files\Apple\Mobile Device Support\bin\disnoted.exe.*+
    and made sure that Read Only wasn't checked but everytime i go to uncheck it and click Apply and OK it doesnt stay it just goes right back to being checked...because when u click OK the window goes away so i immediately opened it back up to see if changed but it was filled again
    WHAT DO I DO?!?!? please can someone help me
    The details for my computer are:
    Microsoft Windows XP
    Professional Version 2002
    Service Pack 2

    if it helps at all...
    I downloaded Quicktime seperately from iTunes and i got that with no problem and it worked just fine but i cant get iTunes at all
    and i have follwed the instructions on the website about uninstalling everything but nothing seems to be working
    ...is there any possible way that anybody can help me out with this.
    any help that anyone can offer is very greatly appreciated,
    Please & Thank You.

  • Error during installation OS 10.8.2 getting restart  and thin black break screen

    error during installation OS 10.8.2 getting restart after apple logo several times and thin black&white crashed screen

    I had this problem too.
    Go to http://support.apple.com/kb/DL1580
    Download the update manually and install. Worked on my MBP15 retina.
    Regards
    Chris

  • Fatal error during installation

    I have been attempting to update my version of Boot Camp from 2.1 to 2.2. I have tried on numerous occasions with Apple Software Update but it never installs when the computer restarts. I have Vista 32bit installed on the partition. I tried to update with my Snow Leopard disk to 3.0 but it says the installer encountered errors before Boot Camp could be configured. It also does this with my Leopard disk. As a last resort I tried to repair the Boot Camp Services from the Windows Vista control panel and I get Fatal Error During Installation. Any ideas?
    Thanks,
    tuvixcrc

    Hi,
    Since you only give one of error log and the Error 0x80070643 code is a common error, we need more information to diagnose the problem. Before you collect the logs, you should follow up these steps to install Visual Studio:
    1. Re-download the Visual studio from Microsoft official site here:
    http://www.visualstudio.com/downloads/download-visual-studio-vs
    After download you should use File Checksum Integrity Verifier tool to verify the integrity of your download. If the values don't match, your download may be corrupted and you should download the file again:
    Refer to the below page to know checksum detailed number:
    http://www.visualstudio.com/en-us/downloads/visual-studio-2013-iso-sha1-vs.aspx#
    Refer to
    Download the Microsoft File Checksum Integrity Verifier to know how to check the checksum hash value.
    2. Disable your Anti-Virus or Anti-Spyware software and be sure that your OS has been "patched" up - Update your computer (Windows) before install the VS.
    3. Clean your %temp% folder and run the installer with Administrator permission.
    Look the links to get more information:
    http://blogs.msdn.com/b/msdnforum/archive/2010/03/06/visual-studio-and-net-framework-installation-tips.aspx
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/60f71a54-506e-4c70-be98-e993ce6d1ddf/visual-studio-installation-tips?forum=vssetup
    If that still cannot go on the VS installation, please use
    http://aka.ms/vscollect to gather the latest installation logs. After using it, you will find vslogs.cab from %temp% folder. Please upload the file to
    https://Onedrive.live.com/ and share the link here.
    Best Wishes!
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

Maybe you are looking for