Development tool for Other Modules of Oracle Apps

With reference of my last post ( Oracle Apps and Oracle Developer 6i ).
Grant Ronald (Ace Member) reply me that not all applications are built on Oracle Developer 6i, actually I want to know that which modules of Oracle Apps built on which tools. Kindly let me know please.

Some are built using a HTML (UIX technology) as a front end and Java (BC4J) back end.
As we move forward the Fusion technology stack will mainly be around ADF, ADF Business Components and ADF Faces.
REgards
Grant Ronald

Similar Messages

  • 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.

  • 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]

  • Roles for each Product in Oracle Apps 11i

    Hi,
    I have one requirement to create role for each product...
    For example:
    Inventory (INV)... I need to create a role, which will have select privileges on all tables of Inventory...like that for each production, I need to create...
    I have one procedure:
    (a) create role inv_read_role;
    (b) spool the following statement
    sql> spool inv_read.lst
    sql> select 'grant select on INV.'||object_name||' '||'to INV_READ_ROLE;' from dba_objects where owner='INV' and object_type='TABLE';
    sql> spool off
    (c) Run the above spool file
    Here we are done...
    But, If I want to do this for all products in oracle apps 11.5.10.2..
    is there any smarter way to do this????? any stored procedure???

    I want to give readonly access to AP Tables to one database user or more no of database users.....how can we give...for that , we are going to create seperate role for each module in database..assign that role to database user...then he will be able to select only on that module tables......

  • I wanna develop BIbeans for the data in oracle 8i

    I wanna develop BIbeans for the data in oracle 8i.
    i hav downloaded bibeans.zip and oracle9.2 database with olap.i am using oracle jdeveloper 9.0.3.
    im confused how to develop beans for oracle 8i data.should i import all the data to 9.2 data???
    if so, how to create olap cube/objects for that??
    im pretty much confused what should i do...and i want world map in my jsp pages as it has shown in the demos.
    plz help in this regard what should i do from the starting??
    u can mail me to [email protected]

    Hi,
    If you want full access to all the BI Beans capabilities then you will need to migrate your database to Oracle 9.2 database. If you are just planning to use the Graph bean then you can use Oracle 8.1.7 data via an XML data source for the graph bean.
    To create the OLAP objects use Oracle Warehouse Builder to create the dimension and cubes and generate all the required OLAP metadata. It is possible to use OEM also to do this but OEM is not designed to allow you to keep evolving your design. OEM is a management not database design tool, so consider using Warehosue Builder instead
    To provide mapping features I would recommend you visit the MapViewer section of OTN. This is a powerful toolkit provided as part of Oracle iAS that allows developers to incorporate maps within a JSP environment. There is an excellent sample you can download from the MapViewer OTN pages.
    BI Beans PM Team
    Oracle

  • Which modules of oracle apps have reports and forms?

    which modules of oracle apps have reports and forms? Do I need to have strong programming knowledge to learn these?
    Plz try to respond as I need to get started with the traiining asap.

    Most of Oracle Apps modules come with reports and forms. You would probably need to create your custom module (with custom forms/reports) instead of modifying the standard Oracle Apps forms and reports. Start with "Oracle Applications Developer's Guide" and "Oracle Applications Concepts" manuals, it should be helpful.
    Oracle Applications Concepts
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/11iconcepts.pdf
    Oracle Applications Developer's Guide
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/115devg.pdf
    Applications Releases 11i and 12
    http://www.oracle.com/technology/documentation/applications.html

  • 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.

  • 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

  • Db-cascade-delete for other databases than Oracle?

    I have two entity beans with a one to many relationship. The database designers have implemented a cascading delete between the two tables for the entity beans. How should the deployment descriptors be written for this to work properly? From what I understand I will need to use the <cascade-delete /> tag in ejb-jar.xml and <db-cascade-delete /> in weblogic-cmp-jar.xml. However this document http://e-docs.bea.com/wls/docs81/ejb/entity.html states that <db-cascade-delete /> only works for Oracle, and I'm using DB2. Does this mean that I have to remove the cascading delete in the database and only enable it in ejb-jar.xml, or will <db-cascade-delete /> work for other databases than Oracle?
    /Björn

    To get the certified answer I'd ask a tech support rep. Unofficially, if DB2 supports cascade delete then I would expect that the EJB container will work with that. There are issues surrounding certification of features against specific databases and I'm not up on all of these so I'd check with support.

  • Can HR Setup Integrator can be used for other module too??

    Gurus, Can we create custom integrators for other modules too using HR Setup integrator. say for inventory module.???

    I have used it for projects (although the integrator is created against my custom application)

  • 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

  • Using AE(htmldb 2.0)  as for reporting tool for other oracle databases.

    Maybe I was mistaken, but when I first saw the HTMLDB demo's I saw this as a slick way to build a browser based reporting tool for the masses for quasi-ad-hoc reporting on some of our larger databases that currently have limited reporting capability, and also as a possible replacement for the many MSAccess applets we have.
    I just got 2.0 installed and working on a 9i database and went through the basic tutorials, but I can't find much info on how to connect to other oracle databases.
    Are my options as follows?:
    create dblinks from the local database that houses htmldb to all the other databases?
    or
    install htmldb schemas on each database I want to access from htmldb?
    or
    I'll keep looking, but if any of you have any pointers or know of a tutorial that explains the best way to do this it would be greatly appreciated!
    tia

    As for question 1, yep, that's what I mean. Example:
    In a schema in the App Express instance, create a user called "APP1_USER", and then
    create view app1_user.people as select * from people@link_user@remotedb
    As for the next question, using the built-in insert/update/delete processes will give you
    ORA-01461: can bind a LONG value only for insert into a LONG column
    among other errors. Apparently version 2.1 will fix this. See Cannot Update VARCHAR column in Remote DB
    We address this problem by creating pl/sql APIs for DML, and then writing our own insert/update processes. Slows us down a little, but even with that, App Express remains a productive choice for us.
    Another weird problem: auto-row fetch (built-in to HTML DB) doesn't work over db links when you have two columns for a primary key. Many ways around this, e.g. create sequence-populated primary key, create a view with single column that concatenates primary key column values (key1|key2)
    Hope this helps!
    -John

  • 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

  • How to find out the exact reason for backordered order in oracle apps R12

    Hi,    
         I am new to OM module.I booked an order and trying to do "pick release" the booked order but i couldn't do so, because the order is getting backordered.
    These are the things i checked
    1.On-hand quantity for the particular item i am booking is sufficient enough
    2.Item is in M1 org and onhand quantity is also in same org.
    Can you please help me how to find the exact reason for my order getting backordered.
    Regards
    Sandeep.G

    Hi Sandeep,
    Reasons for pick release resulting in back ordered can be found here:
    Reasons for a Sales Order to get Backordered!
    Failing pick release, orders getting backordered and other common issues with picking.
    Please review notes:
    Cannot Pick Release Items, Completes with Warning and the Item is Backordered. (Doc ID 1240404.1)
    Pick Release Process Completes In Warning Line Gets Backordered Though Onhand Is Present (Doc ID 1285514.1)
    Pick Release Backorders Sales Order Lines, Error in Log File "No Mtl_Sales_Order ID found for oe header" (Doc ID 398385.1)
    Reservation Remains After Pick Release Of Backordered Move Order (Doc ID 754518.1)
    In addition, please review:
    What is Back Order in OM? How are Backorders Handled | Oracle Apps
    Thanks &
    Best Regards,

Maybe you are looking for

  • Emails going into "Junk" folder

    The default junk folder is called "Junk Email" however this one user has  "Junk" folder above that in which only emails that he receives from linkedin.com go in there. My first thought was that he has a rule sorting linkedin.com emails into that fold

  • Pairing Apple Remote

    Hello. I bought a used MBP which didn't come with the Apple Remote. I have a remote from my Imac desktop. I tried to pair it to the MBP according to the instructions, without success. The batteries are good, the unit works fine with the IMac. Any sug

  • Why my i tunes or windows vista wont sync just reads it as a digital camera

    why my i pod wont sync with my i tunes, or pc it just reads it a digital camera.

  • Designing a cube with two Fact tables

    Hi, I am new to multi-dimensional modeling. I am trying to define a cube with two fact tables which have many to many relationship. so I came up with following schema:- I want to design a cube so that I can get the count of "FactOne" items which are

  • Online tutorial not working?

    Does anyone else get the "?" over the Quicktime icon when they try to watch the Final Cut Tutorial with Shake? I'm dying to see this tutorial! Here's the link... http://www.apple.com/finalcutstudio/quicktours/