Saturday, September 14, 2024

OIC Gen 3 - Max file size supported by Rest, soap, file and ftp and database adapters | Service limit

The max file size supported by rest, soap, ftp, file and database adapters as below:

Rest Adapters: 

  • Structured message for trigger and invoke: 100mb
  • Binary or attachments: 1GB
  • With connectivity agents: 50mb

SOAP Adapters: 

  • Structured message for trigger and invoke: 100mb
  • Binary or MTOM , attachments: 1 GB
  • with connectivity agents: 50mb

FTP Adapters: 

  • Structured message for trigger and invoke: 100mb
  • Binary or without schema: 1GB
  • with schema and connectivity agents: 50mb

File Adapters: 

  • Structured message for trigger and invoke: 50mb
  • Binary or attachments: 1GB
  • with connectivity agents: 50mb

Database Adapters: 

  • Trigger or Polling (schema based):  50mb
  • Invoke database select: 100mb
  • Invoke store procedure / operation on table / run puresql operation with schema transformation: 10MB
  • With connectivity agents: 50mb

Reference:

https://docs.oracle.com/en/cloud/paas/application-integration/oracle-integration-oci/service-limits.html

No comments:

Post a Comment

Featured Post

11g to 12c OSB projects migration points

1. Export 11g OSB code and import in 12c Jdeveloper. Steps to import OSB project in Jdeveloper:   File⇾Import⇾Service Bus Resources⇾ Se...