Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is it possible to use OCI to create a new persistent object with a LOB attribute and write to that LOB attribute?

0
Posted

Is it possible to use OCI to create a new persistent object with a LOB attribute and write to that LOB attribute?

0

• Call OCIObjectNew() to create a persistent object with a LOB attribute. • Mark the object as dirty. • Flush the object, thereby inserting a row into the table. • Repin the latest version of the object (or refresh the object), thereby retrieving the object from the database and acquiring a valid locator for the LOB. • Call OCILobWrite() using the LOB locator in the object to write the data.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123