when we login sql editor using username and password then it
says this error "could not resolve service name" then what
can we do at client side.( here thing is tnsnames.ora file
is ok till yesterday and worked well, but now it giving error.)
Answer Posted / wilz
Try out this !!
click search --> type sqlnet.ora --> Right click and open
the file with Notepad --> Now change the authentication
services to NONE as shown below
SQLNET.AUTHENTICATION_SERVICES = (None)
Try SQL Editor now !!
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is correlated subquery in dbms?
What's the difference between delete and truncate ?
What are new features postgre 9.1?
How can I access my database remotely?
Explain what is a deadlock and mention how it can be resolved?
What is tuple in dbms?
How do you set a primary key?
Explain the different types of join operations?
What is data example?
Which two can be implemented as a centrally located logical architecture?
What is data modelling concepts?
How is view stored in database?
What do you mean by e-r model & object-oriented model?
What is a table called in database?
Why is foreign key used?