Is it possible to execute stored procedures? #33899
Unanswered
StanislavIsaev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm in the middle of POC to use ShshardingSpherearding-Proxy in our company.
But can't find a way to execute stored procedures.
The client uses Postgres jdbc driver, the Proxy frontend is also Postgres, the backend is Oracle.
Trying to execute
conn.prepareCall
leads to an exception.Trying to use ShshardingSpherearding-Jdbc just to see what will happen and see that ShardingSphereConnection doesn't support this:
Is there some workaround on this or plans to support Callable Statements?
Beta Was this translation helpful? Give feedback.
All reactions