Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Precision of CURRENT_TIMESTAMP on windows server

4151877Dec 12 2019 — edited Dec 13 2019

Currently I am running oracle test instance on a Windows 2008 R2 machine.

I am not able to increase the precision of the function CURRENT_TIMESTAMP higher than 3.

According to some stackoverflow answer https://stackoverflow.com/questions/6632816/java-and-oracle-fractional-precision  the precision is depending on the OS clock.

How can I increase the precision? Can I reconfigure the used clock and change to something else maybe?

Or is it a serios constraint, that on a windows machine oracle cannot get higher precision than 3 (which sounds actually quite sad in 2019)?

This post has been answered by Gaz in Oz on Dec 12 2019
Jump to Answer

Comments

Post Details

Added on Dec 12 2019
8 comments
1,146 views