How do I write a custom Long class to handle long values in Oracle, to avoid the following error?
Caused by: java.sql.SQLException: Stream has already bee
This happens in a query of system tables:
SELECT * FROM all_tab_columns WHERE owner = 'D_OWNER' AND COLUMN_NAME LIKE 'XXX%';