-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oracle AQ EnqueueTime not correctly available #446
Comments
Is this question about unmanaged, managed, or core ODP.NET? Which ODP.NET version? |
Hello @alexkeh, thanks for the interest. The issue is that the milliseconds part is always zero. I'm using |
The ODP.NET dev team did some more research into this question. The DB AQ enqueue time granularity is in seconds only. Thus, ODP.NET cannot provide the millisecond information since the DB doesn't provide it. Once the DB provides millisecond data, ODP.NET AQ should act as a passthrough and be able to return it. |
@alexkeh, but the DB has a timestamp column with 9 digits precision: |
@Leonardo-Ferreira Can you provide a short business case on the need and urgency for the feature? I'll add the info to the ER. |
I'm dequeuing messages from my oracle AQ but the property "EnqueueTime" does not have the milliseconds portion of it! How can I retrieve it?
The text was updated successfully, but these errors were encountered: