Development Tools for R12

Hi,
I am positive this has been answered before on Metalink but I can't seem to get the definitive answer from metalink nor can I find one in the Forums here. So, here is the question again.
We will be upgrading from 11.5.10 to R12.1.3 on Linux later this year. I am in the process of getting all the following development tools necessary for our R12 development on Windows clients. So, I need to install the appropriate patched versions of these dev tools on Windows 7/Windows XP machines to work with our Apps R12.1.3 going forward. Metalink suggested that I follow the link in note "437878.1 - Upgrading OracleAS 10g Forms and Reports in Oracle E-Business Suite Release 12". I still could not understand whether I need to install Developer Suite 10.1.2 and apply the patch listed in the note or Install Oracle Application Server 10.1.2 (from OTN?) and apply the patch listed in the note to bring the tools up to 10.1.3 version. This is where my confusion lies. Again this is separate from the middle tier software for R12 - this is for client development that will then be FTPed to middle tier and compiled there/
1. Oracle Forms/Reports Builders - Do I download Developer Suite 10.1.2 or App Server 10.1.3?
2. Oracle BI Publisher - What version and where do I get this from?
3. Oracle JDeveloper for OA Framework - What version and where do I get this from (Metalink or OTN)
Thanks in advance for any leads or direction.
Regards,
Venkat

1. Oracle Forms/Reports Builders - Do I download Developer Suite 10.1.2 or App Server 10.1.3?Forms/Reports Builder.
Using the OracleAS 10.1.2 Forms and Reports Builders with Oracle Applications Release 12 [ID 444248.1]
How To Bring Up 10G Forms Builder In R12 Environment? [ID 579318.1]
2. Oracle BI Publisher - What version and where do I get this from?How To Download Oracle XML Publisher Desktop 5.6.3 (BI Publisher 10g)? [ID 556032.1]
How to Determine the Version of Oracle XML Publisher for Oracle E-Business Suite 11i and Release 12 [ID 362496.1]
Overview of Available Patches for Oracle XML Publisher embedded in the Oracle E-Business Suite [ID 1138602.1]
3. Oracle JDeveloper for OA Framework - What version and where do I get this from (Metalink or OTN)How to find the correct version of JDeveloper to use with eBusiness Suite 11i or Release 12.x [ID 416708.1]
Troubleshooting JDeveloper setup for Oracle Applications [ID 357218.1]
What Setup is Required to Create Custom JSP Pages to Run on the Ebusiness Suite 11i and R12+? [ID 884200.1]
Configuring JDeveloper For Use With Oracle Applications 11i and R12 [ID 330236.1]
Thanks,
Hussein

