Tagged Questions
The tns tag has no wiki summary.
16
votes
4answers
29k views
Oracle TNS names not showing when adding new connection to SQL Developer
I'm trying to connect to an oracle database with SQL Developer.
I've installed the .Net oracle drivers and placed the tnsnames.ora file at
C:\Oracle\product\11.1.0\client_1\Network\Admin
I'm using ...
13
votes
10answers
30k views
Oracle - What TNS Names file am I using?
Sometimes I get Oracle connection problems because I can't figure out which tnsnames.ora file my database client is using.
What's the best way to figure this out? ++happy for various platform ...
5
votes
2answers
194 views
Oracle: API for dealing with TNS file?
Is there an API that will read a TNS file and present it in some easy-to-use data structure?
I would like to get a list of all my TNS entries. This works but is not particularly elegant!
grep ...
4
votes
3answers
50 views
Writing software to read proprietary files such as .tns
How would I go on doing this?
.tns is used by TI-Nspire (math-software) created by Texas Instruments.
If any libraries exist it would be awesome. Otherwise, how would I go on doing this preferably ...
3
votes
2answers
5k views
What is a TNS:listener in the Context of Oracle?
Borderline ServerFault question, but figured I'd try here first since I've had luck with Oracle questions in the past.
I'm trying to connect to an oracle database from PHP, and I'm getting the ...
2
votes
1answer
825 views
tnsping fails, but can connect to Oracle DB via sqlplus
I've installed the Oracle Client v. 11.2.0.1 on a Windows XP machine and set both the TNS_ADMIN and ORACLE_HOME environment variables.
Using sqlplus to connect to a remote database via a TNS alias ...
2
votes
3answers
705 views
How to export printable text only(or any other packet property) in wireshark
Long story short - I'm capturing SQLs from vendor tool to Oracle database by using Wireshark. It already has decoder for TNS protocol (which is great) and I can access text of SQL by
Right ...
2
votes
3answers
772 views
Connect to Oracle database without using TNS Listener
Just out of curiosity, a few days ago we had a discussion about whether there is a way to connect to the DB without using TNS Listener, the connection must be made by any program SQLPlus. Net, ODBC, ...
2
votes
2answers
718 views
Any solution for Oracle TNS inefficiencies (many roundtrips, latency) from a Java app?
I was looking at a very slow SQL query (originating from a Java app using Hibernate deployed in JBoss 5.1). This particular query returned about 10K records but still took 40s or more.
I ended up ...
2
votes
1answer
837 views
ODBC Oracle Connection error from MS Access
I currently support an MS Access database that has linked connections using the Microsoft ODBC Driver for Oracle. I can connect to the current linked tables without any issues, but we are required ...
2
votes
2answers
2k views
What is the difference between “ORA-12571: TNS packet writer failure” and “ORA-03135: connection lost contact”?
I am working in an environment where we get production issues from time to time related to Oracle connections. We use ODP.NET from ASP.NET applications, and we suspect the firewall closes connections ...
1
vote
2answers
255 views
Oracle ORA-12154 error on local IIS, but not with Visual Studio Development Server
I've got an ASP.NET application that can connect to Oracle when it's started by Visual Studio Development Server, but when I deploy it to my local IIS, it does not connect, showing the "ORA-12154: ...
1
vote
0answers
217 views
WCF Wsdl - Get rid of the “tns” xml namespace prefix with my own prefix?
Is there any way to replace all "tns" prefixes with my own when my WSDL is generated? I know setting the namespace and name of my ServiceContract, OperationContract, DataContract, etc makes it so I ...
1
vote
2answers
2k views
Connection Error:Oracle.DataAccess.Client.OracleException ORA-12170
This has taken many hours of mine. I have to get this .Net app to run on an XP system. Someone seems to have messed up some files so conn.Open() in the C# is causing this error:
Connection ...
1
vote
6answers
41k views
Oracle ORA-12154: TNS: Could not resolve service name Error?
I am a SQL Server user .
I am on a project that is using oracle (which I rarely use)
I need to create an ODBC connection so I can access the some data via MS Access
I have a application on my ...
0
votes
1answer
33 views
TNS:could not resolve the connect identifier specified in .NET OracleClient
Im using a .net OracleClient in my machine for connecting to a Database in Oracle. When im trying to connect its showing this TNS Error.
Now, I have edited the tnsnames.ora file and sqlnet.ora file.
...
0
votes
1answer
47 views
TNS:could not resolve the connect identifier
I am very new to this
I install oracle in Linux machine with orcl service
And created one mmsc user. If I am not login with mmsc user and try to connect sqlplus with the command, "sqlplus mmsc/mmsc" ...
0
votes
3answers
333 views
Is it possible for Oracle sqlldr to accept a TNS entry as an instance qualifier in Oracle 10 and 11?
Is it possible to use a fully qualified TNS entry using sqlldr bundled with Oracle 10/11?
For example, in SQLPlus:
sqlplus ...
0
votes
1answer
115 views
Migrating ANT sqlplus execution from MacOSX to Windows, getting TNS error
I have a working ANT build.xml that executes sqlplus to compile PL/SQL. I develop on MacOSX. My coworker is going to start contributing to the same application. He develops on WinXP. The sqlplus ...
0
votes
4answers
1k views
oracle ASP.NET : TNS issue
I've got some issue when trying to connect to my DB oracle with ASP.NET/C#.
There is my code :
OracleConnection connection = new OracleConnection();
connection.ConnectionString = @"Data ...
0
votes
0answers
33 views
when we try to connect our programme with oracle it is giving error
when i try to connect our programme with oracle with this command
sqlplus crbt/crbt@crbt_new here crbt is the username and crbt_new is the password.
it is giving error this
SQL*Plus: Release ...
0
votes
3answers
221 views
tns not resolving correctly through webservice
I realise there are some similar questions on here already but I couldn't see one that matched my problem so I'm afraid I had to ask a new question.
I have a webservice running on a server, which is ...
0
votes
1answer
448 views
Oracle ProC ORA-12547
I'm working on re-compiling some proC code that no one currently at my company has ever compiled. . . It's compiling OK, but when I copy it to the production server and run it I'm getting Oracle ...