Is there a way to use the Qt OCI driver without installing Oracle client ? Maybe using static libs from Oracle while we build the driver? Or using some Oracle client dlls and with some env variable setup?
The thing is I can't ask my clients to install oracle client before using my application. They expect my application to up and running without any hassle.
If this cannot be achieved then what do we have as alternatives?
If anyone interested this is how I have done it.
o_Database.setHostName("10.10.10.225");
o_Database.setPort(1521);
o_Database.setDatabaseName("ora11g");
Meantime, it is legal to distribute the Oracle instant client DLLs.