- 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 Utility service - Project & Connection Status Monitoring Using Factory APIs
OIC Project & Connection Status Monitoring Using Factory APIs Overview This solution automates OIC project and connection health monitor...
-
Please find the following links for OIC hands on and relevant information: Oracle Integration Cloud Introduction | Benefits | Services offer...
-
OIC interview Q & A: We have divided the interview questions into 3 sections: Non- Technical, Technical shorts and Scenario based questi...
-
OIC generation 3 links: Oracle Integration Generation 3 New Features Integration patterns and how to define schedules About RBAC - Resource ...
-
In Oracle Integration Cloud (OIC), the most commonly used XSLT functions are primarily focused on transforming, filtering, and manipulating ...
-
Use Case : In a utility integration scenario using MultiSpeak-compliant web services, a SOAP request fails with the error: "CASDK-003...
-
🧾 Use Case Overview In most Oracle Fusion implementations, File-Based Data Import (FBDI) is a widely used approach to load master and tran...
-
Stage or vfs or virtual file system is a temporary location in the oic local file system which stores temporary files required for processin...
-
🔹 Use Case A source system sends AP Payable payment request data as REST JSON to Oracle Integration Cloud (OIC). OIC performs the followin...
-
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 demonstrate the detailed implementation steps for AP Invoice FBD Import from polling the file from source >> cr...

No comments:
Post a Comment