Oracle database change notification in Quarkus 3.0.3.Final #33662
Replies: 1 comment
-
What exception are you getting ? Also Not spotting anything quarkus related as such in the code. Would be good with some more context? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to oracle database change notification. using this code i get exception when execution is on stmt.execute("SELECT e.EMPLOYEE_ID, e.FIRST_NAME, e.LAST_NAME FROM EMPLOYEES e WHERE e.EMPLOYEE_ID > 1"); I need help on this.
Exception
Beta Was this translation helpful? Give feedback.
All reactions