#30307: dbshell doesn't pass password properly on Oracle 18c.
-------------------------------------+-------------------------------------
     Reporter:  Mark Gordon          |                    Owner:  msg555@…
         Type:  Bug                  |                   Status:  assigned
    Component:  Database layer       |                  Version:  2.2
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:  oracle dbshell       |             Triage Stage:  Accepted
  runshell                           |
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by felixxm):

 * component:  Utilities => Database layer (models, ORM)
 * stage:  Unreviewed => Accepted


Comment:

 Current solution works properly with `sqlplus` on Oracle 12c (also when
 password contains @ sign), but doesn't work on Oracle 18c. Moreover it
 looks that `sqlplus`  still supports format with backslashes on Oracle
 18c, e.g.:
 {{{
 sqlplus -L username/\"p@ssword\"@localhost:1521/some_database
 }}}
 I'm puzzled why it doesn't work with `dbshell`.

 Removing backslashes is not a solution because it would create regression
 on Oracle 12c and 18c for password with special characters (leaving only
 quotation marks does nothing).

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30307#comment:1>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.fcc3a415d6f5f5fed891c3bbf39d50f9%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to