We have Oracle installed in a non-standard place on RedHat Linux. Litesql builds and installs, but without supporting Oracle, I suspect because it can't find it. How can I tell Litesql where Oracle is when I build and install?
When I write a program, when I try to open a connection to the database I describe in the XML file, if I put "postgresql" or "sqlite3" as the first parameter, I see that it's attmpting ot connect. When I put in "oracle", I get an exception, "Unkown backend: oracle".
I did install with the environment variable ORACLE_HOME set to our oracle location.
Anonymous
Made a mistake: Oracle in in /opt, which seems to be the typcial place for it. However, LiteSQL still doesn't see it.