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

Similar Messages

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

  • Additional query... on Oracle Lite

    Dear All,
    I have a few additional queries on the question I posted before
    ADditional queries :
    ==================
    1) What software does lie on the Windows CE platform and how do we install it, because if we install Oracle lite for handheld devices it installs it on the PC?
    2) How can the replication be done with the Polite.odb on windows CE device in the simplest possible way?
    3) If I want to connect to this polite.odb how can i do that from my PC?
    Previous question :
    ==================
    I am working on a prototype between Oracle Lite and Oralce 8i database. I have managed to install oracle lite on PC and also manage the replication between the Oracle database and Oracle Lite database. I can also connect to the Oracle Lite database (It is a ODB file) through SQL plus. But I am having a few problems :
    1) While connecting to Oracle Lite database I get a message
    "Server not available or version too low for this feature" without any oracle error number. The versions are as follows : Oracle Open Client Adapter for ODBC 6.0.5.3.0
    Oracle Lite ORDBMS 4.0.0.2.0
    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
    To connect to Oracle Lite database, your give the userid/password@odbc:<<oracle lite dbname>>
    What can be the possible reasons?
    2) I tried to create a database link between the Oracle Lite database and Oracle database and when I try to fire a select on a table in Oracle Lite database I get an error
    "ORA-06401: NETCMN: invalid driver designator"
    so how dow we create a database link between these 2 databases?
    Thanks in advance
    Please send your mails to [email protected] and/or [email protected]
    Regards
    Sohil
    null

    Hi Aman,
    I was going through Oracle® Database Concepts 11g Release 2, Chapter 12 Logical Storage Structures (link below):
    http://docs.oracle.com/cd/E11882_01/server.112/e25789/logical.htm#i19599
    *Automatic Segment Space Management*
    The ASSM method uses bitmaps to manage space. Bitmaps provide the following advantages:
    •Simplified administration
    ASSM avoids the need to manually determine correct settings for many storage parameters. Only one crucial SQL parameter controls space allocation: PCTFREE. This parameter specifies the percentage of space to be reserved in a block for future updates (see "Percentage of Free Space in Data Blocks").
    •Increased concurrency
    Multiple transactions can search separate lists of free data blocks, thereby reducing contention and waits. For many standard workloads, application performance with ASSM is better than the performance of a well-tuned application that uses MSSM.
    •Dynamic affinity of space to instances in an Oracle Real Application Clusters (Oracle RAC) environment
    ASSM is more efficient and is the default for permanent, locally managed tablespaces.Regards,
    Ankit Rathi

  • Where is Oracle Lite DB installed? In Soa Suite inst. dir? Service needed?

    As far as I know Soa Suite can use a separate "full" Oracle (Express) DB.
    However user can omit this separate DB and use the built-in "Oracle lite" Database.
    Is this Oracle lite DB installed in the installation directory of Soa Suite or somewhere else on the hard disc?
    Does it need a Win service to run (similar to "full" Oracle DB) or does it run on-demand
    in AppServer?
    Peter

    you can go from olite to full DB, but not the other way round. When you do this change you may lose state in your inflight messages.
    to migrate from olite to Oracle DB do the following:
    1.) Ensure that the new target database is running.
    2.) Run IRCA script to create schemas for BPEL, ESB and OWSM in the new Database:
    Eg: irca all "localhost 1521 v102" welcome -overwrite3.) Make a backup of the file:
    ${OC4J_HOME}\config\data-sources.xml4.) Change the following ESB and BPEL connection pools to point to new DB resource.
    * BPELPM_CONNECTION_POOL
    * ESBAQJMSPool
    * ESBPool
    You can use either Enterprise Manager Console to perform this changes or edit the file: ${OC4J_HOME}\config\data-sources.xml
    Below is a sample of configuration for BPELPM_CONNECTION_POOL:
    <connection-pool name="BPELPM_CONNECTION_POOL">
    <connection-factory factory-class="oracle.jdbc.pool.OracleDataSource"
    user="orabpel_OracleAS_1"
    password="orabpel" url="jdbc:oracle:thin:@localhost:1521:xe"/>
    </connection-pool>5.) If you are changing from Olite DB to Oracle EE, look in the project's build.properties files for DB_URL and change DB_VENDOR from "olite" to "oracle"
    DB_VENDOR=oracleotherwise no change is neccesary.
    6.) Update ESB Metadata - Log into ESB schema (ORAESB) and change the value of DT_OC4J_HOST and DT_OC4J_HTTP_PORT to match your environment Hostname and Port and by running the following SQL script:
    insert into esb_parameter values('ACT_ID_RANGE', '400');
    insert into esb_parameter values('DT_OC4J_HOST', 'soainternal.mycompany.com');
    insert into esb_parameter values('DT_OC4J_HTTP_PORT', '7777');
    insert into esb_parameter values('PROP_NAME_INITIAL_CONTEXT_FACTORY', 'com.evermind.server.rmi.RMIInitialContextFactory');
    insert into esb_parameter values('PROP_NAME_DEFERRED_TCF_JNDI', 'OracleASjms/MyTCF');
    insert into esb_parameter values('PROP_NAME_DEFERRED_XATCF_JNDI', 'OracleASjms/MyXATCF');
    insert into esb_parameter values('PROP_NAME_DEFERRED_TOPIC_JNDI','OracleASjms/ESBDeferredTopic');
    insert into esb_parameter values('PROP_NAME_ERROR_TCF_JNDI', 'OracleASjms/MyTCF');
    insert into esb_parameter values('PROP_NAME_ERROR_XATCF_JNDI', 'OracleASjms/MyXATCF');
    insert into esb_parameter values('PROP_NAME_ERROR_TOPIC_JNDI', 'OracleASjms/ESBErrorTopic');
    insert into esb_parameter values('PROP_NAME_ERROR_RETRY_JNDI', 'OracleASjms/ESBErrorRetryTopic');
    insert into esb_parameter values('PROP_NAME_ERROR_RETRY_TCF_JNDI', 'OracleASjms/MyXATCF');
    insert into esb_parameter values('PROP_NAME_MONITOR_TCF_JNDI', 'OracleASjms/MyTCF');
    insert into esb_parameter values('PROP_NAME_MONITOR_TOPIC_JNDI', 'OracleASjms/ESBMonitorTopic');
    insert into esb_parameter values('PROP_NAME_CONTROL_TCF_JNDI', 'OracleASjms/MyXATCF');
    insert into esb_parameter values('PROP_NAME_CONTROL_TOPIC_JNDI', 'OracleASjms/ESBControlTopic');
    commit;
    select * from esb_parameter7.) Restart the SOA container and verify the opmn and J2EE container logs for any errors.
    cheers
    James

  • Oracle Lite not working

    Definitely I can't make it to work.
    I get allways this error : ORA-12537 (TNS Connection closed) with SQL Plus.
    I use Login "system", password "system", host "webtogo.world"
    I tried also login "system", password nothing; or password "master", or "change_on_install"
    When I start webtogo at I get this info :
    H:\Ora9i\Mobile\Server\bin>webtogo
    log1: Translated JDK:'Cp1252' to IANA: 'WINDOWS-1252'
    log1: desktop 1521
    And hangs, doesn't go to the command prompt
    What's wrong ? I don't understand nothing about Oracle Administration, I'm just a developer, help me
    my configuration is this :
    My computer IP : 192.168.0.104
    My computer name : desktop
    Oracle Home : H:\Ora9i
    TNSNAMES.ORA
    WEBTOGO.WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (COMMUNITY = tcp)
    (PROTOCOL = TCP)
    (Host = 192.168.0.104)
    (Port = 1521)
    (CONNECT_DATA = (SID = WEBTOGO)
    LISTENER.ORA
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = desktop)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = webtogo.world)
    (ORACLE_HOME = H:\Ora9i)
    (SID_NAME = webtogo)
    SQLNET.ORA
    NAMES.DEFAULT_DOMAIN = 192.168.0.104
    USE_DEDICATED_SERVER = on
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    WEBTOGO.ORA
    [WEBTOGO]
    USE_SYSTEM_CLASSPATH = YES
    MODE = SERVER
    PORT = 1521
    #IAS_MODE=NO
    ORACLE_HOME=H:\Ora9i
    BASE_URL=/webtogo
    ADMIN_TNS_NAME=WEBTOGO.WORLD
    ADMIN_JDBC_URL=jdbc:oracle:oci8:@WEBTOGO.WORLD
    APPLET_USE_THIN_JDBC = YES
    THIN_JDBC_URL=jdbc:oracle:thin:@::
    SITE_OFFLINE_PERIOD=0
    CUSTOM_WORKSPACE=no
    CUSTOM_DIRECTORY=myworkspace
    DEFAULT_PAGE=myfirstpage.html
    ROWS_PER_PAGE_IN_ADMIN_TOOL = 25
    [EXTERNAL_AUTHENTICATION]
    #CLASS=com.acme.SampleAuthenticator
    # Web-to-go workspace's font
    FONT_NAME=Arial
    [FILESYSTEM]
    TYPE=OS
    ROOT_DIR=H:\Ora9i\mobile\server\repository
    #TYPE=O8
    #TYPE=OL
    #TYPE=OS
    # Cache size in MBs
    #CACHE_SIZE=10
    MAX_CONNECTIONS=4
    [DEBUG]
    TRACE_ENABLE=Yes
    # There are 3 trace levels: basic (1), sql (2), java method (4)
    # The TRACE_LEVEL value will be used to do "Bitwise AND" against these
    # 3 levels to decide if trace of any particular level should be printed.
    # For example, 1 for only basic level, 7 for all levels, 3 for basic and sql
    # but not java methods.
    TRACE_LEVEL=1
    # This is comma seperated list of valid user names. Empty string indicates
    # tracing all users, "TRACE_NO_USER" indicates tracing no user.
    TRACE_USERS=
    # The trace output can be FILE, CONSOLE, or REMOTE.
    TRACE_DESTINATION=CONSOLE
    # Value to be used if trace destination is FILE.
    # The base name for the trace file
    TRACE_FILE_NAME=trace.log
    # Maximum file size in MB
    TRACE_FILE_SIZE=10
    # Maximum number of trace file to be used.
    TRACE_FILE_POOL_SIZE=5
    # Does every user have her own file pool?
    TRACE_FILE_PER_USER=No
    # Value to be used if trace destination is REMOTE.
    # Machine name and port where wsh.exe -m is running. Web-to-go
    # will send debug output to that machine.
    #TRACE_REMOTE_MACHINE=
    TRACE_REMOTE_PORT=2000
    [APPLICATIONS]
    XMLFILE = ws1.xml
    PACK_HELP=H:\Ora9i\mobile\doc\wtg\html\wtgdep.htm
    [PUBLIC]
    oracle.lite.sync.ConsolidatorServlet=/Consolidator
    [CONSOLIDATOR]
    # Installer will change these values
    SERVER_VERSION=8.1.7
    # 8.1.7
    # Installer won't change these values
    MAX_THREADS=3
    JDBC_DRIVER=oracle.jdbc.driver.OracleDriver
    CREATE_USER_OPTIONS_O8I=PROFILE CONSOLIDATOR_CLIENT_P DEFAULT TABLESPACE USERS QUOTA UNLIMITED ON USERS TEMPORARY TABLESPACE INDX QUOTA UNLIMITED ON INDX
    CREATE_USER_OPTIONS_O8=PROFILE CONSOLIDATOR_CLIENT_P DEFAULT TABLESPACE USR QUOTA UNLIMITED ON USR
    TEMPORARY TABLESPACE TEMPORARY QUOTA UNLIMITED ON TEMPORARY
    TEMP=H:\Ora9i\mobile\server\bin
    WTG_PROXY_PORT=80
    TRACE_ENABLE=Yes
    # There are 3 trace levels: basic (1), sql (2), java method (4)
    # The TRACE_LEVEL value will be used to do "Bitwise AND" against these
    # 3 levels to decide if trace of any particular level should be printed.
    # For example, 1 for only basic level, 7 for all levels, 3 for basic and sql
    # but not java methods.
    TRACE_LEVEL=1
    # This is comma seperated list of valid user names. Empty string indicates
    # tracing all users, "TRACE_NO_USER" indicates tracing no user.
    TRACE_USERS=
    # The trace output can be FILE, CONSOLE. Note REMOTE is not valid.
    TRACE_DESTINATION=CONSOLE
    # Value to be used if trace destination is FILE.
    # The base name for the trace file
    TRACE_FILE_NAME=mgptrace.log
    # Maximum file size in MB
    TRACE_FILE_SIZE=10
    # Maximum number of trace file to be used.
    TRACE_FILE_POOL_SIZE=5
    # Does every user have her own file pool?
    TRACE_FILE_PER_USER=No

    Hi
    There could be two reasons.
    1) You may be having classesXX.zip where XX can be 111 or 12 in the classpath.
    Remove this from your system classpath
    2) Check the symjit.dll and rename it to some other name in your system. This file belongs to XP and has some problems in running Java programs in P4.
    regards
    Yugandhar

  • Startin Oracle lite server

    Hi,
    I have installed oracle lite 5.0.1
    During installation It has asked for the existing database server paramter( host, port, service)
    It has created on user called mobileadmin
    Now, How to start the oracle lite server.
    If anybody can let me know where the oracle lite exactly
    should be used.
    Thanks and Regards,
    Jigar

    The mobileadmin is only for the oracle 9i lite repository. To Start the mobile server you should use a command prompt and type "wedtogo" first. you will see some commands running. If the commands runs correctly then open an IE and type
    http://serverIP:[port]/webtogo
    and you should get the server interface. The default user name for the server is Administrator and password is admin. Try if it works.
    Oracle Lite is a small DB on PDA and PC. To sync the data between Oracle Lite and Oracle DB server, you need to have the mobile server installed.

  • Oracle 9.2.0.1.0 Installation on IBM AIX 5L platform

    I have a problem with the installation of Oracle 9.2.0.1.0 in AIX
    After I have followed the required steps in the installation guide, finally I run
    ./runInstaller
    But this command stops the installation at some point, giving an error telling that the value of DISPLAY parameter is not authorized by the server.
    To the display parameter I have put the name of the server trying it even with IP address and also appending :0.0
    But I cannot figure out why installation doesn't work
    If you could help me respondonding my question or either with any doc's about oracle 9.2.0.1.0 installation over AIX version 5, it would be very helpful to me
    Thank you for your time

    You have an access problem (X-Windows) on the machine, you are calling runInstaller. Try 'xhost +' or 'xhost servername'.

  • 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 availibility for AIX 5L

    Hi,
    Anybody has idea about when oracle database lite 10.3.0.3 for AIX 5L will be available? Currently I see only 10.3.0.3 for windows and Linux in download page. We are looking forward to update our system for critical issue reported by customer.
    Thanks in advance.

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

  • 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

  • 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

  • A problem regarding set up of Oracle Lite 3.6.0.2.0 on Win 95, with JDK 1.1.8 &java 2

    A problem regarding set up of Oracle Lite 3.6.0.2.0 on Win 95, with JDK 1.1.8 and Java 2 SDK ( Ver 1.3 Beta)
    After the installation of Oracle Lite 3.6.0.2.0 on a laptop (with WIN 95 OS), When I run Oracle Lite Designer from start menu, I receive following error message :
    ====================================
    Invalid class name 'FILES\ORA95_2\LITE\DESIGNER\oldes.jar;C:\PROGRAM'
    usage: java [-options] class
    where options include:
    -help print out this message
    -version print out the build version
    -v -verbose turn on verbose mode
    -debug enable remote JAVA debugging
    -noasyncgc don't allow asynchronous garbage collection
    -verbosegc print a message when garbage collection occurs
    -noclassgc disable class garbage collection
    -ss<number> set the maximum native stack size for any thread
    -oss<number> set the maximum Java stack size for any thread
    -ms<number> set the initial Java heap size
    -mx<number> set the maximum Java heap size
    -classpath <directories separated by semicolons>
    list directories in which to look for classes
    -prof[:<file>] output profiling data to .\java.prof or .\<file>
    -verify verify all classes when read in
    -verifyremote verify classes read in over the network [default]
    -noverify do not verify any class
    -nojit disable JIT compiler
    Please make sure that JDK 1.1.4 (or greater) is installed in your machine and CLASSPATH is set properly. JAVA.EXE must be in the PATH.
    ====================================
    My ORACLE_HOME is c:\program files\ora95_2 and Oracle Lite is installed under the ORACLE_HOME in LITE\DESIGNER directory.
    JDK version is 1.1.8 which is greater than 1.1.4 installed in c:\program files\jdk1.1.8, My PATH, and CLASSPATH are set in AUTOEXEC.BAT as follows:
    set CLASSPATH=c:\Progra~1\jdk1.1.8\lib\classes.zip;c:\progra~1\ora95_2\lite\classes\olite36.jar;c:\progra~1\ora95_2\lite\designer\oldes.jar;c:\progra~1\ora95_2\lite\designer\swingall.j ar
    PATH=C:\Progra~1\Ora95_2\bin;.;c:\Progra~1\jdk1.1.8\lib;c:\Progra~1\jdk1.1.8\bin;C:\Progra~1\Ora95_2\lite\Designer;C:\WIN95;C:\WIN95\COMMAND;C:\UTIL
    And, I can run JAVA.EXE from any directory on command prompt.
    With JAVA 2 SDK (ver 1.3 Beta) instead of JDK 1.1.8 I'm getting a different Error message as follows:
    =============================
    java.lang.NoClassFoundError: 'FILES\ORA95_2\LITE\DESIGNER\oldes.jar;C:\PROGRAM'
    Please make sure that JDK 1.1.4 (or greater) is installed in your machine and CLASSPATH is set properly. JAVA.EXE must be in the PATH.
    ==============================
    the PATH and CLASSPATH were set accordingly, as with JDK1.1.8, and there was no classes.zip in classpath
    also the class file or the jar file looks weird or wrapped in the error message : 'FILES\ORA95_2\LITE\DESIGNER\oldes.jar;C:\PROGRAM'
    Another interesting thing I noticed is if I run oldes.exe from Installation CD, the Oracle Lite Designer runs fine, and without error, I'm able to modify tables in the database of my laptop also.
    Could someone shade some light on what am I doing wrong here ?
    Thanks for help in advance .
    Regards
    Viral
    null

    On 07/20/2015 06:35 AM, Itzhak Hovav wrote:
    > hi
    > [snip]
    > [root@p22 eclipse]# cat eclipse.ini -startup
    > plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
    > --launcher.library
    > plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807
    >
    > -showsplash
    > org.eclipse.platform
    > --launcher.XXMaxPermSize
    > 256m
    > --launcher.defaultAction
    > openFile
    > -vmargs
    > -Xms40m
    > -Xmx512m
    > [snip]
    Try this: http://wiki.eclipse.org/Eclipse.ini. You should have read the
    sticky posts at forum's top for getting started help.

  • Client Upgrade issue in Oracle Lite Database 10g 10.3.0.3.0

    Hi all,
    Details: My Environment is Oracle Database 11g R1(11.1.0.6.0) With Oracle Lite Database 10g R3(10.3.0.3.0) on Windows 2003 Server R2 SP2.
    Recently i have upgrade my oracle lite database from 10.3.0.2.0 to 10.3.0.3.0 and also applied recent opatch (p12812978_103030_Generic.zip). Upgrade and installation of opatch got successfully completed. When i tried the client synchornization for the very first time (FCS and Data Download) FCS and Data Download got Successfully completed but the problem is usually Once the FCS and Data Download Got Completed , Screen goto webtogo home page but in my case i am getting a screen name called "client upgrade" with options yes or no if choose yes it prompting please wait screen nearly for 1 hours i am not getting any response from the screen. if choose no simply it goto my webtogo home page. Please Note before choosing the yes option i have checked what version i am currently having it show 10.3.0.3 i don't know why it asking for the client upgrade. Please Advice me on this how to avoid this screen (Client Upgrade).
    Thanks
    Shan

    Hi,
    i am not upgrading the existing environment of Oracle Lite Client i am creating a new environment which doesn't have the Oracle Lite Client. In the document itself they have mentioned like this "These steps assume that you have a 10g Release 1 or 2 Branch Office environment already configured and synchronized. If you do not have this environment currently configured, you do not need to upgrade." To be Clear What i am doing is with help Oracle Lite Branch Office i will be downloading a user from Mobile Server for that i have to do the following
    1.FCS(Fresh Client Setup for that i have to run the setup.exe which is coming for Oracle Lite Branch Office) and
    2.Data download (Data will be get download from Mobile Server in the form of odb),
    3. Usually Once the FCS and Data Download got completed, the screen will goto the webtogo home there i can see my branch offlice applications.
    4. But in my case i am getting prompted by screen and the screen name called "Client Upgrade" with options yes or no if i choose yes screen got hanged else if i choose no then only screen moving the webtogo home page. Say can u r having existing environment in your machine due to some reasons u have upgrade or u have installed optach on the mobile server in that case while doing the client synchronication we can do the client upgrade by running the update.exe becasue client side will having the old binary file we need to renew it.
    5. But I am not upgrading the existing environment. I am creating a new environment which means i am doing a fresh client setup and synchronization for the very first time. While doing the FCS on my client side for the very first time i will be getting the latest binaries rite then why the screen is moving to client upgarde page i don't have any idea on this.
    Please Advice.
    Thanks
    Shan

  • Views in Oracle Lite on Win32 Client

    Hi,
    I've created an Oracle Forms application to work with Oracle Lite on the Win32 Client. When creating the application using wtgpack on the Mobile Server, I successfully created snapshots for the 7 tables in the database. After synchronization (msync), all 7 tables are created in the client's Lite database and all data are available. The Oracle Forms application works perfectly.
    BUT: I have to add a view now, a very simple one, joining 2 of the 7 tables. I created this view in the Server database, and tried to use wtgpack to force the view creation on the client's Lite database. When selecting Web-to-Go in wtgpack's "Available Platform" window, a "DDL" tab appears. But my application isn't Web-to-Go platform, but Win32 only. The "DLL" tab is not available when selecting Win32 as platform. How can I force wtgpack to add my view to the application?
    I tried to add the view definition to the "dlls.sql" file in the \repository\app\sql directory .. but the client doesn't get it.
    I tried to create a snapshot in wtgpack (because when using "import" it only shows tables, not views) and type the view definition there .. but the client doesn't get it too.
    Any ideas how the view can be created on the client's Lite database?
    Thanks in advance!
    Dirk

    Dirk
    You dont need to do anything on the lite database.
    Here are the steps for pulling the data from enterprise database.
    1. Install the client -win32 sdk on the client machine. This is used to access lite database because it installs msql, lite drivers etc.
    2. Create snapshots using wtgpack. You can create all the Enterprise database snapshots, views, sequences etc.
    3. Generate the Jar file using wtgpack
    4. Publish the jar file in the mobile server.
    5. Create some users and give access to this application.
    6. Access the server from ur machine: http://[mobileserveripaddress]/setup
    7. Download the Mobile Client for Web-to-Go
    8. Run the setup.exe
    9. Enter using the username, password given to access this application.
    10. Click sync on the menu
    It automatically creates the database and pulls all the data.
    You dont need to do anything.
    Access the database from msql like this:
    msql system/[password]@polite:[urdatabase]
    or
    msql system/[password]@polite:[DSN]
    DSN gets created automatically. check ur ODBC settings.(enter odbcad32 on ur command prompt to see these settings)
    Refer the documentation..sometimes its hazy but its easy once we do it...
    happy weekend....
    Yugandhar

  • How to install the oracle lite mobile server?

    hi,every one!
    I follow the wizard of the oracle lite mobile server,then
    pop the window let me input the "host name""port"and "net server name",I have install oracle 9i,and establish a database named "oradb",establish an server named"oradb",the service can be listened and the port is "1521",but in the installation when i input the up numbers, it
    tells me that "invalid server name",how can i do?
    somebody that do me a favor tell me how to install the oracle 9i lite mobile server,it must be preciated!

    Andy,
    It sounds like you are not properly connecting to the back end Oracle instance when Lite attempts to install the Mobile Server Repository.
    Before attempting a re-install, why don't you try connecting to the same instance using SQL/Plus with the a connect string specifying hostname:1521:SID. If you are not able to connect you need to determine why.
    TNX,
    Phil

