Our system is on Sun Solaris and we need away to read in excel spreadsheet and
parse its data into Oracle database. I saw one support article suggesting to
set up an ODBC pointing to an empty spreadsheet and then create JDBC using ODBC
Socket to point to that dummy ODBC. However, that only works fine on my local
PC. Is there anything similar on Solaris? ODBC Socket is not even available
in CF Admin on Solaris server. I'm thinking if I can store those excel
spreadsheets on a Window box somewhere, maybe I can find a way to set up JDBC
to point to the dummy ODBC on that box. Is that even possible?