Charles Seelig wrote:
- TNS_ADMIN is not set in either the registry or environment.
- Not run by web server; only from the command line.
CS
ora-12154 (tns-12154) means it can't find the service name you
requested. So that means:
1) the service name you requested doesn't exist in your tnsnames.ora file
2) It can't find your tnsnames.ora file
3) your sqlnet.ora has a default domain that is different then your
tnsnames entries
I don't really install on MS but generally oracle looks in
$ORACLE_HOME/network/admin for the tnsnames.ora file. You could try
creating a TNS_ADMIN environmental variable pointing to
$ORACLE_HOME/net80/admin. What happened when you installed DBD::Oracle?
It failed the tests I take it?
Jay