Oracle 8i lite, iconnect with epoc

Does anyone know if oracle 8i lite will e able to use iconnect to an epoc os platform on a pda?

I'm having alot of problems trying to connect to an Oracle 8i database from my handheld Windows CE Platform. Below is the code that I am using in eVB. I can't find any support for the name of a provider. The provider that I have listed here is the normal ADO provider for oracle, but I have no idea which provider to use for the CE system. If anyone could help me out, please post your responses here. Thanks!
I did try to use the free download of ViaDB from Odyssey Software and they don't support the H/PC Pro. This is why I need to find an alternative to connecting to the Oracle8i database from my WindowsCE Device.
I'll probably end up calling Oracle because they do support ADOCE. see here
Dim adoConn As ADOCE.Connection
Dim adoRst As ADOCE.Recordset
Dim mstrSQL as String
Set adoConn = CreateObject("ADOCE.Connection.3.1")
adoConn.Open("Provider=msdaora;" & _
"Data Source=MyOracleDB;" & _
"User Id=myUsername;" & _
"Password=myPassword;"
mstrSQL = "SELECT * FROM myTable"
Set adoRst = CreateObject("ADOCE.Recordset.3.1")
Call adoRst.Open(mstrSQL, adoConn, adOpenDynamic, adLockOptimistic)

Similar Messages

  • Oracle 9i lite connection with a Java Client

    Hi,
    I would like to connect a Java Client developed using PersonalJava edition for PDA with an Oracle 9i lite version which is also on PDA.
    I would like to know is it possible to connect such a client (Java) using some JDBC drivers on PDA.
    if yes please do suggest a suitable driver and some input tips as to how to connect a GUI developed in Java directly to Oracle on PDA.
    I am not too sure whether some web/application server is required in the whole setup.
    because in N-Tier Architecture we have a middle layer of Application /Web servers in between a client screen(usually a Browser) and Database.
    but I am not aware weather it is possible to directly connect Java Swing or Client application as I mentioned above developed using Personal edition with a database using only some driver software but no other middle ware component in between.i.e forming a 2 tier client server model.
    please do let me know your valuable suggestions at [email protected]
    thanks,
    Ashish

    I connect to the database through the same user that created those tables. Do I still need a public synonym ?

  • Oracle 9i LIte Connectivity with MIDP

    Hello,
    I am facing problem for connectivity of MIDP and Oracle 9i Lite. Anyone knows the which tool is good to desing the MIDP. Shall i use the Swing/AWT in MIDP. Is there any way to make Grid Layout and Buttons with MIDP.

    you cant user those in the MIDP
    but you have to call server application and then server applciation will fetch teh data from the oracle and retunr them back to midlet
    [email protected]

  • Oracle 9i Lite Issue with ODBC driver

    Cannot reference table in user schema without schema ref
    I create a user TESTUSR and a table TESTTBL, and when I log in with user TESTUSR in SQL*Plus,
    the following will work just fine.
    SELECT * FROM TESTTBL
    but then when my ASP on IIS does the same SELECT,
    it will report "[POL-5130] table or view not found".
    But if I use a schema alias,
    SELECT * FROM TESTUSR.TESTTBL
    it will work fine.
    ODBC Admin shows: "Oracle Lite 40 ODBC Driver 4.00.00.00".
    Is this a bug ?

    I connect to the database through the same user that created those tables. Do I still need a public synonym ?

  • Oracle 8i lite works in windows 2000 ?

    I would like to know if Oracle 8i Lite works with Windows 2000 ?
    null

    IF its a new installation remove the ORACLE key from the REGISTRY.

  • Oracle 8i Lite

    I would like to know if Oracle 8i Lite work with Windows 2000 ?
    null

    The next version of XSQL supports
    specifying an arbitrary <dburl>
    in your XSQLConnections.xml file.
    The current 0.9 technology preview
    only will work with the regular
    Oracle driver.
    Stay tuned in the next week or two
    for the next code drop of XSQL.
    Thanks.
    Oracle XML Team
    http://technet.oracle.com
    Oracle Technology Network
    null

  • Problem sync Satellite Forms data with Oracle 8i Lite through iConnect Consolidator.

    I receive following exception in the hotsync log:
    java.lang.Exception: Compose raw metadata not implemented for SMSE
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at oracle.lite.sync.palm.SMRL4PRecord.composeRawMetaData(SMRL4PRecord.java:126)
    at oracle.lite.sync.HeliosSession.<init>(Compiled Code)
    at oracle.lite.sync.HotSyncSession.RunTime(Compiled Code)
    OK Oracle with 1 message(s)
    This is when I after installed the satellite forms performes a sync.
    I use PalmV with PalmOS 3.3, performes the sync with HotSync through iConnect Consolidator for Oracle 8i Lite 4.0.0.2.0
    In the Satellite Forms App Designer I have check the Oracle Lite option in the property form.
    This happends for both the sample forms and the one I have created.
    I use the Satellite Form 3.0 beta 2, is there a new release and where can I find it ?
    Anyone with any ideas to solve this ?
    Thanks in advance !
    /Patrik

    Hello Patrik,
    Did you resolved this problem ? I have the same error message. Please, let me know what i can do.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Patrik Strid ():
    I receive following exception in the hotsync log:
    java.lang.Exception: Compose raw metadata not implemented for SMSE
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at oracle.lite.sync.palm.SMRL4PRecord.composeRawMetaData(SMRL4PRecord.java:126)
    at oracle.lite.sync.HeliosSession.<init>(Compiled Code)
    at oracle.lite.sync.HotSyncSession.RunTime(Compiled Code)
    OK Oracle with 1 message(s)
    <HR></BLOCKQUOTE>
    null

  • Oracle Lite Developement on EPOC , Win CE

    Hi,
    I am working on Oracle Lite , its working perfectly on the Windows, synchronizing etc. I deal with Mobile application developement with EPOC , Win CE on Psion Teklogix NetPad.
    Is any one working on EPOC or Win CE Device, trying to Deploy Java Applets , Servlets or JSP.
    It will be gr8 to share experiences.
    Thanks
    Bye
    Anand
    [email protected]

    Oracle 5.0.10 does not provide an x.86 emulator for CE.nt devices. Eventually this will be an Oracle tool that will be an extension of .net.
    Cheers,
    Phil

  • Oracle 8i Lite and Palm, Windows CE and EPOC

    This may be a simple question to developers (which I am not), but we have a client who is seeking advice regarding the use of Palm Pilots, Psion or similar devices for field recording of data.
    Their database is Oracle 7.3.4 (soon to be upgraded to 8) with development done in Forms 5. I understand that Oracle 8i Lite enables a database of this vintage to be used in conjunction with the handhelds, but I do not understand the process.
    Is Oracle 8i Lite loaded onto the handheld? Or is it used to convert the required tables and forms into cut down versions for the limited use by the smaller device?
    What is the role of the host PC for the smaller devices?
    I guess - how does it work in layman's terms.
    I hope someone can help.
    Thanks.

    We haven't tried 8i Lite on a palmtop. But we are trying to use it over the Internet and we are having some problems. Have you used 8i Lite over the Internet?!?
    Thanks..

  • PL/SQL with oracle 8i lite

    Could any of you folks please let me know if i can work with pl/sql commands on oracle 8i lite and if not then is there any other ways so as to, i can work on triggers, procedures and access the pre-defined tables.
    reply to the above would be much apprecaited.
    cheers
    Rodeo

    as you exprimented triggers & procedures, Expriment PL/SQL also

  • Oracle 9i Lite installation on Nokia 9210 mobile (EPOC) phone

    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.

    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 8i Lite with Embedded Visual Basic

    Has any one used Oracle 8i Lite with EVB to develop an application on Windows CE Platform. Can any one help me where can i get sufficient information to do this. Thank you in advance.
    suresh
    null

    I'm having alot of problems trying to connect to an Oracle 8i database from my handheld Windows CE Platform. Below is the code that I am using in eVB. I can't find any support for the name of a provider. The provider that I have listed here is the normal ADO provider for oracle, but I have no idea which provider to use for the CE system. If anyone could help me out, please post your responses here. Thanks!
    I did try to use the free download of ViaDB from Odyssey Software and they don't support the H/PC Pro. This is why I need to find an alternative to connecting to the Oracle8i database from my WindowsCE Device.
    I'll probably end up calling Oracle because they do support ADOCE. see here
    Dim adoConn As ADOCE.Connection
    Dim adoRst As ADOCE.Recordset
    Dim mstrSQL as String
    Set adoConn = CreateObject("ADOCE.Connection.3.1")
    adoConn.Open("Provider=msdaora;" & _
    "Data Source=MyOracleDB;" & _
    "User Id=myUsername;" & _
    "Password=myPassword;"
    mstrSQL = "SELECT * FROM myTable"
    Set adoRst = CreateObject("ADOCE.Recordset.3.1")
    Call adoRst.Open(mstrSQL, adoConn, adOpenDynamic, adLockOptimistic)

  • Oracle 10g Lite with ADF/BC4J Application(Offline access in Mobile )

    Hi All,
    We have the following requirement from one of our client.
    Customer Company has R12 Apps instance(which is having 10g Database APPSDB). The users will come in the morning
    and connect to the System(NEWSYSTEM) to download their daily worksheet(resides in APPSDB) to their Mobile Devices
    (Windows XP - http://www.keenzo.com/zoom.asp?zoom=3830134) and then disconnect from the system. The download of data
    should start after login into their Mobile Device Custom Application So that only their worksheet will be downloaded
    to their Mobile Device DB.
    Then they will goto their fields and review their daily worksheet in the Mobile Device application(NEW APPLICATION)
    in offline mode. And update in the application with their findings, which should be stored in the Mobile Device database(MOBILEDB).
    In the evening the uses will come and connect to the system(NEWSYSTEM) and login into their Mobile Application and
    start the upload process, then the updated data from their Mobile Database will be uploaded into APPSDB via the NEWSYSTEM.
    I checked the links, http://www.oracle.com/technology/products/lite/index.html and http://lite.us.oracle.com and I have
    got some understanding about Oracle 10g Lite. For the above requirement we are proposing the NEWSYSTEM as Oracle 10g Lite Server
    and the NEW APPLICATION as ADF/BC4J which can run in their Mobile Devices(work offline and then sync with DB).
    I have the following questions.
    1) The above proposing system is feasible?
    2) Can we develop the Mobile Application using ADF/BC4J and using that we would like to
    control the sync process from our custom application.(so that only their worksheet will come to their Mobile Device DB)
    3) If I want to have the above system,
    a) I should have Oracle 10g Lite server installed(im Unix or Windows)
    b) I should have Oracle 10g Lite client installed in a Windows PC/Laptop
    c) To get my custom application in My Mobile Device, first I have to deploy the application
    in Oracle 10g server using Oracle Mobile Server. Then I have to connect my Mobile Device to the Oracle 10g Lite server,
    and deploy the application in my Mobile Device using Oracle Mobile Manager.
    4) I would like to do a POC before start the project.
    What are all the installations I have to do in my Laptop.(Consider I am installing Oracle 10g Lite server/client, Mobile Manager in my Laptop)
    I am new to Oracle 10g Lite, correct me if any of my understanding is wrong.
    If you have any comments in the approach please add it.
    Thanks in advance.
    With Regards,
    Kali.

    1) The above proposing system is feasible?
    perfecly feasible, and actually a reasonably standard use of oracle lite
    2) Can we develop the Mobile Application using ADF/BC4J and using that we would like to
    control the sync process from our custom application.(so that only their worksheet will come to their Mobile Device DB)
    Actually two different questions here. The application code that runs on the client device can be written in any thing that will run on that type of device, and is capable of using the APIs to connect to the local database, and the other functionality like synchronisation. From the forum there look to be VB, C, java users out there (an i even believe if you wanted to, you could use forms). Main decision regarding the Platform for the application code development tends to be whatever you have the skills in.
    In terms of the sync process only downloading a particular users worksheet, this would be defined when you define the snapshots of the database tables you want to download, rather than the sync login process itself.
    For example - you have a table WORKSHEETS on the server that you want to download, it has a column EMP_NO which is the employee identifier. You would define the selection for the snapshot as
    select * from WORKSHEETS where EMP_NO=:emp_no (note the bind variable)
    when you then add users to the oracle lite application (actually the database), then you will have a parameter called EMP_NO to define with the employee number for that particular user, and this will be used automatically as the bind variable in the download.
    NOTE subsetting in this way does not need to be direct, for example things like
    select * from TASKS where id in (select task_id from user_tasks where emp_no=:emp_no) is perfectly valid
    NOTE when reading the forum and documentation, be careful of the word application. There are actually two different things to be developed, both normally called 'application'
    Within oracle lite you create an application with publication items, scripts, sequences etc. and then subscribe your users to this application. The application in this context is actually the database and synchronisation management ONLY (you can include files and code for download)
    The second application is your runtime code that has a user interface, functionality, processing and validation. This is written in some development platform, and accesses the database created above for select, insert, update etc.
    3) If I want to have the above system,
    a) I should have Oracle 10g Lite server installed(im Unix or Windows)
    YES this goes on the app server and installs a repository schema MOBILEADMIN within your database
    b) I should have Oracle 10g Lite client installed in a Windows PC/Laptop
    YES - once the server is set up, this is downloaded and set up by accessing the <server url>/webtogo/setup
    c) To get my custom application in My Mobile Device, first I have to deploy the application in Oracle 10g server using Oracle Mobile Server. Then I have to connect my Mobile Device to the Oracle 10g Lite server,
    and deploy the application in my Mobile Device using Oracle Mobile Manager.
    steps in outline are
    1) install server
    2) develop the oracle lite application (ie: database) and publish this to the mobile server (can use the development kit or java APIs for these two steps
    3) add a user with the relevant subsetting parameters
    4) set up oracle lite win32 client on the laptop from the server download
    5) synchronise using the msync utility on the client to create the databases and odbc entries
    6) develop your application code using the client database
    7) during development, then changes to database structure would be via changes and re-publish of the oracle lite application, followed by a sync to update the client database
    8) once all development is complete, the runtime application code can be bundled up into the oracle lite application if you want, and then the initial sync for live users will download the database and application code.
    4) I would like to do a POC before start the project.
    What are all the installations I have to do in my Laptop.(Consider I am installing Oracle 10g Lite server/client, Mobile Manager in my Laptop)
    You can set up a standalone server on the laptop, but better to do this on a development app server so you can use the main server development database as the data souce for the snapshot definitions (pretty easy install). there are conflicts if you try and put the oracle lite client and the mobile development kit on the same machine, but if you are familiar with java, the API development is fairly straightforward to use (i have developed applications in this, and i know only the basics of java) you do not need the MDK
    Basic for a POC i would say is to
    1) set up mobile server on development
    2) define a simple oracle ite application on two server tables. one has select * from table, and the other has select * from table where .... including bind variable. at this stage use complete refresh as the mode for simplicity
    3) publish the application, create user and define the subsetting variable
    4) set up mobile client and synchronise user. use the msql utility to interrogate the database and check the content, and do some updates 9standards SQL syntax)
    5) create simple appliaction code to conect to and read the database on the client
    6) do a sync after the updates above and check they appear in the server
    The above should be reasonably quick and proves
    a) ability to define the data you want to be sent to the users
    b) ability to create an app to manage the database running on the client device in you preferred software platform
    c) data download and upload
    after this basic POC, you can extend into defining fast refreshes to improve the efficiency of the sync process, managing the MGP process, developing a more comprehensive database and application etc. If you have complex joins between server table, you may also want to look at creating views to denormalise data and use these as the basis for the snapshots

  • Problems generating a JSP using J Developer 3.1 with Oracle 8i Lite

    I am using Oracle 8i Lite release 4.0.0.2.0 with Jdeveloper 3.1 (build 681) on a NT Workstation 4 (build 1381: Service Pack 3).
    In JDeveloper I have set up the connections using the JDBC driver to Oracle 8i Lite JDBC. The ODBC Source is set to POLITE. The Test connection returns SUCCESS!
    I create a new project using the Business Components JSP Application Wizard. This allows me to successfully create the new Business Components required. In step 4 (of 6 ) of the Business Components JSP Application Wizard (Connection), no connections are available for selection via the dropdown and the Username, Driver and URL are all set to ?
    I cannot create a new connection that I can use in this step either.
    I have followed the set up as documented for Oracle 8i Lite.
    I am sure that I am missing something simple.
    Any ideas ?
    Thanks,
    Ketan.

    Use Jdeveloper 3.2

  • JBO-26061 with Oracle 8i Lite.

    Hi:
    I am using J Developer3.1 with Oracle 8i Lite.
    I created the business objects.
    Tested the business objects using the Application tester. Every thing works fine.
    Create a Java Form add Connection inoformation and record set's and all the relationships. Every thing worked fine.
    After compileing Both projects tried to run the form and I am getting DAC-405 and JBO-26061. Error. I do have deploy user id password checked on the connection manager.
    First Qestion? Where do I change the Oracle8i connect string to use a 3 part connection syntax. (Is this the problem)

    as you exprimented triggers & procedures, Expriment PL/SQL also

Maybe you are looking for