No Oracle Developer Tools and Datasources for VS2012 Update 3

Hi all
I am using VS2012 Update 3 and I have installed Oracle 11.2.0.3.20 32 bit successfully. Unfortunately, the tools are not showing up in the VS About Dialog, nor do I have the Oracle Datasources in VS.
Any help appreciated.
Juerg

Hi Christian
Thanks for reply. Yes I did install this exact version. The funny thing is that I can open a project in VS2012 (created in VS2010 with the 11.2.0.3 version on an other box) on my machine and the VS2012 EF designer opens correctly when double clicking on the .edmx file. The Oracle Client data providers however do not show up ( and therefore I cannot recreate the model from the database). Also the About dialog does not contain the VS Oracle tools. Build and run however works, as well deployment to an IIS/R2008 server where 11.2.0.3 is installed. 
The ifile is a parameter in the tnsnames.ora file to reference other tnsnames.ora. That is the way we reference the company wide tnsnames.ora on a shared drive. This does not work in the 12.1 ODT version.
http://oracleprofessional.blogspot.ch/2007/05/using-ifile-to-centralise-tnsnamesora.html
IMHO the uninstalling of the 12.1 and reinstalling 11.2.0.3 somehow screwed up the registry or whatever. I am quite familiar with VS and also the command line switches, I did all I could (/resetsettings, etc), but nothing helped. Also a repair of VS2012 did not help. After the not working 11.2.0.3 I tried to reinstall 12.1, but with no success. I always did an uninstall and a reboot in between each installation/uninstallation.
Another question, this installer looks a bit outdated, did Oracle ever think about using newer ways of providing such an installer ( NuGet, and/or vsix) ?
Kind regards
Juerg

