SQLPLUS: Client v.11.2.0.1 opens instead of db v.11.2.0.4
I have an Oracle database, 11.2.0.4, installed on a server as well as the Oracle client, 11.2.0.1 (my application requires the 32-bit client whereas the db is 64-bit). When accessing sqlplus via the command line the 11.2.0.1 sqlplus opens instead of the 11.2.0.4. I currently just renamed the sqlplus.exe in the client path to something else. Is there a better way to make sure the 11.2.0.4 sqlplus is opened when using command line?
Note: I'm new to Oracle, and I thank you for your patience!