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 the most popular database?
what are parameter, we can check after creating a database in terms of QC and for each tables what should be the parameters for QC and QA?
Which database is best for storing large data?
What is query in database?
What are the parts of a table?
What is rdbms table?
What is 1nf 2nf 3nf in dbms?
How do you copy a database?
What is database optimization?
What is management system in dbms?
What is record in a database?
What integrity rules exist in the dbms?
What information can be stored in a database?
i have table as source table and flat file as target i need yo perform some logic in loading the data. is it posible? and one more thing the no of fields in source is 200+ and for target is 30+ how i can map them.........
What is primary key in database?