Is there a way to access Oracle table level statistics in a Java application using JDBC? I’m specifically interested in values NUM_ROWS and AVG_ROW_LEN for the purpose of estimating optimal memory buffer size and fetch size for my queries.
Share
If you’re not concerned with database independence