Just install oracle 11g -  can't access SQL

hello all,
I am new to this and trying to learn
I install my oracle 11 g ( with great difficulties !!!)
I am trying to open the sql developer and it's asking me for the full pathname for JAVA.EXE ??!!!
I updated the java and give him a path for it but its saying that this is not the right location for J2SE SDK ???
please help !!
thanks

Assuming you are trying to use the SQLDeveloper version bundled with the database it requires an installation of the full Java SDK, the JRE is not sufficient.
If you do not want to bother installing the latest JDK you can download the SQLDeveloper version with JDK included from this site.
Last stable version (2.1): http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
Early Adopter 3.0: http://www.oracle.com/technetwork/developer-tools/sql-developer/index-rel3-ea-202703.html

Similar Messages

  • Install Oracle 11g without APEX installation

    Hi,
    Since I don't want to use the embedded PL/SQL gateway as the default Web server, can I just install Oracle 11g database software with any APEX and PL/SQL gateway installation? I prefer to manually install APEX 3.2 to make sure that everything is clean.
    Also, can Oracle 11g use Apache 2 version of the Oracle HTTP Server?
    Thanks.
    Andy

    Andy:
    You can simply install APEX 3.2 over the version that is already in the 11g database. The OHS supplied with 11g cn be used to access your APEX installation.
    You can disable HTTP access to the database by executing the following as the sys user
    exec dbms_xdb.sethttpport(0);
    Varad

  • 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

  • Install Oracle 11g on window 7 but unable to login to sql developer.

    I have installed Oracle 11g from Oracle site but once oracle has been installed I am unable maintain connection as a New user in Sql developer.
    Although while installing I have kept both the password blank but when i am login to it keeping User name and password as blank it says as Invalid username/password.
    And same is the case with Sql plus it says your password has been locked but suggest any suggestive reasons for that.
    Thanks and Regards
    Addi
    Edited by: 959982 on Sep 18, 2012 10:40 PM

    959982 wrote:
    I have installed Oracle 11g from Oracle site but once oracle has been installed I am unable maintain connection as a New user in Sql developer.
    Although while installing I have kept both the password blank but when i am login to it keeping User name and password as blank it says as Invalid username/password.Since you must log on as a user, how do you expect to log on without a username (username as blank)?
    And please be aware that Oracle does NOT certify its products on any "home" edition of Windows.
    And same is the case with Sql plus it says your password has been locked but suggest any suggestive reasons for that.
    Thanks and Regards
    Addi
    Edited by: 959982 on Sep 18, 2012 10:40 PM

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

  • Install Oracle 11G, RAC with VMWare, APPS R12, and OBIEE on one server?

    Dear Experts,
    I'm looking to upgrade my skills, and want to learn more of:
    Oracle 11G, RAC, VMWare, APPS R12, and OBIEE
    My server has two quad cores (8 CPU altogether) and 16 gigs of RAM.
    Years ago, I took a shots at installing RAC on multiple servers and firewire.
    One thing I remember was that after I installed RAC, I was not able to use the database unless I enabled all the RAC processes on the server. So, I was not able to just boot the database and use it in the traditional single server manner.
    Which I will also want to do.
    1) Does this symptom/aspect/characteristic of RAC install still exist?
    2) Is it realistic to install all this software on one server?
    If so, what is the order of operations for the install?
    3) If I have to prioritize, I'd like to install
    Oracle 11G, OBIEE, and APPS R12,
    Would installing R12 and OBIEE on the same server present any conflicts or issues?
    If not, what is the order of operations for the install?
    11G, R12, then OBIEE?
    Thanks a lot!

    Hi,
    1) Does this symptom/aspect/characteristic of RAC install still exist?No.
    2) Is it realistic to install all this software on one server?
    If so, what is the order of operations for the install?For learning/traning/demonstration purpose you can Install all these software on same machine.
    3) If I have to prioritize, I'd like to install
    Oracle 11G, OBIEE, and APPS R12,
    Would installing R12 and OBIEE on the same server present any conflicts or issues?
    If not, what is the order of operations for the install?
    11G, R12, then OBIEE?There will not be any conflicts. I would suggest you to select vmware or virtual box in order to configure all these sw's.
    I have done such a configuration on my laptop with i7 Quad processor, 16GB RAM and 640 GB HDD.
    I have Installed 2 node RAC, 2 Node ERP and all are running smoothly without any issues.
    Refer:
    http://appsdbaworkshop.blogspot.com/2011/10/11gr2-rac-on-linux-56-using-vmware.html
    thanks,
    X A H E E R

  • 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

  • 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

  • Install Oracle 11g R2 64-bit on Windows 7 home premium

    Hi Guys
    I'm a little pissed off.I've installed Oracle 11g R2 a few times now..on windows xp without any issues but the first time I've tried to install 11g R2 64-bit on my new laptop and it just won't work.
    The installation goes just fine until step 4 System class and I chose Desktop class and the installation program just hangs.
    I've done the following steps
    1: Installed Java SDK 6 update 31 in the following directory C:\Java\jdk1.6.0_31
    2: I've also disabled User account control settings to never notify.
    3: I've tried unzipping the two zip files separately and together with the same result.(hung installation)
    4: updated java_home and path environment variables with the java sdk directory. (My path does have other values which have a space between directory names..ive tried
    removing all those entries and just keeping the java directory entry but it still gave me the same error)
    5: I always kick off the installation setup.exe file as an administrator.
    I'ld appreciate some help....
    Tks
    D

    851866 wrote:
    Hi Guys
    I'm a little pissed off.I've installed Oracle 11g R2 a few times now..on windows xp without any issues but the first time I've tried to install 11g R2 64-bit on my new laptop and it just won't work.
    The installation goes just fine until step 4 System class and I chose Desktop class and the installation program just hangs.
    I've done the following steps
    1: Installed Java SDK 6 update 31 in the following directory C:\Java\jdk1.6.0_31
    2: I've also disabled User account control settings to never notify.
    3: I've tried unzipping the two zip files separately and together with the same result.(hung installation)
    4: updated java_home and path environment variables with the java sdk directory. (My path does have other values which have a space between directory names..ive tried
    removing all those entries and just keeping the java directory entry but it still gave me the same error)
    5: I always kick off the installation setup.exe file as an administrator.
    I'ld appreciate some help....
    Tks
    DDid you read the prereqs in the fine Installation Guide? No oracle product is certified on any "home" edition of any version of Windows.
    From the installation guide, at http://docs.oracle.com/cd/E11882_01/install.112/e24283/toc.htm#BGBEEBAD
    ======================
    Operating System
    Oracle Database for Windows x64 is supported on the following operating systems:
    • Windows Server 2003 - all x64 editions
    • Windows Server 2003 R2 - all x64 editions
    • Windows XP Professional x64 Edition
    • Windows Vista x64 - Business, Enterprise, and Ultimate editions
    • Windows Server 2008 x64 and Windows Server 2008 R2 x64 - Standard, Enterprise, Datacenter, Web, and Foundation editions. The Server Core option is not supported.
    Note: Check My Oracle Support (formerly OracleMetaLink) for more information about Hyper-V support.
    • Windows 7 x64 - Professional, Enterprise, and Ultimate editions
    ===========================

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

  • Steps to Install Oracle 11g XE 64 on Linux 14

    Hi
    Need steps to install Oracle 11g XE on fedora linux 14 on VM ware. I tried methods that are posted but oracle got installed but it is not working need some proper steps to install, I have done the installation on windows its but am new to linux. Please suggest me.
    Also please suggest me how to installe oracle 11g Enterprise edition on linux fedora 14.
    Thanks
    Sudhir

    Hi;
    1. There are XE dedicate forum site:
    Forum Home » Database » Application Express which is XE dedicated forum site.
    2. Installation guide can be found at:
    http://www.oracle.com/technetwork/products/express-edition/documentation/index.html
    Regard
    Helios

  • Is it possible to install oracle 11g 32 bit in windows 7 64 bit?

    I just need some advice on installing oracle 11g 32 bit on windows 7 64 bit.
    If its possible to install oracle 11g 32 bit on 64 bit please let me know how.
    Thanks

    857211 wrote:
    I just need some advice on installing oracle 11gWhat part/product of "oracle 11g" exactly?
    Installation Guides should be clear enough, if read. Also read Release Notes for additional support/unsupport info.
    http://docs.oracle.com/cd/E11882_01/install.112/e24186/reqs.htm#CHDHGGFE
    http://docs.oracle.com/cd/E11882_01/install.112/e24187/pre_install.htm
    However the Installation Guide for Database Client adds:
    "Note: Oracle provides 32-bit (Windows x86) and 64-bit (Windows x64) versions of Oracle Database Client. _Oracle certifies 32-bit Oracle Database Client on Windows x64_." (underline added)

  • How to Install oracle 11G Solaris 10 NO GUI using command line

    Hello
    I need to install oracle 11G R2 on Solaris 10 but cant use interactive mode i tried the following
    /runInstaller -silent -force -debug FROM_LOCATION="/var/tmp/oracle/database/stageproducts.xml" ORACLE_HOME="/oracle/product"
    As per oracle metalink documentation - however i get the following messages
    [SEVERE] - My Oracle Support Username/Email Address Not Specified
    has anyone installed oracle with no interactive mode how can i do so ?
    thank you

    Have you followed the needed steps in the Install Guide ? http://download.oracle.com/docs/cd/E11882_01/install.112/e17163/app_nonint.htm#BABFEECI
    HTH
    Srini

  • How to Install Oracle 11g on Linux for Power?

    I've installed RedHat Enterprise Linux 5.4 on IBM PowerPC server.
    Now I want to install Oracle 11g on it. But there are no Oracle 11g downloads for Linux for Power.
    Is there any workaround so Oracle 11g can be installed on Linux on Power?

    Hi,
    I think you can forget it. Oracle 10g R2 was the last version supported on Linux PowerPC.
    Cheers,
    David
    OCP 9i
    http://www.oratoolkit.ch/knowledge/howto/installation/otn.php

