Preamble
Oracle/PLSQL CURRENT_DATE function returns the current date in the time zone of the current SQL session as set with the ALTER SESSION comman.
Oracle/PLSQL syntax of function CURRENT_DATE
CURRENT_DATE
Parameters and function arguments
- There are no parameters or arguments for the function CURRENT_DATE.
Function CURRENT_DATE returns date.
The function CURRENT_DATE can be used in the following Oracle/PLSQL versions
|
Oracle 12c, Oracle 11g, Oracle 10g, Oracle 9i
|
The CURRENT_DATE function can be used in Oracle.
If the ALTER SESSION command was started:
ALTER SESSION SET TIME_ZONE = '-3:0';
And execute the next SQL query:
select CURRENT_DATE from dual;
You will get the following result:
30.07.2014 15:51:02
Then you will change the time zone with the ALTER SESSION command:
CHANGE SESSION SET TIME_ZONE = '-7:0';
And execute the next SQL query:
select CURRENT_DATE from dual;
you will get the following result:
30.07.2014 8:51:02
The time zone of the session has changed from -3:0 to -7:0, as a result of which the function CURRENT_DATE will return the current date as a value 4 hours less.
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 Enteros AIOps Platform Transforms BFSI Database Management and RevOps Efficiency
- 30 March 2026
- Database Performance Management
Introduction The Banking, Financial Services, and Insurance (BFSI) sector is one of the most data-intensive and performance-critical industries in the world. From real-time payments and digital banking to algorithmic trading and fraud detection, financial institutions rely heavily on complex IT systems powered by databases, cloud infrastructure, and analytics platforms. As BFSI organizations accelerate digital transformation, … Continue reading “How Enteros AIOps Platform Transforms BFSI Database Management and RevOps Efficiency”
What to Consider for Growth Management in the Technology Sector with Enteros Database Software and Cloud FinOps
Introduction The technology sector is evolving at an unprecedented pace, driven by cloud-native architectures, SaaS platforms, artificial intelligence, and real-time digital services. From startups to global enterprises, technology companies are under constant pressure to scale rapidly, innovate continuously, and deliver seamless user experiences. However, rapid growth introduces a critical challenge: How can organizations scale efficiently … Continue reading “What to Consider for Growth Management in the Technology Sector with Enteros Database Software and Cloud FinOps”
What to Know About Enteros Cost Attribution and Growth Optimization in the Healthcare Sector
- 29 March 2026
- Database Performance Management
Introduction The healthcare sector is undergoing a profound transformation driven by digital health records, telemedicine, AI-powered diagnostics, and data-intensive research. Hospitals, clinics, pharmaceutical companies, and healthcare providers are increasingly relying on advanced technology to improve patient outcomes, streamline operations, and enhance decision-making. However, as healthcare organizations scale their digital infrastructure, they face a critical challenge: … Continue reading “What to Know About Enteros Cost Attribution and Growth Optimization in the Healthcare Sector”
Who Should Use Enteros for Retail Database Performance, Cloud FinOps Optimization, and RevOps Efficiency
Introduction The retail sector is undergoing a significant transformation driven by e-commerce growth, omnichannel experiences, personalized marketing, and real-time supply chain operations. From global retail giants to emerging digital-first brands, organizations are leveraging technology to deliver seamless customer experiences and drive revenue growth. At the heart of modern retail lies a complex ecosystem of databases, … Continue reading “Who Should Use Enteros for Retail Database Performance, Cloud FinOps Optimization, and RevOps Efficiency”