Oracle Lite and VS 2003, VS 2005

We are looking at using Oracle Lite. Probably version 9i.
Is this version supported with Visual Studio 2003 or 2005?
If not, what versions are supported with MS Visual Studio 2003 and what version are supported with MS Visual Studio 2005.
Terry

We plan to use VS 2005 with CF 2.0 but Oracle so far only supports CF 1.0 for its ADO.NET provider for Oracle Lite. However, so far we have found no problem using ADO.NET (1.0 implementation) with CF 2.0, although we are still in early stages of development.

Similar Messages

  • OCCI for Oracle 9i and MS Visual Studio 2005

    Hello.
    Where do I get OCCI *.lib and *.dll files for Oracle 9i and MS Visual Studio 2005 (VC 8)?
    Roman Perepelitsa.

    I was able to use MS Visual Studio 2005 and OCCi classes. There is a catch though, I was not able to use the debug library dll as it will crash. So I was not able to debug any code using the VS debugger, instead, I use the old and lengthy process: insert printf statements.
    Jeff

  • Client transport  between SAP on Oracle 10G and MS SQL server 2005

    Hi Folks,
    We have a requirement where we have to do client export/import from SAP ECC 6.O running on Oracle 10g and to SAP ECC 6.0 running on MS SQL server 2005.I want to know whether SAP supports this and patch levels of all components two systems should be the same.
    Thanks in advance,
    Basis Admin

    Not recommendet because of potential :
    -  patch level inconsistency
    - ABAP dictionary inconsistency (programs, tables)
    - possible client independent configuration conflicts
        existing config cen disturb "imported" client
        imported config can ddisturb  existing clients
    If there are any inconsistencies mentioned above you are in trouble...
    regards,
    wojtek

  • Oracle 9i and windows 2003 R2 installation issues

    Hi All,
    I have a windows 2003 R2 server with oracle 9.2.0.8 installed both OS and DB are 32bit. The server has 12gb ram and I therefore use AWE and /PAE, however when ever the number of connections exceeds >60 memory errors start to appear and sessions crash. Has anyone out there carried out a successful install of 9i and windows 2003 R2. Can anyone help with the resolution of these issues.
    regards
    Alan

    some more information
    I’ve just restarted the server with its full quota of 16GB of RAM and selected both boot.ini switches (/PAE and /3GB) at server startup. I then amended the dbblock_lru_latches parameter from 128 to 64. Before I even started the database I tried running ‘ipconfig /all’ at the command prompt with the following result:
    D:\Oracle>ipconfig /all
    Windows IP Configuration
    An internal error occurred: Insufficient system resources exist to complete the requested service.
    Please contact Microsoft Product Support Services for further help.
    is it windows causing these issues?
    rgds
    alan

  • Oracle lite and Stored Procedures

    Hi, I have just installed Oracle lite, connected to Polite and created dropped tables etc. I notice that in Navigator there is no folder for stored procedures or triggers. I tried to compile a syntacally correct proc in SQL plus and it generated this error: Create or Replace Procedure SCORECARD.Gen_Fiscal_Year_Data AS
    ERROR at line 1:
    OCA-30021: error preparing/executing SQL statement
    [POL-5228] syntax error.
    Does this mean that stored procs are not supported in Oracle lite?
    Thanks, Paul
    null

    Oracle Lite database does not support the usual stored procedures/triggers like an Oracle database. You have to use java classes to create triggers/stored procedures to run them in Oracle Lite database. You can refer the documentation on Oracle 8i Lite for samples/detailed information.

  • Oracle lite and RAC

    We are experiencing difficulties with installing oracle lite with Oracle RAC 10.2. Does anybody knows if this is possible?
    thank's in advance!

    The problem's were mostly implementation specific. What you need to do for RAC is to configure the mobile server to use the thick client in stead of the thin client. There is a metalink document about this (Doc ID: Note:339108.1).
    How to configure the mobile server with a RAC DB
    Solution
    1) Edit the file $ORACLE_HOME/mobile/server/bin/webtogo.ora
    2) Change this Parameter:
    ADMIN_JDBC_URL=jdbc:oracle:thin:@hostname:port:1521
    TO
    ADMIN_JDBC_URL=jdbc:oracle:thin:@DESCRIPTION=(ADDRESS=(PROTO =TCP)(HOST=clora1vip.aem.torin
    .it)(PORT=1521))(ADDRESS=(PROTO =TCP)(HOST=host_name)(PORT=host_port))(LOAD_BALANCE=yes
    (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=sid_name)(FAILOVER_MODE=(TYPE=SELE
    CT)(METHOD=BASIC)(RETRIES=180)(DELAY=5))))
    3) Save the File and restart the mobile server.

  • Oracle Lite and Java 1.3

    Some preliminary testing of Java 1.3 against Oracle Lite 8.1.5 causes an fatal crash that won't allow me to debug through and suspends both the VM and my debugger/IDE for Java.
    Can anyone confirm if it is possible to run Olite and Java 1.3? Same code works great in OLite and Java 1.2.2, and crash doesn't seem to be OS specific (tested under NT and 2000).
    Cheers, DJ

    When you put your code in a try block and print the exception, what does it say:
    String driver = getDriverFromConfigurationFile();
    try
    Class.forName(driver);
    catch(ClassNotFoundException cnfe)
    System.err.println(cnfe);
    Second option is to use DataSource instead.

  • Oracle Lite and gotchas

    We are currently trying to sell a solution using the Oracle Lite product. I have read most online product info but would like to contact someone who has actually implemented an Oracle Lite solution, particularly with Web-to-go. Please email me with a phone number [email protected] I am based in New Zealand so you may need to include your timezone so we catch up.
    Thanks in advance
    Tim Jones

    Hi Tim,
    Sorry for my english !
    I'm developing a software solution for palmV. I use Oracle lite4.0 plateform with Iconnect Consolidator (Client/Server) architecture for the replication and a Web-to-go listener for the HTTP transport between the Palm and the Database Server Oracle8.1.5. After, i will use Web-to-go for deploying the application for several clients.
    I use Satellite Forms (Puma Technology : www.pumatech.com) to develope the client's screens (Palm V)
    If you are still interested, contact me on my phone number : 00 336 89600527 (France).
    Email : [email protected] / [email protected]
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Tim Jones:
    We are currently trying to sell a solution using the Oracle Lite product. I have read most online product info but would like to contact someone who has actually implemented an Oracle Lite solution, particularly with Web-to-go. Please email me with a phone number [email protected] I am based in New Zealand so you may need to include your timezone so we catch up.
    Thanks in advance
    Tim Jones<HR></BLOCKQUOTE>
    null

  • Oracle Lite and eVB

    I am new to PDA development. I Just went through Oracle 8 Lite installation and the documentation. I found that all development features for windows CE env refer to VC++ as the tool. Is it possible to develop a front end using eVB(Embedded Visual Basic) talking to a oracle lite database using ODBC:CE. Can any one please clarify this doubt of mine.
    Thanks in advance
    -BUGS

    I am working with the same conditions without problems.. What error does it show?
    This piece of code uses the movefirst and movenext without problems. Remember to use de Err object to manage runtime errors in a friendly way.
    Err.Clear
    On Error Resume Next
    rs.open "select distinct .. where .. = '..' order by .., "", 1, 3
    If rs.recordcount > 0 Then
    rs.movefirst
    cs = rs.recordcount
    For i = 1 To cs
    combodesc.AddItem (CStr(rs.fields(0).Value))
    rs.movenext
    Next
    Else
    combodesc.Clear
    End If
    rs.close
    If Err.Number Then
    Exit Function
    End If
    resultvalue = True
    hope this helps..
    bye

  • Oracle Lite and Oracle 8i Client on Win98

    I've had Olite v8i running on my Win98 machine for a while now. I just installed Oracle 8i Client on my machine. Now, my JDBC driver for Oracle Lite does NOT work. What could have happened here??
    Thanks.
    -Jeremy
    null

    HI Jeremy,
    I think, Your PATH was cranked up.
    The JDBC driver for OLite normally does not use any OCI DLLs, so that should not be the problem. As I said, the OLite dlls may be missing now from the PATH.
    Any error messages? "Does not work" is a bit... fuzzy.

  • Oracle Lite and Oracle Forms

    Is it possible to use Oracle Forms with Oracle Lite. I have some problems in connecting Oracle forms 6 with Oracle Lite 8.0.

    Surender,
    It is not possible to use Oracle Forms with Oracle Lite. If you are trying to use Forms with Oracle Database 8i, you might try asking your question in the Oracle Database forum, located here:
    General Database Discussions
    Cheers,
    Junius

  • Oracle Lite and OCI

    Is it possible to access Oracle Lite 10g using OCI. I am getting an error "ORA-24327: need explicit attach before authenticating a user" when trying to acces the Oracle Lite 10.3.0 using OCI. Can you please tell why it is occuring?
    Message was edited by:
    user606900

    I am using the samples comming with Instant Client SDK.
    Some of the relevant portion of the code is given below
    static text username = (text ) "system";
    static text password = (text ) "manager";
    static text connectstring = (text ) "(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = HOSTNAME)(PORT = 1521)) ) (CONNECT_DATA = (SID = POLITE)))" ;
    errcode = OCIEnvCreate((OCIEnv **) &envhp, (ub4) OCI_DEFAULT,
    (dvoid *) 0, (dvoid * (*)(dvoid *,size_t)) 0,
    (dvoid * (*)(dvoid *, dvoid *, size_t)) 0,
    (void (*)(dvoid *, dvoid *)) 0, (size_t) 0, (dvoid **) 0);
    if (errcode != 0) {
    (void) printf("OCIEnvCreate failed with errcode = %d.\n", errcode);
    exit(1);
    (void) OCIHandleAlloc( (dvoid *) envhp, (dvoid **) &errhp, OCI_HTYPE_ERROR,
    (size_t) 0, (dvoid **) 0);
    /* server contexts */
    (void) OCIHandleAlloc( (dvoid *) envhp, (dvoid **) &srvhp, OCI_HTYPE_SERVER,
    (size_t) 0, (dvoid **) 0);
    (void) OCIHandleAlloc( (dvoid *) envhp, (dvoid **) &svchp, OCI_HTYPE_SVCCTX,
    (size_t) 0, (dvoid **) 0);
    (void) OCIServerAttach( srvhp, errhp, connectstring, strlen(connectstring), 0);
    /* set attribute server context in the service context */
    (void) OCIAttrSet( (dvoid *) svchp, OCI_HTYPE_SVCCTX, (dvoid *)srvhp,
    (ub4) 0, OCI_ATTR_SERVER, (OCIError *) errhp);
    (void) OCIHandleAlloc((dvoid *) envhp, (dvoid **)&authp,
    (ub4) OCI_HTYPE_SESSION, (size_t) 0, (dvoid **) 0);
    (void) OCIAttrSet((dvoid *) authp, (ub4) OCI_HTYPE_SESSION,
    (dvoid *) username, (ub4) strlen((char *)username),
    (ub4) OCI_ATTR_USERNAME, errhp);
    (void) OCIAttrSet((dvoid *) authp, (ub4) OCI_HTYPE_SESSION,
    (dvoid *) password, (ub4) strlen((char *)password),
    (ub4) OCI_ATTR_PASSWORD, errhp);
    checkerr(errhp, OCISessionBegin ( svchp, errhp, authp, OCI_CRED_RDBMS,
    (ub4) OCI_DEFAULT));
    The error I am getting is from this checkerr. For the HOSTNAME in the connectionstring I have given my machine IP. Please let me know your comments.

  • ORACLE Lite and PalmPilot

    How can I combine Oracle Lite 3.51 Consolidator with my
    PalmPilot? Are there example applications avail.?
    null

    Hi Prashi,
    We have used to connect jdbc-odbc bridge like this, system/manager@jdbc:odbc:webtogo (or)system/manager@jdbc:odbc:olamlite . The two dsn's we have used to connect oracle9iLite with 8i as database.
    Why not u try to connect in this way? Because when i try to connect polite as per u r idea it is connecting but nothing in the polite db.
    Regards,
    anbuseelovan
    Email:[email protected]

  • Oracle Lite and EVB Problem

    My question is, Can I works with
    r.MoveNext
    r.MoveLast
    using Microsoft Embedded Visual Basic and Oracle 9i Lite 5.01 in a Compaq Ipaq 3630?
    I4m probed with this but there is an error.
    I need help please. Thank you

    I am working with the same conditions without problems.. What error does it show?
    This piece of code uses the movefirst and movenext without problems. Remember to use de Err object to manage runtime errors in a friendly way.
    Err.Clear
    On Error Resume Next
    rs.open "select distinct .. where .. = '..' order by .., "", 1, 3
    If rs.recordcount > 0 Then
    rs.movefirst
    cs = rs.recordcount
    For i = 1 To cs
    combodesc.AddItem (CStr(rs.fields(0).Value))
    rs.movenext
    Next
    Else
    combodesc.Clear
    End If
    rs.close
    If Err.Number Then
    Exit Function
    End If
    resultvalue = True
    hope this helps..
    bye

  • TNS - No Listener with Oracle Lite and Win 98

    When I try to do a tcp/ip connection to my oracle 8i lite on windows98 OS I get the ORA-12224 error, that is I can't find a TNS listener server. (where can I find documentation on how to do this)???
    On NT I must start ora80tns service, but under windows98 what must do i do ???
    I've tried to configure the options for the listener using the Oracle Net8 Assistant exactly the same as NT (the NT Oracle 8 Enterprise works) but the Win 98 won't...
    null

    Network issues in Windows, and the impact on Oracle install in general, are discussed here:
    http://download-east.oracle.com/docs/cd/B19306_01/install.102/b14316/reqs.htm#BABIAEEC
    Bottom line - you will need to come up with a useable & consistent IP address (from the loopback adapter, usually you use 127.0.0.1). I'd suggest, then you reinstall XE to use that IP address, get it working locally, then use the Application Express screens to 'enable it for the network'.
    XE has it's own forum. Needs separate registration and needs you to sign in to the forums (daily) to see it after registration. This has been discussed in detail many times in that forum. Registration is at http://www.oracle.com/technology/xe/registration and this link Oracle Database Express Edition (XE) will get you there after signing in again.

Maybe you are looking for

  • No longer able to access data on external hard drive via smb or cifs

    Hi there, I connected my external hard drive (Maxtor One-TouchII-01) via USB to my router (It's a German Fritz!Box). Before the update to Mavericks I established the conncetion using the command "smb://...". The HD is formatted as FAT32, because I ne

  • 10.1.3: How to disable ANOYING automatic search for updates?

    We are experiencing very anoying (meant-to-be-a-feature) performance problems when JDev is automatically looking for updates. It happens periodically (not sure... maybe every 30 min?). Is there a way to disable this?? Please please help.

  • Oracle 11g on Windows XP

    Hello All, I recently downloaded a copy of Oracle 11g for windows and installed it on my windows xp laptop. I was able to install it without issues but I am unable to create a new database! A little digging around revealed that there are very less no

  • How can I reduce clicking when saving images?

    I often open a set of JPEG files and edit them. Unfortunately, saving them after editing is far from streamlined. I have to click three times (save, overwrite, jpeg settings) if I want to save a single file, with wait times in between. Ideally, I wou

  • How do I set up an Airport Express as a hard wired wifi accesspoint?

    How do I set up an Airport Express as a hard wired wifi accesspoint?