Preamble
The Oracle/PLSQL ASCII function returns the numeric representation of the leftmost character of the string.
Syntax of the Oracle/PLSQL ASCII function
ASCII( single_character_id )
- single_character_id – symbol for getting a numeric code. If more than one character is passed, the ASCII function will return a value for the first character and ignore all subsequent characters.
The ASCII function returns a numeric value.
ASCII function in the following versions of Oracle/PLSQL
|
Oracle 12c, Oracle 11g, Oracle 10g, Oracle 9i, Oracle 8i
|
Let’s consider some examples of the ASCII function and learn how to use the ASCII function in Oracle PLSQL.
SQL> SELECT ASCII('a') FROM DUAL;
--Result: 97
SQL> SELECT ASCII('t') FROM DUAL;
--Result: 116
SQL> SELECT ASCII('T') FROM DUAL;
--Result: 84
SQL> SELECT ASCII('T2') FROM DUAL;
--Result: 84.
SQL> SELECT ASCII('%') FROM DUAL;
--Result: 37
SQL> SELECT ASCII('A') FROM DUAL;
--Result: 65
ASCII Function in SQL Query with Example
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
How Can Database Observability Help EdTech Platforms Deliver Reliable Digital Learning Experiences?
- 14 September 2026
- Software Engineering
Database observability for EdTech helps digital learning platforms understand how databases behave across student logins, video learning, assignments, assessments, analytics, and course activity. By monitoring SQL workloads, waits, resource usage, anomalies, and historical trends, database observability for EdTech can help technology teams identify performance problems earlier, troubleshoot faster, and maintain a more reliable learning experience … Continue reading “How Can Database Observability Help EdTech Platforms Deliver Reliable Digital Learning Experiences?”
How Can Universities Prevent Database Slowdowns During Online Exams and Peak Enrollment?
University database performance becomes especially important during online examinations, student enrollment, course registration, admissions deadlines, and grade publication. Universities can protect university database performance by establishing workload baselines, monitoring SQL activity, identifying bottlenecks, planning capacity for predictable peaks, detecting anomalies early, and using database observability to understand the root causes of slowdowns before they disrupt … Continue reading “How Can Universities Prevent Database Slowdowns During Online Exams and Peak Enrollment?”
How Can AI-Powered Database Monitoring Help Telecom Companies Prevent Performance Issues?
- 13 September 2026
- Database Performance Management
AI-powered database monitoring for telecom helps telecom companies detect unusual database behavior, predict emerging bottlenecks, analyze SQL performance, and identify root causes before customer-facing services are affected. By combining real-time observability, anomaly detection, historical baselines, workload intelligence, and predictive analytics, Enteros helps teams improve reliability across billing, subscriber, network, CRM, and other business-critical database environments. … Continue reading “How Can AI-Powered Database Monitoring Help Telecom Companies Prevent Performance Issues?”
How Can Retail Companies Monitor Database Performance Across Multiple Business Systems?
Retail companies can monitor database performance across multiple business systems by centralizing visibility into SQL queries, latency, waits, locks, CPU, memory, I/O, transactions, and workload patterns. Effective retail database performance monitoring combines continuous observability, anomaly detection, historical baselines, root cause analysis, and capacity planning to identify problems before they affect checkout, inventory, payments, customer applications, … Continue reading “How Can Retail Companies Monitor Database Performance Across Multiple Business Systems?”