VB, 9i Lite, 9iAS and 9i db

Hi,
Can anybody tell me for using a VB application on a laptop with Oracle 9i lite, is Oracle 9iAS required for synchronisation to the 9i database.
regard
shibu

Thanks for teh reply.
In fact, I am looking for the Database design details like the following ones:
a) If we are going to have an updatable snapshot(Both way - Online <=> offline) then we need to have an unique key in the Tables.
b) Master Tables can be kept as Read Only Snapshots.
c) Integrity COnstraints can be takedn care of by assigning a proper sequence number while deploying the snapshots in Oracle Mobile Server.
d) Columns for Concurrency handling.
And particularly, what is the Extract criteria for the Client Lite Database tables. Because the Online may have million records, whereas the Oracle lite can handle only few records. So, what should be the extration criteria for Tables in the Oracle Lite databases?
It would be really greateful if you could give some tips for the deatabse design for the Mobile applications.
Thanks
Jagadish

Similar Messages

  • How can i add a new viewer to 9iAS and push client to run it ?

    Dear All,
    I hosted a page on Oracle9iAS which has links to documents of different types of desktop applications, for example: MS word, Excel, AutoCad ......
    And i've a mutiformat viewer which i need to install it on Oracle9iAS to be run when a client tries to access any of the listed documents. So, how can i install this viewer to Oracle 9iAS and push client to run it ?

    Si vous avez utilisé la commande Save As Template depuis Pages, il y a forcément un dossier
    iWork > Pages
    contenant Templates > My Templates
    comme il y a un dossier
    iWork > Numbers
    contenant Templates > My Templates
    Depuis le Finder, tapez cmd + f
    puis configurez la recherche comme sur cette recopie d'écran.
    puis lancez la recherche.
    Ainsi, vous allez trouver vos modèles personnalisés dans leur dossier.
    Chez moi, il y en a une kyrielle en dehors des dossiers standards parce que je renomme wxcvb.template quasiment tous mes documents Pages et wxcvb.nmbtemplate à peu près tous mes documents Numbers.
    Ainsi, quand je travaille sur un document, je ne suis pas ralenti par Autosave.
    Désolé mais je ne répondrai plus avant demain.
    Pour moi il est temps de dormir.
    Yvan KOENIG (VALLAURIS, France)  mercredi 23 janvier 2011 22:39:28
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • How to install mod_perl in 9iAS and run perl ?

    i am running 9iAS on winnt 4 , i want to install perl module in 9iAS and run oraperl / perl ? any ideas?
    null

    You may want to take a look at WebMin - besides an all-round great way to manage a server, it provides in depth tinkering w/Apache, albeit not so much for the faint-of-heart at times. You'll have loads of control over Apache, but deciding how to wield it can be intimidating until you've gotten settled in.
    In any case, the things that are made easier far outweigh any learning curve on the few that demand more.

  • 9IAS and Java 1.4.2_06

    Hi all,
    I have installed 9IAS and Java 1.4.2 on Solaris 8, as per Oracle's own documentation I have changed the JDK to point to my Java installation in /usr/j2se in order for out Java based application to work, however the EM process will now not start it time's out and aborts. This means I am unable to access the website I just recive an Internal Server error.
    Any ideas on how to get Oracle to use the new Java?
    Thanks.

    Hi,
    I had this same issue when upgrading from 9.0.4 to 10.1.2.2. Someone else in the forum had a solution. You could probably search for it. However, here are the details:
    The fillowing are the notes from Oracle:
    Applies to:
    Oracle Discoverer - Version: 10.1.2.2 to 10.1.2.3 This problem can occur on any platform.
    Symptoms
    The user interaction performance using Discoverer Plus 10g (10.1.2) when configured with Sun java plug-in (JRE/JVM) 1.6.0_03 or higher.
    Every action in Discoverer takes longer. For example:
    displaying the Create/Open Workbook wizard
    displaying the Help > About window.
    The problem does not exist with JInitiator or with Sun plugin 1.4 or 1.5 and earlier versions of 1.6
    JRE 1.6.0 - works correctly, runs with 1.5.0-like speed JRE 1.6.0_01 - works correctly JRE 1.6.0_02 - works correctly JRE 1.6.0_03 - here the problem is observed for the first time. The issue is then observed in all subsequent versions (e.g., _04, _05, _06, _07 and the new_10)
    The problem does not exist when an entry for the Discoverer server exists in the local hosts file on the client PC (C:\WINDOWS\system32\drivers\etc\hosts).
    Cause
    Sun's Java plug-in performs reverse DNS lookups when connecting to the Application Server. This can be observed with a network sniffer trace (Wire Shark).
    There is a change in the DNS handling in Sun plug-in 1.6.0_03 and higher.
    This issue may be more prevalent if you are accessing Discoverer Plus via a firewall, proxy server
    Solution
    To implement the solution, please execute the following steps:
    Ensure the external facing IP address of the Discoverer server has a reverse DNS entry in the DNS server.
    For example:
    nslookup <IP address> must resolve to the <machinename.domainname>
    and
    nslookup <machinename.domainname> must resolve to <IP address>
    An alternative or temporary solution would be to add an entry to the local PC host file as described above.
    Hope this helps,
    Nancy

  • 9iAS and 9iDS Forms

    Hi,
    I've install Oracle 9iAS and 9iDS on one pc, both as default, just different home.
    I've made simple Form, but I can't run it.
    Browser show me next message : "The page cannot be displayed"
    1. What I have to run and configure?
    2. Is it good idea to use 9iAS and 9iDS on one pc?
    Thank you

    To start off, just work with iDS - so to run your form in that case you need to manually start OC4J - use the option in the Start menu for this -
    Oracle 9i Developer Suite -> Forms Developer -> Start OC4J Instance
    By default, that OC4J will be listening on port 8888,
    so your url would be something like:
    HTTP://<yourmachine>:8888/forms90/f90servlet?form=myform

  • Performance tuning: lite sessions and local ServletContext

    I have been doing some research on iPlanet performance tuning. In our
    current production environment (iAS6.0 SP1B, iWS4.1 SP2 on Solaris), since
    we don't use clustering there should be a couple of performance improvements
    we can make immediately:
    1. Use lite sessions (<session-impl>lite</session-impl> in ias-web.xml) - I
    believe that if you use lite sessions, the session data is stored in the kjs
    process space as opposed to the kxs process space. This, of course, means
    that if a kjs dies the user's on it will lose their session information but
    it will provide a performance improvement by reducing kxs/kjs communication.
    2. Use local ServletContexts (<distributable>false</distributable> in
    web.xml) - This should cause the ServletContext to only be stored in the
    originating JVM. So again, if a kjs dies, the user will lose their
    ServletContext but again we will get a performance improvement by reducing
    kxs/kjs communcation.
    What I want to understand is how our load balancing configuration will
    effect our production environment if we use this configuration. Right now
    we use sticky load balancing on all our servlets but we don't have our JSPs
    registered and therefore sticky load balancing cannot always be trusted to
    return users to the iAS they came from. We make up for this by using
    hardware load balancing that keeps the majority of our users sticky.
    However, using lite sessions and local ServletContexts will require that a
    user not only stick to an iAS, but to a specific kjs as well. Using sticky
    load balancing would ensure that, but since we also rely on our hardware
    load balancers, could they create a problem? If a user gets sent back to
    the iAS they came from by our hardware load balancers, will the kxs process
    be smart enough to return them to the kjs they came from? If so, then I
    think that means that we can safely switch to lite sessions and local
    ServletContexts, but if not, I think many users will lose their sessions.
    Thanks,
    Linc

    Please follow thru this link for your answers
    http://developer.iplanet.com/viewsource/char_tuningias/index.jsp
    Thanks
    Shital Patel
    Lincoln wrote:
    I have been doing some research on iPlanet performance tuning. In our
    current production environment (iAS6.0 SP1B, iWS4.1 SP2 on Solaris), since
    we don't use clustering there should be a couple of performance improvements
    we can make immediately:
    1. Use lite sessions (<session-impl>lite</session-impl> in ias-web.xml) - I
    believe that if you use lite sessions, the session data is stored in the kjs
    process space as opposed to the kxs process space. This, of course, means
    that if a kjs dies the user's on it will lose their session information but
    it will provide a performance improvement by reducing kxs/kjs communication.
    2. Use local ServletContexts (<distributable>false</distributable> in
    web.xml) - This should cause the ServletContext to only be stored in the
    originating JVM. So again, if a kjs dies, the user will lose their
    ServletContext but again we will get a performance improvement by reducing
    kxs/kjs communcation.
    What I want to understand is how our load balancing configuration will
    effect our production environment if we use this configuration. Right now
    we use sticky load balancing on all our servlets but we don't have our JSPs
    registered and therefore sticky load balancing cannot always be trusted to
    return users to the iAS they came from. We make up for this by using
    hardware load balancing that keeps the majority of our users sticky.
    However, using lite sessions and local ServletContexts will require that a
    user not only stick to an iAS, but to a specific kjs as well. Using sticky
    load balancing would ensure that, but since we also rely on our hardware
    load balancers, could they create a problem? If a user gets sent back to
    the iAS they came from by our hardware load balancers, will the kxs process
    be smart enough to return them to the kjs they came from? If so, then I
    think that means that we can safely switch to lite sessions and local
    ServletContexts, but if not, I think many users will lose their sessions.
    Thanks,
    Linc

  • Oracle 9iAS and OWB 9i dependency

    Is Oracle 9iAS installation necessary for OWB 9i installation?. I dont want to install Oracle Portal, which is installed as part of 9iAS, and if that restricts OWB Browser then that is fine. Oracle Portal is needed for Oracle Workflow, and Oracle Workflow is key to OWB Browser, at least thats what the OWB Installation Guide says, and on contrary it lists Oracle Workflow as an optional component, but OWB Browser as necessary.
    If 9iAS is must for OWB to work then can I just install few components of 9iAS and get going with OWB or I have to install the whole 9iAS suite for OWB?
    OS is Windows 2K Advanced Server, Database 9iR2, OWB 9i.
    Thanks,
    Steve

    Please see my answer in the thread:
    Re: sql error (ORA-01722: invalid number)
    Regards
    Pavna Jain
    Oracle9iAS Product Management

  • Macbook Pro, charger plugged in but NOT lit up and NOT charging

    I have my MacBook Pro plugged in to the charger but the green light on the charger is NOT lit up and the battery indicator states "Not Charging."  Any ideas/suggestions?

    Check the connections both at the MBP and the charger for dirt, debris and discoloration.  The pins in the charger connection should move freely.
    Wall outlet live?
    Test the charger on another Mac.  Try a functional charger on your MBP.
    Try a SMC reset:
    http://support.apple.com/kb/HT3964
    Ciao.

  • Database Lite License and App Tutorial

    Hello,
    I'm looking for information regarding oracle database lite licensing and if any one could provide me with demo/tutorial on an application built using oracle jdev with ADF for mobile that uses oracle lite.
    Currently I have developed a demo mobile browser application (using oracle ADF) that does not use oracle lite and works only in connected mode. Any documentation on how to go about with oracle lite and work on offline mode/ synchronization would help me.
    I have a fair idea on licenses, Please correct me if I'm wrong or require any other,
    Oracle Database Enterprise or Standard Edition,
    Oracle Mobile Server,
    Oracle Weblogic Server,
    ADF Runtime licenses
    Greatly appreciate your input.
    Thanks and Regards

    Hi,
    Related to Oracle Lite you need to license:
    - the Oracle Lite Mobile Server
    - the Oracle Lite client (for each device)
    If you want to have an aproach check any online store of Oracle, but anyway you will have to contact an Oracle Partner for licensing, discounts, etc... if your partner know about mobile ;-)
    https://shop.oracle.com/pls/ostore/f?p=ostore:product:4500444252482991::NO:RP,3:P3_LPI:4509478177681805719950
    https://shop.oracle.com/pls/ostore/f?p=ostore:product:4500444252482991::NO:RP,3:P3_LPI:4509426259321805719944
    I hope it helps you
    Regards,
    T.

  • Microsoft Licenses Flash Lite 3 and Reader LE for Windows Mobile

    Microsoft Licenses Flash Lite 3 and Reader LE for Windows
    Mobile – A Developers Perspective
    http://www.flashdevices.net/2008/03/microsoft-licenses-flash-lite-3-and.html
    Also some other news:
    Flash Lite has Shipped on Over Half a Billion Devices
    http://www.flashdevices.net/2008/03/flash-lite-has-shipped-on-over-half.html
    Best,

    Hi Bill,
    Can you tell when it will be available for download?
    Today I installed Flash Lite 2.1 on my Asus M530W
    WM6-Smartphone and flash&windows media enabled websites stoped
    showing correctly - for example instead of having flash media
    player with wmv content I see just white background (in the past
    everything was ok).
    Is there any Flash Activex plugin that will work with pocket
    IE?
    Thanks for support!
    Greetings,
    Robert

  • Co-habite of Lite 9i and Lite 10g

    Sometime ago i take part in a project of migrating one system build in .NET2003 C# and Lite 9i to Lite 10g
    We need to change some Database Connection Strings definitions to work from 9i to 10g ( this cause the bifurcation of the project in 2 different versions ), and then i need sometimes to work with 9i version and another times with 10g.
    I'm asking the following : Can i install without problems Lite 9i and Lite 10g in the same machine?, someone do it before?
    Why im worried : Two definitions of ODBC created ( part for 9i and part for 10g ) can give me problems?
    Two different programs of msync ( yeah i known they are in different folders ) but all known the "sometimes stupid problems" that Oracle give us all.
    Thanks at advance,Joan

    I add new information
    All the two versions use same Polite.Ini, indeed i have a problem if my actually polite.ini have the information :
    [All Databases]
    DATABASE_ID=106
    NLS_LOCALE=AMERICAN_AMERICA
    DB_CHAR_ENCODING=Native
    DATA_DIRECTORY=C:\mobileclient\OLDB40 -> Data of Olite 10 OK
    MESSAGE_FILE=C:\mobileclient\bin\olite40.msb -> Message of Olite 10 OK
    DatabaseID=501
    DataDirectory=C:\oracle\ora91\Mobile\Sdk\OLDB40 -> Data of Olite 9 OK
    MessageFile=C:\oracle\ora91\Mobile\Sdk\BIN\OLITE40.MSB -> Message of Olite 9 OK
    DBCharEncoding=Native
    [SYNC]
    TIME_LOG=1
    UPDATE_LOG=0
    [DMC] -> Its all for 10g
    USER_NAME=RAYMOND
    PUSH_PORT=8521
    DISABLE_PROMPT=FALSE
    UPDATE_DAY=0
    UPDATE_TIME=0
    DEVICE_ID=A3K1zLM1b1x6KJSyVeslAA==
    DEVICE_NAME=seychelles.aurensis.com-x86
    SERVER_ID=lkjcUQ4Kr58Hs6wSCyxlLzJBlMHIynshsBsggwu4uvM=
    NAME=Oracle Lite WIN32;ES
    TYPE=WIN32_x86_ES_OLITE
    UNINST=uninst.inf
    LOCATION=C:\mobileclient\ -> Location for Olite 10g
    VERSION=10.2.0.1.0
    INSTALL_TIME=1166618902
    PUBLISH_TIME=0
    [NETWORK] -> Its all for 10g
    ADDRESS=seychelles.aurensis.com:8521
    PROVIDER=HTTP
    SERVER_URL=http://liard.aurensis.com/webtogo
    Then i can't ( or i don't known where ) can define [DMC] and [NETWORK]
    setting for 9i version
    Then, seems that it can't co-habite this two versions of olite in the same machine, because i can't define the latest version DMC and NETWORK parameters
    Another problem i found is that the syncronization of version 10g have no problem but internally in C# implementation when i do .doSync() it shows me this error message :
    DoSync failed: \"violación de acceso -5150:0\
    in english is like : DoSync failed :\"access violation -5150:0\"
    Someone have hints?
    Thanks at advance

  • Starting scripts for 9iAS and Storage tiers.

    Can someone point me to where are or how to start up 9iAS and Storage layers. I have both installed and ready to install Col Suite and wanted to have the other tiers up and running.
    Env: Red Hat 7.3
    512MB
    Thanks.

    Michael,
    in the proc directory you can do cat sem.
    Your output should be 250 32000 32 128
    Reset the values by doing echo 250 32000 100 128 >sem
    I also changed shmmax to totalram/2.
    echo 268435456 >shmmax
    I think this values will be lost after you restart your system.
    Need to find a place to have them perm.
    I have not installed the last component. Need to find out how to startup infra and midtier. Documentation does not seem to have that.
    Roman

  • Can i install 9ias and infrastructure on a dektop which is not in network

    hi
    my question is can i install both oracle 9ias and 9i database on a single desktop machine which is not in network, if YES , Please let me know how to do it?
    thankx

    William,
    It is not possible to install BusinessObjects Enterprise XI Release 2 alongside of Crystal Enterprise 10.  You will have to upgrade the servers in place.  Although speaking through my experience this process is fairly seemless and hardly ever has issue.  If you are looking to do side by side installs and saving costs for your customer base I would recommend looking at using a virtualization product like VMware Server or Workstation as a temporary bridge to get both products installed side by side.  Also one other thing you mentioned you are a progress shop, but you should know that the CMS repository database that runs the application can not be hosted on progress.  MySQL, SQL Server, Oracle, UDB DB2 and Sybase your only options for the CMS.  For reporting you can use a wider range of products.

  • 9iAS and Silver Stream on UNIX box

    Hello,
    Is it advisable to have 9iAS and Silver Stream web servers on one UNIX box.
    Your pros and cons are much appreciated.
    Thanks in advance.

    I think you are confusing the concept of "Oracle9ias Instance" with that of a database instance. They are two different things with no relation to each other. For Oracle9ias an instance is just an installation identifier (with no dependence on any database instance). All that matters is that you provide unique instance names for each installation. Just give it any logical name (such as "infra" for the infrastructure install and "bi" for the business intelligence installation and so on and so forth).
    HTH,
    Ashesh Parekh
    Oracle9iAS product Management

  • 9ias and Designer 6i

    Hi...
    Could i install portal repository/9ias and designer 6i repository/8i on the same database?
    thanks

    If you give them different names, I don't see why not!

Maybe you are looking for

  • How do I stop the Atomic Browser on my iPod Touch from allowing websites to automatically load my App Store app?

    I have the Bejeweled Blitz app (for Facebooik) on my iPod Touch 4th gen.  If I want to find gems (special items used in Bejeweled) I have to use a browser (I'm using Atomic Browser) on my iPod so I can grab gems from Facebook's news feed.  What's SUP

  • Content search web part to display only lists and libraries

    Hi, I want to configure Content Search Web Part to display only the names of lists and libraries inside my site collection. I tried adding Keyword filter "Only return lists and libraries", however it is also returning list items. Any idea on this iss

  • ___Why does my command/shift space and shift key stop working?

    ___Why does my command/shift space and shift key stop working? For no apparent reasoon, some key combos like shift to keep aligned or command/shift space to zoom stop working - why is that?

  • Permissions ( error -5000 )

    Im working on an xserve with several groups and users and today while organizing group privilges I ran into a snag, after propigating promissions on the main hard drive. What happend was that the group which I gave permissions to the hard drive no on

  • WF NTF Question

    Hi All, I have to attach the output of a standard Order Manangement report in the email notification sending from workflow. Can anybody please let me know what should be the approach for this. How and where will I be passing the report output to the