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)?