Preamble
The Oracle/PLSQL DUMP function returns a value of varchar2, which includes data type code, length in bytes, and the internal representation of the expression.
Oracle/PLSQL DUMP function syntax
DUMP( expression, [return_format_id], [start_position_id], [length_id] )
Parameters and function arguments
- expression – expression for analysis.
- return_format_id – is not obligatory. It defines the format of the returned value. This parameter can be any of the following values:
| Meaning | Description |
| 8 | octal notation |
| 10 | decimal notation |
| 16 | hexadecimal notation |
| 17 | single characters |
| 1008 | octal notation with the character set name |
| 1010 | decimal notation with the character set name |
| 1016 | hexadecimal notation with the character set name |
- start_position and length are optional. They determine which part of the internal view will be displayed. If these parameters are not specified, the DUMP function will show the entire internal representation of the decimal number system.
The DUMP function returns VARCHAR2.
If return_format, start_position and length parameters are omitted, the DUMP function will return the entire internal representation in decimal notation.
The DUMP function can be used in the following versions of Oracle/PLSQL
Oracle 12c, Oracle 11g, Oracle 10g, Oracle 9i, Oracle 8i
Let’s look at some examples of the DUMP function and learn how to use the DUMP function in Oracle PLSQL.
SQL> SELECT DUMP('abc') FROM DUAL;
--Result: Typ=96 Len=3: 97.98.99
SQL> SELECT DUMP('abc', 10) FROM DUAL;
--Result: Typ=96 Len=3: 97.98.99
SQL> SELECT DUMP('abc', 16) FROM DUAL;
--Result: Typ=96 Len=3: 61,62,63.
SQL> SELECT DUMP('abc', 1016) FROM DUAL;
--Result: Typ=96 Len=3 CharacterSet=CL8MSWIN1251: 61.62.63
SQL> SELECT DUMP('abc', 1017) FROM DUAL;
--Result: Typ=96 Len=3 CharacterSet=CL8MSWIN1251: a,b,c
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
Modern eCommerce Performance Management: How Enteros Controls Cloud Bills with GenAI Intelligence
- 1 January 2026
- Database Performance Management
Introduction eCommerce has become one of the most demanding digital environments in the modern economy. Always-on customer expectations, global traffic patterns, seasonal spikes, flash sales, and real-time personalization place enormous pressure on application and database performance. At the same time, eCommerce organizations face relentless scrutiny over cloud spending, infrastructure efficiency, and margin protection. Every click, … Continue reading “Modern eCommerce Performance Management: How Enteros Controls Cloud Bills with GenAI Intelligence”
GenAI-Powered Database Optimization for Healthcare Enterprises: The Enteros AIOps Platform
Introduction Healthcare enterprises are operating in one of the most data-intensive and mission-critical digital environments in the world. From electronic health records (EHRs) and clinical decision support systems to revenue cycle management, imaging platforms, patient portals, and population health analytics—databases form the backbone of modern healthcare delivery. As healthcare organizations adopt cloud computing, AI-driven diagnostics, … Continue reading “GenAI-Powered Database Optimization for Healthcare Enterprises: The Enteros AIOps Platform”
From Transactions to Experience: How Enteros Redefines Database Performance Management in Retail
- 31 December 2025
- Database Performance Management
Introduction Retail has evolved far beyond simple transactions. Today’s retail enterprises compete on experience, speed, personalization, and reliability—across digital storefronts, mobile apps, in-store systems, loyalty platforms, and real-time supply chains. Behind every seamless customer interaction lies a complex database ecosystem powering: eCommerce platforms Read more”Indian Country” highlights Enteros and its database performance management platform *Mobile … Continue reading “From Transactions to Experience: How Enteros Redefines Database Performance Management in Retail”
The New Economics of Performance: How Enteros Drives Sustainable Growth in Technology and Financial Sectors
Introduction Performance has always mattered in technology and financial enterprises—but today, performance has taken on a new economic meaning. Modern technology companies and financial institutions operate in environments defined by real-time transactions, cloud-native architectures, AI-driven services, regulatory pressure, and relentless customer expectations. Databases sit at the heart of these ecosystems, powering digital products, trading platforms, … Continue reading “The New Economics of Performance: How Enteros Drives Sustainable Growth in Technology and Financial Sectors”