Strange 'ORA-01002: fetch out of sequence' issue #1583
Replies: 1 comment 6 replies
-
Thanks @stevefan1999-personal for testing our thin mode. What is the Oracle DB version that you are using? I can see that Knex framework is used. Are you able to isolate the exact the SQL statement that causes this ORA-01002 error. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to use the latest oracledb driver for Directus, but there is some problem during migration. It seems like the fetch cursor was invalidated, indicating something somewhere we have a concurrency problem.
Check this out
directus/directus#19067 (comment)
Beta Was this translation helpful? Give feedback.
All reactions