- DATE and TIMESTAMP have the same size (7 bytes). Those bytes are used to store century, decade, year, month, day, hour, minute and seconds. But TIMESTAMP allows to store additional info such as fractional seconds (11 bytes) and fractional seconds with timezone (13 bytes).
- TIMESTAMP was added as an ANSI compliant to Oracle. Before that, it had DATE only.
- In general cases you should use DATE. But if precision in time is a requirement, use TIMESTAMP.
Wednesday, October 11, 2023
Database - Difference between oracle Date and Timestamp types
Subscribe to:
Post Comments (Atom)
Featured Post
OIC - OIC Scheduled Integrations: Does Ad-Hoc Run Impact Scheduled Run Parameters?
When working with Scheduled Integrations in Oracle Integration Cloud (OIC), a common doubt is: If I run the integration manually (Ad-Hoc / R...
-
OIC interview Q & A: We have divided the interview questions into 3 sections: Non- Technical, Technical shorts and Scenario based questi...
-
Please find the following links for OIC hands on and relevant information: Oracle Integration Cloud Introduction | Benefits | Services offer...
-
Stage or vfs or virtual file system is a temporary location in the oic local file system which stores temporary files required for processin...
-
In Oracle Integration Cloud (OIC), the most commonly used XSLT functions are primarily focused on transforming, filtering, and manipulating ...
-
OIC generation 3 links: Oracle Integration Generation 3 New Features Integration patterns and how to define schedules About RBAC - Resource ...
-
Usecase: Here, we will demonstrate the detailed implementation steps for AP Invoice FBD Import from polling the file from source >> cr...
-
Following are the oracle fusion job schedule processes tables which helps to extract the submitted ESS job requests: ESS_Request_History ESS...
-
Usecase: Here, we will extract the data from HCM and then download the data from UCM uaing Flow Actions Service and Generic Soap Service To...
-
Use Case : In a utility integration scenario using MultiSpeak-compliant web services, a SOAP request fails with the error: "CASDK-003...
-
UseCase: Here, we will show you how to split an input, received as comma separated string values( here, emails) into array of values using c...

No comments:
Post a Comment