Composite average payload size in 11g (11.1.1.4)

Hi All,
Thanks in advance.
I am trying to figure out the average payload size per composite to calculate some statistics.
I have already looked at the dehydration store table XML_DOCUMENT, however, I cannot seem to figure out how it ties to an actual composite instance in the composite_instance table. I can see it when I am in the EM so it has to be in the database somewhere.
Querying the XML_DOCUMENT table:
select document_id , DOCUMENT_TYPE,DBMS_LOB.GETLENGTH(document) a from XML_DOCUMENT
The composite instance table:
select * from composite_instance.
Any help will be very much appreciated.

Hi,
I wrote for you the relations between the tables so you will get the incoming/outgoing data details:
select xd.document_id , xd.DOCUMENT_TYPE,DBMS_LOB.GETLENGTH(xd.document)
from xml_document xd,
instance_payload ip,
composite_instance ci
where xd.document_id = ip.payload_key
and ip.instance_id = ci.id
and ip.instance_type='composite'
and ci.ecid = 'xxxxxxxxxxxxxxxxxxxxx1111112222222333333'
Arik

Similar Messages

  • Maximum count of messages, and average/Max size of the messages for a retry

    I like to know what will be the maximum count of messages, Average/Max size of the messages that a retry queue can handle andhow it’s is handled in OSB/Admin console and also the CPU and other Infra Structure requirements to support this scenario

    The below link has some explanations but not a detailed one
    Max file size OSB 11g can process

  • Is there any limitation in payload size

    Hi all,
    I would like to know whether there is any limitation in the payload received in a BPEL/HTTP Post process in SOA 11.1.3. Our clients are saying that they can send as big as 5 MB payload. Will that be an issue from the SOA side when receiving the payload?
    Regards
    SHY

    In SOA 10g we have restrictions on payload of size of around 9MB,but in 11g there is no such constraint on payload size.

  • Average message size

    Hi All,
    Kindly tell wht can be the Average message size and maximum number of messages per hour that can flow through the XI by taking consderation that of messages only Asyncronous case and considering both Async nd Syncronous scenarios.
    and if we assume XML message is 500KB and number of messages 7000 per hour, is ok or not.
    Kindly help me out in this regard.
    Thanks,
    Siva

    and if we assume XML message is 500KB and number of messages 7000 per hour, is ok or not.
    is 500KB the Total message size or is it just the payload size?....if payload size is 500KB then note that the actual message in XI may be 500 x X.....so your XI/ PI server should be capable to not only handle 500KB messages but also to process the total message size....or it may overload.
    We do not have a average message size....and the max limit is defined by your hardware.
    Regards,
    Abhishek.

  • Bpel timeout issue...payload size is 6MB...

    Hi All,
    what is the max payload size could be processed through oracle soa BPEL composite, I have a requirement that data(records of 2k-4k) of total size 6MB comes from DB, and each record has to be to sent to an external webservice,but it timesout, Iam looping all records and invoking each record to an external webservice.
    Any ideas to make it succesful.
    Thanks in advance.
    Cheers,
    ramana.

    Hi Ramana,
    Is your BPEL Process synchronous? if so, can you change your bpel process to asynchronous process and try to do the same.
    Cheers,
    Sahil

  • Max file size OSB 11g can process

    Hi,
    What is the max file size OSB 11g can process? We want to do a POC that picks a file from FTP do some complex transformation and post to another FTP server.
    So in this scenario what can be the max file size OSB 11g can handle?
    Regards,
    Abdul

    Again, there is no fixed limit for message size JMS can handle. It depends on the Heap size available. But, In my experience JMS will reduce the practical limit much more than File/FTP transport. I have seen that you start getting a lot of OOM errors if you try to put very large messages on JMS.
    Also, if you are going to transform the payload after reading via FTP/File transport, then you will need to initialize the complete payload in memory which will restrict the maximum message size which can be processed properly.
    For large Files using Content Streaming is recommended but you can not access the streamed content within a message flow (hence no transformations).
    Another limiting factor is CPU utilization, doing complex transformations on large payload will consume a lot of CPU which will effect any other processes running on the same machine (could be another service instance on OSB itself).
    OSB is supposed to work with lightweight, stateless and fast processing. If you have very complex transformations, invest in an XML Appliance.
    If you need to transfer huge files, then use ODI.

  • Maximum input payload size(for an XML file) supported by OSB

    Hey Everyone,
    I wanted to know, what is the maximum payload size that OSB can handle.
    The requirement is to pass XML files as input to OSB and insert the data of the XML files in the oracle staging tables. The OSB will host all the .jca,wsdl, xml, xml schema and other files required to perform the operation.
    The hurdle is to understand, what is the maximum XML file size limit, that OSB can allow to pass through without breaking.
    I did some test runs and got the following output,
    Size of the XML file:  OSB successfully read a file of size, 3176kb but failed for a file of size 3922kb, so the OSB breakpoint occurs somewhere between 3-4 MB, as per the test runs.
    Range of number of Lines of XML:  102995 to 126787, since OSB was able to consume a file with lines (102995) and size 3176kb but broke for a file with number of lines (126787) and size 3922kb.
    Request to please share your views on the test runs regarding the OSB breakpoint and also kindly share the results, if the same test has been performed at your end.
    Thank you very much.

    Hey Everyone,
    I wanted to know, what is the maximum payload size that OSB can handle.
    The requirement is to pass XML files as input to OSB and insert the data of the XML files in the oracle staging tables. The OSB will host all the .jca,wsdl, xml, xml schema and other files required to perform the operation.
    The hurdle is to understand, what is the maximum XML file size limit, that OSB can allow to pass through without breaking.
    I did some test runs and got the following output,
    Size of the XML file:  OSB successfully read a file of size, 3176kb but failed for a file of size 3922kb, so the OSB breakpoint occurs somewhere between 3-4 MB, as per the test runs.
    Range of number of Lines of XML:  102995 to 126787, since OSB was able to consume a file with lines (102995) and size 3176kb but broke for a file with number of lines (126787) and size 3922kb.
    Request to please share your views on the test runs regarding the OSB breakpoint and also kindly share the results, if the same test has been performed at your end.
    Thank you very much.

  • How to know the payload size of message

    hi can anybody tell me how to know the payload size of message?
    Message was edited by:
            vvr murty

    Hi,
    To know the size of the input message , i hope we have one option , after copying the test payload from the SXMB_MONI into Message mapping test -- click on test
    after come back to design tab in message mappign
    click on left side root node and Press CTRL+SHIFT + mouse right click and click on trace -- you can see the size of the message payload.
    In SXMB_MONI..
    see the payload messges
    also see the below link
    /people/michal.krawczyk2/blog/2005/09/16/xi-how-to-test-your-mapping-in-real-life-scenarios
    Regards
    Chilla

  • Human Task string payload size restriction

    We are developing a BPEL process with a Human Task component for an operational support app. The idea is whenever a message fails in the service bus due to transformation or validation error, we need to send that payload to this bpel process , which will create a human task and an operational support personnel ( both business & technical) will fix the payload via bpm worklist app and then bpel can resubmit the message to the service bus.
    In this app, we are trying to send the failed message as a string payload to the task . Most of the payloads are of csv and fixed length type and we can't wrap it in xml , because the business users who might be acting on fixing this payload are not XML familiar. And the payload sizes vary from 1 kb -4 MB
    When testing this , we have hit the below error during task initiation , which I think says string payloads should n't be more than 2000 bytes in size
    Caused by: java.sql.SQLException: ORA-12899: value too large for column "DEV1164_SOAINFRA"."WFMESSAGEATTRIBUTE"."STRINGVALUE" (actual: 2183, maximum: 2000)
    In this context, can you suggest what possible options I have. One option I can think of is wrapping the payload in XML instead of string, which is not so liked here..
    TIA,
    Atheek

    We solved this by transforming the XML when entering a human task. The transformation removed any attributes in the payload. This solved the issue.
    <?xml version="1.0" encoding="windows-1252" ?>
    <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:template match="node()|@*">
    <xsl:copy>
    <xsl:apply-templates select="node()"/>
    </xsl:copy>
    </xsl:template>
    </xsl:stylesheet>

  • How to measure the payload size handled by XI ?

    Hi !
    I need to find out the memory space occupied by XI payload from sender system to target system per month..  How can i find it ?
    Thanks,
    Laawanya

    Hi,
    For a particular message, you can go to SXMB_MONI -> Runtime and you can see the payload size for that particular message. For a month message, you can look into Performance monitoring for all information. I didn't know it shows the size, because in my XI system its taking long time. So you cud check there.
    Regards
    Aashish Sinha
    PS : reward points if helpful

  • Payload Size

    Whats the Maximum Payload Size XI can handle?
    We are expecting one of our outbound IDOC to a size of 7.37 MB's and we are not sure Whether XI is capable of handling this size?

    Whatever the source system, message processing is taking place in the Integration Engine. So payload size comes into picture there only. If once file is picked up, then messages will be in XI pipleine..So you can consider one of parameters.
    Some real sceanrios about Huge file processing-
    /people/sravya.talanki2/blog/2005/11/29/night-mare-processing-huge-files-in-sap-xi
    /people/alessandro.guarneri/blog/2006/03/05/managing-bulky-flat-messages-with-sap-xi-tunneling-once-again--updated
    Regards,
    Moorthy

  • BIOS SETTING, need help! MAXIMUM PAYLOAD SIZE? NEO4 PLAT SLI

    Hi everyone, this is my first post here, and hope someone will help me out.  I've searched the internet, posted on other websites and no one can help me with this question.  What does MAXIMUM PAYLOAD SIZE do?  What is the correct setting for this?  Curruntly I have it at 4096, but what should it be at?  Thanks everyone.

    Thats a good one (question)... as far as I know it could be similar to the old AGP Aperture Size, but the amount of data doesn't correspond; megabytes vs. kilobytes.
    It could be the logical data unit which is carried thru the PCI-E bus in order to feed the PCI-E devices, this is sounds better yet again would be something similar to the AGP Aperture Size: not amount of data being mapped at physical memory, but the size of the data units being transfered.
    Hope this helps... try the values to either side and test with a 3d Benchmark, if you see a diference then come back and tell us.
    Good Luck.

  • Problem in  setting Composite Instance Index in SOA 11G

    In SOA 11G the setIndex() xpath function is not working . But It was working in 10G.
    If I use this setIndex function in BPEL Java Embedding , in audit trails the function is executed. But If I see the result by querying the DEV_SOAINFRA.COMPOSITE_INSTANCE table INDEX1 column it is empty. No values is inserted into this INDEX columns.
    Can anyone please give a solution to set the composite instance index in SOA 11G ?
    Thanks in Advance

    1. setIndex() Xpath function in SOA 11G is working .
    2. syntax : setIndex(1,'anyValue');
    3. To view the index value for the instance created , query "DEV_SOAINFRA.CI_INDEXES" table.
    Edited by: saba on Dec 6, 2011 6:22 AM

  • How to encrypt payload in BPEL 11g,Specific Fileds.

    How to encrypt payload in BPEL 11g,Specific Fileds.

    By adding a wsm policy to the service and encrypt parts of the payload?
    http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10224/sca_policy.htm#CHDHAJIH

  • Codec Voice Payload Size

    Hi all,
    I have a cuscomer that is migrating all branch connection to dsl circuits, since dsl use atm encapsulation and in order to reduce the impact for the atm encapsulation we will change the voice codec paylod size to 30 for g729. My question is:
    Thoes the voice codec paylod size must be the same betwen all end points in a voip call ?, we need to change also the paylod size on the mgcp remote gateways and in all the trancoding/conference resources ?
    Many Thanks.

    The voice payload size per packet can be configured in Cisco CallManager and Cisco IOS gateways. PreferredG729MillisecondPacketSize-(Default setting: 20 ms. Available settings: 10, 20, 30, 40, 50, and 60 ms.). When you increase the voice payload size the VoIP bandwidth reduces and the overall delay increases.
    Configuring Voice Payload Sizes in Cisco CallManager and IOS Gateways:
    http://www.cisco.com/en/US/tech/tk652/tk698/technologies_tech_note09186a0080094ae2.shtml#configvoice

Maybe you are looking for

  • How to send in iMessage instead of text message.

    My girlfriend used to have an Android. She got an iPhone and still has the same number. Be both have ios7. When we text she sends in iMessage, and my texts send in text message. I believe my settings are set to allow iMessage. How can I send in iMess

  • How do I download my itunes downloads to a second computer?

    How do I download my itunes downloads to my second computer?

  • Dreamspark Download Issues - SDM Not Working

    Hello. I have a massive problem with the Secure Download Manager. As of now I am trying to download Windows Server 2008 R2 via Dreamspark, with a valid .sdx file. I have tried for 3 days to download the same .ISO file. It always stops at 100%, and th

  • Restore MDF/LDF files

    We have a situation where someone deleted content of a table from the database. We have a backup of the MDF/LDF file where we can restore the database from - though we do not want to restore the entire database but only one table. I was thinking of c

  • HT4528 How to back up my iphone 4s on itunes?

    How do I back my iphone 4S to my itunes? The phone that Verizon sent in replacement of my damaged phone ended up being damaged, I am unable to get wifi on the phone. Where I am unable to back-up my iCloud on my phone, I now have to back it up on itun