TNS:could not resolve service name [message #1951] |
Wed, 12 June 2002 10:18 |
Riya
Messages: 7 Registered: March 2001
|
Junior Member |
|
|
When accessing the asp pages on the server from my computer, it keeps giving me this error: TNS:could not resolve service name
The db is on the server too. How do I go about this? Also how would one add a time into a date format w/o the date? Thank!!!!!
|
|
|
Re: TNS:could not resolve service name [message #1956 is a reply to message #1951] |
Wed, 12 June 2002 15:33 |
Rob
Messages: 70 Registered: January 2000
|
Member |
|
|
Riya,
You'll want to check a couple of things:
- Does the server support ASP?
- If the Web Server is windows you will also need the Microsoft Data Access components. You can get these from the Microsoft site.
- You also need to configer a system DSN of the web server.
- Do you have the Oracle client intstalled on your computer?
- Is the tnsnames.ora file configured correctly? To test this, check if you can access the database from SQL Plus.
|
|
|
|