Opened 16 years ago
Closed 16 years ago
#9972 closed (fixed)
dbshell can't connect to Oracle database
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Keywords: | oracle, dbshell | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
When we connect to the database using dbshell, No response is received.
Attachments (2)
Change History (7)
by , 16 years ago
Attachment: | client.py.diff added |
---|
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Oracle version:Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
SQL*Plus version: SQL*Plus: Release 10.2.0.4.0 - Production
cx_Oracle version: 4.4.1
about database settings:
DATABASE_ENGINE = 'oracle'
DATABASE_NAME = 'xe'
DATABASE_USER = 'dba'
DATABASE_PASSWORD = 'password'
DATABASE_HOST = '192.168.1.111'
DATABASE_PORT = '1521'
by , 16 years ago
comment:5 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
On my install, SQL*Plus rejects the connect string produced by this patch. What version of SQL*Plus are you using? What settings.py database settings are you using?