Maybe you are looking for

  • How to find out what attributes were really changed in AD?

    It it possible to find out what changes were really made in Active Directory resource? Example: I set two attributes: 'groups' and 'company'. One of groups doesn't exist or user(specified in resource configuration) dosn't have permission to add this

  • Why can't I connect to MobileMe?

    I am trying to sync my iPad calendar with the one on my Mac. I have gone to "add account" in my calendar settings and click done mobile me. When I enter my Apple ID and password the error message I get is "verification failed. There was a problem com

  • Reading changes to OM infotype record

    Hi exterts, I have a requirement wherein I have to display data of all changes made to a position in infotype 1000 for a given selection period. These changes could be for the short description of the position for an example. How can I get this data?

  • Time Machine - which old backups are deleted?

    Hi,      Apologies if the answer is obvious - just wanted a second opinion.      I'm backing up a 500GB MBP and a 2TB external to a 4TB Time Machine. If I complete a backup right now, can I be sure that everything on both drives is contained on the T

  • [SOLVED] fat32-partition weirdness

    Hi arch-folks! I've got a 1TB (~931 GiB) external hdd of which 731 GiB are NTFS-formatted (for interoperability with win) and 200 GiB FAT32 (for macs). The data on the fat-partition was all ok and could be read in linux. After I once booted Win, all