Help me ! can't install oracle 11g on ubuntu

Hello i'm student,i'm studing oracle database 11g but i met some bug such as
http://nguy-hiem.co.cc/12.png
i try to fix it and i was run fixup.sh but
root@hieukenpro-virtual-machine:/tmp/CVU_11.2.0.1.0_oracle# ./runfixup.sh
Response file being used is :./fixup.response
Enable file being used is :./fixup.enable
Log file location: ./orarun.log
*./fixup.response: line 11: unexpected EOF while looking for matching `"'*
*./fixup.response: line 12: syntax error: unexpected end of file*
*./fixup.response: line 12: warning: syntax errors in . or eval will cause future versions of the shell to abort as Posix requires*
*Setting Kernel Parameters...*
*uid=1001(oracle) gid=1001(oinstall) groups=1001(oinstall),1002(dba)*
*oracle hard nproc 16383*
*Could not find MAX_PROCESSES_HARDLIMIT from /etc/security/limits.conf or response file.*
*oracle hard nofile 65535*
*Could not find FILE_OPEN_MAX_HARDLIMIT from /etc/security/limits.conf or response file.*
*oracle soft nofile 1023*
*Could not find FILE_OPEN_MAX_SOFTLIMIT from /etc/security/limits.conf or response file.*
so what should i do ?
THANK!
Edited by: 837251 on 05:14 16-02-2011
Edited by: 837251 on 05:17 16-02-2011

Oracle 11g does not support Ubuntu. It can be installed, but requires word-around:
Re: Installing Oracle 11g R2 on Ubuntu 10 Howto

Similar Messages

  • Installing Oracle 11g on Ubuntu 8.04

    Hello,
    I am having a sleepless night trying to install Oracle 11g express on Ubuntu 8.04.
    There is no server. I am actually trying to install on the exact box i am using.
    I got this error again and again. Any pro and experts please help:
    Can't connect to X11 window server using '127.0.0.1:0.0' as the value of the DISPLAY variable.
    127.0.0.1:0.0
    127.0.0.1:0.0
    =======================
    oracle@sithkong-desktop:~/database$ DISPLAY=127.0.0.1:0.0
    oracle@sithkong-desktop:~/database$ export DISPLAY
    oracle@sithkong-desktop:~/database$ xclock
    No protocol specified
    Error: Can't open display: 127.0.0.1:0.0
    oracle@sithkong-desktop:~/database$ ./runInstaller -ignoreSysPrereqs
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 80 MB. Actual 10751 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 1915 MB Passed
    Checking monitor: must be configured to display at least 256 colors
    >>> Could not execute auto check for display colors using command /usr/X11R6/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
    Ignoring required pre-requisite failures. Continuing...Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-08-29_10-22-59PM. Please wait ...oracle@sithkong-desktop:~/database$ Oracle Universal Installer, Version 11.1.0.6.0 Production
    Copyright (C) 1999, 2007, Oracle. All rights reserved.
    No protocol specified
    Can't connect to X11 window server using '127.0.0.1:0.0' as the value of the DISPLAY variable.
    127.0.0.1:0.0
    127.0.0.1:0.0
    OUI-10025:Unable to start an interactive install session because of the following error:Can't connect to X11 window server using '127.0.0.1:0.0' as the value of the DISPLAY variable. The DISPLAY environment variable should be set to <hostname or IP address>:<screen>, where the <screen> is usually '0.0'.
    OUI-10026:Depending on the Unix Shell, you can use one of the following commands as examples to set the DISPLAY environment variable:
    - For csh:                % setenv DISPLAY 192.168.1.128:0.0
    - For sh, ksh and bash:      $ DISPLAY=192.168.1.128:0.0; export DISPLAY
    Use the following command to see what shell is being used:
         echo $SHELL
    Use the following command to view the current DISPLAY environment variable setting:
         echo $DISPLAY
    - Make sure that client users are authorized to connect to the X Server.
    OUI-10027:To enable client users to access the X Server, open an xterm, dtterm or xconsole as the user that started the session and type the following command:
    % xhost +
    To test that the DISPLAY environment variable is set correctly, run a X11 based program that comes with the native operating system such as 'xclock':
         % <full path to xclock... see below>
    If you are not able to run xclock successfully, please refer to your PC-X Server or OS vendor for further assistance.
    Typical path for 'xclock': '/usr/X11R6/bin/xclock'

    http://www.pythian.com/news/968/installing-oracle-11g-on-ubuntu-804-lts-hardy-heron
    HTH...

  • HELP! Can not install Oracle 8.1.5 w/ RedHat 6.1!

    I can not get Oracle 8.1.5 to install onto Linux RedHat 6.1. The
    Oracle installation script generates several errors. I have
    tried several attempts, using different options, but they all
    generate errors.
    Please help. The Oracle Installation scripts appear to be very
    buggy... or perhaps they are incompatible with the standard
    RedHat 6.1 release. Either way, it is very frustrating.
    I have documented one of my (failed) installation attempts below.
    Does anyone have any words of wisdom?
    I am installing Oracle onto a Dell Latitude CPi PC w/ 128MB RAM,
    a 366MHz Pentium II, and RedHat 6.1 (using the standard Linux
    2.2.12-2 kernel). RedHat was installed using the standard "Gnome
    Workstation" configuration.
    The Oralce CD is labeled:
    "Oralce 8i Enterprise Edition
    Release 8.1.5
    for Linux
    (c) Oracle Corporation 1999"
    I got this CD about one week ago at Oracle OpenWorld '99 in Los
    Angeles... it should be their "latest & greatest" version so far.
    1. Pre-Installation and ./runInstall
    I created an "oracle" Unix account w/ groups "oinstall" (the
    primary group) and "dba" (a secondary group).
    I created directories /u01 through /u04, belonging to oracle.
    I setup .cshrc and sourced it, containing:
    umask 022
    setenv DISPLAY `hostname`:0
    xhost +
    setenv ORACLE_BASE /u01/app/oracle
    setenv ORACLE_HOME ${ORACLE_BASE}/product/8.1.5
    setenv ORACLE_SID cprtest
    setenv PATH ${ORACLE_HOME}/bin:${PATH}
    setenv LD_LIBRARY_PATH ${ORACLE_HOME}/lib
    setenv NLS_LANG US7ASCII
    I downloaded jre116_v5 and installed to /usr/local/jre.
    Finally, I executed (from the "oracle" Unix account):
    cd /mnt/cdrom
    ./runInstall
    Problem: I got the error (from ./runInstall):
    Initializing Java Virtual Machine from /usr/local/jre/bin/jre.
    Please wait...
    Error in CreateOUIProcess(): -1
    : Bad address
    Workaround: Executed the following commands instead:
    cd /mnt/cdrom/install/linux
    ./runIns.sh
    3. runIns.sh and root.sh
    I selected the following options (from ./runIns.sh):
    Source: /mnt/cdrom/stage/products.jar
    Destination: /u01/app/oracle/product/8.1.5
    Oracle 8i Enterprise Edition 8.1.5.0.0
    Typical (585MB)
    Installable Components: Oralce Intelligent Agent 8.1.5.0.0
    Global Database Name: cprtest.parkrussell.com
    SID: cprtest
    Directory for Database Files: /u02
    Then (when instructed by ./runIns.sh), I attempted to execute
    (from the
    "root" Unix account):
    cd /u01/app/oracle/product/8.1.5
    ./root.sh
    Problem: I got the error:
    "bash: ./root.sh: Permission denied"
    The execute bit was not set.
    Workaround: I executed:
    chmod a+x root.sh
    ./root.sh
    5. Configuration Tools
    The Oracle Installer (./runIns.sh) attempted to execute:
    A. Net8 Configuration Agent
    B. Oracle Database Configuration Agent
    Problem: The "Oracle Database Configuration Agent" failed with
    the following error message:
    "One or more tools have failed. It is recommended but not
    required that these tools succeed for this installation.
    You can now select these tools, read its details to examine
    why they have failed, fix those problems, and retry them.
    Or, you can click "Next" to continue."
    When I selected the "Oracle Database Configuration Agent" for
    more info, I got the following additional details (as the cause
    of the error):
    "A required command line argument is missing."
    The log file
    "/u01/app/oracle/oraInventory/logs/installActions.log" recorded:
    "Command which is being spawned is /usr/local/jre/bin/jre
    -Duser.dir=/u01/app/oracle/product/8.1.5/assistants/dbca/jlib
    -classpath
    /usr/local/jre/lib/rt.jar:/u01/app/oracle/product/8.1.5/jlib/ewt-3_1_10.jar:/u01/app/oracle/produc
    /8.1.5/jlib/share-1_0_6.jar:/u01/app/oracle/product/8.1.5/assistants/dbca/jlib/DBAssist.jar:/u01/a
    p/oracle/product/8.1.5/assistants/jlib/jnls.jar:/u01/app/oracle/product/8.1.5/assistants/jlib/ACC.
    AR:/u01/app/oracle/product/8.1.5/jlib/help-3_0_7.jar:/u01/app/oracle/product/8.1.5/jlib/oracle_ice
    4_03_3.jar:/u01/app/oracle/product/8.1.5/jlib/HotJavaBean.jar:/u01/app/oracle/product/8.1.5/jlib/n
    tcfg.jar:/usr/local/jre/lib/i18n.jar
    DBCreateWizard /createtype seed /numusers NO_VALUE /apptype
    NO_VALUE /cartridges NO_VALUE /options NO_VALUE /demos NO_VALUE
    /seedloc NO_VALUE /sid cprtest /orahome
    /u01/app/oracle/product/8.1.5 /orabase /u01/app/oracle /dbloc
    /u02 /clususer NO_VALUE /cluspswd NO_VALUE /nodeinfo NO_VALUE
    /gdbName cprtest.parkrussell.com
    Invalid Exit Code. The following result code will be used for
    configuration tool: 1
    Configuration tool Oracle Database Configuration Assistant
    failed"
    Workaround: There is obviously nothing I can do to fix this
    problem. It appears to be an internal bug in ./runIns.sh.
    Therefore, I selected "Next" and executed "dbassist" directly.
    6. dbassist
    I executed:
    dbassist
    Problem: I got the following error:
    "JNLS Execution:oracle.ntpg.jnls.JNLSException
    Unable to find any National Character Sets. Please
    check your Oracle installation."
    Workaround: Press "OK" and ignore the error.
    7. dbassist (cont.)
    I selected the following options:
    Create database
    Typical
    Copy existing database files from the CD
    Global Database Name: cprtest.parkrussell.com
    SID: cprtest
    Problem: I got the following error:
    "CD-ROM drive not detected on this system.
    Database not created."
    (Note: I've been running the installation scripts from the
    CDROM drive this entire time. "df" shows the CDROM drive
    mounted on /mnt/cdrom. "ls /mnt/cdrom" works too.)
    Workaround: Abort (which generated the additional error: "Unable
    to create database. DBCA-00003: No CD-ROM drive detected.") and
    run dbassist again, this time using different parameters.
    8. dbassist, again
    I executed "dbassist" again and selected the following options:
    Create database
    Typical
    Create new database files
    Hybrid
    Concurrently connected users: 5
    Options: Oralce interMedia, Oralce JServer, and iM demos
    Global Database Name: cprtest2.parkrussell.com
    SID: cprtest2
    Create database now
    Problem: I got the following error:
    "ORA-01012: not logged on"
    Workaround: Try, try again.
    9. dbassist, one last time
    Executed "dbassist" once more and selected the following options:
    Create database
    Typical
    Create new database files
    Hybrid
    Concurrently connected users: 5
    Options: Oralce interMedia, Oralce JServer, and interMedia
    demos
    Global Database Name: cprtest3.parkrussell.com
    SID: cprtest3
    Output creation script
    Then, I executed (from the "oracle" Unix account):
    cd /u01/app/oracle/product/8.1.5/install
    setenv ORACLE_SID cprtest3
    ./sqlcprtest3.sh
    Problem: I got the following output:
    "Oracle Server Manager Release 3.1.5.0.0 - Production
    (c) Copyright 1997, Oracle Corporation. All Rights Reserved.
    Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
    With the Partitioning and Java options
    PL/SQL Release 8.1.5.0.0 - Production
    SVRMGR> SVRMGR> Connected.
    SVRMGR> ORACLE instance started.
    ORA-01012: not logged on
    SVRMGR> 2> 3> 4> 5> 6> 7>
    8> 9> CREATE DATABASE "cprtest3"
    ORA-01012: not logged on
    SVRMGR> Disconnected."
    Workaround: Beats me.
    10. sqlplus
    I attempted to execute sqlplus, but got the following error
    message:
    "/u01/app/oracle/product/8.1.5/bin/sqlplus: Permission denied."
    The execute bit was not set.
    Workaround: I executed:
    chmod a+x /u01/app/oracle/product/8.1.5/bin/sqlplus
    sqlplus
    I gave up for now... there were just too many things wrong with
    this installation, starting with the very first command I was
    supposed to execute (./runInstaller).
    I can't fathom why Oracle's installation script has so many bugs.
    Am I just doing something terribly wrong?
    Please help.
    null

    I'm using enlightenment version 0.15.5-41, which is more recent
    than the 0.15.5-37 version (containing the Oracle installer
    patch) that you recommended. Unfortunately, it fails when using
    this version.
    I also tried installing Oracle using twm, with enlightenment
    disabled. This didn't help either.
    Furthermore, the errors that I'm encountering in the OUI are
    not just toward the end of the installation. They happen from
    the very beginning, right after I enter "./runInstall", and
    continue every step of the way.
    Calvin Mitchell (guest) wrote:
    : Check out my thread: "Assistants Failure Toward end of Oracle
    : Install" to see where i've gone with this.
    : if your running Enlightenment as your window manager you need
    to
    : upgrade to 0.15.5-37, that will solve the OUI error.
    : Let me know if you solve any of your problems.
    : Chris Russell (guest) wrote:
    : : I can not get Oracle 8.1.5 to install onto Linux RedHat 6.1.
    : The
    : : Oracle installation script generates several errors. I have
    : : tried several attempts, using different options, but they all
    : : generate errors.
    : : Please help. The Oracle Installation scripts appear to be
    very
    : : buggy... or perhaps they are incompatible with the standard
    : : RedHat 6.1 release. Either way, it is very frustrating.
    : : I have documented one of my (failed) installation attempts
    : below.
    : : Does anyone have any words of wisdom?
    : : I am installing Oracle onto a Dell Latitude CPi PC w/ 128MB
    : RAM,
    : : a 366MHz Pentium II, and RedHat 6.1 (using the standard Linux
    : : 2.2.12-2 kernel). RedHat was installed using the standard
    : "Gnome
    : : Workstation" configuration.
    : : The Oralce CD is labeled:
    : : "Oralce 8i Enterprise Edition
    : : Release 8.1.5
    : : for Linux
    : : (c) Oracle Corporation 1999"
    : : I got this CD about one week ago at Oracle OpenWorld '99 in
    Los
    : : Angeles... it should be their "latest & greatest" version so
    : far.
    : : 1. Pre-Installation and ./runInstall
    : : I created an "oracle" Unix account w/ groups "oinstall" (the
    : : primary group) and "dba" (a secondary group).
    : : I created directories /u01 through /u04, belonging to oracle.
    : : I setup .cshrc and sourced it, containing:
    : : umask 022
    : : setenv DISPLAY `hostname`:0
    : : xhost +
    : : setenv ORACLE_BASE /u01/app/oracle
    : : setenv ORACLE_HOME ${ORACLE_BASE}/product/8.1.5
    : : setenv ORACLE_SID cprtest
    : : setenv PATH ${ORACLE_HOME}/bin:${PATH}
    : : setenv LD_LIBRARY_PATH ${ORACLE_HOME}/lib
    : : setenv NLS_LANG US7ASCII
    : : I downloaded jre116_v5 and installed to /usr/local/jre.
    : : Finally, I executed (from the "oracle" Unix account):
    : : cd /mnt/cdrom
    : : ./runInstall
    : : Problem: I got the error (from ./runInstall):
    : : Initializing Java Virtual Machine from
    : /usr/local/jre/bin/jre.
    : : Please wait...
    : : Error in CreateOUIProcess(): -1
    : : : Bad address
    : : Workaround: Executed the following commands instead:
    : : cd /mnt/cdrom/install/linux
    : : ./runIns.sh
    : : 3. runIns.sh and root.sh
    : : I selected the following options (from ./runIns.sh):
    : : Source: /mnt/cdrom/stage/products.jar
    : : Destination: /u01/app/oracle/product/8.1.5
    : : Oracle 8i Enterprise Edition 8.1.5.0.0
    : : Typical (585MB)
    : : Installable Components: Oralce Intelligent Agent 8.1.5.0.0
    : : Global Database Name: cprtest.parkrussell.com
    : : SID: cprtest
    : : Directory for Database Files: /u02
    : : Then (when instructed by ./runIns.sh), I attempted to execute
    : : (from the
    : : "root" Unix account):
    : : cd /u01/app/oracle/product/8.1.5
    : : ./root.sh
    : : Problem: I got the error:
    : : "bash: ./root.sh: Permission denied"
    : : The execute bit was not set.
    : : Workaround: I executed:
    : : chmod a+x root.sh
    : : ./root.sh
    : : 5. Configuration Tools
    : : The Oracle Installer (./runIns.sh) attempted to execute:
    : : A. Net8 Configuration Agent
    : : B. Oracle Database Configuration Agent
    : : Problem: The "Oracle Database Configuration Agent" failed
    with
    : : the following error message:
    : : "One or more tools have failed. It is recommended but not
    : : required that these tools succeed for this installation.
    : : You can now select these tools, read its details to
    examine
    : : why they have failed, fix those problems, and retry them.
    : : Or, you can click "Next" to continue."
    : : When I selected the "Oracle Database Configuration Agent" for
    : : more info, I got the following additional details (as the
    cause
    : : of the error):
    : : "A required command line argument is missing."
    : : The log file
    : : "/u01/app/oracle/oraInventory/logs/installActions.log"
    : recorded:
    : : "Command which is being spawned is /usr/local/jre/bin/jre
    : : -Duser.dir=/u01/app/oracle/product/8.1.5/assistants/dbca/jlib
    : : -classpath
    /usr/local/jre/lib/rt.jar:/u01/app/oracle/product/8.1.5/jlib/ewt-
    : 3_1_10.jar:/u01/app/oracle/product/8.1.5/jlib/share-
    1_0_6.jar:/u01/app/oracle/product/8.1.5/assistants/dbca/jlib/DBAs
    sist.jar:/u01/app/oracle/product/8.1.5/assistants/jlib/jnls.jar:/
    u01/app/oracle/product/8.1.5/assistants/jlib/ACC.JAR:/u01/app/ora
    : cle/product/8.1.5/jlib/help-
    : 3_0_7.jar:/u01/app/oracle/product/8.1.5/jlib/oracle_ice-
    4_03_3.jar:/u01/app/oracle/product/8.1.5/jlib/HotJavaBean.jar:/u0
    1/app/oracle/product/8.1.5/jlib/netcfg.jar:/usr/local/jre/lib/i18
    : n.jar
    : : DBCreateWizard /createtype seed /numusers NO_VALUE /apptype
    : : NO_VALUE /cartridges NO_VALUE /options NO_VALUE /demos
    NO_VALUE
    : : /seedloc NO_VALUE /sid cprtest /orahome
    : : /u01/app/oracle/product/8.1.5 /orabase /u01/app/oracle /dbloc
    : : /u02 /clususer NO_VALUE /cluspswd NO_VALUE /nodeinfo NO_VALUE
    : : /gdbName cprtest.parkrussell.com
    : : Invalid Exit Code. The following result code will be used
    for
    : : configuration tool: 1
    : : Configuration tool Oracle Database Configuration Assistant
    : : failed"
    : : Workaround: There is obviously nothing I can do to fix this
    : : problem. It appears to be an internal bug in ./runIns.sh.
    : : Therefore, I selected "Next" and executed "dbassist"
    directly.
    : : 6. dbassist
    : : I executed:
    : : dbassist
    : : Problem: I got the following error:
    : : "JNLS Execution:oracle.ntpg.jnls.JNLSException
    : : Unable to find any National Character Sets. Please
    : : check your Oracle installation."
    : : Workaround: Press "OK" and ignore the error.
    : : 7. dbassist (cont.)
    : : I selected the following options:
    : : Create database
    : : Typical
    : : Copy existing database files from the CD
    : : Global Database Name: cprtest.parkrussell.com
    : : SID: cprtest
    : : Problem: I got the following error:
    : : "CD-ROM drive not detected on this system.
    : : Database not created."
    : : (Note: I've been running the installation scripts from the
    : : CDROM drive this entire time. "df" shows the CDROM drive
    : : mounted on /mnt/cdrom. "ls /mnt/cdrom" works too.)
    : : Workaround: Abort (which generated the additional error:
    : "Unable
    : : to create database. DBCA-00003: No CD-ROM drive detected.")
    : and
    : : run dbassist again, this time using different parameters.
    : : 8. dbassist, again
    : : I executed "dbassist" again and selected the following
    options:
    : : Create database
    : : Typical
    : : Create new database files
    : : Hybrid
    : : Concurrently connected users: 5
    : : Options: Oralce interMedia, Oralce JServer, and iM demos
    : : Global Database Name: cprtest2.parkrussell.com
    : : SID: cprtest2
    : : Create database now
    : : Problem: I got the following error:
    : : "ORA-01012: not logged on"
    : : Workaround: Try, try again.
    : : 9. dbassist, one last time
    : : Executed "dbassist" once more and selected the following
    : options:
    : : Create database
    : : Typical
    : : Create new database files
    : : Hybrid
    : : Concurrently connected users: 5
    : : Options: Oralce interMedia, Oralce JServer, and interMedia
    : : demos
    : : Global Database Name: cprtest3.parkrussell.com
    : : SID: cprtest3
    : : Output creation script
    : : Then, I executed (from the "oracle" Unix account):
    : : cd /u01/app/oracle/product/8.1.5/install
    : : setenv ORACLE_SID cprtest3
    : : ./sqlcprtest3.sh
    : : Problem: I got the following output:
    : : "Oracle Server Manager Release 3.1.5.0.0 - Production
    : : (c) Copyright 1997, Oracle Corporation. All Rights
    Reserved.
    : : Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
    : : With the Partitioning and Java options
    : : PL/SQL Release 8.1.5.0.0 - Production
    : : SVRMGR> SVRMGR> Connected.
    : : SVRMGR> ORACLE instance started.
    : : ORA-01012: not logged on
    : : SVRMGR> 2> 3> 4> 5> 6> 7>
    : : 8> 9> CREATE DATABASE "cprtest3"
    : : ORA-01012: not logged on
    : : SVRMGR> Disconnected."
    : : Workaround: Beats me.
    : : 10. sqlplus
    : : I attempted to execute sqlplus, but got the following error
    : : message:
    : : "/u01/app/oracle/product/8.1.5/bin/sqlplus: Permission
    : denied."
    : : The execute bit was not set.
    : : Workaround: I executed:
    : : chmod a+x /u01/app/oracle/product/8.1.5/bin/sqlplus
    : : sqlplus
    : : I gave up for now... there were just too many things wrong
    with
    : : this installation, starting with the very first command I was
    : : supposed to execute (./runInstaller).
    : : I can't fathom why Oracle's installation script has so many
    : bugs.
    : : Am I just doing something terribly wrong?
    : : Please help.
    null

  • How to install oracle 11g on ubuntu 10.10

    please give me the steps for installing oracle db 11g on Ubuntu 10.10

    To the best of my knowledge, installing the database on any debian-based distro is not supported. Red Hat and OEL are officially supported, although I have seen guides on installing on Fedora which should also apply to CentOS. I'd go here for that: http://www.oracle-base.com/
    There have been some reports of success with the Oracle client on Ubuntu (again, not supported but hey, it works). Check here. http://mikesmithers.wordpress.com/category/ubuntu/

  • Problem Installing Oracle 11g. Please Help!

    Hello All,
    I need to install Oracle 11g Release 2  database on my machine:
    Windows 7 Enterprise
    64 bit Operating System
    Service Pack 1
    I ran into problems right before  I reach the Installation Options Screen
    The error message is:
    Unable to establish a network connection to proxy server. Specify the correct proxy details.
    I have tried entering the correct Proxy server information but it gives me the same error.
    Please Help
    Thanks

    HI,
    If you are not using proxy or if you want to continue without connecting to internet, you can just continue without providing these details
    Regards
    Yoonas

  • Hi can anyone help me how to install oracle 11gr2 in linux machine

    Hi can anyone help me how to install oracle 11gr2 in linux machine
    with some documentation or any screen shots ?

    Hello
    you can follow me article:
    Oracle desde Guatemala &amp;raquo; Blog Archive &amp;raquo; Instalar Oracle Database 12cR1 en OEL 6 con ASM
    Greetings,

  • Error while installing oracle 11g in centos 5.3

    I got this error while installing oracle 11g in my laptop with centos 5.3
    the error is:
    ./runInstaller
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 80 MB. Actual 76430 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 6000 MB Passed
    Checking monitor: must be configured to display at least 256 colors
    Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,
    Continue? (y/n) [n] y
    Ignoring required pre-requisite failures. Continuing...Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-03-07_12-09-48PM. Please wait ...[oracle@www database]$ Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Exception in thread "main" java.lang.NoClassDefFoundError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at java.awt.Toolkit$2.run(Toolkit.java:821)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:804)
    at com.jgoodies.looks.LookUtils.isLowResolution(Unknown Source)
    at com.jgoodies.looks.LookUtils.<clinit>(Unknown Source)
    at com.jgoodies.looks.plastic.PlasticLookAndFeel.<clinit>(PlasticLookAndFeel.java:122)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at javax.swing.SwingUtilities.loadSystemClass(SwingUtilities.java:1783)
    at javax.swing.UIManager.setLookAndFeel(UIManager.java:480)
    at oracle.install.commons.util.Application.startup(Application.java:758)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
    at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
    at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:114)
    at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:132)
    please help me solve this...i am new to linux so can anyone give me detailed instructions.i tried using the installation guide and even though i got this error...

    Firstly Thank you everyone for giving me your suggestions.
    I tried installing oracle 11g in centos using Tim's tutorial and i all went fine initially i got the oracle 11g installation GUI and i got an error while starting database configuration.
    The error was : TNS failed
    and i got two options in that dialog box "ignore" and "abort"
    after press ignore a few times.the installation finished successfully.
    When i opened terminal and typed
    sqlplus SYS as SYSDBA
    it asked for password
    when i gave the password again it showed the error TNS failed
    kindly help me solve this.....

  • Display Error while installing Oracle 11g R2 in RHEL 5 !!!

    hi
    I am trying to install Oracle 11g R2 in RHEL 5. When i run ./runInstaller it didnt pass one checking..which showed an error:
    >>> Could not execute auto check for display colors using command /usr/X11R6/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
    i run xhost +
    it showed:
    [oracle@localhost database]$ xhost +
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    xhost: unable to open display ":0.0"
    i exported the DISPLAY too..its workedd..but still its showing the same error..
    here iam trying to install the oracle 11g on RHEL 5 in a common PC...not using any Vmware or Virtual box and not trying to install it from remote PC. But still iam facing the same error.
    Kindly help me to resolve this issue.
    Shiyas M

    Hi;
    Firstly you are working on server or you use some telnet program like putty? If you are working on server than issue is:
    as root
    xhost +
    than run xlock and be sure u can see clock
    than su - oracle
    xhost + once more than try to run ./runInstaller
    If you connect server remotly than i use vncwier
    1. as root run export DISPLAY=hostname or IP:1.0
    2. xhost +
    3. run xclock and see u see it on vncviwer
    4. su - oracle
    5. run export DISPLAY again
    6. xhost
    7. /runInstaller
    Regard
    Helios

  • Installing Oracle 11g ODAC 11.1.0.5.10 Beta

    I've installed Oracle 11g ODAC 11.1.0.5.10 Beta.
    It came back with installation successful.
    How do I get the Oracle Database Server(Oracle ODP.NET) to appear as one of my datasource choices?
    I added the Oracle.DataAccess.dll (v. 2.111.5.10) to my bin folder. I restarted VS2005, dropped a gridview on the page, selected NewDatasource. My only options are for Microsoft.

    This step by step tutorial should help you out:
    http://www.oracle.com/technology/obe/net11gobe/building.net/vs_otn2.htm
    There are parts of the tutorial that you can skip since you are only interested in ODP.NET showing up as a data source and using it within a gridview.

  • Help needed regarding installation of Oracle 11G in Solaris10(VMware)

    I am trying to install Oracle 11G in Solaris. Whenever I am trying to run the installer ,I gets below error messages.
    # cd /export/home/oracle
    # ls -ltr
    total 2098204
    drwxr-xr-x 3 oracle oinstall 512 Mar 29 21:23 product
    drwxr-xr-x 2 oracle oinstall 512 Mar 29 23:03 Documents
    drwxr-xr-x 2 oracle oinstall 512 Mar 29 23:03 Desktop
    -rw------T 1 root root 1073741824 Mar 29 23:09 orcl_swap
    lrwxrwxrwx 1 oracle oinstall 32 Mar 30 19:34 link to installation -> /e xport/home/oracle/installation
    drwxr-xr-x 4 root root 512 Mar 30 20:30 installation
    drwxr-xr-x 4 oracle oinstall 512 Mar 30 23:30 tmp
    # cd installation
    # ls -ltr
    total 4
    dr-xr-xr-x 4 root root 512 Mar 30 20:30 linux.zseries64_11gR2_data base_2of2
    dr-xr-xr-x 3 root root 512 Mar 30 20:30 solaris.x64_11gR2_database _1of2_1
    # cd solaris.x64_11gR2_database_1of2_1
    # ls -ltr
    total 2
    dr-xr-xr-x 8 root root 512 Mar 30 21:09 database
    # cd database
    # ls -ltr
    total 38
    dr-xr-xr-x 12 root root 512 Mar 30 20:34 doc
    dr-xr-xr-x 4 root root 512 Mar 30 20:34 install
    dr-xr-xr-x 2 root root 512 Mar 30 20:34 response
    dr-xr-xr-x 2 root root 512 Mar 30 20:34 rpm
    dr-xr-xr-x 2 root root 512 Mar 30 20:34 sshsetup
    dr-xr-xr-x 14 root root 1024 Mar 30 21:09 stage
    -rwxrwxrwx 1 root root 6513 Mar 30 21:59 runInstaller
    -r--r--r-- 1 root root 5400 Mar 30 21:59 welcome.html
    # ./runInstaller
    ./runInstaller: /export/home/oracle/installation/solaris.x64_11gR2_database_1of2_1/database/install/.oui: cannot execute
    It will bre great if anyone can help me with some ideas and concepts here.

    I have downloaded Oracle 11G R2 version from Windows and extracted it in Windows and copied it into DVD after extraction in two folders. Now I am mounting that DVD in Solaris 10 installed in my VMware . I made a new directory named as 'installation ' under /export/home/oracle and copied the folders from DVD to 'installation' folder. Now I am entering installation folder and try to do ./runInstaller as 'oracle ' user and getting the error mentioned before.
    Edited by: 916438 on Mar 31, 2012 5:55 PM

  • Can't install oracle 10g on windows 2008 R2

    Please help me
    I want install oracle 10g on windows 2008 R2 but can't install because I don't have file install oracle_10.2.0.4 and i can't download file from oracle.com
    and oracle 11g i not license
    Where can download file oracle install 10.2.0.4
    thank you

    user9357585 wrote:
    same issue here. I need 10.2.0.3.0 with install software to bring a legacy sid over onto new server hardware that will not support Win 2003. I have Win 2008 32bit loaded and just need the software install ruitine to make the move. My legacy 10g server running on older hardware and Win 2003 works, but is now uncompliant with IA requirements now. We are sandboxing this application. My new server will need to have 2008 on it.
    Will Oracle supply me the software. I have paid maintenace on my account every year. Just paid it for this year in Ocober. Should not have an issue here.submit a Service Request & you'll get your question answered

  • Can I install Oracle 11 g in Vista 32 bit?

    Can I install Oracle 11 g in Vista 32 bit?
    Which version of Oracle is best and compatible for Windows Vista 32 bit OS
    Thanks,
    Jenith
    Edited by: Jenith on Sep 21, 2008 10:23 PM

    This Link could be helpful
    http://www.oracle.com/technology/software/products/database/index.html
    Both 10gRelease 2 and 11g are supported on Vista
    Best?
    For time being it can be 10g but 11g is officialy supported

  • About memory issue during installing Oracle 11g on Windows Server 2003

    Hi, all
    When I installed Oracle 11g on Windows Server 2003 which the server is a virtual server, Oracle only can detect 2G memory.
    But there are 4G memory with my server.
    I want to know if the Oracle 11g's new feature or the virtual server lead the issue.
    Also , I want to get your help to resolve the issue, thanks a lot.

    Let me get this straight:
    You have created some virtual machine using someone's unknown VM software.
    You have installed Windows Server 2003 (perhaps, but not confirmed 32-bit) to that VM.
    You have allocated 4GB of memory to the VM (we guess ... not sure I'm ready to take your word on this)
    You are attempting to install Oracle 11g (presumably 11gR1 32 bit for Windows) in the VM
    And the Oracle (installer?) seems to be reporting that you only have 2GB RAM.
    Since I personally have installed Oracle 11g 32bit for Windows on Windows 2003 server with 4GB RAM and had no issues, I would be investigating the (unknown) VM environment.

  • Install Oracle 11g client on Windows 7

    Hi,
    I am getting an error while installing Oracle 11g R1 client(11.1.0.7.0) on Windows 7 x32.
    Error: OUI-18001: The operating system 'Windows Vista Version 6.1' is not supported.
    Recommendation : install the recommended service pack.

    Only for Oracle 10g client installation on win 7 32, 64 bit
    To get going with oracle on windows 7 64-bit. You can install oracle 10g 32 which you use for windows XP. Its unusal but successful. Install 10G it will get installed on program files x86. Then open tnsnames.ora files which will be either in program files x86/oracle/....search or it will be in c:\oracle...write the correct server name in tnsnames and in PB while doing the configuration..write tns:servername in the server textbox. I did that and it got connected...incase u need any help let me know my email address is [email protected]
    cheers
    Kishan Changlani

  • Install Oracle 11g RAC on Solaris 10

    Hello,
    I'm new joined DBA in my organization.
    There is a requirement from a client to install Oracle 11g RAC on Solaris 10 env.
    Can anybody please guide me with some doc or pdf for the steps.
    Till now, i've install Oracle 11g DB on Solaris, but i'm pretty new to RAC env.
    Note:
    I've to do installation via commands, No GUI.
    Thanks for your help.
    Regards,
    Gags

    Hi,
    Q) Can Oracle 11g Release 2 RAC be installed on Solaris (x86)??yes, you can Install it on Solaris X86
    Q) Can the links of Oracle RAC installation over Unix and Linux be taken as base?? As i haven't seen any doc for installing 11g RAC on Solaris, where as it was provided in Oracle 10g.yes, you need to consider Oracle RAC installation over Unix and Linux be taken as base as base document.
    http://download.oracle.com/docs/cd/E11882_01/install.112/e17214/toc.htm
    In addition Refer:
    http://www.oraclemasters.in/?p=963
    thanks,
    X A H E E R

Maybe you are looking for

  • Problem with Rewriter / SAP ITS/EBP

    Hi, i want to rewrite some JS-Function, but i need some help. I have this JS-Function and want to rewrite the variable sessURL (it is from a SAP ITS-Server). any ideas? thanks Jonathan Portal Q4/04 <script language="JavaScript1.2" type="text/javascri

  • AI CS5.1 error - says it needs to be activated

    I have CS5.1 apps on my mac, but my subscription has reverted to the Cloud. I have been able to access the CS5.1 apps before but now I get a message "Unable to activate Creative Suite CS5 Premium Design Edition. Product Activation is required to use

  • Concatenating two columns in obiee 11g

    Hi, I am getting an syntax error when i concatenate two columns from the same table and i think syntax is correct. below is the column formula: (cast("Dim Stock Market"."Days High" as varchar))||'/'||(cast("Dim Stock Market"."Days Low" as varchar)) e

  • Best wau to rewrite subject line based on FROM address...

    Has anyone had experience with re-writing the subject line of a message based on the FROM address? I am trying to accomplish the following: 1) if the FROM address of a message is "[email protected]" and SUBJECT of message is "some special subject" th

  • BI Content Not Installed

    HI , In ECC i found BI Content is not installed. Can any one tell me is there any need to install ? if we wont install what are effects we will go through. Explain on this............. Regards Kavitha