We have an application that we are trying to migrate from Oracle to SAP Hana. Our application calls the creatClob() method whenever we insert clob data into our tables. Whenever the createClob() method is called, we get the following error message.
Caused by: com.sap.db.jdbc.exceptions.SQLFeatureNotSupportedExceptionSapDB: Method createClob() of Connection is not supported.
I am running off of the following driver version:
2.2.6-8c722062a23edf49f36f1af73a5a2c5e70910ee2
Is the createClob feature not supported by ngdbc?
Is there a work around for this?
Is the feature planned for the future?
Thanks for any help