I resolved the issue by creating the tables manually .

Following command gave me more info about the tables.

./manage.py sqlall auth

This is  just a workaround let me know if we have a perfect solution
for the same.

Thanks,
Santosh

On Dec 12, 1:07 pm, "rhce.san" <rhce....@gmail.com> wrote:
> I ran in many time but its not helping me . Can i create thetables
> manully..
>
> On Dec 11, 11:52 pm, Ian <ian.g.ke...@gmail.com> wrote:
>
> > On Dec 11, 6:41 am, "rhce.san" <rhce....@gmail.com> wrote:
>
> > > I have created the django project with necessary apps and trying to
> > > link it to the db. ( oracle 11g)
>
> > > Further info : python 2.5
> > > django : 1.1.1
>
> > > I am trying to integrate my django application to ldap , was
> > > successfull .. but while logging in in got the following error.
>
> > > ORA-00942: table or view does not exist
>
> > > on further investigation found out that AUTH_USER_GROUPS is missing.
> > > But it should be created with the first syncdb command ... dont know
> > > why it failed.
>
> > > Here there are few questions to be answered.
> > > - Why did thetablesnot get created ?
>
> > Without the output of your syncdb, I have no way of answering that.
>
> > > - How can i create them ?
>
> > Just run syncdb again.
>
> > Regards,
> > Ian

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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