Oracle Data Source | adam | 2011-06-21 07:22 |
Status: Closed | ||
No apologies necessary… writing a new dialect is an ambitious undertaking. (When I suggested earlier that writing one "wouldn't be hard" I meant for someone very familiar with LabKey internals.)I haven't run your code since I don't have Oracle running locally, but it looks like LabKey is attempting to read result set meta data after the underlying statement is closed; apparently the other four databases we support allow this. This comes up because LabKey caches result sets in many cases to free up JDBC connections. The solution is likely invasive… we probably need to cache the meta data as well in CachedResultSetImpl for Oracle.As for the other things you mentioned in your message and code:
|
||