Hi,
I want to pass dynamic JSON object to my stored procedure. So what should be the parameters in Stored Procedure and Rest Adapter Request in Integration ?
I have used JSON_OBJECT_T in stored procedure and its compiled fine. but Oracle integration rest adapter is not supporting JSON_OBJECT_T data type.