Replies: 3 comments 3 replies
-
You wouldn't want to use cx_Oracle since that is just the old name/version of python-oracledb. Googling showed some people hacking Instant Client to make it work, but with python-oracledb you generally won't need Instant Client. Just make sure you do not call Try python-oracledb and share more information about what you are doing, and what behavior you see. Then perhaps someone who has used AWS Glue will be able to comment. |
Beta Was this translation helpful? Give feedback.
-
I am also facing the same problem. AWS Glue Job Details What I noticed is why the oracledb lib doesn't work properly Given the explanation above, both Glue and the oracledb lib make them practically impossible to run without a lot of headaches. Here I quote the pymssql lib from SqlServer, no additional steps are necessary, simply add and pass the connection parameters and everything works beautifully. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I'm using python-oracledb with
--additional-python-modules = s3://.../oracledb-1.4.0.whl
Code sample
Error that I'm getting
Please help
Beta Was this translation helpful? Give feedback.
All reactions