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

Similar Messages

  • Passing contents of text file in oracle cursor

    Hi,
    I need to pass the content of text file in cursor and pass it on to calling codes. then calling codes will generate another text at their end. Can some help how can I pass contents of text file in oracle cursor? Thanks

    i need to do it without tables for some reasons.

  • SAP BW supporting Oracle 10g

    Hello!
    Does anybody know if SAP BW 3.0b currently supports Oracle 10g?
    Moreover, does anybody know of any BW version currently supporting this Oracle 10g version? or by when does SAP plans to support it and which BW version(s) they plan?
    Thank you!
    Regards,
    Mario Vallejo

    Hi Dinesh,
    Sorry but I could't find it...
    I also searched by "Oracle 10g" bot no related link was found.
    Any hints on how to look for it? or more specific URL...
    I really appreciate it!
    Regards,
    Mario

  • Using Oracle CURSOR in SAP PI 7.0

    Hi All,
    I have a scenario in which I need to get the data from Oracle database using cursor, but I couldnu2019t find a direct method in PI to do the same using the JDBC sender channel.
    Can anyone tell me how we can access Oracle cursors in SAP PI?
    I have the work around like using temporary tables in the Oracle DB but I would like to know how we can use cursor
    I am using SAP PI 7.0 EHP 1
    Thanks in advanceu2026
    Regards,
    Manish Antony

    Hi Krish,
    I need to retrieve more than one record at a time and the oracle stored procedure cannot return more than one record like SQL server. The way to get more than one record from Oracle Stored procedure is through cursors.
    Also I may not be able to use standard query because I have a complex logic to retrieve the data (I need to get the data from multiple main tables and look up tables based on different conditions and also need to update the tables to avoid data duplication in the target system) which cannot be put in to the select and update statements in the communication channel.
    Regards,
    Manish Antony

  • Does the oracle golden gate version 11.1.1.1.2 support oracle 12C database ?

    Hi experts,
    Currently in our environment we are having Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit DB which is replicated via oracle golden gate version 11.1.1.1.2. As per the application team requirement we need to migrate this database to 12C.
    Can any one help me on the below queries
    Does the oracle golden gate version 11.1.1.1.2 support oracle 12c database ?
    Are there any syntax changes in oracle goldengate versions which needs to be taken care in extract or replicat parameter files ?
    Thanks,
    Mushraff Shaik

    Hi,
    >>Does the oracle golden gate version 11.1.1.1.2 support oracle 12c database ?
    Why do you think it will not support 12c database ?
    From a Golden Gate perspective you need to create schema and use that.  As you are moving to 12c database, ideally you should think of upgrading Golden Gate 11.1 to 12c so you can use new feature such as Multi Threaded replicate etc..
    HTH,
    Pradeep

  • Kindly suggest oracle automation testing tools supporting oracle 10g forms

    Hi,
    We would like to automate oracle 10g forms in our company. kindly suggest oracle automation tools supporting oracle 10g forms other than OATS.
    If only OATS tool is available in Oracle, please suggest user guide for OATS.
    Regards,
    Sairam

    Hi Sairam,
    You can find OATS docs in OATS installation package itself. You can find separate pdf files for each OATS product(OpenScript Programmer Preference, OFT, OLT, OTM, Administrator etc).
    Regards,
    Deepu M

  • Which sql developer version will support oracle 8.1.7

    hi
    which sql developer version will support oracle 8.1.7 or is it necessary to use plsql developer to connect to database (oracle 8.1.7)

    Hi,
    SQL Developer version 1.2.1 is able to connect to 8.1.7 with limited functionality (prepared reports and browser for objects could not work)..
    Next version (tested with 3.2 64-bit) of SQL developer could be "hacked" to connect to 8.1.7 by simply copy file C:\oracle\product\10.2.0\client_1\jdbc\lib\classes12.zip from Oracle client prior 11
    into appropriate jdk\jre\lib\ext folder.

  • SQL Developer does not support Oracle 8i

    Hi,
    I was waiting a tool from Oracle like SQL Developer for a long time, finally it came, but I am a little disapointed, so Why SQL Developer does not support Oracle 8i? Other free tools like SQUIRREL can do it. I also have worked in previous projects using PL/SQL Developer and it works fine...Why a native Oracle tool can not do it?
    I am in a project where we have to upgrade the Oracle database to a newer version, but I cannot have access to the old one...
    I know there are some threads in this forum, and some people can work with 8i with no issues. Can anyone who works with SQL Developer and Oracle 8i please tell me how to do it?
    Thanks,
    --Javier
    Edited by: javierlarota on Dec 9, 2009 5:40 AM
    Edited by: javierlarota on Dec 9, 2009 5:41 AM

    That's what I thought, the issue is more commercial ($$$) than technical. Anyway...I downloaded the version 1.1 but now I am getting an ORA-02248: invalid option for ALTER SESSION error. 00604. 00000 "error occurred at recursive SQL level %s".
    Thanks,
    --Javier                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Which widows server 2008 release and edition supports Oracle 11g R1 64 Bit

    Hi
    Trying to install the Oracle 11g R1 64bit on Windows server 2008 . Hence requesting you all , which Windows server 2008 Release and Edition support Oracle database 11g R1 64bit .
    Thank You
    Edited by: user8709943 on Nov 12, 2010 10:34 AM

    Hi,
    even 2008 also certified, totally widnows 2008/2003 R2/xp/vista , linux, ibm aix, hp Ux ...
    go to http://support.oracle.com --> certifications ---> select product "ORACLE DATABASE" ---> Release "11.x.x.x' --> select platform "ANY"
    you can check all the compatibility..
    *https://support.oracle.com/CSP/ui/flash.html#tab=CertifyHomePageV2(page=CertifyHomePageV2&id=ggfixmkw())*
    Thanks

  • Does MRCA 10.1.2.0.3 support Oracle DB 10.2.0.1?

    Does OracleAS Metadata Repository Creation Assistant 10.1.2.0.3 support Oracle DB 10.2.0.1? Documentation says it supports 10.1.0.4 or later. Is there a patch for it?
    Thank you,
    MC

    No, please use "Metadata Repository Creation Assistant (10.1.2.0.3)".
    Please go to the Application Server download page (http://otn.oracle.com - click on Download Application Server) or direct on:
    http://www.oracle.com/technology/software/products/ias/htdocs/101202.html
    Locate: "Metadata Repository Creation Assistant (10.1.2.0.3)"
    Regards,
    Martin

  • Is Weblogic Application Sever 6.1  supports Oracle 9i database?

     

    Kapil,
    See http://edocs.bea.com/wls/platforms/index.html#jdbc
    We don't specifically support Oracle 9i, but that doesn't preclude you from
    using a 3rd party JDBC driver (perhaps from Oracle) to use with WLS. See the
    above link for qualifications on 3rd party drivers.
    Thanks,
    Michael
    Dennis Munsie wrote:
    Hi Kapil,
    For questions on what platforms are supported, your best bet is to look at
    http://www.weblogic.com/platforms/index.html. According to this, it does
    not appear that Oracle 9i is officially supported at this time.
    Dennis Munsie
    Developer Relations Engineer
    BEA Support
    "Kapil" <[email protected]> wrote in message
    news:3c2140cc$[email protected]..
    >--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Does WLS6.1 support Oracle 9.2.0.1?

    Hi,
    We are having the situation that our UAT (test environment) using WLS6.1 and Oracle 8.1.7 while Production environment using WLS6.1 and Oracle 9.2.0.1.
    Should our production go back to Oracle 8.1.7? Are there any likely problems we are going to have if we run our application (tested in v8.1.7) on Oracle v9.2.0.1 (not tested)? Is there any thing we need to do for WLS6.1 and Oracle9.2.0.1?
    Please help!
    Thanks in adv,

    Hello Khan,
    Please see http://e-docs.bea.com/wls/platforms/#jdbc for a list of currently supported
    Oracle platforms.
    Teju
    Khanh Truong <[email protected]> wrote:
    Hi,
    We are having the situation that our UAT (test environment) using WLS6.1
    and Oracle 8.1.7 while Production environment using WLS6.1 and Oracle
    9.2.0.1.
    Should our production go back to Oracle 8.1.7? Are there any likely
    problems we are going to have if we run our application (tested in v8.1.7)
    on Oracle v9.2.0.1 (not tested)? Is there any thing we need to do for
    WLS6.1 and Oracle9.2.0.1?
    Please help!
    Thanks in adv,

  • XE 10G db Support Oracle 10g Applicatoin Server 10.1.2

    Hi,
    anybody would like to tell me that is XE DB support Oracle application server 10g?
    I install and configure forms and reports services but when i run my report through a form it throws error that unable to connect report server.
    Any help would be appriciated.
    Thanks

    Is your reports service running.
    Try running the report as standalone and test if it works. Use URL
    http://servername.domainname:port/rootcontext/servletmapping?report=reportname
    example
    http://server1.oracle.com:7778/reports/rwservlet?report=a
    Sami Malik.

  • Does SAP support Oracle SDO

    Please state the system database server component of the SAP solution with specific reference to database supported :-
    Oracle SDO (Spatial)

    Hi,
    AFAIK, no SAP product use Oracel Spatial. This can be confirmed on the SAP note  [740897: Info about the Oracle license scope; Required Oracle options|http://service.sap.com/sap/support/notes/740897]

  • My Oracle Support - Oracle TEXT - Community

    Hi all,
    It is my pleasure to announce the launch of the Oracle Text community on My Oracle Support.
    Communities are "Oracle's multi-channel platform for online collaborative support", accessible by all Oracle customers, partners and employees. They replace earlier classic MetaLink forums with a much richer true collaborative environment that has options like discussion forums, document upload, tagging, search, email, user reputation scores, best practice exchange, and more features to come. The communities are driven by the members, collaborating with a large network of other members to exchange ideas & knowledge, expand networks, learn from the rest of the community, etc etc.
    The general community pages can be reached via the "community" tab in My Oracle Support (formerly MetaLink), or the Oracle Text community can be accessed direct via:
    https://communities.oracle.com/portal/server.pt/community/database_security_products/287 (MOS logon required)
    The community is moderated by members of the global Text support team, and we invite anybody with an interest in Oracle Text to participate in this community by asking & answering questions, provide best practice documents, etc. etc.
    We hope, that as a participant, you will become intimately involved with helping other users as well as receiving help for issues that you post.
    So sign up, and enjoy!
    Regards,
    Edwin

    Hi ,
    you are welcome, login to [My Oracle Support|http://support.oracle.com] - click Community tab - select "Oracle Text" from "My Communities" list and happy posting.
    Or use [ Oracle Text| https://communities.oracle.com/portal/server.pt/community/oracle_text/287]
    which takes you straight to the community application.
    If you are new to the Oracle Support Communities, check out the 25-minute New Member Orientation that gives you a brief tour of your Communities! You can access it from the Home tab, under the Getting Started section(top right).
    Thanks,
    Edwin
    Edited by: ebalthes on Nov 18, 2009 2:39 AM

Maybe you are looking for

  • Why aren't my photos showing on iCloud?

    Hi, My phone was stolen in Budapest when travelling, so i tried to track it with 'find my phone' and nothing happened as it said it was offline. Does this mean that it was because the phone was turned off, sim taken out, or no internet connection? My

  • EXPORT/IMPORT  to MEMORY

    Hi, I want to know if a parameter ID  of "export/import to memory" instruction is available in two differents session with different user's login? tks Carlos

  • IPod not recognized properly...

    Hello everyone, I recently bought an ipod 3g nano. When I plug it in to my computer, it briefly shows up on my desktop before automatically ejecting. Itunes starts up and displays the error message, ""An iPod has been detected, but it could not be id

  • Adding a Taluka field in Address Infotype

    Dear experts, I have to add a "Taluka" field to the Addresses infotype for PA30 according to user requirement. Please guide me the steps to do the same. I am new to enhancements. Regards, Sumit

  • Content of the subreport is lost when applying a custom dataset

    <p>Subreport displays correct data when I make a preview in Report Designer.</p><p> </p><p>When I substitute subreport's dataset by a custom one (exactly the same query, though) in runtime, the subreport becomes empty. </p><p> </p><p>What's the probl