#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        
                     
        Resolution:                                |      Keywords:  NETCMN 
invalid driver designator
             Stage:  Unreviewed                    |     Has_patch:  0          
                     
        Needs_docs:  0                             |   Needs_tests:  0          
                     
Needs_better_patch:  0                             |  
---------------------------------------------------+------------------------
Changes (by kmtracey):

  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

Old description:

> 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!

New description:

 In release r9713 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#comment:1>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to