database system exception sap dbtech jdbc 翻页出现这个问题怎么解决
发布网友
发布时间:2022-07-15 03:36
我来回答
共1个回答
热心网友
时间:2023-11-18 19:19
Hello James,
thanks for your answer. The problem is independent of the datatbase studio installation. I have the same effect on different installations.
Meanwhile I found out, that the error does not occur, if the table has no primary key!
Additionally I wrote a small Java programm that access the database meta data:
metadata.getColumns - works fine.
metadata.getPrimaryKeys - results in the mp posted before.
I use the latest jdbc driver I found.
getDatabaseProctVersion returns:
package com.sap.dbtech.jdbc, MaxDB JDBC Driver, SAP AG, 7.6.09 Build 000-000-010-735 (Make-Version: 7.9.08 Build 030-123-252-649)
DriverMajorVersion: 7
DriverMinorVersion: 6
There seems to be a strange problem in the catalog data.
Calling: CHECK TABLE Test CATALOG
returnd only: Statement 'CHECK TABLE Test CATALOG' successfully executed in 3 ms
Is there a way to repair/rebuild the catalog data?
Best Regards,
Bernhard