"Darin Wilcox" <[EMAIL PROTECTED]> writes: > Hello, > > I wanted to use a CLOB datatype in Oracle for my application. In my app-schema.xml >file I have been using: > > <column name="COLUMN_NAME" required="false" type="CLOB"/> > > Is there something I am missing here or does Turbine even support > this kind of use?
You can look into support for CLOB by examining your sql/base/oracle/db.props file and assuring the mapping from JDBC to RDBMS native type is correct. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
