4 Replies Latest reply on Apr 5, 2018 12:52 AM by ihrisi

    getTimestamp not implemented for class oracle.jdbc.driver.T4CVarcharAccessor

    ihrisi

      Hi,

      I have a view in the Oracle data base . The column which i want to access is having a data type of VARCHAR2(10). I am able to fetch data from the view directly. When i tried to access the same column through the teiid data source which is pointed to the above data base its giving me the error

      getTimestamp not implemented for class oracle.jdbc.driver.T4CVarcharAccessor.

       

      enen though m trying to cast the column as timestamp then also m getting the same error. When i tried to convert the column to string then its appending 'YYYY-MM-DD HH24:MI:SS' format at the end in the argument of to_char(). I want to access the data of the data base view as it is. Kindly help.