You're right -- there's no need to run syncdb.  All of this is a
learning exercise for me.
I'm just running the commands to see the output and behavior as I go
through the docs, with an eye for potential snags and "gotchas" that
might kill me later on.




On Nov 5, 9:06 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> On Wed, Nov 5, 2008 at 5:54 PM, [EMAIL PROTECTED] <
>
>
>
> [EMAIL PROTECTED]> wrote:
>
> > Noob here...
>
> > I have an existing table with two Clob fields.  While defining the
> > model I use TextField as the filed type.
>
> > running <python manage.py syncdb> gives me back the error:
>
> > cx_Oracle.DatabaseError: ORA-01754: a table may contain only one
> > column of type LONG
>
> > Well, what I really want are clobs to begin with.  It sounds like what
> > I really want to do is subclass Field, but this is starting to turn in
> > to more trouble than it's worth...
>
> > This has to be something somebody's come across before.
>
> I've no experience with Oracle but -- you run syncdb to create your tables.
> If you already have the table, why are you running syncdb?
>
> 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to