in

The ORM Foundation

Get the facts!

Oracle Data Types in the DDL - CLOB and BLOB

Last post Sun, Nov 16 2008 1:11 by Matthew Curland. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • Wed, Oct 15 2008 9:37

    Oracle Data Types in the DDL - CLOB and BLOB

    I am trying to generate my DDL for an Oracle NORMA project. When I look in the file DDLtoOracle.xslt I see that there are some xsl tags for the data match:

    <xsl:template match="@type[.='BINARY LARGE OBJECT']" mode="ForDataType">

    <xsl:text>BLOB</xsl:text>

    </xsl:template>

     

    <xsl:template match="@type[.='CHARACTER LARGE OBJECT']" mode="ForDataType">

    <xsl:text>CLOB</xsl:text>

    </xsl:template>

    However, I cannot set the data type in the object to match these. Am I missing data types in my object properties drop down list? If so, how do I add them?

    Currently I have to search for these objects in my DDL and manually replace them. As the model is changing it would be useful if I could set them properly.

     Any help would be greatly appreciated!

     

    Thank you,

    Trish

     

     

     

    Filed under: , ,
  • Sun, Nov 16 2008 1:11 In reply to

    Re: Oracle Data Types in the DDL - CLOB and BLOB

    These should map to 'Text:Large Length' and the 'Raw Data: Large Length' datatypes in the Properties Window.

    I'm not sure where the CLOB came from in your snippet above. I have NCLOB in the same file.

    -Matt

Page 1 of 1 (2 items)
© 2008-2024 ------- Terms of Service