Dear SAS Experts,
I'd like to know what are the mandatory steps in order to connect to an Oracle DB which is stored on a Unix server from a PC on Windows XP.
We currently have ordered the module SAS Access-To-Oracle for every computer which will need to run the application and it should be installed soon.
I've already read a lot of documentation about the Syntax to use in order to connect to an oracle DB and to execute SQL statements (using pass-through facility or not). This is not difficult to understand and it's not my main concern about it.
In fact, I just wonder if we need to install an Oracle component on the clients (Listeners or something else) or if everything will be managed by the SAS module.
e.g.: What should be the value of the parameter "path" in the following statement in order to access our distant DB ?
libname mydblib oracle user=smith password=secret path='myoracleserver';
I know that it can seem to be a stupid question for some of you but as I'm not able to test anything for the moment, I'd like to win some time by retrieving the needed information in advance.
As usual, Thx for your precious help !
Regards,
Florent