Hi All,
We upgraded the HANA to SP8 version this week, and found there are some issues when creating a temporary table.
Here is the sql:
CREATE TYPE TT_CONF AS TABLE(ID INTEGER, NAME VARCHAR(32))
CREATE LOCAL TEMPORARY COLUMN TABLE #CONF LIKE TT_CONF;
And then got the error message like below:
Could not execute 'CREATE LOCAL TEMPORARY COLUMN TABLE #CONF LIKE TT_CONF' in 220 ms 419 µs .
SAP DBTech JDBC: [598]: failed to execute the external statement: InvalidHostNameException at Communication.cpp(01174):
message: the hostname could not be resolved
info: host unknown
param:
Is this a new constraints or just a bug? Does anybody have this issue?