My program will receive valid sql input and should return the column names for sql. And I want to do this without executing the sql statement at all. I am looking for a Java solution.
My dbms are optimized for olap for oracle and the tables are so large that limiting the result set does not work. Actually, the lead time is unacceptable to my case. it takes more than a minute
dursun
source share