I have Oracle Server and Oracle Instant Client on the same machine. (Windows 7)
Notes on Instant Client state that get rid of ORACLE_HOME environment variable.
I am using SQL Developer – If I want to install packages, I do not want to hardcode the path, but do something like Oracle_Home/….. (which I don’t know the proper syntax of, btw)
How would I achieve this with ORACLE_HOME environment variable gone?
What is the proper syntax?
SQL Developer just connects to the database port. It doesn’t have to know about the ORACLE_HOME.