Oracle 9i Lite supports taglib

i want to know wheter Oracle 9i lite supports taglib or not?.also i need all the informations about the jsp versions in oracle 9i lite
regards
senthil.

Hello,
I am not sure to understand your question.
Oracle Lite is a SQL Database , and you can access it from Oracle Application Server using the correct JDBC driver and then use the JSP Tag libs to access the data (JSTL SQL) or any JDBC API in J2EE.
If I am not answering your question please add more details about what you are trying to achieve...
Regards
Tugdual Grall

Similar Messages

  • Does Oracle 9i Lite supports Thai language?

    We are developing mobile application[residing in a laptop] using java and Oracle 9i lite version [Release 5.0.2]. The application has English and Thai version. After we upload all the data[thai and english phrases] to Oracle lite from server [residing in Sun Solaris, Oracle 91] we were able to see the Thai characters in mobile, but for some phrases there is an extra English character amended to the phrase. We are not doing any char conversion here, just collecting the data from server and inserting to lite version DB.
    Entries in polite.ini are,
    [All Databases]
    DatabaseID=501
    DataDirectory=C:\oracle\ora90\Mobile\Sdk\OLDB40
    NLS_LOCALE=ENGLISH
    MessageFile=C:\oracle\ora90\Mobile\Sdk\BIN\OLITE40.MSB
    DBCharEncoding=Native
    When i ran through the release document for Oracle9i Lite Release 5.0.2, i can relalize that it is not supporting Thai language. Correct me if i am wrong.
    Did any of the latest Lite version supports Thai language. How about 10g? Or any alternatives is there in Release 5.0.2 itself.
    Thanks and looking forward for your reply.
    Best Regards,
    Muthu

    Hello,
    I am not sure to understand your question.
    Oracle Lite is a SQL Database , and you can access it from Oracle Application Server using the correct JDBC driver and then use the JSP Tag libs to access the data (JSTL SQL) or any JDBC API in J2EE.
    If I am not answering your question please add more details about what you are trying to achieve...
    Regards
    Tugdual Grall

  • Oracle 9i Lite support application downloading

    I have a VB application which is published in the mobile server. How can I allow any user to download the latest version of the VB executable into his/her machine and execute it..... (as part of maintenance activities)

    Publish the VB application
    Create a user
    Grant ACL to the user/application
    Sync the client
    This will create a mobile database and download the VB files to your PPC device. See Developer Guide for Windows CE for more information

  • JDBC2 support for Oracle 8i Lite

    Hi,
    I was just wondering if the JDBC driver included with Oracle 8i Lite supports JDBC2, and if not, is there a newer version that does (I couldn't find anything on the downloads page).
    Thanks,
    Raj.

    Just wondering if any one has been able to write a CodeWarrior project that connects to a database through ODBC. I've been having problems compiling my CodeWarrior project file. I am trying to use my existing code which connects to a DB2 Everywhere database, but instead replacing it with an Oracle 8i Lite database.
    If any one has had experience with this, e-mail me at [email protected]
    Thanks for your help.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Alvin Chin ([email protected]):
    Mark,
    The SQL functions being undefined in my C file are as follows:
    SQLAllocEnv
    SQLAllocConnect
    SQLFreeEnv
    SQLConnect
    SQLFreeEnv
    SQLFreeConnect
    SQLAllocStmt
    SQLDisconnect
    SQLPrepare
    SQLBindParameter
    SQLExecute
    SQLFetch
    SQLGetData
    SQLFreeStmt
    Is it a correct assumption that since I used these ODBC functions from DB2 Everywhere (which were in the DB2e library and header files), that I can still use these functions with Oracle 8i Lite? Isn't the ODBC API for Oracle Lite standard for all ODBC applications? Or does Oracle Lite implement these differently. What header files and library files am I missing?
    I tried to do a search for the SQLAllocEnv function and the only files that contain this are:
    sqlapi.h
    odbc.h
    odbc.lib
    olod2040.lib
    olsql40.lib
    I tried to include the olod2040.lib and olsql40.lib files but I after compiling, I got "illegal file object data'.
    So what files am I missing in order to compile?
    Thanks.
    <HR></BLOCKQUOTE>
    null

  • Oracle 10g Lite Mobile Devices

    Hi,
    1. Does Oracle 10g lite Support Arabic?
    2. Does Oracle 10g lite Support Windows Mobile 5.0, PPC 2005?
    3. On a PPC 2003 OS the sync worked well but after it finished the device manager started to register the device on the mobile server, there is an error raised that has invalid error code and as description 'Insufficient information to proceed',
    Help Me In That Please?

    Hi,
    ad 1: Oracle Lite should support all the charsets the "big" Oracle server supports - even unicode afaik.
    ad 2: yes, OLite supports WM5 (you have to install a patchset from metalink to enable WM5 support - try to search previous threads)
    ad 3: what is the regional settings of your device? if it's some arabic culture which is not present in default OLite installation, you'll have to make some changes into Oracle Lite system tables to support your platform. In OL10g the "platform" is defined as a combination of OS type, CPU type and current OS culture settings - for example something like "WM5 + XScale CPU + czech culture". I used something like this to replace all the japanese platforms with our language to enable support for devices wit czech locale settings:
    UPDATE mobileadmin.dm$all_platforms
    SET NAME = REPLACE(NAME, ';JA', ';CS'),
    TYPE = REPLACE(TYPE, '_JA_', '_CS_')
    WHERE NAME LIKE '%;JA';
    INSERT INTO mobileadmin.DM$LANG_MAP
    (LANG_ID, LANG_NAME, LANG_CODE, LANG_REG, CODE_PAGE)
    VALUES
    ('CS', 'Czech', 'CS', 'CZ', '1250');
    you'll than probably also need to copy some files from default US locale to your new locale directory:
    {ora10gLiteR2}\mobile_oc4j\j2ee\mobileserver\applications\mobileserver\setup\us => {ora10gLiteR2}\mobile_oc4j\j2ee\mobileserver\applications\mobileserver\setup\{your_locale}
    than the device should be able to get registered...

  • Oracle 8i Lite - Servlets? JSP?

    Does Oracle 8i Lite support servlets? Does it support JSP?
    Could someone tell me where I could find out more about how this
    interaction works?
    Thanks in advance!
    Jason
    null

    Jason Puyleart (guest) wrote:
    : Does Oracle 8i Lite support servlets? Does it support JSP?
    : Could someone tell me where I could find out more about how
    this
    : interaction works?
    : Thanks in advance!
    : Jason
    Oracle 8i Lite do support Java Servlets and JSP. Web-to-go
    server (part of Oracle 8i Lite) will load servlets and run it.
    You can download Oracle 8i Lite and install Web-to-go server
    to give a try.
    null

  • Oracle 8i lite and Pro C

    Is Oracle 8i Lite Support Pro C ? if yes how to install Pro C with Oracle 8i Lite ? Is Pro C come along with 8i Lite CD ? or it has to be purchased ?

    Hi,
    I am qouting below from the oracle 8i Lite documentation which says it supports triggers . Please clarify.
    Oracle Lite DBMS
    Oracle Lite DBMS is a lightweight (50KB - 750KB), Java enabled database designed from the ground up for laptops, handheld computers, PDAs and smartphones. It supports industry standard ODBC, JDBC, SQLJ, and Java Stored Procedures and Triggers. It provides a streaming fast "C" interface, OKAPI, to its object kernel. It also supports Java Access Classes, JAC, a fast and easy way to make Java Objects persistent. Oracle Lite DBMS now supports all popular mobile platforms, including Palm OS, EPOC, and Windows CE, letting you deploy enterprise applications on virtually any mobile device.
    Regards
    null

  • Oracle forms & reports support on oracle 10g lite

    Currently our oracle forms & reports 6i application works on oracle 8i database with oracle 9i lite.
    We upgraded our database to oracle 9i r2 and lite to 10gr2.
    After publishing the application when i try to open the application the forms screen disappears for ever.
    I wanted to know whether oracle forms and reports 6i is supported on
    oracle 10g lite r2?
    Thanks,
    Ashok Kumar.G

    No. Not only it isn't certified, but it is also impossible to run forms compiled with the 11g compiler with the 10g runtime. For 11g there is a install bundle for the developer suite / application server.
    cheers

  • Oracle 8i Lite - OO4O and other Questions

    1.) Can OO4O (Oracle Objects for OLE) be used with the Oracle 8i Lite database ?
    2.) Does Oracle 8i Lite operate as a "client/server" database ?
    3.) Is it possible to have multi-user access to Oracle 8i Lite ?
    4.) Is there documentation somewhere that lists all of the limitations with 8i Lite as compared to 8i ?
    We are in the planning stages of a partial mobile system, and want to know how much difference in development efforts for the 2 platforms (Oracle 8i on Win 2000 server and Oracle 8i Lite on NT/98/95 Laptops).
    Any information on Oracle 8i Lite would be appreciated. -- Especially need an answer to question 1 right now.
    Thanks,
    Paula

    Hi,
    I am qouting below from the oracle 8i Lite documentation which says it supports triggers . Please clarify.
    Oracle Lite DBMS
    Oracle Lite DBMS is a lightweight (50KB - 750KB), Java enabled database designed from the ground up for laptops, handheld computers, PDAs and smartphones. It supports industry standard ODBC, JDBC, SQLJ, and Java Stored Procedures and Triggers. It provides a streaming fast "C" interface, OKAPI, to its object kernel. It also supports Java Access Classes, JAC, a fast and easy way to make Java Objects persistent. Oracle Lite DBMS now supports all popular mobile platforms, including Palm OS, EPOC, and Windows CE, letting you deploy enterprise applications on virtually any mobile device.
    Regards
    null

  • Sequencing and Trigger on Oracle 9i lite database

    We created a schema (TESTSCHEMA) on Oracle 8.1.7 Enterprise edition and have a created a trigger which will use the sequence object to generate primary key for the table (TEST_TABLE)
    Sequence creation:
    CREATE SEQUENCE TESTSCHEMA.TEST_TABLE_SEQUENCE START WITH 6000 INCREMENT BY 1 MINVALUE 6000 MAXVALUE 6999 NOCACHE NOCYCLE NOORDER ;
    Trigger creation:
    CREATE OR REPLACE TRIGGER TEST_TABLE INSERT BEFORE INSERT ON TEST_TABLE FOR EACH ROW
    DECLARE
    pkValue NUMBER;
    BEGIN
    pkValue := 0;
    Select TEST_TABLE_SEQUENCE.NextVal into pkValue from dual;
    :NEW.TEST_KEY := pkValue;
    END TEST_TABLE_INSERT;
    We have created a snapshot of the schema on mobile server, synchronized the data with the client (Win32 for testing purpose).
    The trigger works fine on the server, but when I run the same query on the lite database with msql it gives me an error:
    [POL-3221] null key in primary index
    I was wondering if Sequence generation and Triggers are supported on Oracle 9i lite database ? Or am I missing out something ??
    Any information/ help is appreaciated
    Thanks
    Neeraj

    You can't use SAVEPOINT / ROLLBACK TO SAVEPOINT statements in the database trigger:
    ORA-04092: cannot SET SAVEPOINT in a trigger
    ORA-04092: cannot ROLLBACK in a trigger
    I am not sure what you need exactly, but you can try this:
    Simulating ROLLBACK TO SAVEPOINT Behavior in a Database Trigger
    http://www.quest-pipelines.com/pipelines/plsql/tips02.htm#JUNE
    Regards,
    Zlatko Sirotic

  • Oracle 8i Lite and Triggers

    In Oracle 8i Lite I can't find the data dictionary view of triggers (e.g.: all_triggers, etc.). I can't create triggers. Are triggers available in Oracle 8i Lite?

    Hi,
    I am qouting below from the oracle 8i Lite documentation which says it supports triggers . Please clarify.
    Oracle Lite DBMS
    Oracle Lite DBMS is a lightweight (50KB - 750KB), Java enabled database designed from the ground up for laptops, handheld computers, PDAs and smartphones. It supports industry standard ODBC, JDBC, SQLJ, and Java Stored Procedures and Triggers. It provides a streaming fast "C" interface, OKAPI, to its object kernel. It also supports Java Access Classes, JAC, a fast and easy way to make Java Objects persistent. Oracle Lite DBMS now supports all popular mobile platforms, including Palm OS, EPOC, and Windows CE, letting you deploy enterprise applications on virtually any mobile device.
    Regards
    null

  • Oracle 9i Lite and Satellite Forms on the Palm

    I would like to use Oracle 9i Lite 5.0.1with Satellite Forms EE 4.1 on the Palm
    The docmentation from each company refers to the other company's documentation and no instructions seem to
    exist. I am begining to suspect that to abilty to use Satellite Forms and Oracle Lite on the Palm does not actually
    exist and that one must develop applications in C using Code Warrior or other tools.
    I would like to use a Satellite Forms application on the Palm running with the RDK to access and store tables
    stored in an Oracle Lite database on the Palm. I would then use the MSYNC to move data from the palm to
    my Oracle 8.1.7 database server
    Satellite Forms appears to store each of its tables as a separate pdb but oracle uses a single pdb for a database
    containing multiple tables. There is a check box for Oracle compatible tables but not method to associate
    satellite forms tables with an Oracle Lite database except for a link to an ODBC database. The Oracle ODBC drivers
    point either to the Oracle database server or to an Oracle Lite database on a PC but not on a Palm.
    I can move Satelittle Forms tables from the Palm to Oracle 8.1.7 using ODBC on the PC when I do a Palm Hot Sync
    using the Satellite Form conduit
    I can move Oracle tables from the Palm to 8.1.7 using MSYNC, the Oracle Mobile Server, and the Oracle Lite
    http conduit
    I do not know how to move Satellite Forms tables on the Palm to Oracle Lite tables on the Palm.
    The only way to use Satellite Forms appears to be to move Satellite Forms tables on the Palm to Oracle Lite tables
    on the PC and then use Oracle Lite Msync on the PC to move the data to the Oracle server. This seems to have no
    advantage over going from Satellite Forms directly to the Oracle Server via ODBC
    Does anyone have any additional information about current or future capabilities. There may have been something that
    worked with older versions of Oracle 8iLite 4.0 and Satellite Forms 3.5, but I do not see anything that works now

    According to Metalink Note:207303.1 - Client / Server / Interoperability Support Between Different Oracle Versions you shouldn't have problems, as long as your 9i Clients are at least 9.2.0.4.

  • Oracle 9i lite application development using java

    hi all,
    I want to develop a applcation which interacts with the 9i lite database in java.Is there any emulator which will help me in developing this on a windows 2000 machine or winnt machine?
    i tried developing it in eVB but the emulator which come along with it does not support the 'oladoce' object..
    please if anybody has done something on this please help .. this is very urgent..
    thanks ..,
    sreekanth sreedharan

    Oracle 9i Lite is a multi-platform product and you need to specific the target OS for the database and the version of java.
    If you are planning to run your application in Win2000 you will have no problem using Oracle 9i Lite with the supplied
    jdbc drivers and any java development environment for J2SE. What you get is a laptop platform that works while not
    connected to the Internet
    If you are trying to using Oracle 9i Lite on the Palm with J2ME development on windows, it works fine with the Palm Emulator
    but I am not sure that the jdbc drivers are available for J2ME yet and I have not used them as I have for J2SE on windows
    I am also very interested in developing java applications for the palm using Oracle 9i Lite and I would appreciate feedback
    on the jdbc and other required sql extensions for the sun java cldc
    If you are talking about the PocketPC or other WinCE, I cannot help you but I have used Personal Java on WinCE but not yet
    attempted Oracle 9i Lite on those platforms

  • Oracle 9i Lite, WinCE sorting

    Have a nice day.
    I'm using Oracle 9i Lite on HP Jornada 720 (WinCE).
    What I have to set to databese sort correctly by CZECH langugae?
    I found string XCZECH in some DLL so i think database should
    know it.
    Thanks George

    Oracle9i Lite 5.0 is certified for EPOC V5. Nokia 9210 is based on EPOC V6/Quarz which is not supported. We have a working port in alpha quality which we might be able to give you. However we would need a strong business case. Send your business case and justification to [email protected]
    --martin
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Justin Miles ([email protected]):
    Will Oracle 9i Lite install on a GSM Nokia 9210 mobile phone (www.nokia.com/phones/9210)
    running the EPOC OS. Look forward to any comments.<HR></BLOCKQUOTE>
    null

  • Oracle 9i Lite Installation Issue

    Hi all,
    I have tried installing Oracle 9i Lite on Win Server 2000 and also on Windows XP. Installation seems to get stuck while it's installing Mobile Server Repository. Can anybody guide me please and let me know what I am doing wrong other then following oracle installation notes. :)
    Thanks
    Tahir

    Oracle9i Lite 5.0 is certified for EPOC V5. Nokia 9210 is based on EPOC V6/Quarz which is not supported. We have a working port in alpha quality which we might be able to give you. However we would need a strong business case. Send your business case and justification to [email protected]
    --martin
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Justin Miles ([email protected]):
    Will Oracle 9i Lite install on a GSM Nokia 9210 mobile phone (www.nokia.com/phones/9210)
    running the EPOC OS. Look forward to any comments.<HR></BLOCKQUOTE>
    null

Maybe you are looking for

  • How can I use itunes to back up two different iphones?

    First off, please pardon the newbie question. I am on a new Windows 8 machine (using the Classic Shell interface).  I downloaded and installed itunes 11.0.2.26.  I need to be able to backup both my and my fiancee's iphone (both are 4s), before doing

  • How to insert data into table control

    hi experts,,        i have inserted data into data base table through table control . now i want to insert data into table control through database table.   how to delete data from table control for selected row

  • Project Online - Read Only

    Hello, Is there a way to create permissions for Project Online users so they only have read only rights? If so, would it be possible to change this permissions to write access at a future date? Would a different subscription be more suited for "read

  • Jsp forward problem, I think.....

    I have a default.htm page that takes in a feild, EMP_NUM. Once the user           hits the Submit button, I run a select statement(select.jsp) to see if that           number exists. If it does then I forward the contents to correct.jsp, if the      

  • Creating complex canvasProxy

    Hi, I've got a simple set up based on the drap and drop help examples. One main canvas forming the majority of the stage. Within that I have a small canvas that contains an image and a label: <mx:Canvas id="myCanvas" width="100" height="100" x="100"