#10125: cx_Oracle.DatabaseError: ORA-06401: NETCMN: invalid driver designator ----------------------------------------------+----------------------------- Reporter: lzanuz | Owner: nobody Status: new | Milestone: post-1.0 Component: Database layer (models, ORM) | Version: SVN Keywords: NETCMN invalid driver designator | Stage: Unreviewed Has_patch: 0 | ----------------------------------------------+----------------------------- In release 9713 and after I've got an error in Oracle Connection:
#---------------------------------------------------------------# DatabaseError at / ORA-06401: NETCMN: invalid driver designator Request Method: GET Request URL: http://200.233.23.118/ Exception Type: DatabaseError Exception Value: ORA-06401: NETCMN: invalid driver designator Exception Location: /usr/lib/python2.5/site- packages/django/db/backends/oracle/base.py in _cursor, line 268 Python Executable: /usr/local/bin/python Python Version: 2.5.2 #---------------------------------------------------------------# I tryed to update the version 4.4.1 to version 5.0 of cx_Oracle and the error persist. c=cx_Oracle.connect('username/[email protected]:1521/databasename').cursor() Thanks! -- Ticket URL: <http://code.djangoproject.com/ticket/10125> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
