Wayne wrote: > Hi, > > I tried to use djando-ldap-groups but got some errors from database > configuration. Could somebody shed some light on the possible problems > of my set up? >
<snip> Maybe the Oracle API is translating the PK into a LOB? If LOB is a large object then that is probably the issue. I can say there is no problem with that particular app with PostgreSQL. > cx_Oracle.DatabaseError: ORA-02329: column of datatype LOB cannot be > unique or a > primary key > > > -- > > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