Similar Messages

  • Microsoft Office Developer Tools for Visual Studio 2013 on Windows 10 Technical Preview

    Hi, I've never developed a plugin for Office before. I've downloaded the technical preview of Windows 10 and have it running via Boot Camp on my MacBook (Looks good! I'll buy it when it comes out). Obviously with this being in beta it's understandable that
    there are problems, so this is just a heads up on one particular problem. Maybe there's already a solution or workaround?
    I've downloaded Visual Studio 2013 Community Edition, brought a copy of Microsoft Office Home And Student 2013 and am currently in the process of installing Microsoft Office Developer Tools for Visual Studio 2013.
    The only problem though is that when I try to install it I get the following message:
    http://s22.postimg.org/dxh1gtra9/Install_Problem_Office_Plugin_Tools.png
    Here is the log:
    http://pastebin.com/7wWkSfjF
    I also tried to download the file directly and run that.
    http://s3.postimg.org/tj9vb660j/Install_Problem_Office_Plugin_Tools2.png
    I right clicked on the file and noticed an options called "Troubleshoot Compatibility". There was a wizard, and I ran through the wizard a number of times through different routes but none of them worked. I was unable to find the option which turned
    off compatibility mode. I then searched for answers online which told me to do some things in the regedit program but that didn't seem to solve the problem.
    Anyway, I understand that this is a beta version of Windows 10 and that there are going to be problems but thought it would be best to let you know. Perhaps I should just bite the bullet and buy Windows 8.
    Many thanks,
    Lawrence

    Hi RealByReel,
    Thanks for sharing the solution back.
    Best regards,
    Barry
    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]

  • Which Developer Tools for Oracle Express 10g?

    Hello,
    I'm new to the area of developing .NET apps with Oracle. Till now 'Ive downloaded the Oracle Express 10g Edition and installed it.
    Now I want to install the Developer tools for .NET and I am not sure which one to install. I've seen that currently there are several downloads
    - Oracle 11g ODAC 11.1.0.6.21 with Oracle Developer Tools for Visual Studio
    - Oracle 11g ODAC 11.1.0.6.21 with Xcopy Deployment
    - Oracle 11g ODAC 11.1.0.6.21
    - Oracle Developer Tools for Visual Studio .NET with Oracle 10g Release 2 ODAC 10.2.0.2.21
    - Oracle 10g Release 2 ODAC 10.2.0.2.21
    - Oracle 10g ODAC 10.1.0.4.0
    - Oracle Developer Tools for Visual Studio .NET 10.1.0.4
    Which of those should I use? Will the latest version (11.1.0.6.21) work with the 10g Express Edition? Or should I install one of the others?
    I've got installed both VS 2005 Prof and VS 2008 Prof SP1 on my machine.
    Thanks
    P.

    Okay,
    I've just seen another thread which answers my question
    Which is the right "Oracle Developer Tools" for XE ?
    I'Ve overseen it before.
    Bye
    P.

  • How to install "Microsoft Office Developer Tools for Visual Studio 2012" without "Web Platform Installer"?

    I have visual studio 2012 ultimate for practice , now I want to do SharePoint 2013 development through that. Generally I should download "Microsoft Office Developer Tools for Visual Studio 2012" through
    Web Platform Installer, but for some reason I want to avoid installing "Web Platform Installer".
    Is there any way where I can download and install "Microsoft Office Developer Tools for Visual Studio 2012" without downloading "Web Platform Installer"?
    Waiting to be guided by you.

    Hi
    Use these links to use WEBPI to download files for offline installation
    http://chakkaradeep.com/index.php/downloading-office-developer-tools-for-offline-install-2/
    http://www.iis.net/learn/install/web-platform-installer/web-platform-installer-v4-command-line-webpicmdexe-rtw-release
    Please mark it as answer if it helps you solving your problem
    Amit Kotha

  • Development tools for Project/Server Project Online in O365

    Hello,
    My company is seeking to unify it's IT PMO using Project Server or Project Online. I notivced that the Project Server certs have been deprecated and the pages ar eno longer available. Does that mean Project Online is the replacement/continuiation of that
    product?
    If so, what are some development tools you would advise for me to have to be able to develop/modiify and administrate Project Online in O365?
    Thanks,
    T

    Hi,
    Indeed Project Server and Project Online are 2 different products. You have to notice that Microsoft regularly releases new version of Project Server (2003, 2007, 2010, 2013). Some old version feature might be deprecated indeed. Moreover Project Online is
    a new version on the Microsoft solution that doesn't require to have on-premise infra.
    Note also that Project Onlie is meant to be used quite out-of-the-box whereas Project Server on premise allows you doing custom development.
    Below a link for Project Online:
    http://office.microsoft.com/en-ca/project/microsoft-project-online-online-project-management-software-FX103802026.aspx
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Is there a USB Instrument driver developer tool for CVI

    Is there a USB instrument driver developer tool/guide for CVI?
    Thanks
    Chip B.
    Solved!
    Go to Solution.

    Hi! ASIC LabRat,
    I agree with your comment.  IVI drivers take too much overhead and the executing speed can be very slow compared to the drivers developed using VISA platform.  The previous link sent by the NI engineer was very old (2001) and doesn't really help you at all. 
    Please take a look at this one instead: http://zone.ni.com/devzone/cda/tut/p/id/4713. 

  • Wysiwyg developer tool for searchable real estate site

    I would like to know if there is a wysiwyg developer tool
    similar to Cartweaver for creating a searchable real estate company
    website. I thought ADDT might fit the bill, but $300 later it is
    apparently not up to the task...

    Hi
    With Muse you can design the site , regarding content management this is done on hosting platform where you host the site as you avail the crm/cms feature where clients can manage the contents.
    You can use any hosting platform like wordpress or Business Catalyst, where we publish the site and then manage cms from site backend.
    Let me know if you need more details.
    Thanks,
    Sanjit

  • Missing SDK in CommandLine Developer Tools for 10.9 Mavericks

    I'm trying to install some programs and while configuring it seems SDK is missing in CommandLineTools for 10.9 Maveriks.
    N.B.: Using Xcode works fine but it is 4.5 GB and I really don't need all of it. CommandLike Developer Tools from the description seems to be what I need but SDK is still missing (the description says it includes OS X SDK).
    Any suggestions?

    I don't know. All I know is that with Xcode works and with CommandLine only I get this
    configure: no OSX SDK found at /Library/Developer/CommandLineTools/Platforms/MacOSX.platform/Developer/SDKs/Ma cOSX10.9.sdk
    By the way I solved my probem using a precompiled version of the program I needed.

  • Where can I download complete Xcode Developer Tools for OS-X 10.6?

    I have OS-X version 10.6.8 (Snow Leopard, I think). I do not have Xcode installed. I do not have the original MAC DVD.
    I figured out I needed Xcode 3.2. When I download "Xcode 3.2" it from Apple, during install it says it failed "to locate package at ~/Packages/DeveloperTools.pkg".
    Downloading "Xcode 3.2.1 Developer Tools" (there is no "Xcode 3.2 Developer Tools"), installing it results in the same error message. (The contents of this DMG is "XcodeTools.mpkg".)
    Maybe I should download "Xcode 3.2.6 and iOS SDK 4.3 for Snow Leopard"? (But that is 4.14GB and I can't download that right now.)
    Or am I stuck because I do not have the original DVD which I may need to get "DeveloperTools.pkg"?
    (Also, why do you think the DMG binaries are so huge? The "Xcode 3.2" DMG for example, is 1GB, but the inside "Xcode.mpkg" is only 541KB!)

    Any of the Xcode 3.2.x download packages will work with Snow Leopard. You don't need the Snow Leopard DVD to install Xcode, but if you had the DVD things would be easier for you because you could install Xcode from the DVD and not have to download it. If you don't need to develop for iOS, Xcode 3.2.2 is 744.71 MB, which is a much smaller download than Xcode 3.2.6.
    The Xcode binaries are huge because you're downloading and installing more than just Xcode. There are other GUI apps, such as Interface Builder, Instruments, Dashcode, and Quartz Composer. There are also command-line tools. And there may also be developer documentation included with the Xcode binaries. All that adds up.

  • Development tools for java

    HI,
    I am new in java. i know there are tools like netbeans to develop java in Windows Mode in Linux. But i want to know is there any tools like netbeans for developing java which will work from terminal window of linux ( black screen) ??
    Like TC3 , i used to use it to develop C++ from Dos mode.
    like TC3 , is there any development tools that i can run from Black screen of linux ( Terminal service / Command prompt), because i like to use black screen of linux ( command prompt)
    I will appreciate any help from any one.
    Kind regards
    Fosiul

    I know vi and Jstar also work.
    but problem is you cant compile in vi or jstar, u have to save , then have to quit then compile from command prompt. but netbeans - you can compile in same windows. or like Tc3 , you can compile by pressing f9( i think) ,
    but jstar or vi does not give any options ,it just the text eidtor.
    thats why i am asking , if any one know , any development tools which will work as a compiler and has graphics interface like TC3 for linux command prompt.

  • Good Development tools for j2ee

    Dear all,
    i am new to J2EE, i think it is very difficult to develop and debug j2ee app.
    Since, i need to open the j2ee server, deployment tools, text editor, command line for compiled. So many things, moreover when each time i changed a java bean or servlet, i need to open the command line to compile it again, then use the deployment tools to redeploy to see the result. This is my development practices for j2ee. I don't know it is wrong or not, Do anyone have any other suitable practice to develop j2ee, or any other good developmen tools? thanks you

    Actually if u take .net only 1 frame work 1 server 1 tool for database connectivity
    but J2EE is a open source so there would be
    multiple frame work, .....
    more choices and every one alter anything according to their wish
    so more confusions more problems more maintenance more jobs ...
    let me come to the point
    there are many IDE's for J2EE
    eclipse, netbeans, ...
    u can use those things ... but i dont know whether those things can satisfy u
    Regards,
    Siva, Bangalore, India.

  • Where can I download Developer Tools for 10.4.8?

    Hi. I'm trying to run a program called Bionets, and it needs the developer tools, but the installer I have in my applications folder says it can only be installed on 10.3. I assume there will be a new one for 10.4? Where can I find it?
    Thanks very much. I'm sure it's pretty simple... ?
    ~Beck
    Powerbook G4   Mac OS X (10.4.8)  

    You can download the latest Xcode Tools from Apple's Developer Connection but you'll have to sign up for a free online account if you don't already have one. Then logon and go to the downloads section.
    Steve

  • Developer tools for Apps 11i

    Hi,
    I have recently installed Oracle Apps 11i on Oracle Linux. I am using this installation to learn about Oracle applications and in particular HRMS.
    Now I would like to install the Oracle developer tools (Forms, Reports, SQLPLUS, etc) on a windows PC so that I can access the 11i installed database (I believe version 9i Oracle enterprise 9.2.0.6.0).
    I have the following questions
    1. Is there a single install that would install all the tools on the PC?
    2. Since the database is 9.2.0.6.0, should i install the 9i version of the tools or should i go straight to 10g
    3. Which tools should i be installing and is there a link for downloading them?
    4. Do i need to install oracle client 9i?
    5. Do i need to install anything on the server side (oracle linux) for the tools to work? and are there any links to installation instructions?
    I have spent about 3 hours looking up information about what to install and with the different versions, etc it is a bit confusing.
    I am not a dba, so my knowledge is not extensive.
    Thanks in advance for your help
    Steve

    1. Is there a single install that would install all the tools on the PC?Oracle Developer 6i
    2. Since the database is 9.2.0.6.0, should i install the 9i version of the tools or should i go straight to 10gYou are looking for a development tool, so you need to download/install Oracle Developer 6i (which has nothing to do with the database version).
    3. Which tools should i be installing and is there a link for downloading them?Oracle Forms Developer/Services 6i Release 2 for Windows 98/NT/2000/XP
    http://otn.oracle.com/software/products/forms/htdocs/winsoft.html
    4. Do i need to install oracle client 9i?No.
    5. Do i need to install anything on the server side (oracle linux) for the tools to work? and are there any links to installation instructions?You need to register your host through OAM or disable the SQLNet restriction so that you can connect to the database. Check the following note for more details:
    Note: 291897.1 - 11.5.10 New Features : Managed SQL*Net Access from Hosts
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=291897.1

Maybe you are looking for

  • Can a family member access my info with known passwords from a different phone or computer "spying"

    I was just wondering if somebody can access my personal info including web searches, emails, text messages, contact info, recent calls and photos and vioedo just about every thing done on your iPhone and PC. If they are the on accouts. I think they h

  • Blocking Calls Inbound - ??

    Hello: Is there a way to block calls inbound on the gateway router (coming in via the Pri)coming into an ip phone? Or is this something that needs to be configured in the CCM for that particular phone. Trying to block some 1-800 numbers from calling

  • Jump between PNG file and Mov file

    We are creating an iPad application, in it we bring 3 different elements to screen using a MP4 video clip, once the movie ends, we load a PNG file and have each of the 3 elements as different touch points. When you click 1 element it opens a related

  • Stock transfer between locations involving two different excise duty

    Hi, While doing delivery confirmation under O4H1 transaction, I'm facing below error: E OB 048 ED status from valuation type does not match ED status handling type TA UNTAX I'm trying stock transfer between locations involving two different excise du

  • Is it possible to select a particular row in a JTextPane?

    Hi everybody, I was looking through the javadocs for JTextPane and JEditorPane and I didn't see anything that could do this, but I was wondering, is there any way to programmatically take the contents of a JTextPane and find rows with a particular ch