Popular posts from this blog
Sample HZ API's script to Create Contacts and Contact Points in Oracle
By
Pranay Tiwari
-
1. Below Code will create Contact Point in Oracle . DECLARE P_CONTACT_POINT_REC HZ_CONTACT_POINT_V2PUB.CONTACT_POINT_REC_TYPE; P_PHONE_REC HZ_CONTACT_POINT_V2PUB.PHONE_REC_TYPE; P_EDI_REC_TYPE HZ_CONTACT_POINT_V2PUB.EDI_REC_TYPE; P_EMAIL_REC_TYPE HZ_CONTACT_POINT_V2PUB.EMAIL_REC_TYPE; P_TELEX_REC_TYPE HZ_CONTACT_POINT_V2PUB.TELEX_REC_TYPE; P_WEB_REC_TYPE HZ_CONTACT_POINT_V2PUB.WEB_REC_TYPE; X_RETURN_STATUS VARCHAR2 (1000); X_CONTACT_POINT_ID NUMBER; X_MSG_COUNT NUMBER; X_MSG_DATA VARCHAR2 (1000); BEGIN P_CONTACT_POINT_REC.CONTACT_POINT_TYPE := 'EMAIL'; P_CONTACT_POINT_REC.OWNER_TABLE_NAME := 'HZ_PARTIES'; P_CONTACT_POINT_REC.OWNER_TABLE_ID := 150336; ---L_ORG_PARTY_ID; commented by pranay tiwari on 05-Jun-2014 P_CONTACT_POINT_REC.CREATED_BY_MODULE := 'TCA_V2_API'; ----email P_EMAIL_REC_TYPE.EMAIL_FORMAT := 'MAILHTML';
REST integration built-in OIC to read Large files with size more than 10MB
By
Pranay Tiwari
-
Processing large files in any integration requires a lot of effort and complex coding. Every integration platform has a limit size to read a file, similarly, the OIC service provides a limit of 10MB to read the file, if the size exceeds, then the below error will be encountered Error Reason: Translation Error. Translation Error. Error while translating message to native format. Please make sure that the payload for the outbound interaction conforms to the schema and payload size does not exceed threshold. Error occured as File size exceeds maximum threshold size of 10 MB : Application Error Error Summary: ICS runtime execution error In this article, we will learn how to read the big-size file in OIC. Note only XML and CSV formats are supported for larger file read operations. Here we will build an integration with a source FTP connector to read files containing sizes more than 10 MB & read them through the "Read File in Chunks" features and create multiple files at
Cloud Infrastructure
ReplyDeleteGreat.. Thank you from sharing very useful information about Oracle Cloud Infrastructure . Please update more articles like this.. bro
ReplyDelete