Re: Oracle Clob Field type

2008-11-07 Thread [EMAIL PROTECTED]
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

Re: Oracle Clob Field type

2008-11-06 Thread Ian
On Nov 5, 3: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 gives me back the error: > > cx_Oracle.DatabaseError: ORA-01754: a table may contain only

Re: Oracle Clob Field type

2008-11-05 Thread Karen Tracey
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 gives me back the error: > > cx_Oracle.DatabaseError: ORA-01754: a table may

Oracle Clob Field type

2008-11-05 Thread [EMAIL PROTECTED]
Noob here... I have an existing table with two Clob fields. While defining the model I use TextField as the filed type. running 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