UNIX/PC Python differences
On UNIX we are using the oracledb module at the moment instead of an ODBC module
- import oracledb instead of import odbc
Syntax for initial connection is slightly different - otherwise all is the same
- connection = oracledb.oracledb(‘myname/mypassword@d0db’)
May end up with the same module for both - more investigation needed - want same way of handling date/time and raw data types.