Open wiluite opened 2 months ago
As to the second phrase of the topic: I've understood that any references to "Milliseconds" (and correspoding API names) in the Interval type documentation should be read as "Nanoseconds", according to Oracle documentation.
Thanks.
Hi,
Thanks for reporting this ! In older Oracle versions, OCI documentation for OCIIntervalGetDaySecond() and OCIIntervalSetDaySecondl() refered to 'fractional part of second' and not "nanoseconds" in more recent ones.
Thus :
Regards,
Hello,
Suppose, I have a code:
And I have the output as a result set:
In the Oracle SQL Developer the command desc products1; shows the following:
So, I probably should see:
I am somehow loosing milliseconds. Can you hint what is wrong with my code?
Thanks.
p.s. In Oracle SQL Developer I do not see milliseconds as well, but I do see +xx format of the days.