AMT problem with Oracle 11 g ODAC 11.1.0.6.21 with Oracle Developer Tools

I installed the full
Oracle 11g ODAC 11.1.0.6.21 with Oracle Developer Tools for Visual Studio

now I'm in the good old ' [ORA-12154: TNS: could not resolve the connect identifier specified] "error.

I copied the tnsnames.ora even as that used on the db Server
on the client 'C:\Oracle\product\11.1.0\client_2\Network\Admin '.
The host name is just like a normal ping works. TNSping is not available.
but I get the [ORA-12154: TNS: could not resolve the connect identifier specified] error.
The listener is running and the instance as well since everything works on the source server.


I tried with

SET path=c:\oracle\product\11.1.0\client_2\bin

but tnsping is still not recognized.

sqlplus works however when I put in
SET path=c:\oracle\product\11.1.0\client_2\


What is going on...

Hello

No, actually, I mean try including your IP in tnsnames as

CONTROL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = **)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = Control)
)
)

and then, try, you can also try SQLNET.authentication = (NONE), also make sure you provide safely

HTH

Thanks and greetings
VD

Tags: Database

Similar Questions

  • silent uninstall ODAC 12 c module 4 and Oracle development tools

    Hi all

    I need to uninstall a previously installed ODAC 12 c module 4 and Oracle Developer Tools silently. Oui\bin\setup.exe will be fine uninstall, but I want to uninstall it from script.

    There is no button to save a responsefile at the end of the dialog box.

    oui\bin\setup.exe-Enregistrer FichierDestination - odacr4 - deinst.rsp

    Does not complain, but does not record a response file.

    Installation notes describe uninstall them, but not without supervision/silencer.

    Any advice?

    Best regards

    Niels Jespersen

    Here's what I used to silently uninstall ODT with ODAC. It does not require a response file, but requires that you specify the Oracle home

    "{' C:\oracle\product\12.1.0\client_1\oui\bin\setup.exe-silent - waitforcompletion - nowait - uninstall" DEINSTALL_LIST = {"oracle.odac.client","12.1.0.2.0"} "' REMOVE_HOMES={"C:\oracle\product\12.1.0\client_1 "}"

    A log file is generated in C:\Program Files (x 86) \Oracle\Inventory\logs

  • Having problems with SQL Developer connection to the database on a LINUX machine

    Having problems with SQL Developer connection to the database on a LINUX machine
    Hello
    I am trying to connect my machine to windows 7 Home premium to an oracle database 11 g on RedHat 5 machine using SQL Developer. I got this error on SQL Developer
    Status: Failed - Test has failed: the network adapter could not establish the connection


    on Linux
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                03-APR-2013 16:13:13
    Uptime                    7 days 22 hr. 16 min. 41 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/11.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.X.X.X)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orc11g" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11gXDB" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11g_XPT" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL>
    and TNSPING
    tnsping 172.x.x.x
    
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 11-APR-2013 14:32:17
    
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    
    Used parameter files:
    /u01/app/oracle/product/11.2.0/db_1/network/admin/sqlnet.ora
    
    Used EZCONNECT adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=172.x.x.x))(ADDRESS=(PROTOCOL=TCP)(HOST=172.x.x.x)(PORT=1521)))
    OK (0 msec)
    [oracle@ltebilling ~]$
    Tnsnames.ora on Linux,
    ORC11G =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orc11g)
    )
    )
    Listner on Linux,
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1)
    (PROGRAM = extproc)
    )
    )
    
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    )
    )
    hosts/ect/Linux,
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1               localhost.localdomain localhost
    172.x.x.x             LTEBilling
    and there is no problem to ping linux from windows

    Published by: user11309581 on April 11, 2013 15:16

    user11309581 wrote:
    as I have already desciped earlier, I can't connect to the server throw Linux my Windows SQL Server, with error message below.
    tatus: failed - Test has failed: the network adapter could not establish the connection

    It's too generic to mean anything. The application is hidden the real error message. You got when you did the tnsping and obtained "TNS-12535: TNS:operation has expired. Now THAT's an error.

    This indicates a problem firewall and routing. You said earlier you could ping the server, but now we see tnsping fails. Two different protocols of usage, so that both the successful ping turns out a valid physical path, it guarantees not that all traffic will pass. What happens with

    c:\ telnet 172.x.x.x 1521
    
  • Connection problem with SQL Developer 3.0.0.4

    I have a strange problem with SQL Developer (SD) 3.0.0.4. So that the implementation of a new connection I have in double entries listed for some of the databases listed in my TNSNAMES.ora file. When I try to connect to one of the databases has entered duplicated, I get the following Oracle error:
    ORA-01034: Oracle not available ORA-27101: Kingdom does not exist SVR4 shared memory error: 2: no files or directory
    however, if I try to connect to the same database using SQL * more or TOAD, it works perfectly and TOAD has no duplicates.

    At first, I thought maybe that SD has been reading multiple copies of the TNSNAMES.ora so I checked and removed all the duplicate files and set the variable of environment TNS_ADMIN to point to that and the single instance of the TNSNAMES.ora file. Yet once, SQLPlus and TOAD to work fine, but SD is always showing entries twice and always have reported the above error when I try to connect to a database with a duplicate entry. I should mention, I'm able to connect to the database that have only a single entry listed use SD.

    If I understand correctly, SD uses JDBC as underlying connection mechanism. Based on this "agreement" I thought that maybe I had a file corrupted in the Java Cache, so I cleared the cache, but I always get errors.

    As mentioned, I use SQL Developer 3.0.0.4 with Java 1.6.0_11 (included in the download). In addition, I have installed JRE 1.6.0_24 and I am running Windows XP SP3. Any ideas or suggestions are greatly appreciated.

    Craig...

    Hi Craig,.

    Or, if I have misunderstood completely the scenario you describe, here's a post on the forum about duplicate entries appear in the drop-down list Alias network when the connection Type is TNS:

    Developer SQL 2.1.0.63 TNS name in characters of the connection

    This solution involves clean a bad TNSNAMES. ORA file with double score entries to test the death of SID.

    -Gary

  • Problems with the Brush tool in Animate - chips of leaves or steps of the finished line.

    Noticed this problem with the Brush tool in Adobe animate - seems to leave a chip or stage of the race over each time that a line is drawn.

    Older versions of flash were perfect, no problems with the brush not tool at least.

    See the video for a demonstration of what I mean:

    Adobe animate (do Flash) - YouTube

    Toby

    Hi Toby,

    We have fixed this problem internally and the fix should be available with the next update to animate CC.

  • Problem with the puppet tool

    Hi adobe community.

    I am using the trial version of adobe after effects, but I have one or two big problems with the software:

    1. If I use the puppet tool (I don't know English name) for the two points on the object the program closes!

    2. it is impossible download this plugin: C:\Program Files\Adobe\Adobe after effects CC 2015\Support (Media Core plug-ins)\Common\ImporterWindowsMedia.apm Files\

    Please help me and thanks a lot for the tips

    p.s. I have a pc with windows 10 pro

    Try CC 2014 and see if the problem persists.

    Try CC 2014 will help us see if the problem is in the latest version of AE or on your system in General.

    I have problems with the puppet tool on my Windows 7 CC 2015 machine running.

    If there is a problem with CC 2015, use CC 2014 for a little while. There is a coming update at the end of this month which aims to fix a LOT of bugs.

  • Problems with the radial tool and the gradient filter tool.

    I have suddenly problems with the radial tool and the tool filter degraded.  They are turning to my red while selection that the assets and not with the results of the any adjustments.  It is a new issue and out now where

    Does that help? Note that the tool must be active to see the check box.

    In addition, another reason, that you do not see it could be that the toolbar is not displayed. The toolbar display switch is to press the letter T.

  • Is anyone else having problems with the crop tool in LR6.

    Is anyone else having problems with the crop tool in LR6.
    My PC crashes sometimes when I use the crop tool in LR6. It seems fairly random, and I never had this problem in LR5.

    Have you tried to disable the GPU acceleration in Lightroom preferences?

  • Lightroom 5, Mac. Problem with the Radial tool. Marquee lines disappear.

    5 Mac Lightroom. Problem with the Radial tool. I use this tool a lot. I have to hit a key by accident because between photos, renowned lines disappeared and I don't know how to get back them. Without the lines of text scrolling here I can't rotate or develop the radial tool.

    Press H on the keyboard.

  • Installation of Oracle development tools

    I have a client machine with Visual Studio 2012 and I want to install Oracle Developer Tools because I want to use Entity Framework to generate classes from first data base of my Oracle Database 11.2.0.3 that I can use to access the underlying database content.

    I found the ODAC 11.2 Release 5 with Oracle Developer Tools for Visual Tools installation bits. I install it and it works.

    The question I have is that my machine has already Oracle Instant Client and ODAC (XCopy) installed, but Setup above seems to insist on installing all this yet once somewhere else. My question is whether or not it is possible to just install Oracle Developer Tools.

    I think you're asking:

    "If I can install a YES install (Oracle Universal Installer) 11.2.0.3 in the same location where I installed a 11.2.0.3 XCOPY release?

    If this is your question, the answer is no. If a product is YES only, as ODT is, you must install it in an Oracle YES official home. You can not install in an XCOPY installation location.

    Apart from the extra space is required, this should not have an impact.

  • Oracle Developer Tools for Visual Studio needs an Oracle Client for the Windows Installation?

    Hi everyone, I need to know if Oracle Developer Tools for Visual Studio is in need of a customer Oracle for Windows installed

    Thanks for your time

    Yes, you have the Oracle Client. However, you don't need to install the Oracle Client separately. ODT automatically includes the Oracle customer in each ODAC installation.

    The next version of the ODAC have an ODT version that uses ODP.NET, successful pilot. This version is not longer an Oracle Client.

  • What version of Oracle Developer tools is installed?

    Hello. I have an Oracle 9i server, and I want to install Oracle Developer Tools for Visual Studio 2013. Can you please tell me which version should I install my projects to communicate with Oracle. I installed the xcopy Release 6 of oracle Developer Tools x 64 but I don't see the provider in the provider Visual Studio 2013 list. I need to intall something more? Version 12 does not support 9i. What can I do? My developer machine is Windows 7 x 64.

    There is no combination of development tools Oracle with the support of 2013 VS that will work with a 9i database.

    Do you really need development tools? (for example you create table adapters or entity templates?).  If all you need is the connectivity from code, an older version of ODP.NET (for example ODP.NET 10.2) should work with VS 2013.

    If you really need Oracle development tools, you must either use an earlier version of Visual Studio (and ODT 10.2) or you will need to use a newer version of the database.

  • Problems with the developer of the Disqualification VM

    We want to assess a few characteristics of the Disqualification, so the developer provided by Oracle VM for 12.1.3 was downloaded and imported in Virtual Box and configured by the installation guide for VM to Oracle for the Disqualification.  He promises (I guess you are aware) a ready-to-go, essentially free installation, vm where some exercises based on a Disqualification can be worked, etc.

    It will not work.  We are not an Oracle shop in a perspective of DB, aren't we a store of Linux so there is not a lot of expertise to try to solve the problems with what is supposed to be a good install.

    Essentially, the WebLogic administration server fails to start and the Disqualification app server does not start.

    Don't want to take much time at all, but I'm just curious, if there are a few known issues with this VM developer who are documented somewhere and resolution so that we can get things facing up and running without having to learn about weblogic, etc at this stage.

    Thanks in advance.

    There there was no problems known with this, other than to ensure that you have sufficient resources to run it. A machine at least 16 GB of RAM is preferred.

    An alternative to evaluation purposes would be the quick start installation for windows you will find on the page of the OTN Disqualification.

    Download page for Oracle Enterprise Data Quality

  • Problem with SQL Developer to capture

    Hi guys,.

    I am facing a problem for the last 4 days with SQL Developer. I use to migrate sql database to oracle SQL Developer. It worked well before and I had migrated some tables as well. But all of a sudden a few days before I had a mistake, I was unable to capture the objects. While I am trying to capture the sql database or the tables the progress dialog box is displayed as usual, but he suddenly gets hit and the green light turns red which is in the upper left corner. Said at that time, the progress message that appears at the bottom of the box +' stored jdbc:jtds:sqlserver: / / < hostname >: < port > / < the database name > ' +. But if I use another oracle server, then I can capture objects.

    Because of this error, I'm not able to go forward. I tried to solve this problem in many ways. But nothing helps! Please help me solve this problem, as it's an emergency.

    Thanks in advance.

    RAM.

    Published by: Ram Dhilip on March 22, 2010 08:16

    Published by: Ram Dhilip on March 22, 2010 08:16

    Published by: Ram Dhilip on March 22, 2010 08:19

    Published by: Ram Dhilip on March 22, 2010 08:34

    You can use the method of capture in offline mode:
    Click on tools-> Migration-> third party database offline Capture-> Capture database creation scripts
    Now select the output directory of these scripts and the source database. Also, make sure that you have selected the Batch mode. Once this is done, copy all scripts on a computer with an installed SQL Server client or perform the export on the SQL Server computer directly.
    Run the script and you'll get 2 directories with a couple of DAT files created. ALL switch to SQL Developer machine and load them into the SQL Developer
    Click on tools-> Migration-> third party database offline Capture-> Capture Script output load of database

  • Problem with the development of photos

    Hello together,

    I am new here to this forum and I hope that threre is someone who can help me with my problem (hopefully easy):

    As soon as I move from "organize photos" to "develop the photos" there are a few strage colors (not sure how to explain it better in English). It happes with each photo without doing anything else that switching between the two views. So I would like to know the problem behind this failure of whtat.

    Organizing photos:

    0.JPG

    Developing his photos:

    1.JPG

    Thanks for your help!

    ARO

    Erik

    The color red is an indicator of clipped highlights. Clipped shadows are shown in blue.

    Press J on the keyboard to activate / disable these indicators.

    You can also click on the small triangles in the upper corners left and right of the histogram.

Maybe you are looking for