How to get index information of catalog from trafodion DatabaseMetaData using 
JDBC ?

 

DatabaseMetaData dbMeta = connection.getMetaData();

ResultSet rs = dbMeta.getIndexInfo(null, "SEABASE", "%", false, true);

 

When I use the getIndexInfo method to get the index information, the error:

Server aborted abnormally or Connection timed out

SQLState   HY000

Error Code -29157

The message header was not long enough

SQLState   HY000

Error Code -29160

 

ps : This error occurs every time

thanks!

Reply via email to