How many records does JDBC adapter can obtain in one polling?

Hello everybody,
I need to do an interface between legacy system and SAP ECC, the legacy systems have a DB so i use the jdbc adapter (sender) and receive the information to SAP ECC with proxy, so i need to activate the polling option from my jdbc adapter working as a sender, i read a table with lot of records, and i need to know how many records does jdbc adapter support when the polling is executed, because is necessary read all records from the table and change the status of the processed field.
Is possible to get all the records from that table in one polling interval (50,000 records aprox)?, or i need to do the polling by blocks of records until finish all records from the table?, the second option, i dont have idea how can i do it.
Regards,
Vicman

Hi again!,
i still working on that, but i have a question, is possible to handle Store Procedure in jdbc adapter?? is supported?, like PL SQL, because i was working in the next query but i don't know if it works and where do i need to locate the query in the Query SQL Statement or in Update SQL Statement field or both? but how?.
DECLARE c_cursor CURSOR FOR
SELECT * FROM tablename
WHERE processed=0
OPEN c_cursor
   FETCH NEXT FROM c_cursor
WHILE @@FETCH_STATUS = 0
BEGIN
   update tablename set processed=1
   FETCH NEXT FROM c_cursor
END
CLOSE c_cursor
DEALLOCATE c_cursor
Regards,

