Oracle Lite installation - 'Missing or Incorrect version of JDK' problem

Dear Experts,
I am attempting to install Oracle Lite 10g and when I go through the Universal Installer steps, after asking to install the demo applications, the next screen gives me 'Missing or Incorrect version of JDK'.
I have downloaded the J2EE package from Sun and put it in a separate directory. This version is 1.4.2 and I have got the following in my environment varibles:
PATH is 'C:\j2sdk1.4.2\bin;C:\oracle\product\10.2.0\db_1
\NETWORK\ADMIN;C:\oracle\product\10.2.0\db_1\BIN'
CLASSPATH is ''C:\j2sdk1.4.2\bin'
I have Oracle 10g EE database already installed and my operating system is MS Windows 2000 service pack 4. When I navigate to 'C:\j2sdk1.4.2\bin' and type '>java -version' I get 'build 1.4.2_...'
Many thanks for your help,
Mark

It appears the problem was that I had J2EE 1.4.2 and actually required J2SDK 1.4.2 i.e. the Standard edition rather than the Enterprise edition. Even though there are exactly the same files in the 'bin' directory in both versions. The installation now works.
Mark

Similar Messages

  • Oracle Lite installation problem

    hi there,
    i am trying to install oracle lite version 5.0.0.0 and (other versions) on my machine, but it gives me "invalid specified registry " ERROR. I have oracle8i on my machine.
    Can someone help me to install oracle lite ?
    Thanks
    Nirali

    What kind of webtogo do you try to install?
    Have you installed a jre 1.1.8 or plus?
    Is your database started?
    If yes, you try to put system and system 's password.
    Best regards,
    Simone

  • Oracle Lite10G Installation JDK missing

    Hi , I am trying to install olite 10g downloaded recently from technet .Installation goes smoothly till it asks for the port number on oc4j Http listener . the next it gives me error message saying
    "Missing or Incorrect version of jdk " as title and
    dialog body says
    "installer could not find correct version of JDK installed on your system . mobile server requires JDK1.4.1 or higher .
    whereas i have
    C:\Documents and Settings\sathishk>java -version
    java version "1.4.2_03"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02)
    Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode)
    And also i checked path and classpath . both points to above mentioned version ?

    After you install the J2SDK from Sun, you will need to make sure the first entry in the PATH and CLASSPATH is the directory where the J2SDK is installed.
    It appears that the JDK you are using is coming from another directory.
    Just a Guess!!!?

  • JDK/JRE Version support for Oracle Lite

    Hi,
    We have developed an application using jdk 1.4.x which also using Oracle9i Lite 5.0.2 release as a database. Application behaves normal except while closing it throws java exception (Exceptio Guard Page Exception) error.
    Is it because of the JDK Version we are using? What is the JDK/JRE version level supported by Oracle Lite.
    Thanks
    Krishna

    Right
    I got the same problem too.
    When my program and oracle 9i lite is running under JRE1.3.1, everything is ok.
    However, when i migrate the jre to 1.4.x, the program must fail and report DLL exception after closing.
    So trouble~!

  • Oracle 8i Lite Installation

    I have downloaded Oracle 8i Lite V4 from the Oracle Website and
    just tried to install it on my PC running Windows NT V4 and it
    failed.
    I ran the setup program and the Oracle Lite Installer started
    up. After I entered in my Oracle Home, the Installer fails with
    the following message "user.stp(352): PERMISSION_DENIED while
    modifying CLASSPATH in $". Any ideas or suggestion on what to
    do would be appreciated?
    Thanks and regards.
    null

    Bruce,
    Thanks. I'm new to NT. I checked with my Administrator and
    that was the case.
    Bruce Nordstrand (guest) wrote:
    : Andrew Chin (guest) wrote:
    : : I have downloaded Oracle 8i Lite V4 from the Oracle Website
    and
    : : just tried to install it on my PC running Windows NT V4 and
    it
    : : failed.
    : : I ran the setup program and the Oracle Lite Installer
    started
    : : up. After I entered in my Oracle Home, the Installer fails
    : with
    : : the following message "user.stp(352): PERMISSION_DENIED
    while
    : : modifying CLASSPATH in $". Any ideas or suggestion on what
    to
    : : do would be appreciated?
    : : Thanks and regards.
    : Just a thought, but do you have administrator rights for your
    : login?
    : Regards
    : Bruce
    null

  • Connection to Oracle Lite 8i

    I am trying to make a connection from JDeveloper 2.0 to Oracle
    Lite 8i 4.0.
    I get a connection defined in the connection wizard but I have
    to use the Sun Jdbc Odbc driver and it does not show up in the
    connections dropdown when I go to use it.
    Does anyone know how I can get a usable connection?
    Stan McDaniel
    null

    Laura,
    Can you tell me than what's the use of choosing an Oracle Lite
    driver in the Connection wizzard? The problem discribed below is
    not limited to applets: in applications I can't use my lite-
    connection either.
    And do you know of a way to use a thin driver to connect to an
    Oracle Lite database?
    Thanks a lot for the help so far,
    Marko.
    : Marko,
    : Yes, you can only use the JDBC thin driver when creating an
    : applet (this is generic, not specific to the Infobus). This
    is
    : because the OCI drivers require that the client of the app
    have
    : the OCIJDBC8.dll in their Oracle_Home, and that Oracle_Home be
    in
    : the client's PATH. Because an applet is self-contained, it
    has
    : no way of 'looking outside' itself for that client-side DLL.
    : With the JDBC thin driver, everything is included in the
    : classes111.zip file.
    : Laura
    : Marko (guest) wrote:
    : : Laura,
    : : Great, it works! Well, partly at least. I am now able to use
    : the
    : : driver in JDBC-applications. It is also possible to use the
    : : driver when defining a new Connection with the connection-
    : : wizzard.
    : : The only remaining problem is the fact that the newly
    defined
    : : connection can't be chosen, when I start creating an infobus-
    : : applet. Can it be that only thin and oci drivers can be used
    : for
    : : infobus-applets?
    : : JDeveloper Team (guest) wrote:
    : : : Marko,
    : : : If I remember correctly, Oracle Lite 4.0 was not available
    at
    : : the
    : : : time we released JDeveloper 2.0, so it is possible that
    the
    : : : drivers are not compatible.
    : : : You say that JDeveloper needs the 35 jar. Are you getting
    an
    : : : error when you try to define a connection? Can you tell
    me
    : : what
    : : : that error is? I will try to verify what is happening.
    : : : A few things to try:
    : : : 1. When you add the Oracle Lite library to your project
    : : : properties, make sure it appears before/above any other
    JDBC
    : : or
    : : : EJB libraries. If necessary, select the library in the
    list
    : : and
    : : : drag it up.
    : : : 2. When you edit the IDE Classpath, also make sure the
    : : pointers
    : : : to the Oracle Lite jars come before any of
    : : the 'classes111.zip'
    : : : files.
    : : : Laura
    : : : Marko (guest) wrote:
    : : : : I have the same problem. Oracle Lite 8i is shipped with
    : : : : olite35.jar and olite40.jar. JDeveloper can't use the
    : driver
    : : in
    : : : : olite40.jar for some reason. I have tried the solution
    : : : described
    : : : : below, but JDeveloper needs oljdbc35.dll in the shared
    : : library
    : : : : path to use olite35.jar. Guess what: there is only
    : : oljdbc40.dll
    : : : : in Oracle Lite 8i 4.0.
    : : : : JDev Team (guest) wrote:
    : : : : : Stan,
    : : : : : This is documented in the Release Notes as follows:
    : : : : : 1. Install JDeveloper.
    : : : : : 2. Install Oracle Lite 3.6 or higher.
    : : : : : 3. Launch JDeveloper.
    : : : : : 4. Add a library for Oracle Lite by following these
    : steps:
    : : : : : a.Choose the menu option Tools | Default Project
    : : : : Properties.
    : : : : : b.Click the Libraries button at the bottom of the
    : : dialog.
    : : : : : c.Click the New button on the lower right to add a
    new
    : : : : : library.
    : : : : : d.Name the library Oracle Lite by typing in the
    Name
    : : : field.
    : : : : : e.Add the path to the Oracle Lite driver by typing
    in
    : : the
    : : : : : Class Path field. This should be a jar file called
    : : : : : <oracle_home>\lite\classes\olite36.jar, but check
    : the
    : : : : : documentation for your version of Oracle Lite.
    : : : : : f.Click OK to add the Library. JDeveloper analyses
    the
    : : : : : dependencies for the driver and returns to the
    : : : : Default
    : : : : : Project Properties dialog.
    : : : : : g.Click Add to add Oracle Lite to the default
    project
    : : : : : properties for all future generated projects.
    : : : : Alternatively,
    : : : : : you may add the Oracle Lite driver on a
    : : : : : project by project basis by selecting Project |
    : : Project
    : : : : : Properties and adding the newly created library
    to
    : : the
    : : : : : current project.
    : : : : : 5. Quit JDeveloper.
    : : : : : 6. Add the Oracle Lite jar file to the IDE Classpath
    by
    : : : : following
    : : : : : these steps:
    : : : : : a.Open the file <jdev_home>\bin\jdeveloper.ini.
    : : : : : b.Under the section [Java_Global], add the path of
    the
    : : : : Oracle
    : : : : : Lite driver to the IDEClassPath. This should be a
    : jar
    : : : : file
    : : : : : called
    : : : : : <oracle_home>\lite\classes\olite36.jar, but check
    : the
    : : : : : documentation for your version of Oracle Lite.
    : : : : : 7. Restart JDeveloper.
    : : : : : Stan McDaniel (guest) wrote:
    : : : : : : I am trying to make a connection from JDeveloper 2.0
    to
    : : : : Oracle
    : : : : : : Lite 8i 4.0.
    : : : : : : I get a connection defined in the connection wizard
    but
    : : I
    : : : : have
    : : : : : : to use the Sun Jdbc Odbc driver and it does not show
    up
    : : in
    : : : : the
    : : : : : : connections dropdown when I go to use it.
    : : : : : : Does anyone know how I can get a usable connection?
    : : : : : : Stan McDaniel
    null

  • Oracle 9i Lite Installation

    Hi All,
    I am trying to install 9iLite on windows 2000, can any one help out with the installation process, I have installed 8iLite on 2000 but had some problems while running it, then I came to know that 8iLite is not certified on 2000 so had to shift to 9i lite, My task is to achive replication of my data. Should I install the Mobile Server, where my Oracle server recides and Mobile development kit on the client machine, or they both have to go on the client machine. I tried to install the Mobile server on my client machine, but I was unable to find the Oracle Lite Navigator that used to be on 8i lite, i am missing some thing over here, or is it compulsary that I should have 9iAS even though I am not accessing it through the web, I want to do my replication accross the network. Any kind of help is greatly appreciated.
    Thank you,
    murali.k.maddali

    Hey Nick,
    I have tried to run webtogo here is my output
    C:\>webtogo -d0
    log0: spare01.uai.int 80
    log0: handler: / null
    log0: handler: / null
    log3: oracle.lite.web.HTTPServer$ServerNotReady: Oracle 9i Lite Mobile Server
    log3: at oracle.lite.web.HTTPServer.process(HTTPServer.java:291)
    log3: at oracle.lite.web.HTTPServer.handleRequest(HTTPServer.java:162)
    log3: at oracle.lite.web.JupServer.handle(JupServer.java:309)
    log3: at oracle.lite.web.SocketListener.process(SocketListener.java:157)
    log3: at oracle.lite.web.SocketListener$ReqHandler.run(SocketListener.java:208
    This error is returned when I tried to access this from the browser and the error I get on browser is
    WTG-10118: Mobile server is not running
    WTG-10117: Please contact your system administrator
    I have stopped IIS that was running on my machine, and then I started webtogo. Is there any thing I should take care of, and one more thing Nick, I am unable to follow that how the package wizard would be helpfull for me to do a simple replication say replicate emp table changes on to server and back.
    I appreciate your help.
    Thank you,
    murali.k.maddali

  • Incorrect version of oracle server or odbc driver

    Hi friends,
              I am using oracle database 11g ,i like to connect oracle database with my sage ERP accpac 5.6 , i connect with sage it show me the error "incorrect version of oracle server or odbc driver or odbc driver manager"
    please anyone help me
    Thanks

    It appears the problem was that I had J2EE 1.4.2 and actually required J2SDK 1.4.2 i.e. the Standard edition rather than the Enterprise edition. Even though there are exactly the same files in the 'bin' directory in both versions. The installation now works.
    Mark

  • Oracle lite xsql web to go installation error

    I have installed Oracle lite in windows 2000 professional. I installed the XSQL also. I configureged web to go. I get the demo (index.html) screen. I changed the connection name in helloworld.xsql to lite. WhenI try to run it
    I am getting the following error
    XSQL-007: Cannot acquire a database connection to process page.
    java.lang.ClassNotFoundException: oracle.lite.poljdbc.POLJDBCDriver
    What should I do to correct this?
    null

    the web-to-go server portion of Oracle Lite can only be installed on NT at this time. the future relase version 4.1.1 should support solaris (per oracle support).
    After installation on the server side is complete, the web-to-go client software can be pushed down by connecting through a web browser to your web-to-go server by
    typing http://yourwebtogoservername/webtogo/setup
    the client setup.exe file that will download can be run on 95,98 and NT (per Oracle support)

  • SAP CI Installation - Oracle installer missing

    Hi Experts,
    I relised that the oracle file (11203) is missing (looks like not properly extracted) when i want to install Oracle 11.2g as below error.
    Installation Results
    . (ERROR) - Oracle Database software installation finished with errors.
    . The Oracle executable /oracle/IEP/11203/bin/oracle is empty or does not exist.
    . Possible cause(s): link error, installation was cancelled or interrupted, or fatal error.
    . (INFO) - You can find the installation summary log at /oracle/IEP/11ginstall_11203.log
    . (EXIT) - Exiting with exit code 2.
    Can I copy the file 11203 from other server to paste it in the server to continue the installation?
    Please advise if you have any idea?
    The system is ECC 6.0 EHP4.
    Thank you.

    Hi AH,
    Yes, I got this error after run ./RUNINSTALLER.
    Not too sure if you can help.
    below is the error log.
    . 11ginstall.sh - Oracle Database 11.2 Software Installation Script
    . Version 11.2.0.3.0 Release Date 2011-12-02 Patch Level 039 (rel)
    . Copyright (c) Oracle Corporation 2010, 2011. All Rights Reserved.
    . SAP note 1524205
    . Oracle Database Release: 11.2.0.3.0
    . Host : XXXX
    . Platform : hp_ux_ia64 (64-bit)
    . Date : 2014_06_30 16:14:06
    . User : oraiep
    . Logfile : /oracle/IEP/11ginstall_11203.log
    . 11ginstall.sh was called with the following options (command line):
    . -caller RUNINSTALLER -oracle_stage /oracle/stage/112_64/database -ignoreSysPrereqs
    . Performing pre-installation checks ...
    . (OK) - Got value for <DB_SID> from environment.
    . (OK) - Got location for Oracle base from environment.
    . (OK) - Got location for Oracle stage from '-oracle_stage' option.
    . (ERROR) - Setting environment variable DISPLAY is required for interactive mode.
    . (OK) - Oracle base location /oracle exists.
    . (OK) - Installation location /oracle/IEP/11203 does not exist.
    . (OK) - Run-time location /oracle/IEP/112_64 does not exist.
    . (OK) - Inventory pointer file /var/opt/oracle/oraInst.loc exists.
    . (OK) - Group dba is defined.
    . (OK) - Group oper is defined.
    . (OK) - OUI version in stage is 11.2.0.3.0.
    . (OK) - New response file /oracle/IEP/.11ginstall_11203.rsp created.
    . Pre-installation checks completed.
    . Environment settings:
    . DB_SID = IEP
    . DISPLAY = not set
    . ORACLE_BASE = /oracle
    . ORACLE_STAGE = not set
    . Installation Settings:
    . Installation log file = /oracle/IEP/11ginstall_11203.log
    . Oracle Release = 11.2.0.3.0
    . Oracle stage location = /oracle/stage/112_64/database
    . Oracle base location = /oracle (exists)
    . Oracle home install. location= /oracle/IEP/11203
    . Oracle home run-time location= /oracle/IEP/112_64
    . Inventory group = dba
    . SYSDBA group = dba
    . SYSOPER group = oper
    . OUI Settings:
    . OUI version = 11.2.0.3.0
    . OUI temporary directory = /oracle/IEP/.11ginstall_11203.tmp
    . OUI response file = /oracle/IEP/.11ginstall_11203.rsp
    . OUI output log file = /oracle/IEP/.11ginstall_11203.oui
    . OUI options = -waitForCompletion -ignoreSysPrereqs
    . Post Installation Settings:
    . Create symbolic link = yes
    . Type of symbolic link = relative
    . Update OPatch/MOPatch = yes
    . Clean up temp. files = yes
    . OUI command line:
    . LANG=C TMP=/oracle/IEP/.11ginstall_11203.tmp /oracle/stage/112_64/database/runInstaller -responseFile /oracle/IEP/.11ginstall_11203.rsp -waitForCompletion -ignoreSysPrereqs | tee /oracle/IEP/.11ginstall_11203.oui
    . OUI response file:
    . /oracle/IEP/.11ginstall_11203.rsp
    ## Copyright (c) Oracle Corporation 2010, 2011. All Rights Reserved.
    ## Generated by 11ginstall.sh - Oracle Database 11.2 Software Installation Script
    ## Version 11.2.0.3.0 Release Date 2011-12-02 Patch Level 039
    ## SAP note 1524205
    ## Oracle Database Release: 11.2.0.3.0
    ## Platform: hp_ux_ia64
    ## Date : 2014_06_30 16:14:06
    oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v11_2_0
    oracle.install.option=INSTALL_DB_SWONLY
    ORACLE_HOSTNAME=XXXXX
    UNIX_GROUP_NAME=dba
    SELECTED_LANGUAGES=en
    ORACLE_HOME=/oracle/IEP/11203
    ORACLE_BASE=/oracle
    oracle.install.db.InstallEdition=EE
    oracle.install.db.EEOptionsSelection=true
    oracle.install.db.optionalComponents=oracle.rdbms.partitioning:11.2.0.2.0,oracle.rdbms.rat:11.2.0.2.0
    oracle.install.db.DBA_GROUP=dba
    oracle.install.db.OPER_GROUP=oper
    oracle.install.db.isRACOneInstall=false
    SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
    DECLINE_SECURITY_UPDATES=true
    oracle.installer.autoupdates.option=SKIP_UPDATES
    #INVENTORY_LOCATION=
    . Performing clean up tasks ...
    . Clean up tasks completed.
    . Post-installation tasks are not executed.
    . Reason: OUI was not started
    . Post-installation tasks have been skipped.
    . Results
    . (INFO) - Installation prerequisites are not met.
    . (INFO) - You can find the installation summary log at /oracle/IEP/11ginstall_11203.log
    . (EXIT) - Exiting with exit code 5.
    . 11ginstall.sh - Oracle Database 11.2 Software Installation Script
    . Version 11.2.0.3.0 Release Date 2011-12-02 Patch Level 039 (rel)
    . Copyright (c) Oracle Corporation 2010, 2011. All Rights Reserved.
    . SAP note 1524205
    . Oracle Database Release: 11.2.0.3.0
    . Host : XXXXXX
    . Platform : hp_ux_ia64 (64-bit)
    . Date : 2014_06_30 16:15:04
    . User : oraiep
    . Logfile : /oracle/IEP/11ginstall_11203.log
    . 11ginstall.sh was called with the following options (command line):
    . -caller RUNINSTALLER -oracle_stage /oracle/stage/112_64/database -ignoreSysPrereqs
    . Performing pre-installation checks ...
    . (OK) - Got value for <DB_SID> from environment.
    . (OK) - Got location for Oracle base from environment.
    . (OK) - Got location for Oracle stage from '-oracle_stage' option.
    . (OK) - Oracle base location /oracle exists.
    . (OK) - Installation location /oracle/IEP/11203 does not exist.
    . (OK) - Run-time location /oracle/IEP/112_64 does not exist.
    . (OK) - Inventory pointer file /var/opt/oracle/oraInst.loc exists.
    . (OK) - Group dba is defined.
    . (OK) - Group oper is defined.
    . (OK) - OUI version in stage is 11.2.0.3.0.
    . (OK) - New response file /oracle/IEP/.11ginstall_11203.rsp created.
    . Pre-installation checks completed.
    . Environment settings:
    . DB_SID = IEP
    . DISPLAY = 192.168.31.227:0.0
    . ORACLE_BASE = /oracle
    . ORACLE_STAGE = not set
    . Installation Settings:
    . Installation log file = /oracle/IEP/11ginstall_11203.log
    . Oracle Release = 11.2.0.3.0
    . Oracle stage location = /oracle/stage/112_64/database
    . Oracle base location = /oracle (exists)
    . Oracle home install. location= /oracle/IEP/11203
    . Oracle home run-time location= /oracle/IEP/112_64
    . Inventory group = dba
    . SYSDBA group = dba
    . SYSOPER group = oper
    . OUI Settings:
    . OUI version = 11.2.0.3.0
    . OUI temporary directory = /oracle/IEP/.11ginstall_11203.tmp
    . OUI response file = /oracle/IEP/.11ginstall_11203.rsp
    . OUI output log file = /oracle/IEP/.11ginstall_11203.oui
    . OUI options = -waitForCompletion -ignoreSysPrereqs
    . Post Installation Settings:
    . Create symbolic link = yes
    . Type of symbolic link = relative
    . Update OPatch/MOPatch = yes
    . Clean up temp. files = yes
    . OUI command line:
    . LANG=C TMP=/oracle/IEP/.11ginstall_11203.tmp /oracle/stage/112_64/database/runInstaller -responseFile /oracle/IEP/.11ginstall_11203.rsp -waitForCompletion -ignoreSysPrereqs | tee /oracle/IEP/.11ginstall_11203.oui
    . OUI response file:
    . /oracle/IEP/.11ginstall_11203.rsp
    ## Copyright (c) Oracle Corporation 2010, 2011. All Rights Reserved.
    ## Generated by 11ginstall.sh - Oracle Database 11.2 Software Installation Script
    ## Version 11.2.0.3.0 Release Date 2011-12-02 Patch Level 039
    ## SAP note 1524205
    ## Oracle Database Release: 11.2.0.3.0
    ## Platform: hp_ux_ia64
    ## Date : 2014_06_30 16:15:04
    oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v11_2_0
    oracle.install.option=INSTALL_DB_SWONLY
    ORACLE_HOSTNAME=XXXXXX
    UNIX_GROUP_NAME=dba
    SELECTED_LANGUAGES=en
    ORACLE_HOME=/oracle/IEP/11203
    ORACLE_BASE=/oracle
    oracle.install.db.InstallEdition=EE
    oracle.install.db.EEOptionsSelection=true
    oracle.install.db.optionalComponents=oracle.rdbms.partitioning:11.2.0.2.0,oracle.rdbms.rat:11.2.0.2.0
    oracle.install.db.DBA_GROUP=dba
    oracle.install.db.OPER_GROUP=oper
    oracle.install.db.isRACOneInstall=false
    SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
    DECLINE_SECURITY_UPDATES=true
    oracle.installer.autoupdates.option=SKIP_UPDATES
    #INVENTORY_LOCATION=
    . (INFO) - Starting Oracle Universal Installer in interactive mode - please wait ...
    . (INFO) - Oracle Universal Installer finished.
    . (INFO) - Name of OUI session log file not found.
    . OUI output:
    . Performing clean up tasks ...
    . Clean up tasks completed.
    . Post-installation tasks are not executed.
    . Reason: error during installation
    . Post-installation tasks have been skipped.
    . Installation Results
    . (ERROR) - Oracle Database software installation finished with errors.
    . The Oracle executable /oracle/IEP/11203/bin/oracle is empty or does not exist.
    . Possible cause(s): link error, installation was cancelled or interrupted, or fatal error.
    . (INFO) - You can find the installation summary log at /oracle/IEP/11ginstall_11203.log
    . (EXIT) - Exiting with exit code 2.
    Thank you.

  • Staging area needs Oracle universal Installer version 10.2.0.0.0 or later

    Hi,
    I am trying to install OEM agents thru run installer. but it says "staging area needs Oracle universal Installer version 10.2.0.0.0 or later", we are on we are on 10.1.0.5.0. How to download 10.2.0.0.0 or later.
    Regards

    # From Metalink click on "Patches & Updates&rdquo; tab
    # Select "Advanced Search&rdquo;
    # Enter "Universal Installer&rdquo; under Product or Product Family
    # Select "Oracle 10.2.0.0.0&rdquo; release (Or higher)
    # Select your Platform
    # Change "Patch Type&rdquo; to Any
    # Change Classification to Any
    # Click on Go

  • Oracle Universal Installer version  10.10.4.0. Production

    Hello I am currently a student learning to use this software and I downloaded 'Oracle SOA Suite 10g Software Downloads' from the link
    http://www.oracle.com/technology/software/tech/webservices/index.html
    but I cannot log into sql plus and after opening forms builder? I also realize that with this universal intaller I did not have the option to set a username or password? Did I download something wrong? any suggestions? Thank you...

    Hi,
    please explain exactly what you try to do? The Universal Installer is just for installing Oracle SW. If you installed the mentioned SW from your link you installed the Oracle SOA Suite. I think that you used the basic installation which comes with an Oracle Lite database which is not accessable via sqlplus. If you want to access a database you have to download a Oracle database from OTN.
    Regards
    Kersten

  • New Platform in Oracle Lite - Custom Installation

    Hi all,
    I read from the Oracle Lite documentation that the Oracle Lite setup can be customized. For trial I was able to modify the ppc60.inf and push my custom cab file, create a custom directory, install a cab file.
    I would actually want to perform the same steps for my custom setup apart from using the same setup as I donot want to disturb that provided by Oracle Lite. I see from the documentation "5.2.2 Installing Standard SDK WinCE 5.0 CAB Files for Your Mobile Client" this can be achieved. I followed the steps in these.
    I created an ini file and registered it with the server repository running the dmloader. I have placed my cab files and the inf file in the appropriate mobile server installation folders. This is my ini file content.
    [PLATFORM]]
    Oracle MCP;US
    [PLATFORM.Oracle MCP;US]
    TYPE=WINCE_ARMV4I_US_OLITE_MCP
    INF=olite_mcp.inf
    BOOTSTRAP=DeviceInfo
    ATTRIBUTES=update=true&enabled=true&app_upgrade=true&dmc=auto
    I got the new platform in the setup screen as Oracle MCP in the US section. But when I click it in a Win32 machine I get an error as "Access Denied: Oracle MCP;US Resource no found: WINCE_ARMV4I_US_OLITE_MCP" and on a WinCE machine the page navigates to an error page showing all the platforms available. I am not sure of the folders to be created for placing the setup.exe are correct, how do we get the setup.exe for the for the custom installation and if there are any other extra steps to be done.
    If anyone has come across this, could you please help me out ? Thanks in advance
    Edited by: AravindSam on Jan 22, 2009 4:15 PM
    Edited by: AravindSam on Jan 22, 2009 4:16 PM

    The server side logs for the above logs
    log1: devmgr: decodeContext -> 0
    log1: devmgr: basic -> JACK
    log1: devmgr: x-omc-omac -> f2d1d54tRQQ4bCAuexgMZQ50fKA/WEWPB190DDOdRXYKHnEaPd1Jlw==::*
    log1: devmgr: deviceId -> 0
    log1: devmgr: userId -> JACK
    log1: devmgr: agent -> setup1981419478
    log1: devmgr: method
    log1: devmgr: decodeContext -> 0
    log1: devmgr: basic -> JACK
    log1: devmgr: x-omc-omac -> f2d1d54tRQQ4bCAuexgMZQ50fKA/WEWPB190DDOdRXYKHnEaPd1Jlw==::*
    log1: devmgr: deviceId -> 0
    log1: devmgr: userId -> JACK
    log1: devmgr: agent -> setup1981419478
    log1: devmgr: method -> GET
    log1: devmgr: hmac -> algorithm=SHA-1, username=JACK, mac=R+f6Hh6Hk0CDyEscGh/pibTRCfM=
    log1: devmgr: hmac-mac[0] -> JACK
    log1: devmgr: hmac-mac[2] -> SHA-1
    log1: devmgr: decodeContext -> 0
    log1: devmgr: basic -> JACK
    log1: devmgr: CTX1 -> QVRDaGtuc9x+X1ta2gI7xVVlLcQcl/L86NNREMzhj1y2Lbb/OAoxUF3ObTWlAJg8nbbfuPectDqAXucbWcdpTpsPf4CVubWGqYljOy8z/1M=
    log1: devmgr: decodeContext -> s0001000000001
    log1: devmgr: x-omc-omac -> f2d1dwUtRQSpbCAs6hgCZ59ycmuuHUsllnt6eqLyS7mbQ38LrF1Huw==:QVRDaGtuc9x+X1ta2gI7xVVlLcQcl/L86NNREMzhj1y2Lbb/OAoxUF3ObTWlAJg8nbbfuPectDqAXucbWcdpTpsPf4CVubWGqYljOy8z/1M=:
    log1: devmgr: deviceId -> 0
    log1: devmgr: userId -> JACK
    log1: devmgr: agent -> setup1981419478
    log1: devmgr: validate -> oracle.lite.resource.User@19c8b6f2
    log1: devmgr: method -> GET
    log1: devmgr: app name -> DMC
    log1: devmgr: file name -> zlibce.dll
    log1: devmgr: language -> US
    log1: devmgr: WINCE_ARMV4I_US_OLITE_60_5.2 -> zlibce.dll
    log1: devmgr: createFile -> wince/ppc60/armv4i/zlibce.dll
    log1: devmgr: decodeContext -> 0
    log1: devmgr: basic -> JACK
    log1: devmgr: CTX1 -> BRN0QGUb7qMqR8CNXpaU0mAODslHN6JXDDjfI8yM0Nvoev6xhiC4VAA502GpxpdOEwxZBQubyG+d6FL0G0toudoQCuknO9B112jToINvfIE=
    log1: devmgr: decodeContext -> s0001000000002
    log1: devmgr: x-omc-omac -> f2d1d+ItRQQAbCCmQxje7TbqrmgHrJcJP6Gm5As9lzsylKNTBW2bAg==:BRN0QGUb7qMqR8CNXpaU0mAODslHN6JXDDjfI8yM0Nvoev6xhiC4VAA502GpxpdOEwxZBQubyG+d6FL0G0toudoQCuknO9B112jToINvfIE=:
    log1: devmgr: deviceId -> 0
    log1: devmgr: userId -> JACK
    log1: devmgr: agent -> setup1981419478
    log1: devmgr: validate -> oracle.lite.resource.User@19c8b6f2
    log1: devmgr: method -> GET
    log1: devmgr: app name -> Oracle MCP;US
    log1: devmgr: file name -> Oracle MCP;US
    log1: devmgr: language -> US
    log1: devmgr: SQL -> SELECT DISTINCT A.ID,A.NAME,A.DIR,A.PLATFORM,A.VP,A.CLASSPATH,A.PAGE,A.ICON,A.MISC,A.DBUSER,A.DBPWD,A.MAX_CON,A.SHARE_CON,A.PUBLISH_TIME FROM APPLICATIONS A,APP_ROL_USR AE where A.ID=AE.APP_ID and AE.PRIVILEGE=1 and AE.USR_ID=?
    log1: devmgr: ID -> 103
    log1: devmgr: SQL -> SELECT DISTINCT A.ID,A.NAME,A.DIR,A.PLATFORM,A.VP,A.CLASSPATH,A.PAGE,A.ICON,A.MISC,A.DBUSER,A.DBPWD,A.MAX_CON,A.SHARE_CON,A.PUBLISH_TIME FROM APPLICATIONS A,APP_ROL_GRP AE where A.ID=AE.APP_ID and GRP_ID=?
    log1: devmgr: ID -> 1100
    log1: devmgr: SQL -> SELECT DISTINCT A.ID,A.NAME,A.DIR,A.PLATFORM,A.VP,A.CLASSPATH,A.PAGE,A.ICON,A.MISC,A.DBUSER,A.DBPWD,A.MAX_CON,A.SHARE_CON,A.PUBLISH_TIME FROM APPLICATIONS A,APP_ROL_GRP AE where A.ID=AE.APP_ID and GRP_ID=?
    log1: devmgr: ID -> 1104
    log1: devmgr: SQL -> SELECT DISTINCT A.ID,A.NAME,A.DIR,A.PLATFORM,A.VP,A.CLASSPATH,A.PAGE,A.ICON,A.MISC,A.DBUSER,A.DBPWD,A.MAX_CON,A.SHARE_CON,A.PUBLISH_TIME FROM APPLICATIONS A,APP_ROL_GRP AE where A.ID=AE.APP_ID and GRP_ID=?
    log1: devmgr: ID -> 1121
    log1: devmgr: apps -> {Sample1=oracle.lite.resource.Application@17079f, Install=oracle.lite.resource.Application@170f5e, Sample7=oracle.lite.resource.Application@1707a3, Sample6=oracle.lite.resource.Application@1707a2, OLTEST=oracle.lite.resource.Application@170b5f, Sample4=oracle.lite.resource.Application@1707a1, APPAPITEST=oracle.lite.resource.Application@170f28, Sample3=oracle.lite.resource.Application@1707a0}

  • Oracle Lite 10.3.0.3 Installation AIX 5L Issue

    Hi,
    While installing oracle lite 10.3.0.3 in AIX 5L, I see following error in repository.log. Any idea?:-
    Creating mobileserver OC4J instance ...
    Creating OC4J instance "mobileserver"...
    A new OC4J instance "mobileserver" is created in the group "default_group".
    Activating mobileserver instance ...
    Setting bootclasspath for OC4J instance
    mobileserver OC4J instance starting ...
    opmnctl: starting opmn managed processes...
    Deploying Mobile Server application ...
    deployer: deployer:oc4j:opmn://localhost:6007/mobileserver
    oracle.oc4j.admin.deploy.api.J2EEDeploymentException:
    Failed at "Could not get DeploymentManager".
    This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
    More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.
    at oracle.oc4j.admin.deploy.api.J2EEDeploymentManager.<init>(J2EEDeploymentManager.java:147)
    at oracle.lite.web.migrate.OASDeploy.deployApp(Unknown Source)
    at oracle.lite.web.migrate.OASDeploy.deploy(Unknown Source)
    at oracle.lite.web.migrate.RepShell.unixShell(Unknown Source)
    at oracle.lite.web.migrate.RepShell.<init>(Unknown Source)
    at oracle.lite.web.migrate.InstallFiles.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:810)
    Caused by: javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Could not get DeploymentManager
    at javax.enterprise.deploy.shared.factories.DeploymentFactoryManager.getDeploymentManager(DeploymentFactoryManager.java:120)
    at oracle.oc4j.admin.deploy.api.J2EEDeploymentManager.<init>(J2EEDeploymentManager.java:140)
    ... 6 more
    Thanks in advance,

    I think it should be out end of this month (June '10).

  • Oracle Lite ( Windows CE version ) on H/PC

    Hi to all !
    Which version of Oracle Lite for Windows CE supports Java stored procedures and
    triggers and the Oracle Lite JAC and JDBC interfaces on H/PC? I have version 3.6 and 4.0.1 but this versions don't support
    JAC, JDBC interfaces, Java stored procedures and triggers ( this is written in documentation ).
    I urgently need version of Oracle Lite for Windows CE on H/PC which
    mostly supports JDBC interface because I've developed an application for
    Oracle Lite in JDeveloper with
    JDBC interface and I intend to transfer this application on H/PC ( Velo
    Phillips ) with Widows CE 2.0 operating system.
    Does such version of Oracle Lite for Windows CE which supports JDBC
    interface exist at all?
    Please help me.
    Thank you in advance.
    null

    I want to run Oracle lite on ARM based WINDOWS CE platform,For this it requires jdk1.1.8 version minimum or higher.Is it available to download this jdk version seperately for WIN CE? I searched in the Net but i didnt get jdk seperately made for ARM windows ce platform.
    Please help me to sort out this problem,any kind of support is appreciated.

Maybe you are looking for

  • How do I merge contacts rather than replace them during sync conflicts?

    I just got my iPhone 4 a few days ago, and the Verizon sales associate transferred the contacts from my previous phone. Now, when attempting to sync via iTunes 10.4 (80), I'm given only three options after a sync conflict notification regarding conta

  • OS 10.8.5 finder doesn't open showing Mac HD

    When I open a finder window it opens a couple of columns over from the one showing Mac HD.  I can't get it to open to that column automatically.  Thanks for your help

  • Searching for Network / SIM card blocked - help please!!

    I have just purchased an 8700c from a reputable eBay seller from whom I have previously purchased other items. The 8700c was advertised as Unlocked without a SIM card. I have never owned a Blackberry before and am just getting familiar with it. When

  • How to stop this nightmare

    Hallo We are with BT for most of our lives. We connected internet on our address around 10 years ago and at the tome we ordered 2MB fixed line. It was best possible speed at the time, tut as a time goes by it got worst and worst and the it should be

  • Aggregate reporting

    Typically I do my reporting of data at the most granular level, so I'm unsure how to do the following: I have a fact table (Table A) with summarized data as follows... Doctor | Code | # of Cases Smith | Heart | 20 Smith | Vascular | 30 Jones | Orthop