Does ALDSP 2.5 supports INOUT cursor??

Hi,
We are using ALDSP 2.5 and trying to connect to oracle stored procs. Some of these stored procs have INOUT Cursor, INPUT cursor and associate array types.
Does ALDSP 2.5 supports this??
If not please let me know whether other versions support this.
Thanks in advance.

Please post ALDSP/ODSI questions on the ODSI forum.
Data Service Integrator
cursor is not supported, array is not supported.

Similar Messages

  • PI 7.0 SP 11 support oracle cursor ?

    Hi
    Does PI 7.0 SP 11 support oracle cursor ? Because i need to send multiple rows data to oracle store procedure.
    Where do i have to search about the information how to call oracle store procedure with ref cursor input
    Regards
    Fernand

    Thank you Raj,
    I manage to calling store procedure with normal input (single), but then still got problem to supply data to store proc with input CURSOR.
    Base on link that you send me, i get this line out
    "CURSOR (output; only in conjunction with the Oracle JDBC driver)." is it meaning that JDBC adapter does not support CURSOR for input ? even SP 11 ?
    This is my sample oracle store procedure :
    CREATE OR REPLACE PACKAGE DB2_PAYSLIP IS
    CURSOR c_details IS SELECT '' in_nogaji               
              , '' in_jenis
              , '' in_no
              , '' in_deskripsi
              , '' in_jumlah          
         FROM DUAL;
    TYPE ct_details  IS REF CURSOR RETURN c_details%ROWTYPE;
    END;
    CREATE OR REPLACE PROCEDURE proc_ins_payslip(in_cur IN OUT db2_payslip.ct_details) IS
    v_in db2_payslip.c_details%ROWTYPE;
    BEGIN
          LOOP
                FETCH in_cur INTO v_in;
               INSERT INTO PAYSLIP_DETAIL VALUES(v_in.in_nogaji,v_in.in_jenis,v_in.in_no,v_in.in_deskripsi,v_in.in_jumlah);
               EXIT WHEN in_cur%NOTFOUND;
          END LOOP;
          CLOSE in_cur;
          COMMIT;
    END;
    Regards
    Fernand

  • UA support for cursor properties

    I would like a unique style for links to the articles section
    of a site and
    I was wondering if I could try a small image and if FF and IE
    would support
    that and if not, just default to the pointer image.
    I can't get them to accept an image (may have styled it
    incorrectly) - is
    there a list somewhere of browser support for cursor
    properties?
    I suppose I could use a bg image or colour, etc on the hover,
    but kinda
    liked using a small icon for the cursor instead.
    Cheers,
    Lossed
    __when the only tool you have is a hammer, everything looks
    like a nail __

    tks Gary,
    Well, here goes:
    FF seems to accept many file types, including .png, .cur, and
    regular image
    filetypes, but NOT .ani.
    IE seems to accept only .cur or .ani.
    If I make a 16 x 16 cursor, FF displays it as such.
    IE blows it up to 32 x 32 (so I need to make it 32 x 32 and
    have more
    transparent area).
    FF resolves the path as per normal - relative to the position
    of the css
    file in the file heiracy.
    IE doesn't! It seems to resolve the relative path to the
    cursor image as it
    it's relative to the document the css is imported into, not
    relative to the
    css file itself.
    That is why my cursor files weren't showing in IE - when I
    change the path
    to root relative or absolute, IE shows the cursor. Just why
    it does this for
    cursor images and (thank goodness) no other images called
    from within the
    css file, I have no idea.
    And all this for just IE and FF on PC.
    How other UA's and platforms treat cursor images is unclear.
    "Gary White" <[email protected]> wrote in message
    news:[email protected]..
    > On Thu, 24 Aug 2006 13:53:00 +1200, "Lossed"
    <[email protected]>
    > wrote:
    >
    >>I can't get IE to show any image regardless of format
    >>Must be doing something wrong somewhere I suppose.
    >>I used Axialis AX-Cursor to create the images as .cur
    and .ani, but
    >>neither
    >>show in IE, while the .cur shows in FF OK.
    >
    >
    > No time to test right now, but try using one of the .cur
    files from your
    > Windows\Cursors directory, so you know the problem isn't
    with the file.
    > Just copy one of the .cur files to your site.
    >
    > Gary

  • Does the 6600GT-VTD128 support video capture?

    Hi,
    I recently purchased an MSI 6600GT-VTD128 video card.  The product information seems to suggest that the card has video input capabilities, and there is an adapter that plugs into the card that has a number of connections, one of which is labeled S-Video in.  However, I haven't been able to get any video capture to work.
    Does the card actually support this functionality?  If not, what are the video input connections for?  If so, is there some documentation as to how to set it up?  
    So far, I tried installing the video capture drivers that come with the card.  I checked the manual.  I checked the MSI web site FAQs.  And I searched the forums.
    Any help would be greatly appreciated.
    Thanks,
    Daniel

    Thanks Richard.  Yes I do have a breakout cable like that.  Actually, I described it in my original message.  So, I am guessing from your message that you believe that the card should have the capability to capture video.  
    In my original message, I asked if there was any documentation on setting up the card for video capture.  The manual does not describe the procedure, nor does the MSI web site.  
    There are drivers on the CD that claim to be for video capture, but they had no effect when I installed them.  In fact, there appears to be no way to tell whether the drivers were actually installed successfully.
    If anyone out there has successfully used this card for video capture, please let me know.

  • HT4623 I have the original iPad, it does not seem to support ios6 and will no longer connect to iTunes WHY is this

    I have the oringinal ipad, it does not seem to support ios6 and will not connect to itunes, WHY is this?

    Start here... http://www.apple.com/support/iphone/assistant/itunes/

  • Does Photoshop CC not support touch on Windows 8.1 tablet?

    Does Photoshop CC not support touch on Windows 8.1 tablet? Stylus nor finger working on canvas. Have all the updates from Windows and Adobe.

    Photoshop does not have touch support. however some touch devices drivers have features the can be set to Photoshop Functions. For example
    Tablets that have drivers that use Wintab API for pen support can be used with Photoshop Brush Pen support.  Tablets that use Microsoft Ink API for pen support can not be used with Photoshop for Adobe does not have support for Microsoft INK API for Adobe states the INK  API lack features used by Photoshop Brush engine.

  • Does Sender Mail Adapter support "PayloadZipBean" module

    Hi everyone,
    I have a scenario where, I get the email with an zip file as an attachment and I need to extract this file and send across. There is no mapping transformation done here, only I need to forward the attached file to the file server.
    Zip file always contains 1 file and is a text file.
    so Its an Email to File Scenario.
    Can I send the zip file as it is without unzipping i.e., send the attachment as iit is to the file server?
    If I want to unzip the file, does the module "PayloadZipBean" support in case of sender mail adapter. ?
    Thanks,
    Varun

    Hi Varun,
    Use "PayloadZipBean " Module at Receiver Communication Channel  in the Module Tab Set the "Module Key.mode =  unzip"
    and Receiver communication Channel file should be "FileName.txt".
    http://help.sap.com/saphelp_nw2004s/helpdata/en/bd/c91241c738f423e10000000a155106/frameset.htm
    Regards,
    Naga.

  • Get an Error window, The source folder does not contain any supported camera raw files

    I am using CS2 and it would not open up my latest RAW files, I was getting a warning Could not complete your request because it is not the right kinds of document. So, I checked the Camera Raw Plug-in and it says Version 3.7. I see that my camera an Olympus E-20 is supported. But it is not opening the Raw files, the day before I took jpeg and they have opened. I will not trash my Adobe Photoshop CS2 because it was a royal pain to install and I don't know where the CD is.
    I installed the latest DNG Converter and when I try to open up the folder which has all the RAW images that didn't open in Adobe, I still get an Error window that says, "The source folder does not contain any supported camera raw files." Why? It says it supports my Olympus E-20. I actually have the E-20n, I don't think that is the problem. My RAW icons usually show up as small image thumbnails and this time they are gray icons only with the incorrect date under the icon. Is there another product I can use without spending money? These images I took in RAW were special and I don't want to lose them. Please help!
    Esther

    Hello, I was using only CS2 with my Olympus E-20n for 5 years, no problem. It just started acting up in RAW this year. I downloaded Picasa that same day and now it seems to be opening up all of my RAW files that didn't open the other day. So, I think Picasa installed a new plug-in adaption to CS2 because now all my RAW icons have a new logo on them, the same one that's in Picasa. Strange, but it works now and I am not complaining anymore. I love CS2 and the many ways I can adjust RAW files, so I am using it, Picasa is a sideline now that I can take a look at many thumbnails and it organized all my photo files by the year and folders. Amazing free software. I have probably 60,000 images in my computer and an external hard drive and Picasa picked them all up and made a library, cool.

  • Does 10.5.6 Support Dual displays for Radeon 9800 Pro Mac Edition cards?

    Does 10.5.6 Support Dual displays for Radeon 9800 Pro Mac Edition cards?
    And is there driver updates for anyone using the all-in-ones HP printers...has anyone been able to use their scanners since the update? and has the dual screen support been added to avoid the blue screen on startup?

    The ATI Radeon 9600 PC/Mac edition 256 MB should work in the MDD G4. It has two DVI ports (one is dual-link and can support a 30" display). You will need adapters for ADC displays.

  • Does K8D Master-FT support Dual core Opteron?

    Hi,
    Does K8D Master-FT support dual core Opteron? I saw the latest BIOS was released at 2003/12/11 and said to support for all series of AMD Opteron(up to 248, SC, 2.2GHz/1M).
    Thx, Xuekun

    Sorry I only looked after his question.
    The entire K8D-Master3 series has support for it: >>Link<<

  • Does Toshiba Multimedia Center support 5.1 via optical out?

    Hello, I have a question before I buy this...
    Does Toshiba Multimedia Center support 5.1 via optical out?
    I can find this out anywhere they only mention digital out but that could be coax.
    Can any of you help me?
    Thanks

    Hi
    As far as I know the Toshiba Media Center supports these feature:
    Dolby Digital Surround, Dolby Digital 5.1, EAX ADVANCED HD
    _Ports:_
    1 x LAN - RJ-45
    4 x hi-speed USB - USB Typ A, 4-polig
    1 x audio *SPDIF output*
    1 x audio - line-In stereo port 3.5 mm
    1 x headphones audio output stereo port 3.5 mm
    Greats

  • Does PSE 13 (Mac) support arranging pictures by EXIF Date-Time Taken?

    Does PSE 13 (Mac) support arranging pictures by EXIF Date-Time Taken?
    If not, is this an option under consideration?

    billqaz a écrit:
    Does PSE 13 (Mac) support arranging pictures by EXIF Date-Time Taken?
    If not, is this an option under consideration?
    It's the default sort order. You can choose chronological order( ascending or descending) or by Import batch or by filename. Contrary to older versions, those sort orders are available not only in thumbnail view, but also in Folders view and albums. In albums you can sort as you like 'custom order'. No difference in Mac or Win.

  • Does Final Cut Express support ProRes 1080p?

    Does Final Cut Express support ProRes 1080p?

    Hi(Bonjour)!
    ProRes codecs was introduced with Final Cut Studio 2.
    You can't create a ProRes sequence in FCE, but if you've installed the +Apple ProRes QuickTime Decoder 1.0 for Mac+ you will be able to import ProRes footage, but rendering or conversion will be needed.
    http://support.apple.com/downloads/AppleProRes_QuickTime_Decoder_1_0_forMac
    Michel Boissonneault

  • Why the f**** does ios6. Not support YouTube on iPad 2? This is ridiculous if I would have known I would've never updated... I'm livid

    Why the f**** does ios6. Not support YouTube on iPad 2? This is ridiculous if I would have known I would've never updated... I'm livid

    YouTube is  not now part of iOS 6. However, you can download the YouTube app at http://itunes.apple.com/app/youtube/id544007664.
    See this similar post https://discussions.apple.com/thread/4335468?tstart=30
     Cheers, Tom

  • Does the cannon mx410 support ipad printing of notes from the notepad

    Does the cannon mx401 support iPad (Via wi-fi) printing from the notepad area?????
    I need help getting mine to operate..
    .thnx
    . Bea

    According to the link below that printer doesn't support Airprint.
    See requirements for AirPrint and printers that support AirPrint here:
    http://support.apple.com/kb/ht4356
    You may be able to print some content using a printing App from the App Store. See Print n Share, etc.

Maybe you are looking for

  • "iTunes has encountered a problem and needs to close" help pls

    does anyone kno how to fix this ...i try to open itunes n it wont open just gives me a msg saying itunes has encountered a problem and needs to close ...gives me 3 options debug, send repot, dont sent....its like the error we get sometimes for intern

  • Profit center substitution in Sales Order item level

    Dear all, In Our senario for Sales Order creation time at item level that is material level sale B tab user specified Berth no: in Pricing group field ( KONDA), Based on the Berth no, concern profit center derived  from subtitution rule .That purpose

  • Web service client stub had exception

    Hi there, I'm new to Oracle AS(10.1.2). I used JDeveloper 10.1.3 created web service, and client stub. When I called the web service from client stub, I got the following error: [SOAPException: faultCode=SOAP-ENV:Server; msg=java.math.BigDecimal.<ini

  • Deleted the iTunes Store app from my ipad

    My student deleted the iTunes Store app from my iPad. How do I get it back??

  • Computer has went south.....

    I have movies that I purchased and a few songs that the computer wouldn't let me make a cd of. Like the chipmunks, I purchased that for my kids. My question is that I have no way to make a copy of my movies and I read that you can transfer your purch