Changes between Initial Version and Version 1 of Ticket #10125
- Timestamp:
- Jan 27, 2009, 12:05:21 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10125 – Description
initial v1 1 In release 9713 and after I've got an error in Oracle Connection:2 1 In release r9713 and after I've got an error in Oracle Connection: 2 {{{ 3 3 #---------------------------------------------------------------# 4 4 … … 19 19 20 20 #---------------------------------------------------------------# 21 21 }}} 22 22 I tryed to update the version 4.4.1 to version 5.0 of cx_Oracle and the error persist. 23 23 {{{ 24 24 c=cx_Oracle.connect('username/password@servidor.ucs.br:1521/databasename').cursor() 25 25 }}} 26 26 Thanks!