ASKER
ASKER
Oracle is an object-relational database management system. It supports a large number of languages and application development frameworks. Its primary languages are SQL, PL/SQL and Java, but it also includes support for C and C++. Oracle also has its own enterprise modules and application server software.
TRUSTED BY
TO_DATE(TO_CHAR(SYSDATE))
Based on your default NLS_DATE_FORMAT you are probably losing the time in that conversion.
If the data type of the column in the database is TIMESTAMP, then use SYSTIMESTAMP.
If the data type of the column in the table is DATE, then use SYSDATE.