Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

17
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
31k 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
1answer
9k views

Use tnsnames.ora in Oracle SQL Developer

I am evaluating Oracle SQL Developer. My tnsnames.ora is populated, and a tnsping to a connection defined in tnsnames.ora works fine. Still, SQL Developer does not display any connections. Oracle ...
5
votes
3answers
832 views

Commandline to modify tnsnames.ora

Is there a command line utility to modify the tnsnames.ora file for the oracle client? [EDIT] I'm looking for something similar to odbcconf.exe (for editing ODBC connection on windows) to modify the ...
4
votes
1answer
1k views

What exactly is the deal with oracle connection identifiers separated by a period

I've been wondering this for a while but since it hasn't come up much I've left it in the 'mysterious wizardy' column. It seems to me that there is some sort of relationship between a connection ...
3
votes
2answers
396 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: ...
3
votes
1answer
3k views

TNS-12505: TNS:listener does not currently know of SID given in connect descriptor

Hey guys. Looks like im having the same issue all the oracle newbies once experienced. Im trying to connect to Oracle 10.2.0 from NetBeans, using the following connection string: ...
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 ...
3
votes
4answers
2k views

Parsing tnsnames.ora in Visual C# 2008

How I parse tnsnames.ora file using Visual C# (Visual Studio 2008 Express edition) to get the tnsnames ? For instance, my tnsnames.ora file contains ORCL = (DESCRIPTION = (ADDRESS = (PROTOCOL ...
2
votes
1answer
835 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
365 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 ...
2
votes
3answers
693 views

Parsing tnsnames.ora using regex

I am attempting to pull some information from my tnsnames file using regex. I started with the following pattern: MYSCHEMA *? = *?[\W\w\S\s]*\(HOST *?= *?(?<host>\w+\s?)\)\s?\(PORT *?= ...
2
votes
1answer
1k views

ODAC & C# - TNS: Connect timeout occurred - Connecting only through VS2005 debugger

I am new to Oracle, and there is an issue I am facing. When I run the application from IDE - Visual Studio 2005, The database connection is established smoothly, but when I run an installed version of ...
2
votes
3answers
10k views

ORA-12154: TNS:could not resolve the connect identifier specified

I am trying to connect to oracle 11g installed on Linux EL 5 and and getting the following error SQL> connect sys/password@ud06 as sysdba ERROR: ORA-12514: TNS:listener does not currently know of ...
2
votes
3answers
3k views

Hinky Oracle Connection (TNSNAMES.ora Help)

We recently changed physical DB's, new servers, new locations, same database schema and data and since the change over, whenever we try to connect directly to the DB in our own desktop type ...
1
vote
1answer
57 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) ...
1
vote
1answer
176 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 ...
1
vote
1answer
237 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 ...
1
vote
1answer
510 views

Using pure TNSNAMES rather than host-based database connections in Oracle JDeveloper

I'm using Oracle JDeveloper 11.1.1.4.0, and I can create database connections (with a type of Oracle (JDBC)) using the thin driver without any problems as long as I'm specifying a host. For instance, ...
1
vote
1answer
332 views

How can I configure my Oracle tnsnames file location?

I have Oracle 10g installed on Windows. Currently, my tnsnames file is stored at %ORACLEHOME%\network\admin. However, I want to configure Oracle to look somewhere else for that file. How can I do ...
1
vote
1answer
283 views

How to use tnsnames.ora in Grails DataSource?

I'm trying to connect to a load-balanced virtual host specified in tnsnames.ora in my Grails application in DataSource.groovy, with no luck - it (obviously) throws an "Unknown Host Specified" ...
1
vote
2answers
3k views

How to use Data Pump (expdp and impdp) commands from Oracle without tnsnames.ora file

I want to be able to run expdp and impdp onto a machine by directly specifying the connection parameters instead of a tns name that resides in tnsnames.ora. Is this possible?
1
vote
1answer
557 views

How to specify Java Option (System Property) for embedded Tomcat while running Grails App?

Specifically, I want to have my grails app under development to connect to an Oracle db defined by an tnsnames.ora file. I have the tnsnames.ora file located in c:\drivers\Network\ on my PC. When I ...
1
vote
2answers
341 views

What options are available for connecting to a Microsoft SQL Server database from an Oracle database?

At the moment I pull data from remote MS SQL Server databases using custom-built JDBC connectors. This works fine but doesn't feel like the way to do it. I feel I should be able to put a JDBC ...
0
votes
0answers
380 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 ...
0
votes
0answers
31 views

cx_Oracle Add Community and Global_Name

I'm trying to connect to an Oracle database and have the following tnsname.ora: PROD.world = (DESCRIPTION = (ADDRESS = (COMMUNITY = TCP.world) (PROTOCOL = TCP) ...
0
votes
2answers
70 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
190 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
89 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
1answer
294 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 ...
0
votes
2answers
180 views

problem with connect slqloader to server, ERROR 704 & 12154

I have a oracle database server, and I want to import the data in the tables on the servers. I am trying sqlloadr(sqlldr) for inserting all data in the oracle database which is on my own computer and ...
0
votes
1answer
235 views

Using tnsnames.ora in database.yml

How can I use the database connection information in tnsnames.ora when connecting with Rails? I tried setting the database: or the host: fields in the database.yml to the SID, but neither worked. I ...
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
906 views

parse tnsnames.ora using grep to extract hostname minus the domain

I have tnsnames.ora file like DB_CONNECTION1= (description= (address= (protocol=tcp) (host=myhost1.mydomain.com) (port=1234) ) (connect_data= ...
0
votes
3answers
494 views

My oracle listner to shuts itself down, what could be happening?

I am setting up a VM to try to duplicate our production environment so I can do deployment tests. The VM is VMWare Server running Windows Server 2003 with Oracle 10g. I am connecting to oracle ...