Similar Messages

  • Oracle Development Tools and TFS

    Hey there,
    currently I'm struggeling with how to work with Visual Studio Oracle Development Tools and TFS.
    I'm relatively new to Oracle-DBs, I'm known to MS SQL Server.
    In General my colleagues and me work in the solution Explorer (SQL Server DB-Solution), upload and get the latest Version from TFS. If anything new comes in I can easily use the Schema compare from my solution to the database.
    Now my question: How is this possible when working with Oracle DBs? Imagine I get some new tables and schemas from TFS. How do I Transfer this easily from solution Explorer to my Server Explorer / DBs?
    Do I really have to deploy each and every script manually?
    Thanks in advance

    Hi Matthaeus Woroch,
    Since this issue is related to the Oracle tool, you know that it is the third party tool and it has own support site, like the following documents:
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/appdev/dotnet/SchemaCompare/index.html
    http://www.oracle.com/technetwork/developer-tools/visual-studio/overview/index.html
    I suggest you post this issue to the Oracle forum for dedicated support. Thanks for your understanding.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Connection Problem When Using Oracle Developer Tools for Visual Studio

    I tried to create an Oracle Connection in my Visual Studio 2008 after installing Oracle 11g, Oracle Data Access Components (ODAC) with Oracle Devleoper Tools for Vissual Studio version 11.1.0.6.20.
    I followed the directions according to "Building .NET Applications Using Oracle Developer Tools for Visual Studio, when I click Test Connection, I keep getting the error message below.
    Microsoft Visual Studio
    ORA-12170: TNS:Connect timeout occurred
    OK
    ---------------------------

    I solved the problem.
    This is what I did for the benefit of the embryonic newbe like me.
    On the Add Connection Dialog
    1.     For Data source name I selected Local Database
    2.     I clicked on the specific User Name and I typed SYSTEM
    3.     For Password, I typed orcl (the password I setup during the installation) (HR did not work for me for User name and Password according to the tutorial instructions)
    4.     For Role, I selected Default
    5.     Connection Name, I selected Local Database
    6.     Before proceeding any further went to Windows XP SP3 where I was operating from, under Start Menu, I selected Administrative Tools then Services
    a.     On the Windows Services (Local) Dialog, under name, I selected OracleServiceORCL and OracleOraDb11g_home1TNSListener. I clicked on them one at a time
    b.     On the presented Dialog, under Service Status, I Clicked on the Start Button to start the Services
    c.     Then I went back to the Add Connection Dialog. I clicked on Test Connection, it connected okay. I finally clicked on Okay to connect.

  • Suggestions for the Oracle Developer Tools for VS2005

    I'd like to start a thread for constructive feedback of the Beta version of these Oracle Developer Tools for VS2005.
    First off, check the known issues here before posting:
    http://www.oracle.com/technology/software/tech/dotnet/odt10202rn.html
    So, here are my issues:
    - In the Oracle Explorer, when you right click on a large table and click "Retrieve Data..." it hangs the IDE until an apparent timeout value of 30 seconds, then shows a message box stating that "The query is taking a long time. Would you like to continue" ...waiting? I think the better approach here is to follow MS. In Menu Tools -> Options -> Database Tools -> DataConnections, there is a setting to limit SQL results to x number of rows. I think ODT should do one of the following. 1. Read this value and apply it. OR 2. Hardcode a value of 100 - 500 rows. 3. Add a setting similar to MS in the Options...
    - In the Oracle Explorer, when you right-click on a view and click "Design..." the code for the view opens, but is not very readable because the line breaks are interpreted a little boxes. After dumping it into a hex editor, you can see the little box characters are Linefeeds (Char(10)). If these are all replaced with Carriage Return+Linefeed (Chr(13) + Char(10)), and pasted back into the editor in VS2005, it works perfectly. Note: My Oracle 9i Server is running on the Linux platform.
    - I know this is a known issue, but this one's a biggie for me. Drag and drop is not supported from Oracle Explorer to the XML Schema Designer. Will Drag-and-Drop of tables generate TableAdapters as well with the Fill methods?
    - Pre-existing Triggers don't seem to be visible in the Oracle Explorer.
    Thanks,
    -Tony

    Hi
    I am new to Oracle but not to VS. I have downloaded and installed the newest tools for Developer, having first tried the install for VS2003.net (which refused to install on my VS 2005.) I got the beta download and installed it, but my oracle explorer shows nothing. Any attempt to add a connection results in an error ORA-12560:TNS:protocol adaptor error. I had the full install of 10g r2 on my notebook, but removed it and opted for the XE version. I removed the Oracle_Home environment variable prior to installing XE. I am trying to connect to the HR database, and the account is unlocked. I saw a reference to the tnsfiles file, and that seems to be the problem, but I don't know what to do about it. Thanks in advance to anyone who can offer help.
    Bruce
    [email protected]

  • Tns problem with Oracle 11g 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 am at the good old "[ORA-12154: TNS:could not resolve the connect identifier specified]" error.
    I copied the same tnsnames.ora as used on the db server
    onto the client "C:\Oracle\product\11.1.0\client_2\Network\Admin".
    The host name is right since 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 it all works on the source server.
    I tried it with
    SET path=c:\oracle\product\11.1.0\client_2\bin
    but tnsping is still not recognized.
    sqlplus works on the other hand when I set it to
    SET path=c:\oracle\product\11.1.0\client_2\
    what is going on...

    hey
    u can post your query here, and i think everyone here is to share opinion so do not hesitate to do so and please try to google before posting here,
    and we know no one is expert like some people saying 'boring questions' you just try to overcome your problem and you will definitly get your problem solved .
    some mpeople ar still there who answeres hopeless questions and say nothing about them but when a fresher askin a qustion is not tolarated by them they think everyone is born DBA here
    they always tend to discouraging people here on forums,and i think they are vvolunteers to reduce crowd here on forums, inspite of there experience and people respect them they can not control their anger
    so please post you tns here, i think there are ways to ask people to google and search docs first, but not like this
    thanks and regards
    VD
    Edited by: vikrant dixit on Jun 29, 2009 4:33 AM

  • What are the Oracle development tools

    Hiii,
    I hav just started learning about oracle...i have been given my very first task and it is about exploring oracle development tools.
    I have been searching about it since two days...i just need some guidance that what are the oracle development tools...and what should i write about it..
    plzzzzz help me in solving this..
    regards
    Edited by: user10446043 on Oct 22, 2008 11:26 PM

    <ul>
    <li>The ADFLearning Center has our latest resources for enterprise 4GL Developers getting started with Oracle ADF. This includes the complete ADF Developer's Guide for Forms/4GL Developers, a companion sample application, and a companion step-by-step tutorial.
    </li>
    <li>     To complement the free Developer's Guide from Oracle, you might be interested in the Oracle Press title Oracle JDeveloper 10g for Forms & PL/SQL Developers: A Guide to Web Development with Oracle ADF.
    </li>
    <li>My bimonthly DEVELOPER: Frameworks Oracle Magazine column articles.
    </li>
    <li>There is an instructor-led course for Oracle ADF For Forms/4GL Developers.
    </li>
    <li>     Potentially of interest to any former Oracle Forms or Oracle Designer user is the additional Oracle JHeadstart for ADFextension for JDeveloper. This is a complete web-tier page generation solution that has its own step-by-step tutorial so customers can evaluate whether it might benefit their developer productivity. The JHeadstart Features/Benefits document is here (pdf).
    </li>
    <li>     The OTN J2EE for Forms Devs home page has additional resources of particular interest to Oracle Forms developers.
    </li>
    </ul>
    Hope this helps

  • About oracle development tools

    I have heard about oracle development tools are supported to use visual studio.
    I am confused , is it for developing whole application as we design in oracle designer and forms builder or just for debug
    the PL/SQL codes?
    please tell me about oracle development tools that can we develop entire the application using pl/sql codes in visual studio 10 or later and having more features of visual studio.?

    You should read the page provided more closely.
    Oracle developing tools provides interface to ASP, .NET and other Microsoft-developed interface drivers to databases.
    ODT make application development of an ASP or .NET application connecting to Oracle RDBMS easy.
    On of top of that it also includes a PL/SQL debugger.
    PL/SQL is a backend language.
    It is not possible and will never be possible to develop an application solely by using PL/SQL
    Forms Builder uses more than PL/SQL, Apex does too, JDeveloper does too.
    PL/SQL doesn't contain any graphical interface.
    Sybrand Bakker
    Senior Oracle DBA

  • Getting this erro "*** Developer Tools: Reading sites for user: fwadmin returned status: Forbidden"

    hi,
    After intrgrating with Webcenter site with EClipse using CSDT plugin. When i tries to create a template using eclipse IDE. And when i click on 'Create New Template'  icon on eclipse , I am getting error "*** Developer Tools: Reading sites for user: fwadmin returned status: Forbidden"
    Thanks,
    Kumar

    Hello,
    Check if your user has correct permission or not.
    User must of part of RestAdmin group. Read here-  http://docs.oracle.com/cd/E29542_01/doc.1111/e29634/dt_quickstart.htm#WBCSD942
    Regards,
    Guddu

  • Oracle developer & Server 6.0 for win-NT 4.0

    Can I install oracle 8.05 enterprise
    edition and
    oracle developer & Server 6.0 for win-NT 4.0
    under the operating system
    Windows 2000 professional ?
    How can I perform this
    without trouble?

    I think you can.
    You should to place Oracle Server and Developer 6 in different Oracle homes.

  • What's the difference between the Application Developer Tools and Server Applications CD

    I have 2 questions about Sql Server 2005.
    1.  I have 2 sets of CDs, one is called Sql Server 2005 Developer Edition, Applications Developer Tools, and another one called Sql Server 2005 Developer Edition Servers Server Applications.
    I installed the Applications Developer Tools on my development pc, and I was able to use create and populate a database, and use Sql Server Management Studio fine. I wonders what 's the Servers Server Applications set of cds for.
    2.  I just like to install Sql Server 2005 on a test pc also.  Can I use my Developer Edition Applications Developer Tools to install it ?
    Thanks.

    Bathoi,
    Is this still an issue?
    Thank you!
    Ed Price, Power BI & SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Deploy without Oracle Developer Tools

    Hi,
    Is it possible to deploy a .NET stored procedure to Oracle 10g without using Oracle Developer Tools? If yes, can someone describe the process?
    Thanks.

    As Skj said, you need ODT to at least generate the deploy script (you don't actually need to perform the deployment with ODT, just generate the script).
    The last screen of the ODT .NET deployment wizard offers a chance to save the script to a file. You can save that script and then cancel the wizard, and from there on do everything manually, as skj mentions.
    Post back here if you have further questions.

  • Can I make a Living by developing apps and games for iOS??

    Well, I want to be an iOS developer. I'm a beginner. I just want to know if I could make a living just by developing apps and games for iPhones and iPads?? In about next 5 years, I'll be able to submit my first game. I have my own problems. But can I make a living??

    Some devs do quite well, others find it barely worth the effort. Anything is possible, but as noted, it all depends on you.

  • Oracle Error Code and Message for Query Timeout

    Hi,
    I need to catch the oracle error code and message for query timeout.
    I am using Oracle 9i and could not find any relevant error code/message
    for query timeout in Oracle Error Messages.
    If anyone has encountered such error messages, please let me know the
    Oracle Code or Error message.
    Thanks & Regards,
    Kanjana

    Fly is correct in that Oracle will normally let a query run forever in the absense of a user profile or dbms_resource setting that limits a users (query) resouce usage.
    The errors returned for these condition would probably vary but errors ORA-02092 "exceeded session limit on CPU usage, you are being logged off" and ORA-02093 "exceeded call limit on CPU usage" might be of interest.
    But for distributed queries Oracle does impose a time limit. See Oracle error ORA-02049 "timeout: distributed transaction waiting for lock"
    HTH -- Mark D Powell --

  • Help in identifying best available development framework and language for native app development for Windows and mac osx desktops through single code base

    Hi Guys
    i am try to identify the right development framework and technology for developing GUI application which can run on windows and mac osx. 
    i am sure that there will be specific handling for both of these os, but at the same time there could lot of code can be same.
    is it possible to fulfill requirements of both these OS's through single code base. As of now i am more experienced with Dotnet C# on windows.
    Regards
    Mukesh Vashisth

    Just wanted to quickly confirm
    before i dive into xamarian.
    Is Xamerian can be Used to build applications for MAC and Windows PC along with mobile devices.

  • Java Card Development Tool and Cards.

    Hello all,
    I'm thinking to purchase some Java Card Development Tools and Java Cards.
    Could you guys recommend any?
    Now I'm checking the Schlumberger's Cyberflex Access SDK. If I buy this, which card do I have to choose? 'Cyberflex Access Developer Card'?
    Howabout Gemplus? Oberthur? or G&D? and anything else?
    I look forward to hearing from you guys,
    Thank you.
    Julie.

    A list of Java Card development tools is available at http://wireless.java.sun.com/allsoftware/index.html#jcardtools

Maybe you are looking for

  • Satellite C650D - left click on touchpad does not work

    Hi, The left click on my touchpad has stopped working. It works *very* occasionally but mostly it doesn't. It also freezes the screen if I try to click it too often (in a fit of temper usually ;) ) A USB mouse works fine, which is okay when I'm worki

  • What does it mean when trying to activate your phone when it says contact customer service?

    mk

  • Call java/jmf from javafx

    I have a jmf application written in java that captures video from a mini-camcorder through a firewire cable and saves it to disk. I currently use a swing gui. I wanted to creat a gui in javafx and call the java program from within javafx. Even with j

  • Integration Process

    Hi SAP Gurus, I was thinking of this question, but could not answer it. Would anyone be able to tell me as to what the Integration Process is built on, using what technology: WSDL, BPEL, XSD, and/or JCL Thanks, Adnan Abbasi

  • Touchscreen works differently upon restart

     I have a Toshiba all in one computer. When I restart my computer sometimes the touchscreen works on the left side, sometimes the right side, sometimes it doesn't work on either, and sometimes it works on both. I recently upgraded from windows 7 to w