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.

does it support CLOBs/BLOBs in PL/SQL?

blobs clobs PL sql support
0
Posted

does it support CLOBs/BLOBs in PL/SQL?

0

The answer is: it depends. You need to keep in mind that “CLOB/BLOB” as a PL/SQL data type is a locator of a large object, not a value. That is, the object itself needs to be created first, its locator needs to be retrieved from the database into C++, and only then the locator can be passed into PL/SQL. Also, see code example 378.

Related Questions

What is your question?

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