How do we do CRUD Operations on Oracle Database Via API Calls.

Due to security reasons my Organization does not allow to do CRUD operations on Oracle Database directly. Iam allowed to do via API Call. Iam not sure how do i perform CRUD operation via API to the Database. Request you to suggest your thoughts or please share me the links by any chance if you have. Thanks in advance.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Appian Employee
    in reply to prasadr

    I'd also suggest reaching out to your database team to determine how they expect you to send data to them. Keep in mind that for this to work, someone on your Oracle team will need to set up one or more endpoints that will be available to you in Appian. Then, you can call that endpoint and send / receive the information that you need.

    Once you have the endpoint available, I'd suggest looking at the documentation for creating integrations. Keep in mind that when you do this you are bypassing the typical data management lifecycle that uses data stores; instead you would use a CDT directly with your integration to perform the read / write.

Children
No Data