Maybe you are looking for

  • Ipod Nano 6th Gen damaged Apple won't repair...any options?

    I have had my Ipod Nano 6th gen for about 8 months and used it religiously during work outs...unfortunately I sweat a lot and apparently this will damage Ipod Nano to the point that Apple considers this to be outside the guidelines of normal manufact

  • Sending mail to internal mailadres to external smtp

    Hi, I must have 1 email address from my email-domain (intern and external) that always send the mails to the external smtp-server. example: mail domain is novellrocks.com email address create is [email protected] So when we send internal our external

  • Mac Pro and Core i7 Chip ?

    Does anyone have any idea what sort of advantage the Intel i7 chip will have over the current chip in the Mac Pro. Is it worth waiting until MacWorld in January for a possible announcement of the move to this chip. MacPro is due for a redesign and th

  • Problem when configure a domain

    Hi, I have LiveCycle Policy Server 7.0.2 deployed in Jboss 3.2.5. It was successful to test server when I configured an LDAP query. However, I run into exceptions when I synchronized Directories manually. ~ERROR~com.adobe.edc.server.errors.exception.

  • IMac Display -- White band across screen

    I recently noticed a white band across the top half of my screen. The line is about 3-5 tall and runs the entire width of the screen. This is incredibly annoying. The so-called Genius at the Apple store said I would have to pay about $800 to replace