The Oracle `tnsnames.ora` is a client site configuration file with database server connection details.
0
votes
0answers
19 views
Oracle TNS names configuration [migrated]
I've edited added new TNS name to tnsnames.ora.
Toad for Oracle started to work at once. SQL Plus doesn't work even after logoff/logon, the same problem with my build scripts.
Getting the error: ...
0
votes
2answers
37 views
How to set the environment variable for PHP in Linux?
I'm implementing MediaWiki with the Oracle Database and therefore I need to add TNS_ADMIN variable to my PHP startup environment.
Q1: How do i add TNS_ADMIN variable to PHP Startup environment?
Q2: ...
0
votes
0answers
90 views
Error ORA-12154 on DBI->connect to Oracle database with Oracle Instant Client in Solaris 10
I've been pulling my hair out over this problem for two days now:
I'm trying to get a perl script to interface with an Oracle database. I have a new server I'd like to deploy my application on. ...
0
votes
1answer
41 views
TNS listner error when trying to connect without tnsnames in c#
I'm trying to connect to an oracle DB without having to use TNS names, but it keeps giving this error: {"ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA"}
string oradb = "Data ...
1
vote
0answers
116 views
Oracle TNS Protocol Adapter Erro
I have a remote Oracle 11G server that I can connect to with SQL Plus and through Visual Studio's server explorer. However, when I use the same connection string in my C# code, I'm getting ORA-12560: ...
0
votes
1answer
83 views
How to install ODP.NET 2.111 and ODP.NET 4.112 in the same machine side-by-side while both point to the same database server
The question is how to install ODP.NET 2.111 and ODP.NET 4.112 in the same machine side-by-side while both point to the same database server using tnsnames.ora
I need to support a legacy system based ...
0
votes
0answers
256 views
oracle 11g r2 install error - ORA-00119: invalid specification for system parameter LOCAL_LISTENER
I keep getting this error after I installed Oracle 11g R2 database server in my 64 bit machine
startup failed: ORA-00119: invalid specification for system parameter LOCAL_LISTENER
ORA-00132: syntax ...
0
votes
0answers
931 views
ORA-12154: TNS:could not resolve the connect identifier specified
I'm currently running Windows 7 with IIS and PHP 5.2
The database I'm trying to connect to runs on 10g, and I have installed/configured Oracle as appropriate on my machine, setting both ORACLE_HOME ...
1
vote
3answers
728 views
How do I query LDAP from C# to resolve Oracle TNS hostname while using managed ODP.NET?
Further to my previous Question, which I managed to answer myself with help from the Oracle forums, I now have another issue which follows on from the earlier one (provided for background).
I wish to ...
0
votes
1answer
180 views
Unable to connect to Oracle db in EC2 Linux box from SQL Developer. TNS Listener error
I created an EC2 linux box with: Oracle Database 11.2.0.1 64-bit Standard Edition One (ami-31739c58). Instance is running fine. I can connect to box from my personal computer using ssh (terminal in ...
0
votes
1answer
76 views
Automatic tnsnames.ora cleanup
I've been working on a script to delete an environment including the Oracle db. I've got everything working except for automating the cleanup of tns entries. I was originally thinking it would be ...
0
votes
1answer
367 views
Getting 12154: TNS:could not resolve the connect identifier specified error with .NET
I've written this simple connection in my code:
OracleConnection con = new OracleConnection("Data Source=ORCL;User
ID=agapus;Password=agap");
con.Open();
Then I run my application pressing F5 ...
0
votes
0answers
781 views
Point to different TNSNAMES.ORA file that tnsping is using
I have two Oracle Client installed in my machine. One is Oracle 11g another one is ORACLE 8.1. I was trying to connect Business Objects to Oracle 8.1, but it fails as while connecting through TNS ...
1
vote
1answer
794 views
ORA-12154 when connecting using tns alias
I installed Oracle 11.2 on a Win7x64 laptop and almost everything works fine. One thing I don't understand, however. I can connect to the sample HR schema with:
sqlplus hr/password
but not with:
...
0
votes
1answer
610 views
ora-12154 issue when connecting with instant-client
I am running Oracle 11g on Windows Server 2008R2. I have a client application(Zabbix) running elsewhere that is trying to connect to it.
The client machine has:
...
0
votes
1answer
142 views
How does tomcat know where to find tnsnames.ora
I have an oracle database on a server that tomcat is connecting to.
So I have configured in server.xml :
<Resource auth="Container" driverClassName="oracle.jdbc.OracleDriver" maxWait="-1" ...
1
vote
1answer
235 views
How to change the Oracle Client user in a connection
I have the oracle 10 and 11 clients instaled in my machine. When i go to the command line and type TNSPING the output tells my something like this
TNS Ping Utility for 32-bit Windows: Version ...
0
votes
2answers
7k views
ORA-12154: TNS:could not resolve the connect identifier specified (PLSQL Developer)
I need to use PLSQL Developer to access oracle databases. I get the following error when I try to connect to my database. ORA-12154: TNS:could not resolve the connect identifier specified. I am able ...
0
votes
3answers
221 views
How do I find the TNS path used by a .NET Application?
I have the following error and I'd like to
ORA-12154 TNS: impossibile risolvere l'identificativo di connessione specificato
In english sounds like:
ORA-12154 TNS: it's impossible to find the ...
2
votes
1answer
344 views
SDU setting in the connection string with oracle 11G
I do not reference the sqlnet.ora file for the look-up and pretty much provide the following TNS URL for the connectivity and I need to squeeze in a SDU setting in the below connection URL I was ...
0
votes
1answer
372 views
Why could happen that I can connect to Oracle 10g DB 32 bits but not to 11g DB 64 bits from a 64 bits Forms Server?
I have just started using WebLogic and the new FORMS and REPORTS Server and builders (11gR2).
I'm using an Oracle 11g R2 64 Bits DB. In the Forms Builder I can open the form an compile it without any ...
1
vote
1answer
201 views
TNS oracle connection failed from MVC3 site using ASP.NET Membership provider
We have an MVC3 site that uses the ASP.NET Membership Provider with Forms Authentication to let users onto the site. We have an Oracle database behind it.
It all works in house on development ...
0
votes
1answer
244 views
Connection error in java website. Tnsping shows that the service is running
I have a java website application running in windows 7 which uses oracle database for its functionalities. The database has default SID name orcl. When I use tnsping, I can see that the orcl service ...
0
votes
0answers
226 views
sqlnet.ora is empty but oracle knows to use LDAP to resolve aliases
My sqlnet.ora file is empty. Yet when I go on the command prompt and do a tnsping db_name, I get a proper response and I get the message:Used LDAP adapter to resolve the alias.
As per this link, we ...
0
votes
1answer
600 views
Connect to db through TOAD when LDAP.ora does not exist and tnsnames.ora does not have the tns entry
I was able to connect to TOAD using a db schema name that was not defined in my tnsnames.ora. I got the explanation here:
TOAD connects despite the db name not being present in tnsnames.ora
But now, I ...
0
votes
1answer
326 views
TOAD connects despite the db name not being present in tnsnames.ora
I went in TOAD and put in the TNS name for a db that was supplied to me by the DBA. I also put in the user and password and it connected fine.
My confusion is that the tnsnames.ora file does not have ...
1
vote
2answers
170 views
How can I deploy a .Net Application that uses ODAC to a clean computer with a tsnames.ora file packaged with installer
So here is the problem. This application I have uses ODAC components but I don't want to have to install oracle clients on all the computers the application has to be installed on. So I fallowed this ...
0
votes
1answer
487 views
Visual studio 2010 ODAC Oracle ORA-12154
I can connect to remote Oracle db using Oracle SQL Developer after tuning TNSNAMES.ora. I can also connect to remote Oracle db using export import vizard in SQL server.
When do tnsping sourcename on ...
1
vote
1answer
8k views
ODBC Administrator Can't Find Oracle TNS Names File
With a new Oracle Installation when I go to Configuration Management Tools > Microsoft ODBC Administrator > System DSN > Add > [new installation] it does not have the TNSNAMES.ora ...
1
vote
1answer
132 views
Enumerating Oracle Databases on Network
I know that I can use the following code to enumerate all SQL Server instances on network:
SqlDataSourceEnumerator instance = SqlDataSourceEnumerator.Instance;
DataTable table = ...
1
vote
1answer
3k views
Querying an Oracle database from SQL Server
I have an Oracle 11g XE database that I would like to transfer into SQL Server Express 2005.
At first I thought I'd just generate the tables in Oracle as SQL, manipulate the data formats, and run the ...
0
votes
0answers
486 views
Problems creating linked server between oracle and SQL Server
I have to setup a linked server between oracle and SQL Server.
What I need to do is be able to make select-query in Oracle that will access data out of a SQL Server.
I've been following different ...
0
votes
0answers
271 views
How to use different Service name in the Oracle JDBC long TNSNAME style URL with multiple servers
I have a problem when I try to connect DB server with JDBC long TNSNAME style URL. We have two Oracle cluster servers. And here is my TNSNAME style URL.
jdbc:oracle:thin:@(DESCRIPTION=
...
0
votes
2answers
2k views
How to set proper path to TNSNAMES file in C# application?
here is my problem:
I've a program in C# that use ODP.NET dlls: oci.dll, ociw32.dll, Oracle.DataAccess.dll, orannzsbb11.dll, oraocci11.dll, oraociicus11.dll, OraOps11w.dll.
I've got 2 computers. ...
0
votes
0answers
124 views
Getting oracle database connectivity error
I've a .net winforms application running on Windows 7.Am using System.Data.OracleClient.dll to connect to oracle database.The connectivity works fine, but sometimes I keep getting this error in the ...
0
votes
3answers
1k views
vb.net Oracle connection using TNS Name?
I have put my tns connection into the .ora file and am now able to conenct to it using SQL plus and can ping it :tnsping myConn.
I've also added the connection to the ODBC Manager and connecting ...
0
votes
3answers
4k views
how can I use “impdp” command importing .dmp data with port number?
I am trying to import data to an Oracle database. I have ".imp" and ".dmp" files for importing data. The database is using port 1521 and database name is "DB".
I have tried the following command, but ...
3
votes
1answer
248 views
how to use tns entries with macromedia drivers for Oracle
We are currently forced to use macromedia drivers on ColdFusion in order to connect to Oracle databases. The jdbc connection url is like:
jdbc:macromedia:oracle://server:port;sid=service
The flip ...
0
votes
1answer
2k views
ORA-12162: TNS:net service name is incorrectly specified on Mac OS X Lion
I am trying to connect to an oracle database using oracle sqlplus instant client using tnsnames.ora. But getting this error: ORA-12162: TNS:net service name is incorrectly specified.
I have following ...
1
vote
1answer
352 views
ODBC connection to oracle time-out
I'm new here so I introduce myself, my name is Ettore Giallaurito and my job is in the IT services in Italy.
My question:
I'm trying to connect to an Oracle DB instance through an odbc (System DNS) ...
0
votes
2answers
592 views
Getting an Error when trying to connect Visual Studio application to Oracle
I am new to Oracle.I amy trying to connect my Visual Studio 2010 VB application with an Oracle Server on a remote server.
I configured my tnsnames.ora by proving the host name and service name. When ...
0
votes
1answer
2k views
Configuring tnsnames.ora, listener.ora anf sqlnet.ora to connect visual studio 2010 to oracle
I have been trying to access an Oracle Database from Visual Studio 2010.
I am confused about how to configure the tnsnames.ora, sqlnet.ora and listener.ora. I know they have to be moved into the ...
0
votes
1answer
471 views
paswordless sqlplus using tnsnames.ora?
Is it possible to add your database username and password to a TNS entry in your tnsnames.ora file, so that you can run SQL*Plus without having to remember your username and password?
There's no need ...
0
votes
2answers
2k views
ora-12154 could not resolve… with oracle instant client
Here are the details:
I installed the oracle instant client 11.2.0.2.0 from the OTN download page on a windows 7 64 bit vm (vmware).
I am trying to to connect to a remote oracle database, and I can ...
1
vote
1answer
441 views
How I can parse a tnsnames.ora file from delphi?
How can I get the list of Oracle data source names and add them to a combobox so that I can choose whcich datasource to connect to? I need the program to read the contents of the TNS_NAMES.ora file ...
3
votes
1answer
4k 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
1answer
2k views
SqlDeveloper: clear network alias list
I use sql-developer to connect to several different oracle databases with several different users. The connection info is kept in a tnsnames.ora file so that when a database changes servers, I don't ...
0
votes
2answers
1k views
ERROR 704 & 12154 while connecting sqlloader to server
I have a oracle database based on a server, and I want to import the data in the tables on the server.
I am trying to use sqlloadr(sqlldr) for inserting all data in the oracle database, which is on ...
1
vote
1answer
2k views
How do I know which ORA file my SSIS package is using to connect to Oracle 10g?
I am maintaining an SSIS package which extracts data from an Oracle 10g database. When the connection timed out with the error code:
Test connection failed because of an error in initializing ...
3
votes
2answers
1k views
java.lang.ArrayIndexOutOfBoundsException when creating a connection to an Oracle database
It appears that Oracle's java client has a bug - if the tnsnames.ora file has misplaced spaces/tabs/new-lines in particular places, you get an exception with the following trace:
...


