Preamble
Oracle/PLSQL EMPTY_BLOB function can be used to initialize empty LOB columns in INSERT or UPDATE operators or it can be used to initialize LOB variable.
Oracle/PLSQL syntax of EMPTY_BLOB function
EMPTY_BLOB ()
Parameters or arguments
There are no parameters or arguments for the EMPTY_BLOB function.
The EMPTY_BLOB function can be used in the following Oracle/PLSQL versions
Oracle 12c, Oracle 11g, Oracle 10g, Oracle 9i, Oracle 8i
|
Consider an example of the Oracle EMPTY_BLOB function and learn how to use the EMPTY_BLOB function in Oracle PLSQL.
UPDATE prods
SET prod_photo = EMPTY_BLOB();
This example EMPTY_BLOB initializes the product_photo column into an empty one. This is different from setting the LOB field to null or a LOB row with length 0.
The Oracle EMPTY_BLOB function is used to initialise a LOB column
About Enteros
Enteros offers a patented database performance management SaaS platform. It proactively identifies root causes of complex business-impacting database scalability and performance issues across a growing number of clouds, RDBMS, NoSQL, and machine learning database platforms.
The views expressed on this blog are those of the author and do not necessarily reflect the opinions of Enteros Inc. This blog may contain links to the content of third-party sites. By providing such links, Enteros Inc. does not adopt, guarantee, approve, or endorse the information, views, or products available on such sites.
Are you interested in writing for Enteros’ Blog? Please send us a pitch!
RELATED POSTS
Optimizing Database Performance with Enteros and AWS Resource Groups: A RevOps Approach to Streamlined Efficiency
- 13 November 2024
- Database Performance Management
In the fast-evolving world of finance, where banking and insurance sectors rely on massive data streams for real-time decisions, efficient anomaly man…
Enhancing Healthcare Data Integrity: How Enteros, Logical Models, and Database Security Transform Healthcare Operations
In the fast-evolving world of finance, where banking and insurance sectors rely on massive data streams for real-time decisions, efficient anomaly man…
Optimizing Budgeting and Cost Allocation in the Finance Sector with Enteros: A Smarter Approach to Financial Efficiency
- 12 November 2024
- Database Performance Management
In the fast-evolving world of finance, where banking and insurance sectors rely on massive data streams for real-time decisions, efficient anomaly man…
Enteros and Cloud FinOps: Unleashing Big Data Potential for eCommerce Profitability
In the fast-evolving world of finance, where banking and insurance sectors rely on massive data streams for real-time decisions, efficient anomaly man…