Installation of Oracle 10g over Fedora 8??,

Hi,
I am installing Oracle 10g over Fedora 8 running on VMWare .
Now the problem that I am facing is listed below:-
--> When i try to run ./runInstaller, it gives me some following error
Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-01-17_08-46-12AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
--> When i tried to troubleshoot the same, i found out that i should execute the same using command "./runInstaller -jreLoc /usr/lib/jvm/jre". I don't know why, but the same was given on One Website. Please let me know for the same, as this worked once, and now when I am again trying to do the same, the oracle installer windows open, but with abnormal termination and threw this error
java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-01-17_09-15-17AM/oui/lib/linux/liboraInstaller.so: /tmp/OraInstall2010-01-17_09-15-17AM/oui/lib/linux/liboraInstaller.so: cannot restore segment prot after reloc: Permission denied
Please try and provide me solution for the same.
Also, I wanted to ask that the prerequisite packages, which are needed to install. I install them using yum installer, which always downloads and updates the packages,, Isn't there anything which i can download the same well before and install everytime I needed it. Please clear my way for this, as I always wanted to find the solution for the same.
Thanks..
Edited by: user12289471 on Jan 16, 2010 11:14 PM

Hi,
Post your question in the appropriate Database Installation.
Thanks,
Hussein

Similar Messages

  • Installation of Oracle 10g on Fedora 9

    OK,
    I need to install Oracle 10g R2 on fedora 9 OS.
    I have already tried 10201_database_linux32.zip, but it seems its not compatible with Fedora 9 as it says
    os version must be redhat -3, suse-9, redhat-4, unitedlinux-1,asianux-1 or asian ux-2
    Can anyone guide me with the proper installable of Oracle compatible with Fedora 9 and install instructions?
    Thanks in Advance

    Try using the doris script available here: http://dizwell.com/2008/05/01/doris-redux/
    Does the job in one command, and hides your operating system specifics from the Oracle installer while it does it.
    There's even a video of it being used here: http://dizwell.com/2008/09/29/proving-a-point/ Even though that's of 11g on Fedora 9, the script says it works for 10g on Fedora 9 in the same way. I haven't done that myself, but the site owner says he has, so you should be OK.

  • Issues with Installation Oracle 10g over Vista Home premium

    Hi All,
    I was trying to install Oracle 10g over my laptop which has Vista Home Basic Edition.
    After the installation got completed, i got a prompt for Configuration of Net Services without which i was unable to connect to any of the database through the
    sql prompt.
    Can you just guide me through the steps for configuring the Net services so that i am able to login through sql prompt and connect to a database.
    When ever i try loggin in, i am getting back an error as " No TNS listeners could be found."
    Please guide me through the steps so that i am able to connect to the database.

    Did you created the database with installation? If not then first try to create database with database configuration assistant.

  • Error while installing Oracle 10g on Fedora Core 1

    Error while installing Oracle 10g on Fedora Core 1. After 40% of the Installation is thru, the progress bar is showing 40%, it gives error "Not connected to Oracle" and the installation has to be terminated.
    We have tried by using the on-line procedure and changing the required script to make believe it as said.

    Are you createing DB also???

  • ORA-12157 when installing Oracle 10g on Fedora 5?

    Hi, Im installing Oracle 10g on Fedora 5, I did it once, but when I tried to set it up again I
    got this error on the last part of the install...
    ORA-12157: TNS: internal network communication error
    Anybody know what might cause this?
    I think I have installed all required RPMs and set environment variables, kernel parameters,
    created oracle users and groups as needed, but still get the above error. I searched the error and some claim it is a problem using newer glibc 2.4.4, so I tried installing on Fedora 4 and had the same error even with glibc 2.3???
    Thanks so much,
    Jon

    Oracle Database 10g Release 2 (10.2.0.1) Installation On Fedora Core 5 (FC5 X86) Step by Step
    This is a Server Installation with a minimum of 2G swap, secure Linux disabled and the following package groups installed:
    Editors
    Graphical Internet
    Administration Tools
    Base
    X Window System
    System Tools
    Server Configuration Tools
    GNOME Desktop Environment
    Development Libraries
    Development Tools
    Legacy Development Support
    Legacy Server Support
    Alternative installations may require more packages to be loaded, in addition to the ones listed below.
    Download Software
    Unpack Files
    Hosts File
    Set Kernel Parameters
    Setup
    Installation
    Post Installation
    Download Software
    Download the following software:
    Oracle Database 10g Release 2 (10.2.0.1) Software
    openmotif21-2.1.30-14.i386.rpm
    Unpack Files
    Unzip the files:
    unzip 10201_database_linux32.zipYou should now have a single directory containing installation files. Depending on the age of the download this may either be named "db/Disk1" or "database".
    Hosts File
    The /etc/hosts file must contain a fully qualified name for the server:
    <IP-address> <fully-qualified-machine-name> <machine-name>Set Kernel Parameters
    Add the following lines to the /etc/sysctl.conf file:
    kernel.shmall = 2097152
    kernel.shmmax = 2147483648
    kernel.shmmni = 4096
    # semaphores: semmsl, semmns, semopm, semmni
    kernel.sem = 250 32000 100 128
    fs.file-max = 65536
    net.ipv4.ip_local_port_range = 1024 65000
    net.core.rmem_default=262144
    net.core.rmem_max=262144
    net.core.wmem_default=262144
    net.core.wmem_max=262144Run the following command to change the current kernel parameters:
    /sbin/sysctl -pAdd the following lines to the /etc/security/limits.conf file:
    * soft nproc 2047
    * hard nproc 16384
    * soft nofile 1024
    * hard nofile 65536Add the following line to the /etc/pam.d/login file, if it does not already exist:
    session required /lib/security/pam_limits.soDisable secure linux by editing the /etc/selinux/config file, making sure the SELINUX flag is set as follows:
    SELINUX=disabledAlternatively, this alteration can be done using the GUI tool (Desktop > System Settings > Security Level). Click on the SELinux tab and disable the feature.
    Setup
    Install the following packages:
    # From Fedora Core 5 DVD
    cd /media/dvd/Fedora/RPMS
    rpm -Uvh setarch-*
    rpm -Uvh --force tcl-*
    rpm -Uvh libXp-*
    rpm -Uvh openmotif-2*
    rpm -Uvh compat-db-*
    rpm -Uvh compat-libstdc++-33*
    rpm -Uvh compat-libf2c-32-*
    rpm -Uvh compat-gcc-32-*
    rpm -Uvh libaio-*
    rpm -Uvh compat-gcc-32-c++-*
    rpm -Uvh compat-libstdc++-296*
    rpm -Uvh compat-libgcc-296*
    # From download
    rpm -Uvh openmotif21-2.1.30-14.i386.rpmCreate the new groups and users:
    groupadd oinstall
    groupadd dba
    groupadd oper
    useradd -g oinstall -G dba oracle
    passwd oracleCreate the directories in which the Oracle software will be installed:
    mkdir -p /u01/app/oracle/product/10.2.0/db_1
    chown -R oracle.oinstall /u01Login as root and issue the following command:
    xhost +<machine-name>Edit the /etc/redhat-release file replacing the current release information (Fedora Core release 5 (Bordeaux)) with the following:
    redhat-4Login as the oracle user and add the following lines at the end of the .bash_profile file:
    # Oracle Settings
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1; export ORACLE_HOME
    ORACLE_SID=TSH1; export ORACLE_SID
    ORACLE_TERM=xterm; export ORACLE_TERM
    PATH=/usr/sbin:$PATH; export PATH
    PATH=$ORACLE_HOME/bin:$PATH; export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
    CLASSPATH=$ORACLE_HOME/jre:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    fiInstallation
    Log into the oracle user. If you are using X emulation then set the DISPLAY environmental variable:
    DISPLAY=<machine-name>:0.0; export DISPLAYStart the Oracle Universal Installer (OUI) by issuing the following command in the database directory:
    ./runInstallerEnter the appropriate ORACLE_HOME and name then continue with the installation.
    During the installation, before the linking phase, edit the contents of the "$ORACLE_HOME/bin/gennttab" file, amending the following entries:
    # Change this...
    LIB=`$ECHO ${TtoLIB} | $SED 's/ /\\
    /g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    INI=`$ECHO ${TtoINI} | $SED 's/ /\\
    /g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    BAS=`$ECHO ${TtoBAS} | $SED 's/ /\\
    /g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    # To this...
    LIB=`$ECHO ${TtoLIB} | $SED 's/ /\n/g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    INI=`$ECHO ${TtoINI} | $SED 's/ /\n/g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    BAS=`$ECHO ${TtoBAS} | $SED 's/ /\n/g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`If you don't do this the ntcontab will hang indefinitely during the linking phase.
    Post Installation
    Edit the /etc/redhat-release file restoring the original release information:
    Fedora Core release 5 (Bordeaux)Finally edit the /etc/oratab file setting the restart flag for each instance to 'Y':
    TSH1:/u01/app/oracle/product/10.2.0/db_1:Y
    Ref.: http://www.oracle-base.com/articles/10g/OracleDB10gR2InstallationOnFedora5.php

  • Installation of  oracle 10g rac on open solaris  for X86 Machine

    Hi
    Can you please let me know the advantages of installation of oracle 10g rac on open solaris on x86 machine.And also let me know the detail steps involved in instatllation of oracle 10g rac on open solaris on x86. please suggest the recommdendation for the installation
    Thanks
    Saiprasath

    If by "advantages of installation of oracle 10g rac on open solaris on x86 machine" you mean advantages over RAC on Linux or AIX or HP/UX there aren't any.
    If you want to know the advantages of RAC over stand-alone they generally relate to:
    1. Eliminating the server as a single point of failure
    2. Transparent fail-over
    2. Incremental horizontal scalability

  • Install oracle 10g on fedora 9

    Hi,
    I want to install oracle 10g on fedora 9. is it possible.
    If yes
    I download oracle 10g for linux from
    [form oracle.com|http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201linuxsoft.html]
    and when i run it on fedora 9 it give me error like
    Using paramFile: /10201_database_linux32/database/install/oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
                                          Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2009-02-17_03-34-41PM/installActions2009-02-17_03-34-41PM.logIf i need to download diff s/w please send me any link or it is not supported.
    Thanks

    Umesh,
    I don't think so it supported but you can download oracle for enterprise linux and try it out.
    http://edelivery.oracle.com/linux
    For platform certification see following link,
    http://www.oracle.com/technology/support/metalink/index.html
    Regards

  • Install Oracle 10g  on Fedora *

    Hi,
    I have fedora 8 on my laptop.
    I am trying to install Oracle 10g on Fedora 8.
    while installing Oracle, I am getting the following error.
    "java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion 'c->xlib.lock' failed "
    How do I resolved this error???
    Can you suggest me what are pre requirement packages for Install Oracle 10g on Fedora 8??
    Otherwise,
    Can you help me What are steps to follow to install on Fedora 8 ??
    Thanks for your time and attention,
    Satish

    Hi, I'm also trying to install Oracle 10g on Fedora 8 but I have the following problem: whenever I run the runInstaller file, I get this message:
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2008-09-06_03-23-01PM. Please wait ...[oracle@dhcppc0 ~]$ Exception in thread "main" java.lang.UnsatisfiedLinkError
    : /tmp/OraInstall2008-09-06_03-23-01PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    Can anyone please help? Thanks a lot!

  • Installation of Oracle 10g in Solaris 10 zones

    Hi Everybody,
    Is there any Documentation for Installation of Oracle 10g in Solaris 10 Zones.
    I am having multiple zones shared by one common SAN Storage.
    I want to install oracle 10g in one of the particular local zone.
    Regards,
    Prosenjit Mukherjee.

    Last time I looked at metalink the documentation said zones and containers were not supported. That may no longer be true so you should check there first.

  • 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

  • What are the new features of Oracle 10g over Oracle9i

    Hi Grus..
    i want to know what are the new features of oracle 10g over Oracle 9i as well oracle 11g over 10g.. can any one give me the detailed document.
    Because I'm struggling each and every time while the interviewer asked above question.
    It's very helpful for me if any one give me the detailed document regarding above question
    Thanks In Advance
    Arun
    Edited by: Arun on Oct 23, 2010 10:19 AM

    Hi,
    Just check below link..would be helpful..
    http://www.oracle.com/global/ap/openworld/ppt_download/database_manageability%2011g%20overview_230.pdf
    and
    Each release of Oracle has many differences, and Oracle 10g is a major re-write of the Oracle kernel from Oracle 9i. While there are several hundred new features and other differences between 9i and 10g, here are the major differences between Oracle9i and Oracle10g:
    Major changes to SQL optimizer internals
    Oracle Grid computing
    AWR and ASH tables incorporated into Oracle Performance Pack and Diagnostic Pack options
    Automated Session History (ASH) materializes the Oracle Wait Interface over time
    Data Pump replaces imp utility with impdp
    Automatic Database Diagnostic Monitor (ADDM)
    SQLTuning Advisor
    SQLAccess Advisor
    Rolling database upgrades (using Oracle10g RAC)
    dbms_scheduler package replaces dbms_job for scheduling
    and you need to refer oracle documentation for sql, plsql references where you will know particular enhancements made...
    thanks
    Prasanth
    Edited by: Onenessboy on Oct 23, 2010 10:22 AM

  • Installation of oracle 10g and AS 10G r2 in sun solaris 9.0

    hai,
    can any send me the documents regarding installation of
    oracle 10g and AS 10G r2 in sun solaris 9.0.
    regards
    ashik

    You know you can find the documentation for most products via urls here on OTN, right?
    Docu index:
    http://www.oracle.com/technology/documentation/index.html
    AS 10.1.2:
    http://download.oracle.com/docs/cd/B14099_19/getstart.htm

  • I have completed installation of Oracle 10g but I could not login into the

    Please I have completed installation of Oracle 10g into my laptop but I could not login into the database to create my new tables through SQL*Plus.
    I don't know what to type into these text fields. (1) Name, (2)Password and (3) Host.
    Please can someone help me urgently
    Fola

    There are different things here to know about.
    Did you also create database while installation ?
    If yes then
    C:\> set oracle_sid=yoursid
    C:\> sqlplus username/password
    If not then, please create the database first.
    For "I don't know what to type into these text fields. (1) Name, (2)Password and (3) Host."
    (1) Name : This is user name.
    (2) Password: This is password.
    (3) Host: This is oracle net service name configured in tnsnames.ora. Please refer to http://download-uk.oracle.com/docs/cd/B19306_01/network.102/b14212/toc.htm
    -aijaz

  • 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

  • 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.

Maybe you are looking for

  • How to delete duplicate presets in bulk?

    By mistake I have imported presets twice and as they are huge in numbers, I would like to know a method to delete those duplicate presets using an easy method. Note: I don't want to find every duplicate preset one by one and thus asking for a solutio

  • Error message when trying to add a printer  -50?

    I'm using an HP LaserJet 2100M, connected to my iMac G5 with a JetDirect 610 networking card through the ethernet port. Usually it works, but now when I've tried to reset the printing preferences (often necessary to get it to work) and go to choose a

  • Is it possible to persist an enumerated object as a string

    I created a java object for an enumerated type (greatly simplified for this discussion): public class Role implements java.io.Serializable { public Role() { private Role(String role) { this.role = role; public String toString() { return role; public

  • Ztable Changes

    Hi, I made some changes to a ztable like deleting a field and adding few more fields and activated it. What other steps I should follow before moving it to test system. Thanks, Veni.

  • How to make "none" the default filter on your iPhone camera.

    Some users have complained that the default filter of all pictures taken with their iPhone 5 camera has mysteriously changed to one or the other of the various filters available other than "none" (i.e., usual full-color) version they want.  I can't f