Hi everyone,

Still fighting with Oracle :(

Quick recap...my setup is:

OS X 10.5.6 (Intel), cx_Oracle-5.0.1 (Intel), instantclient_10_2,
Django Trunk, Python 2.6.1


If I run Django in shell, I am able to connect to Oracle, retrieve
objects via the ORM, etc. However, when I executing a view action
while running Django using the built-in server, I get the error:

DatabaseError: ORA-00942: table or view does not exist

My Oracle person has confirmed that the username I'm using has
permissions to view/create/drop/update.

Why would it work from the shell, using all of the same connection
information from settings.py and fail from the built-in server? I
don't know what else to try.

Kind regards,
Brandon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to