CodingFreak
Programmer
I'm new to Perl and have a question about the Oracle_Home you need to specify to use DBD-Oracle. I have read places that you need to put the path to the binaries, sever, and client...my question is which one is right? I'm trying to connect to a remote Oracle 9i database and have SQL Plus installed on my system. I'm getting an error that looks like this:
DBI connect('host=xxx;port=xxx;sid=xxx','xxx',...) failed: at C:\Temp\dirC22.tmp\Untitled line 14
which I have gathered that is because of the Oracle_Home (through some posts on this forum) but I haven't found anything going into detail about exactly what the home is. (I'm new to client server stuff as well) I have a book coming from Oreilly that has been widely recommended but I would like to get this done before the new year. Any help or direction would be greatly appreciated.
Thanks,
CF
DBI connect('host=xxx;port=xxx;sid=xxx','xxx',...) failed: at C:\Temp\dirC22.tmp\Untitled line 14
which I have gathered that is because of the Oracle_Home (through some posts on this forum) but I haven't found anything going into detail about exactly what the home is. (I'm new to client server stuff as well) I have a book coming from Oreilly that has been widely recommended but I would like to get this done before the new year. Any help or direction would be greatly appreciated.
Thanks,
CF