Supported datatypes

Hello guys,
I wondered if you have a list of currently supported (or not supported) datatypes ? Maybe a release schedule for datatypes support ?
Today it seems that node-oracledb is not able to handle LOBs and TIMESTAMP WITH TIMEZONE datatypes. Do you confirm ?
thanks for the work on the driver

TIMESTAMP WITH TIMEZONE is not yet supported.
LOB support is on of the next things on our list to look at.  What do you do with them and how do you want to do it?
We are constantly evaluating priorities, so please excuse me not committing to any particular timeframes.

Similar Messages

  • Support for PL/SQL Record

    We have a procedure in a package,this procedure makes use of a Record Type.
    In BPEL, whiile creating the partner link, when we are trying to access this procedure we get the following error.
    "WSDLException:faultCode=OTHER_ERROR:Database type is either not supported or is not implemented.
    Parameter L_ECO_REC is of type SAN_REC_TYPE which is either not supported or not an implemented data type.
    Check to ensure that the type of the parameter is one of the supported datatypes or that there is a collection or user defined type definition representing this type defined in the database.contact oracle support if error is not fixable."
    Also please find below the package specification and body:
    CREATE OR REPLACE package eco_pack is
    TYPE San_Rec_Type IS RECORD
    ( Eco_Name VARCHAR2(10)
    , Change_Notice_Prefix VARCHAR2(10)
    , Change_Notice_Number NUMBER
    , Organization_Code VARCHAR2(3)
    PROCEDURE sandeep(l_eco_rec IN eco_pack.San_Rec_Type);
    end;
    CREATE OR REPLACE package body eco_pack is
    PROCEDURE createeco(l_eco_rec IN eco_pack.San_Rec_Type) AS
    BEGIN
    INSERT
    INTO ag_log
    VALUES(1, 'ECO name is' || l_eco_rec.eco_name, 1);
    COMMIT;
    END;
    end;
    Does BPEl support PL/SQL Record Type, if so how ?
    Thanks,
    Shivram
    .

    PL/SQL types like RECORD, BOOLEAN and TABLE are not supported in the DB adapter with the current BPEL PM release (as the error message indicates). You can use JPublisher manually to generate an OBJECT type that corresponds with the RECORD. JPublisher will also create a wrapper and conversion APIs to convert between the two. You would then call the wrapper API which takes the OBJECT and then calls the underlying PL/SQL that takes the RECORD.
    With the 10.1.2 Phase 2 release of BPEL PM, the DB adapter does all of this for you from within the design time wizard. JPublisher is invoked silently under the covers, the SQL that gets generated is automatically loaded into the database schema. That will create the OBJECT type, wrapper and conversion APIs. An XSD is generated for the wrapper API. Your partner link will invoke the wrapper, not the original API.
    Note also that support for BOOLEAN and TABLE was also added. JPublisher generates wrapper APIs that substitute appropriate types for these parameters (e.g. INTEGER for BOOLEAN, Nested Table for TABLE).

  • Datatypes in HTMLDB

    Hi,
    I am just getting started with HTMLDB. We are planning to use it as our adhoc query tool, but when I started creating a report I cannot select certain fields. I have determined that all the affected fields so far are of type FLOAT. Can someone point me to the relevant documentation about supported datatypes.
    THANKS,
    Steve

    Hi Rosy,
    Sorry to be unclear. I am using "Query Builder". I have selected two tables in my schema that I want for a report, but there are several columns in those tables that I cannot select to show in the report, i.e. no check box next to them. I have determined that all fields in this case that I cannot select are defined in the database as of type FLOAT.
    What I am looking for is documentation that would indicate what datatypes can/cannot be used or accessed.
    Also, is it possible to import sql statements in to the "Query Builder"? I was able to do this in the old version of DISCOVERER I was using previously.
    Versions:
    HTMLDB 2.0
    RDBMS 9.2.0.7
    THANKS,
    Steve

  • JAX-RPC 9.0.4   --- Data Types Supported

    Hi,
    does any body know is java.util.List is a supported Datatype on OC4j 9.0.4.2 for JAX-RPC.
    Cheers
    Gaurav

    Gaurav,
    Not sure which version of JAX-RPC you are intended to run on top of 9.0.4.2 ?
    In any way, if you want your service to work with the majority of the clients, you need to focus on the XML types; not the java types.
    To my knowledge, the List will be mapped to a proprietary type, at best, which make it harder to re-use.
    All the best,
    Eric

  • Will SQL Developer support data type anydata

    Will SQL Developer support datatype sys.anydata in future releases?
    Currently SQL Developer will not show any data for columns of type anydata.
    Example:
    create table t1 (id number, col1 sys.anydata);
    insert into t1 values(1,sys.anydata.convertvarchar2('TEST'));
    IF I export data from this table something like
    Insert into T1 (ID,COL1) values (1,'SYS.ANYDATA'); will be generated.
    The grid will display 'sys.anydata' for this column
    Versions:
    WINXP SP3
    SQL Developer Version 2.1.1.64
    Build MAIN-64.39
    Ernst

    I added a feature request:
    https://htmldb.oracle.com/pls/otn/f?p=42626:39:528125578772603::NO::P39_ID:25161
    Regards,
    Ernst
    Edited by: Ernst Leber on May 31, 2010 12:36 PM

  • Doubt about various datatypes

    good morning,
    as i a, migrating from sqlserver to the oracle i need the supporting datatype in oracle to migrate and i also need the size of bytes of their holdings
    the datatypes as follows
    varchar(20)
    bit
    nvarchar(25)and max
    int
    text
    float
    datetime
    image
    char(2)
    decimal(18,2)
    varbinary
    please help me
    thank u
    Regards
    prakash

    Prakash T Soundaapan wrote:
    hi,
    i want to store images what datatype can i use and what is the size for that
    thank u
    prakash
    Edited by: Prakash T Soundaapan on Feb 9, 2013 1:09 PMyou can check
    http://docs.oracle.com/cd/E10405_01/doc/appdev.120/e10379/ss_oracle_compared.htm
    http://msdn.microsoft.com/en-us/library/ms151817.aspx

  • Fpga wavefrom chart not working

    Compact rio using fpga. 9014/9114
    In a fpga interface project if I create array and then connect it directly to a waveform chart it says the array needs to be of a fixed size.
    However I have tested using a constant arrary of fixed size, initialise arrary to fixed size...etc but it always comes up with this error when trying to run the VI,
    I have autopreallocate arrays and strings as indicated in the help file but still it comes up with the error.
    Labview 11, sp1 (completely up to date)
    I am running as "execute on development computer"
    The arrary is of type fixed point 27bit integer(output from fft)
    Solved!
    Go to Solution.

    First of all, in your code you are using a Waveform Graph, not a Waveform Chart as what you wrote in your posts before!
    Then DBL is currently a not supported datatype at the LV FPGA platform. There is also a strange issue with Graphs and Charts regarding their type propagation to the FXP datatype.
    So the issue I found is that if you place a Waveform Graph or Chart from the palette, it's DBL. If you then connect a FXP Array you get the error you see since the Graph or Chart does not propagate to the FXP datatype. If you change the datatype of the Array to e.g. I32, the Graphs or Charts datatype changes to I32. If you change the I32 back to FXP then, everything works as it should.
    This means for you, first create an I32 Array and connecti it to the Graph or Chart to get rid of the Fixed Size error. Then change the Array to FXP.
    I need to do some more investigation regarding this issue and will post back.
    Christian

  • DB Adapter - Calling Stored Procedure with Object Type

    So, we are using JDeveloper 10.1.3.3
    We are trying to create an ESB process that invokes a SP with an object type. However, the owner of the package / SP, is NOT the owner of the object type. When going through the DB Adapter wizard, it gives us the following error:
    When attempting to use the DB Adapter in JDeveloper to create a partner link to execute a stored procedure. JDeveloper returns the following error:
    Unable to import WSDL.
    Error while writing wsdl file
    Database type is either not supported or is not implemented.
    Check to ensure that the type of the parameter is one of the supported datatypes or that there is a collection or user defined type definition representing this type defined in the database.
    However, if I create a wrapper package / SP, it works just fine. I'd really like to not be having to create wrapper code for these SPs to work. Is this resolved in 11g? Is there a patch available for 10.1.3.3?
    I think this is a JDeveloper Wizard issue, but thought I'd post this here as well.
    Thanks,
    BradW

    This problem can be resolved by granting execute permission on the object type to the caller. For example, if the stored procedure is in schema1 and the object type is in schema2 then you would connect as schema2 and execute
    SQL> grant execute on <object type> to schema1
    Referencing object types defined in other schemas is documented. This is the described method for accessing object types in other schemas.

  • How to extract the cobol files into owb

    Hi
    How to extract the cobol files in owb,I am using OWB9.2.
    Ex:I am having 2 records DCEC4000100 9159000050C those values are 5 bytes 'RAVI and 6 bytes '15000'.
    Using contorl file i am trying to load these into Oracle,But i am not able into insert these records into Oracle.
    Can any tell me how to handle this kind of situation?
    Regards,
    Rupak

    Good morning Ashok,
    Your data is in a SQL*Loader supported datatype, so basically it should not be a problem.
    Have you checked the Database Utilities guide (for Oracle9i for instance: http://www.lc.leidenuniv.nl/awcourse/oracle/server.920/a96652/toc.htm) on how to handle this?
    I'll also repeat my previous question, have you ever been able to load data into the database using SQL*Loader (either using ASCII values or any other datatype)?
    For the OWB part, have you read "Importing Data Definitions" (typically chapter 4)? More specifically, "Specifying Field Properties" in "About Flat File Sources and Targets"?
    In "SQL*Loader Properties" it says the following:
    Type Describes the data type of the field for the SQL*Loader. You can use the Flat
    File Sample Wizard to import the following data types: CHAR, DATE, DECIMAL
    EXTERNAL, FLOAT EXTERNAL, INTEGER EXTERNAL, ZONED , AND ZONED
    EXTERNAL. For complete information on SQL*Loader field and data types, refer to
    Oracle9i Utilities. Currently, only portable datatypes are supported.
    If you check the database utitlities guide (chapter 6 Field List Reference) and look for "SQL*Loader Datatypes", you'll find (packed) decimal under the Nonportable Datatypes. This implies that OWB does not support it.
    This does not mean you can't use SQL*Loader, you'll only have to define everything separate from OWB and call it separately as well.
    Good luck, Patrick

  • ODBC Error

    Hello,
    I'm getting an error when trying to set up an ODBC data source. I just installed the ODBC driver 9.2.0.54. When I test the connection, I first get an error that says:
    The procedure entry point lxhlcmod could not be located in the dynamic link library oranls9.dll.
    Then I get the same error again. The next message box says:
    Unable to connect
    SQLState=IM004
    [Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed
    I would be most appreciative of any light someone could shed on this!
    Thank you, and happy new year,
    Owen Gibbins

    Oracle Objects for OLE Contents / Search /
    Contents
    Introducing Oracle Objects for OLE
    Overview of Oracle Objects for OLE
    About the OO4O Automation Server
    About Oracle Data Control
    About Oracle Objects for OLE C++ Class Library
    New Features of Oracle Objects for OLE
    Tips and Techniques for Performance Tuning
    Requirements
    Required Setups
    OO4O Redistributable Files
    Demonstration Schema and Code Examples
    Getting Started with the OO4O Automation Server
    Basics of Client Applications
    Accessing the OO4O Automation Server
    Connecting to the Oracle Database
    Detection of Lost Connections
    Automation Objects
    PL/SQL Support
    Executing Commands
    Asynchronous Processing
    XML Data Interchange
    Initializing Oracle LOBs, Objects, and Collections
    Large Objects (LOBs)
    Oracle Object Datatypes
    Oracle Collections
    Advanced Queueing Interfaces
    Database Schema Objects
    Application Failover Notifications
    Database Events
    Using OO4O with Automation Clients
    Overview
    With Visual Basic
    With Excel
    With Active Server Pages (ASP)
    Oracle Data Control with Visual Basic
    Oracle Data Control with MS VC++
    OO4O Code Wizard for Stored Procedures
    About the Code Wizard
    Supported Datatypes
    Using the OO4O Code Wizard
    Code Wizard Examples
    OO4O Automation Server Reference
    Objects
    Methods
    Properties
    Oracle Data Control Reference
    Events
    Methods
    Properties
    Troubleshooting
    Error Handling
    Troubleshooting
    http://download-west.oracle.com/docs/cd/B10501_01/win.920/a95895/toc.htm
    In general way the information above can help you.
    Joel P�rez

  • Printing of views without Netweaver 2004s (Solution 2)

    Hallo,
    after writing my post concerning a printing solution before NetWeaver2004s (Solution 1),
    i will also share my knowledge concerning my own printing solution developed inside Web Dynpro.
    The following example should only demonstrate how an implementation of a print renderer can be done
    inside Web Dynpro while you can take influence of the generated output.
    I had to develop the possibility of printing some views including some head infos and table data.
    The application is localized into six languages.
    First i had a look at Adobe Document Services, but it is quite uncomfortable using table output
    (it seems to be better supported in NetWeaver 2004s), but the problems resists in the localized labels.
    You have to implement each lable also as an computed attribute to use it inside Adobe or
    you have to copy the template for each language and translate it beside the xlf files.
    I needed a solution that does not generate additional needs to print views.
    So i decided to write an own PrintRendererClass using the Runtime view and the mapped context.
    The following szenario should only demonstrate how you can archieve such a solution.
    The Solution needs two Context attributes:
    <b>ViewPrinter</b> (holds the reference to the renderer class)
    <b>ViewPrinterURL</b> (String that receives an URL handle for using inside a LinkToURL control)
    The instantiation of the class takes place inside the wdDoModifyView:
    public static void wdDoModifyView(IPrivateDetailsView wdThis, IPrivateDetailsView.IContextNode wdContext,
         com.sap.tc.webdynpro.progmodel.api.IWDView view, boolean firstTime) {
    //@@begin wdDoModifyView
    if (firstTime) {
         ViewPrinter vprt = wdContext.currentContextElement().getViewPrinter();
         vprt = new ViewPrinter(view, wdContext, WDClientUser.getLoggedInClientUser().getLocale());
         vprt.setTitle(vprt.getTextById("Headline"));
         vprt.addGroup("GroupCustomerorder");
         vprt.addTable("TablePositions");
         wdContext.currentContextElement().setViewPrinterURL(vprt.render());                                           
    //@@end
    The RendererClass is only a framework for a big StringBuffer (xml) that uses methods to add
    addtional output content to the string and finally generates a dynamic xhtml file.
    The URL handle is returned at the end via vprt.render() and stored in the context attribute.
    Inside the view you can use a LinkToURL control mapped to this context attribute,
    which opens a new window with the generated xhtml file.
    The most interessting parts are addGroup(uielementid) and addTable(uielementid).
    The addGroup searches for a uielement with the given id and iterates through all entries.
    For all found labels and their binded values output code will be added:
    public void addGroup(String id) {
         // open group
         xml.append("<fieldset>");
         IWDGroup group = (IWDGroup) view.getElement(id);
         // get group header text
         String legend = group.getHeader().getText();
         xml.append("<legend>" + legend + "</legend>");
         // trace all elements
         for (Iterator iter = group.iterateChildren(); iter.hasNext();) {
              IWDUIElement uiEl = (IWDUIElement) iter.next();
              if (uiEl instanceof IWDLabel) {
                   xml.append("<div>");
                   this.addLabelWithValue(uiEl.getId());
                   xml.append("</div>");                    
         // close group
         xml.append("</fieldset>");
    For each found label the label and binded text should be printed out:
    public void addLabelWithValue(String id) {
         // find given label (with value)
         IWDLabel lbl = (IWDLabel) view.getElement(id);
         if (lbl!=null) {
              xml.append("<label for="" + lbl.getLabelFor() + "">" +
                   encodeHTML(lbl.getText(),true) + ": </label>");
              // find corresponding value          
              IWDTextView txt = (IWDTextView) view.getElement(lbl.getLabelFor());
              if (txt!=null) {
                   xml.append("<span id="" + lbl.getLabelFor() + "">" +
                        encodeHTML(txt.getText(),true) + "</span>");
    The most interesting part is the generic output of a table:
    public void addTable(String id) {
         // find given table
         IWDTable table = (IWDTable) view.getElement(id);
         String tableBindedDataSource = table.bindingOfDataSource(); // node "Positions"
         xml.append("<fieldset>")
              .append("<legend>" + table.getHeader().getText() + "</legend>");
         xml.append("<table summary="")
              .append(table.getHeader().getText())
              .append("">");
         xml.append("<thead><tr>");
         // use iterator          
         ArrayList cellAlign = new ArrayList();     
         ArrayList cellId = new ArrayList();
         int nrUsedColumns = 0;
         for (Iterator iter = table.iterateColumns(); iter.hasNext();) {
              IWDTableColumn col = (IWDTableColumn) iter.next();
              // check column id against blacklist
              if (!blackList.contains(col.getId())) {                    
                   IWDTableCellEditor cellEditor = col.getTableCellEditor();
                   // casting for supported uiwidgets
                   String bindedColumnText = null;
                   if (cellEditor instanceof IWDTextView) {
                        IWDTextView txt = (IWDTextView) cellEditor;               
                        bindedColumnText = txt.bindingOfText(); // "TABLE.ATTRIBUTE"                                                  
                   // add supported widgets to print
                   if (bindedColumnText != null) {
                        // remove leading TABLE prefix (use only ATTRIBUTE)               
                        String textId = bindedColumnText.substring(bindedColumnText.lastIndexOf('.')+1);
                        // get column alignment
                        String colAlign = col.getHAlign().toString().toLowerCase();
                        String classAlign = (colAlign.equalsIgnoreCase("auto"))
                             ? "" : " class="" + colAlign + """;
                        xml.append("<th" + classAlign + " scope="col" abbr="" + col.getHeader().getText() + "">")
                             .append(col.getHeader().getText())
                             .append("</th>");
                        // make column values for table body available
                        cellAlign.add(nrUsedColumns, colAlign);
                        cellId.add(nrUsedColumns, textId);
                        nrUsedColumns++;
         xml.append("</tr></thead>");
         // print out table body
         xml.append("<tbody>");          
         // table corresponding context node
         IWDNode node = ((IWDNode)wdContext).getContext().getRootNode().
              getCurrentElement().node().getChildNode(tableBindedDataSource, 0);
         int tableSize = node.size();     
         IWDNodeElement nodeEl = null;
         for (int i = 0; i < tableSize; i++) {
              xml.append("<tr>");     
              nodeEl = node.getElementAt(i);
              for (int col = 0; col < nrUsedColumns; col++) {     
                   Object value = nodeEl.getAttributeValue(cellId.get(col).toString());                    
                   String classAlign = (cellAlign.get(col).toString().equalsIgnoreCase("auto"))
                        ? "" : " class="" + cellAlign.get(col).toString() + """;               
                   xml.append("<td" + classAlign + ">"
                        + encodeHTML(this.getAttributeValue(value), true) + "</td>");
              xml.append("</tr>");
         xml.append("</tbody>");
         xml.append("</table>");
         xml.append("</fieldset>");     
    [code]
    First we inspect all table columns to get the head labels and the used cell editors.
    There is also support for a black list to allow skipping of columns that should not be printed.
    Invisible columns are also printed, so you can add addtional table columns for printing that are
    disabled for the browser. Also the alignment of the cell editor will be supported.
    A second loop iterates over the table context depending the used columns.
    To get the formatted values concerning their datatype i use the method getAttributeValue,
    cause i think the formatting of mapped Context to the browser takes place in the deepest parts
    of the Web Dynpro Renderer Task and is not accessible via API.
    Therefore you have to implement formatters for all supported datatypes:
    [code]
    private String getAttributeValue(Object obj) {          
         String txt = "";
         if (obj != null) {     
              // String handling
              if (obj instanceof java.lang.String) {
                   txt = obj.toString();
              // Date handling     
              } else if (obj instanceof java.sql.Date) {
                   DateFormat formater = DateFormat.getDateInstance(
                        DateFormat.SHORT, this.locale);
                   txt = formater.format(obj);
              // BigDecimal handling
              } else if (obj instanceof java.math.BigDecimal) {     
                   DecimalFormat df =
                        (DecimalFormat)DecimalFormat.getInstance(this.locale);
                   df.applyPattern( "0.######" );
                   txt = df.format(obj);
              // Default Handling -> with debug output of Class Name
              } else {
                   txt = "<span class="pointer red" title="" + obj.getClass().getName() +
                        "">" + obj.toString() + "</span>";
         return txt;
    Here is the reason, why the class constructor needs a locale!
    I try to format the output concerning the portal user language.
    At the end you have to call the vprt.render() method to start creation of a new html ressource.
    The method returns the ressource url as a string which is binded to a LinkToUrl control.
    That's it.
    The above solution only fullfills my needs concerning the project. I implemented only the
    needed methods to print out groups and tables.
    The table renderer skips all table columns that are not IWDTextView.
    if you need addtional things like IWDProgressBar, you have to implement such a kind of renderer.
    The solution is a nice way to generate printable content of views with the following benefits
    Pro:
    - Print out is Locale/Language dependend (Text, Date, ...)
    - You can influence the print design via css
    - You can implement your own controll renderer (like decorators)
    - It works for SAP Net Weaver releases <= 2004s
    Cons:
    - To support all widgets, you have to implement them
      (controls/widgets are growing with new service packs)
    The functionallity shows how you can use the abstract api for iterating
    through view elements and their mapped context in a generic way.
    The solution is a plain structured class because i do not want to reimplement
    the whole Widgets API for printing a view (not in the scope/budget of our customers).
    If you are interessted in the working class file, please contact me.
    Maybe this helps someone who has to do similarly things inside Web Dynpro
    and does not want to reinvent the wheel.
    Best wishes,
    Holger Schaefer

    Hi Holger,
    This Solution helped me a lot. Thanks a lot.
    Sreekanth

  • Database Adapter calling stored procedure with xmlDOM.DOMNODE input problem

    Hi all,
    I have been asked to do a POC on using SOA suite to generate a web-service for several database stored procedure. A few of them can be done without a fuss. But I am now stuck with a stored procedure that has input and output as xmlDOM.DOMNODE type.
    The stored procedure is very simple as below:
    procedure prc_accinquiry(request in xmlDOM.DOMNODE, response out xmlDOM.DOMNODE) is
    begin
    response := request;
    end prc_accinquiry;
    I get the following error
    Error while writing wsdl file C:/JDeveloper/mywork/ABSPOC/NetBanking/DomNodeTestDB.wsdl. Exception: WSDLException: faultCode=OTHER_ERROR: The wrapper procedure, PACK_TESTING$PRC_ACCINQUIRY, could not be found in the package, BPEL_DOMNODETESTDB, for the schema, MBTT
    Did I do something wrong? or DOMNODE is not part of supported datatype for DB Adapter stored procedure call from JDeveloper?
    The environment is SOA suite 11g 11.1.1.5 with Database 11 XE
    Thank you in advance,
    Jomphop
    Edited by: e-Teoy on 15/12/2011 19:49

    This problem can be resolved by granting execute permission on the object type to the caller. For example, if the stored procedure is in schema1 and the object type is in schema2 then you would connect as schema2 and execute
    SQL> grant execute on <object type> to schema1
    Referencing object types defined in other schemas is documented. This is the described method for accessing object types in other schemas.

  • Oracle Text and NVARCHAR

    Hello, is it possable to create an index on a comments field that is of type NVARCHAR2 using Oracle Text?
    ~David

    ... is it possable to create an index on a comments field that is of type NVARCHAR2 using Oracle Text?No, nvarchar2 is not one of the supported datatypes.

  • Copy Long raw from one table to another.

    Hi
    I am trying to copy data from one table to another. Source has one Long Raw column. There are about million rows in source table. And I am using Oracle 8.1.5. Whenever I execute the copy command, I get the following error message: Can someone help me?
    SQL> set long 64000000
    SQL> set copycommit 1
    SQL> set arraysize 100
    SQL> COPY to test/test@testfix CREATE resume_bkup1 using select * from resume;
    Array fetch/bind size is 100. (arraysize is 100)
    Will commit after every array bind. (copycommit is 1)
    Maximum long size is 64000000. (long is 64000000)
    ERROR:
    ORA-01084: invalid argument in OCI call
    SQL>
    Thanks
    V Prakash

    insert into emp_personal(emp_no, emp_pic) select emp_no, emp_pic from emp_personal_old where empno = '10059'
    Read the documentation as suggested by sol.beach.
    And fix your front-end to use supported datatypes.

  • How can I use PL/SQL in Merosoft VC++ 6.0??

    I'm a fresher.Would you tell me how to use PL/SQL in MS VC++6.0? How set erviroment of VC++?
    Thans in advanced!!

    I guess that you are refering how to call program units
    from VC++6.0 . That is very easy. It depends on what
    data access object you are using.
    If you are using ADO 2.7 you can call Stored Procedures
    with a COMMAND OBJECT :
    dim obj_com as ADODB.COMMAND
    This information can be useful for you:
    Contents
    Introducing Oracle Objects for OLE
    Overview of Oracle Objects for OLE
    About the OO4O Automation Server
    About Oracle Data Control
    About Oracle Objects for OLE C++ Class Library
    New Features of Oracle Objects for OLE
    Tips and Techniques for Performance Tuning
    Requirements
    Required Setups
    OO4O Redistributable Files
    Demonstration Schema and Code Examples
    Getting Started with the OO4O Automation Server
    Basics of Client Applications
    Accessing the OO4O Automation Server
    Connecting to the Oracle Database
    Detection of Lost Connections
    Automation Objects
    PL/SQL Support
    Executing Commands
    Asynchronous Processing
    XML Data Interchange
    Initializing Oracle LOBs, Objects, and Collections
    Large Objects (LOBs)
    Oracle Object Datatypes
    Oracle Collections
    Advanced Queueing Interfaces
    Database Schema Objects
    Application Failover Notifications
    Database Events
    Using OO4O with Automation Clients
    Overview
    With Visual Basic
    With Excel
    With Active Server Pages (ASP)
    Oracle Data Control with Visual Basic
    Oracle Data Control with MS VC++
    OO4O Code Wizard for Stored Procedures
    About the Code Wizard
    Supported Datatypes
    Using the OO4O Code Wizard
    Code Wizard Examples
    OO4O Automation Server Reference
    Objects
    Methods
    Properties
    Oracle Data Control Reference
    Events
    Methods
    Properties
    Troubleshooting
    Error Handling
    Troubleshooting
    http://download-west.oracle.com/docs/cd/B10501_01/win.920/a95895/toc.htm
    Joel P�rez

Maybe you are looking for

  • Total Production Order Confirmation..Urgent

    Hi Can anyone tell me where to find the total production order confirmation by Second ( or minutes or hours ) for any month i.e. say for example March 2007   Please suggest......Its urgent Rgds

  • Query Regarding Compatibility of OBPM 11g Suite with Windows 8 Operating System

    Dear Members, I want to know if Oracle BPM 11g suite is compatible with Windows 8 Operating System or shall I go for a Windows 7 OS? Will  I be able to install JDeveloper on a Windows 8 system and other components related with OBPM 11g Suite . If any

  • El-ignored / Tomcat 5.5.4

    By default, my Tomcat 5.5.4 does not evaluate EL expressions in JSPs. So I've put the following into my web.xml: <jsp-property-group>     <url-pattern>*.jsp</url-pattern>    <el-ignored>false</el-ignored> </jsp-property-group>But Tomcat still does no

  • Problem found in Tile layout

    In a Tile layout columns and rows are set to 2. In the content, 6 ImageViews are loaded. And the output displays columns 2 and rows 3. (note that we had set the rows : 2) Does this mean the content object will iverride the rows defined. Tile { column

  • Inventory Audit Report Issue

    Hi All,          While checking the Inventory Item Report for an item X with the posting date from 01/04/09 to 31/05/09, the system is showing Quantity as "0", cumulative qty as "0" but the cumulative value as "14237.99". When i check the purchase an