4 Replies Latest reply on Dec 6, 2016 4:56 PM by shawkins

    teiid returns incorrect size for oracle number data type.

    kulbhushanc

      I am trying to retrieve oracle schema using teiid api getSchema,

      Scenario 1:

      teiid api getSchema returns size 22 for number data type but actual database showing its as (38,0) for null precision in sql developer for oracle.

      Scenario 2:

      teiid api getSchema returns size 10 for number data type but actual database showing its as (10,0) for 10 precision in sql developer for oracle.

       

      For Scenario 1 should it return 38 instead of 22?