Replies: 5 comments 1 reply
-
I can understand why you would like to have a pure Python implementation but this is not practical at this point -- unless of course performance is not a concern! There are different definitions of "thin". The one we are using is the one that indicates that nothing is required besides the driver itself to connect to the Oracle Database. No additional client libraries are required. The |
Beta Was this translation helpful? Give feedback.
-
One reference point is that Oracle's 'thin' JDBC driver is not released as Java source. |
Beta Was this translation helpful? Give feedback.
-
how is the closed source topic of the java driver related, that one is pure java and named thin as well. and sure - you can always redefine the meaning of words. but i read that performance is the cause for the native code? |
Beta Was this translation helpful? Give feedback.
-
What name would you like to give the mode? |
Beta Was this translation helpful? Give feedback.
-
@emdete I moved this to a 'Discussion'. I'd be happy to hear how we can improve our messaging about python-oracledb. |
Beta Was this translation helpful? Give feedback.
-
i would expect thin mode to be implemented purely in python but found a shared library thin_impl. this makes it impossible to run the code on different platforms with python support and is not the idea of "thin" according to my understanding.
Beta Was this translation helpful? Give feedback.
All reactions