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
  • Thanks Helzle for your quick response. At present i build the interface . Now i need to build API which should able to perform CRUD operations on Database. I have credentials. I stuck at this point. How do i build API which should perform CRUD operations on Database? What details we need from database end? In normal practice we develop interface --> CDT --> DataStore --> Store/retrieve to/from Database. The current approach via API is new to me.

Children