Similar Messages

  • How many records does SAP object BAPIE1VARKEY contain

    Hi Folks,
    I have just started learning ABAP.
    And i have following queries in mind.
    how many records does SAP object BAPIE1VARKEY contain?
    regards,
    Nithin

    Going on an interview? Going to try to fool a savvy tech manager?  I hope not...  How about you tell me why the answer is not two?

  • Is there a limit to how many MS personalized domains you can have under one live account?

    Microsoft personalized domain names for anywhere access
    I have setup two separate essentials servers “anywhere Access” using my own Live ID account.
     Server1.remotewebaccess.com and server2.remotewebaccess.com Both work perfectly.
    Is there a limit to how many MS personalized domains you can have under one live account?
    Staple Bench Computers

    I think it is five
    Grey

  • How many character my iphone 4S can send at one time

    How many characters my iphone 4s can send at one time?

    A lot.  I'm not aware of any upper limit in an iMessage.
    For text messages, that would be a function of the carrier, I would think.
    And if you did send a message that was longer than the maximum amount ofr a single message, it would simply break up into two smaller messages.

  • How many foreign trade orgnisation we can assign to one company code

    Dear Experts,
    How many Foreign Trade Organisation can assign to one company code .
    I would like to understand concept of creating FTO's .
    Thank you
    Krishna

    Hi Krishna,
    Regarding the concept; documents and transactions in GTS are carried out within a single Foreign Trade Organisation.  Together with the Legal Unit (more-or-less corresponding to "Plant"), they provide the key to many of the attributes and characteristics for the transaction, and for reporting purposes.
    For technical convenience, the FTO takes the form of a Business Partner, so has Name & Address attributes and is tied to a single country.  It is reasonable to consider the FTO as representing the Legal Entity, so mapping to Company Code is provided.
    Hope that helps.
    Regards,
    Dave

  • How Many Records a Desktop report can display

    Hi All,
    Just wanted to ask a basic question. Is there any limitation that a discoverer desktop report can display only a certain number records.
    My report is completed with error message saying fetched maximum number of records, Report may not contain all records.
    Thank you,

    madhu
    go to tools --> options --> query governor tab and deselect the "limit retreived query data to:"
    --boys                                                                                                                                                                                                                                       

  • How many non-leading ledgera we can assign to the one leading leder?

    hi,
       how many non-leading ledgers we can assign for one leading ledger..?

    Hi Vijaya,
    1)The number of iViews that you add to a Page depends on the Page Layout that you use and your requirement. Adding too many iViews to a page will make the Page look too filled up.
    You can arrange the iViews in a Page by selecting an appropriate Page Layout and then adding iViews to it.
    2)Normally, we create iViews and assign them to a Page, page to a Workset, workset to a Role and that role to a User.
    Yes, u can assign an iview directly to a workset but then a page can contain all related iviews together and then that page can be added to a workset. Adding each ivew to a workset is not recommended.
    By adding iviews to a page you can determine the arrangement of the content by selecting a layout from among different predefined layouts. You dont have this option in workset though.
    Please reward points if foung useful.
    Regards,
    Becky.

  • How many BW 7.3 systems can be connected to one HANA database?

    Hello Gurus,
    For Development,Test and sandbox environments customer likes to share one HANA database for multiple SAP BW systems.
    So how many BW 7.3 systems can be connected one HANA database (ofcourse on single HANA appliance)?
    Can i install multiple HANA Databases on single HANA hardware?
    Can someone help me on these questions.
    Thanks.
    Srikar

    Hello,
    i would suggest reading this blog:
    How BW-on-HANA Combines With Native HANA
    sap_user_union_001 wrote:
    Today, HANA 1.0 SP3 was released.
    I was not able to find it in downloads - are you sure it is already released?
    sap_user_union_001 wrote:
    You can connect as many systems as you want with the HANA (also 3 BWs).....The problem is, that you only have 1 system, which is able to put the data real-time into the HANA via SLT...the other systems will load their data via ETL into HANA...
    I am not aware about any such restriction. It should be possible to have as many SLT systems replicated as you like. Can you explain why only one SLT is possible?
    Tomas

  • How many times does the JDBC sender adapter retry ?

    Hi All,
    How many times does the JDBC sender adapter retry in the  ' Retry Interval' specified .
    I know that it retries after the time specified in the ' retry interval' , but if it again fails after the first retry will it retry again and again .And while doing it will it block the next Select query which should get executed.
    Thanks & Regards,
    Rahul

    Hi,
    The no of times to be retired on failure of message is default 3 times.
    You can set this in Visual Administrator->Server->Services----> SAP XI Adapter
    Thanks
    Swarup
    Edited by: Swarup Sawant on May 30, 2008 7:19 PM

  • How does JDBC adapter reads or writes the data to DB

    Hi All,
             How does JDBC adapter read the data from a db, is it that it collects all the data in one go and sends to XI, or is it record by record.  And what if it writes to a db?
    Xier

    Hi,
    It collects all record at one time and while writing to DB you can push all data at one go...
    We are using receiver JDBC adapter to push data to DB and its one go..
    Nilesh

  • How can I set limitations on how many records a report can return

    I have a report on the web using Oracle Reports builder and I have the client enter in date parameters for the report that they want.
    Well with date ranges for different clients a different number of records are returned. Because of time it can take the report to return I want to limit the number of records that report can return.
    How can I go about doing that? I don't want to limit with date parameters because date won't really work for me. I need to limit on how many records can be returned. If it exceeds 10,000 records I want the client to refine the date range of schedule the report to run later. Meaning we will run that report. So I would have two check boxes if the count was over 10,000 do you want to define your date or schedule the job to run later.
    Can any one help me with this? How would I go about this?

    To know if the report is going to return more than 10,000 records, you first have to run the query with a 'select count(1) from ... where ...' (with the same from and where clauses as you normal query). Since this takes about the same time as runnng your report, I wonder if you really gain anything (although formatting may take some time too).
    You may simplify the select count(1) query by omitting all the lookup tables that are only needed for formatting. That way your query may run a lot faster. You can put this in your after parameter form trigger.

  • Is there any limit on how many records a cursor can hold?

    Hi Everyone,
    This is Amit here. I want to know whether there is any limit on how many records a cursor can hold.
    I have a program in which i am creating a cursor and passing it to another procedure as an input parameter. But the count of cursor query is more than 15 Lakhs. The program is running forever.
    Just wanted to know whether the huge data is the problem.
    Thanks ....
    Regards,
    Amit

    user13079404 wrote:
    Just wanted to know whether the huge data is the problem.What do you think? How long does your code typically need to wait for the data to leave the magnetic platter of the harddisk, travel across wires and into the memory buffer of your application - for a single row?
    Now multiply that waiting for I/O time with a million - for a million rows. Or by a billion, for a billion rows.
    Is "+huge data+" a problem? Not really - it simple needs more work to get that amount of data from disk. More work means slower performance. It is that simple.
    Which is why the row-by-row approach used by many developers is wrong. You do not pull a million rows from disk and process it in PL/SQL or Java or .Net. Heck, you do not even pull 10,000 rows like that.
    The correct approach is to think data sets and use SQL to process that for you - and only return the bare minimum of data to the application layer. Maximize SQL. Minimize PL/SQL and Java and .Net.

  • How many minutes does the iPad 2 record in the video mode of the camera?

    How many minutes does the video mode on camera (ipad2) record?

    It should only restart once, see this article:
    iTunes: Restoring iOS software

  • Can any body tell me how many records can a db hold in a minute

    can any body tell me how many records can a db hold in a minute

    user644700 wrote:
    can any body tell me how many records can a db hold in a minuteI would hope not since it will depend on X number of factors where X is a very large number.
    Did you have anything specific in mind (version, hardware, etc...)? I assume you mean load and not hold?

  • How many pages does ipod touch 3g can accommodate??

    How many pages does ipod touch 3g can accommodate??
    I downloaded apps but did not appear in the ipod touch..

    Depends on the software version.
    You can look it up yourself in the manual:
    http://support.apple.com/manuals/#ipodtouch

Maybe you are looking for