On Mon, Dec 15, 2008 at 1:38 PM, Samir van de Sand <samir....@googlemail.com
> wrote:

> Thank you for the answer Karen.
> One other question: Does the db admin need to set any permissiona so that
> Django can connect via oracle_cx to the database? (until now I always used
> to connect over ODBC to the db)
>

I wouldn't think the database cares whether ODBC or cx_oracle is being used
on the DB client side, it's the user/password combo specified in the
settings file, I think, that matters...that user needs permissions.  I'll
admit though that my experience with Oracle is extremely limited.  I've
installed the express edition on one machine just for test purposes and
managed to get it working by using the clues available here:

http://docs.djangoproject.com/en/dev/ref/databases/#id9

Karen

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