Please help.. Application Express + Oracle E-Business Suite: Integrated application licensing question

Hi
We are in the process of developing a business application using application express that works more like an extension of Oracle E-Business Suite. Finding an aswer for following question is critical for our small business to move forward with this product development. Request your help please.
Background:
- Our application stored metadata and pl/sql programs in a custom scehema in Oracle E-Busiess Suite.
- We are using Glassfish to host the application express listener to publish/run our application at the moment (development/testing phase)
Our understanding and clarifications needed:
- Our potential client must have an Enterprise level licese on Oracle E-Business Suite in order to allow them to deploy/run our application (3rd party).
- If our potential clients host our application on Oracle HTTP server (from the same box as the Oracle EBS database) then they dont need additional license. Otherwise, they'll have to buy HTTP Server licenses as well?
- What is the best tool (economical and production level performances point of view) to host a 3rd party apex application? Glassfish, Http server, Java standalone?
Please help,
Kind regards
Ebby

Our understanding and clarifications needed:
- Our potential client must have an Enterprise level licese on Oracle E-Business Suite in order to allow them to deploy/run our application (3rd party).
- If our potential clients host our application on Oracle HTTP server (from the same box as the Oracle EBS database) then they dont need additional license. Otherwise, they'll have to buy HTTP Server licenses as well?
- What is the best tool (economical and production level performances point of view) to host a 3rd party apex application? Glassfish, Http server, Java standalone?
You have to contact your local Oracle Sales Representative for Oracle Licensing as no one else can give you right info and also would suggest you to visit
http://www.oracle.com/us/corporate/pricing/price-lists/index.html
thanks

Similar Messages

  • Oracle E-Business Suite integration is failing with OSSO

    Hi all,
    We are integration EBS 12.1.1 with OSSO 10g (OID 10.1.4.3) using txkrun.pl script. This is a production environment and has 2 nodes of OID and 2 nodes of Database in RAC mode. When we run the txkrun.pl script we are getting the below error:
    Mon Dec 13 15:06:38 GMT+05:30 2010 SSO database is jdbc:oracle:thin:@ldap://oid_hostName:389/idmprod,cn=oraclecontext
    Mon Dec 13 15:06:38 GMT+05:30 2010 Exception while creating database connection :java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:274)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:328)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:361)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:595)
    at java.sql.DriverManager.getConnection(DriverManager.java:572)
    at java.sql.DriverManager.getConnection(DriverManager.java:196)
    at oracle.security.sso.SSORegistrar.main(SSORegistrar.java:327)
    Mon Dec 13 15:06:38 GMT+05:30 2010 Check if your database is up and running.
    The DB is up and running and we are able to telnet the OID ports from EBS machine. Please let me know if anyone has faced this error before.
    This is very urgent and appreciate your quick response.
    Thanks,
    Mahendra.

    If you are running Oracle E-Business Suite Release 12.1.1 and integrating with OID 11g, you will also need to download and install TXK patch 7651166, which provides several fixes to Applications Technology code, including an update to the Oracle E-Business Suite OID registration scripts that adds support for OID 11g. The patch should be applied to all Oracle E-Business Suite middle tier nodes. This patch is not required if you are integrating with any other version of Oracle E-Business Suite.
    Regards,
    Prashant.

  • Oracle R12 Solutions Architect (Oracle E-business Suite, SOA, OBIEE)

    Hi All
    can any one help to find documents concept & implementation of integeration between Oracle E-business Suite R12, SOA and OBIEE ??
    Thanks a lot
    Mohamed

    Hi Mohamed;
    can any one help to find documents concept & implementation of integeration between Oracle E-business Suite R12, SOA and OBIEE ??Please check below and see its helpful for your issue
    Installing Oracle E-Business Suite Integrated SOA Gateway, Release 12 [ID 556540.1]
    Oracle Business Intelligence Enterprise Edition (OBIEE) : Technical FAQ [ID 436547.1]
    Integrating Oracle Business Intelligence Applications with Oracle E-Business Suite [ID 552735.1]
    Failed Login During R12 E-Business Suite Integration With BI Publisher [ID 972859.1]
    Regard
    Helios

  • Error When generating WSDL in Oracle E - Business Suite R12.1.3

    Hi,
    I am getting the below error, when I try to generate wsdl in oracle apps r12.1.3 from Integrated SOA gateway,
    Service Provider Access resulted in exception 'oracle.apps.fnd.soa.util.SOAException: ServiceGenerationError: ServiceGenerationError: Error in Service GenerationJ2T-120, ERROR: Illegal option "-plsqlname=objectid" ignored' when attempting to perform 'GENERATE'. Please view Service Provider logs for more details
    Pl do share your views and solutions to fix.
    Thanks & Regards,
    Aswin

    Hi Yury,
    Pl Make sure that you have applied all the mandatory patches for your R12 version
    as mentioned in metalink note :
    "Installing Oracle E-Business Suite Integrated SOA Gateway, Release 12 (Doc ID 556540.1)"
    IF applied and still you are facing issues, proceed with below steps
    Edit the following file with the password that you have in DB with clear text for ASADMIN as "!MyPassw0rd" - Please note the "!" before the real password.
    $ORA_CONFIG_HOME/10.1.3/j2ee/oafm/config/system-jazn-data.xml
    The password can be verified as:
    select fnd_web_sec.validate_login('ASADMIN','MyPassw0rd') from dual;
    If password is not known the change the password as:
           1. Log on to Oracle E-Business Suite using sysadmin/sysadmin.
             2. Select the User Management responsibility in the Navigator.
             3. Click the Users link from the navigation menu to open the User Maintenance window.
             4. Locate 'ASADMIN' user by entering information in the search area to retrieve the 'ASADMIN' user.
             5. Click the Update icon next to the ASADMIN user to open the Update User window.
             6. Remove the Active To date field and click Apply.
             7. Click the Reset Password icon next to the ASADMIN user to open the Reset Password window.
             8. Enter new password twice and click Submit.
    Restart the OAFM
    cd $ADMIN_SCRIPTS_HOME
    ./adoafmctl.sh stop
    ./adoafmctl.sh start
    ./adoacorectl.sh stop
    ./adoacorectl.sh start
    Then check the status by:
    ./adopmnctl.sh status
    Now test the SOA Gateway page again:
    http://<Host>:<Port>/webservices/SOAProvider/?testquery
    and it should return "TEST RESPONSE".
    Now try to Generate and deploy the WSDL
    -- It should work fine!
    Regards,
    Aswin
    (8056168602)

  • Version of Application Server for Oracle E-Business suite 12.0.4 ?

    Hi ,
    I want to know the complete version of Application Server for Oracle E-Business suite 12.0.4 . The installation guide/ rapid install mention this :
    A) Oracle database 10.2.0.3
    B)Applications Server : 10.1.3 oc4j
    C) Application Server : 10.1.2.2 (forms)
    D) E-business Applications
    But I want to know the complete version for 10.1.3 .Is it 10.1.3-3 or is it 10.1.3.4 or both ? This will help us ind determining the patches which can be applied ?
    Thanks.
    Best Regards,
    brinda

    Hi,
    Please refer to:
    Note: 468311.1 - Script to find Apache, Java, JRE, Forms version for Oracle E-Business Suite R12
    Note: 454811.1 - Upgrading to the Latest OracleAS 10g 10.1.3.x Patch Set in Oracle E-Business Suite Release 12
    Regards,
    Hussein

  • How can I export oracle e-business suite online help?

    hi,dear expert
    how can I export oracle e-business suite online help?
    I want to view it when I works offline,please help me ,thank you!!
    null

    I think Oracle Apps Help system is built in to Apps installation and you can’t easy enough export it. I have got a few things in mind:
    1. You can install Apps on your laptop and by that way make ONLINE Help available offline ;) Online help describes Forms, fields, navigation and really ONLINE things. To me it sounds a bit illogical to have ONLINE help without access to the application.
    2. The Apps Doc Set is available on the OTN. You can easy download it for OFFLINE reading. And this documentation is intended for offline reading.
    3. Help files for each module located in $APPL_TOP/*/11.5.0/help/US directories. You can try to copy a directory for a module you are interested in on you PC and try to read it offline.
    Just my 0.0.2£,
    Yury

  • Is Oracle E-Business Suite 12.1.3 certified with Oracle Application Server

    Is Oracle E-Business Suite 12.1.3 certified with Oracle Application Server Single Signon 10.1.4.3.0 on Linux x86-64 SLES 11 (not SLES 10) ?
    I do see Oracle Application Server Single Signon 10.1.4.3.0 listed on the certification matrix for R12.1.3 , however when I click on the OAS, it does not list SLES 11 , it only lists SLES10
    Database is 11.2.0.3.0
    https://support.oracle.com/epmos/faces/ui/certify/CertifyHome.jspx?_adf.ctrl-state=bxnumz1z8_277&_afrLoop=862843359573928
    Please advise ?
    Thanks!
    Edited by: userAnne on Sep 25, 2012 11:11 AM
    Edited by: userAnne on Sep 25, 2012 11:20 AM

    userAnne wrote:
    Is Oracle E-Business Suite 12.1.3 certified with Oracle Application Server Single Signon 10.1.4.3.0 on Linux x86-64 SLES 11 (not SLES 10) ?
    I do see Oracle Application Server Single Signon 10.1.4.3.0 listed on the certification matrix for R12.1.3 , however when I click on the OAS, it does not list SLES 11 , it only lists SLES10
    Database is 11.2.0.3.0
    https://support.oracle.com/epmos/faces/ui/certify/CertifyHome.jspx?_adf.ctrl-state=bxnumz1z8_277&_afrLoop=862843359573928
    Please advise ?
    Thanks!Oracle E-Business Suite 12.1.3 is certified on SLES 11 (64-bit).
    Oracle Application Server Single Signon 10.1.4.3.0 is certified on SLES 9/10 only and it is not certified on SLES 11 for (64-bit).
    Thanks,
    Hussein

  • Oracle E-Business Suite 11.5.9 Application & Database

    Hello Folks,
    Happy New Year.
    Need quick document in meta-link or blog which will help me connect the database on other server to the Oracle E-business Suite EBS application
    The scenario:
    Application and Database are on the server_A (hostname ServerA)
    I have made a cold backup of the database and restored it on Server_B ( hostname ServerB) { let us say I migrated / moved the database to another machine }
    Database starts and listener starts fine on ServerB
    Now, the question is: How can I connect or point the Oracle EBS 11.5.x application to the Database on ServerB ?

    Thanks Hussein,
    SQL> select owner, object_type from dba_objects where object_name = 'FND_NODES';
    OWNER OBJECT_TYPE
    APPLSYS TABLE
    APPS SYNONYM
    SQL> SELECT trigger_name , status FROM user_triggers WHERE table_name = 'FND_NODES' ;
    TRIGGER_NAME STATUS
    FNDSM ENABLED
    UPNAME ENABLED
    Hussein, the specific question is as such.. I don't know if this is possible or not.
    Can you have two databases connected to the same application.
    Scenario:
    SERVER_A = has both the application and database
    using DBVISIT software / which is an alternative to DataGuard ... which transfers the archive log files to the other server, I have moved or made the standby server as my primary database . see here for details http://blog.dbvisit.com/the-power-of-oracle-services-with-standby-databases/
    Two Questions:
    1) How to re-configure my Application ( Oracle EBS ) to point to the same Database but on a different hostname/server/ip address which you have answered and referred to the MetaLink documents ( thank you for that )
    2) Can I have two pointers to the database in the Application, to the existing one and to the one on standby server ?
    a) is this possible ?
    Also,
    now regarding changing the hostname for the database in Oracle EBS apps you have recommended
    Rapid Clone Documentation Resources For Release 11i and 12 [ID 799735.1] -- Rapid Clone of E-Business Suite Release 11i
    How to change the hostname and/or port of the Database Tier using AutoConfig [ID 338003.1]
    How to get a clean Autoconfig Environment ? [ID 391406.1]
    Using AutoConfig to Manage System Configurations with Oracle Applications 11i [ID 165195.1]
    Now, I have read those documents which is kind of summarized here:
    http://oracleappsdba1.blogspot.com/2009_07_01_archive.html
    I hope my question is clear.
    I have already moved the database to another Machine ( different hostname + different IP ) and the application is on the previous machine
    So, to connect the Application on SERVER_A to the same database but on a different machine SERVER_B I will have to only follow the instructions mentioned in Metalink 338003.1 or do I need more steps ?
    Edited by: 973807 on Jan 5, 2013 5:23 AM

  • Error while accessing Oracle E-Business Suite 11i from Linux/firefox

    error while accessing Oracle E-Business Suite 11i from Linux/firefox
    OS: SUSE Linux Desktop 11(SLED11)
    Web browser: firefox 3.x
    Java versions:
    # rpm -qa |grep java
    java-1_6_0-sun-plugin-1.6.0.u18-0.1.1
    java-1_6_0-sun-1.6.0.u18-0.1.1
    # java -version
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Server VM (build 16.0-b13, mixed mode)
    when I access the url firefox says
    "Additional plugins are required to display all the media on this page"
    then I clicked on "Install Missing Plugin" button
    then I got the following message
    No Suitable Plugins were found
    Unknown Plugin (application/x-java-applet;jpi-version=1.4.1)
    please help/suggest
    Regards

    Hi user;
    Its not certified to login EBS from linux client
    Please check:
    Linux-cleint (ebs) certification
    pluggins
    Hope it helps
    Regard
    Helios

  • Upgrading oracle database 9.2.0.5 to 9.2.0.8 for Oracle E-Business suite

    I have applied patch to upgrade Oracle E-business suite(11.5.10) database from 9.2.0.5 to 9.2.0.8. but after applying patch also it showing 9.2.0.5. please help me.

    Thanks Hussain for ur reply
    server OS is windows server 2003 std. i have performed following steps
    1.     First I installed 11.5.10.2 Technology Stack Validation Patch (Revision 1 July, 2005) on both application (D:\Oracle\visappl) and database (D:\oracle\Visdb\9.2.0) home. (p4318672_11i_GENERIC.zip)
    2.     Then I review the html log file generated for both the home. Html file generated for oracle home with ALL PASS status. But html file for DBMS oracle home has return FAIL status. I review the reason in txkVal11510MP_DB.html. it gives me following reason to fail
    “11.5.10.2 requires that your Oracle 9iR2 database version to be 9.2.0.6.0 or higher on Windows platform. Please refer to Oracle MetaLink Note 216550.1 "Oracle Applications Release 11i with Oracle 9i Release 2 (9.2.0)" to upgrade to the latest certified version of Oracle 9iR2. After upgrading to 9.2.0.6, you must apply 9.2.0.6 patch 5 ( 4287598 ) before upgrading to 11.5.10.2. “
    3.     I went through the Metalink Note 216550.1. I refer Section 2 of it. I applied patch 5035661. when I applied this patch , output of this patch mentioned that OUI 2.2 is already installed on both the Home.
    4.     Then I applied 9.2.0.6 patch 5 (4287598). Prior to this I applied patch 2617419 because patch 4287598 require OPatch 1.0.0.0.52.
    5.     I performed patch 4287598 post installation task also. I didn’t apply windows patch 6, because my database was not showing 9.2.0.8 as required by windows patch 6.
    6.     so this is the complete task list I have done to upgrade database from 9.2.0.5 to 9.2.0.8
    output of given query is as below:
    Oracle9i Catalog Views     9.2.0.5.0     VALID
    Oracle9i Packages and Types     9.2.0.5.0     VALID
    Oracle9i Real Application Clusters     9.2.0.5.0     INVALID
    JServer JAVA Virtual Machine     9.2.0.5.0     VALID
    Oracle XDK for Java     9.2.0.7.0     VALID
    Oracle9i Java Packages     9.2.0.5.0     VALID
    Oracle interMedia     9.2.0.1.0     LOADED
    Spatial     9.2.0.5.0     VALID
    Oracle Text     9.2.0.5.0     VALID
    OLAP Analytic Workspace     9.2.0.5.0     LOADED
    Oracle OLAP API     9.2.0.5.0     LOADED
    OLAP Catalog     9.2.0.5.0     VALID

  • Oracle E-Business Suite account has not been linked with the Single Sign-On

    We followed this note 1484024.1 to integrate Oracle EBS 12.1.3 with Oracle Access manager 11g R2.
    Integrating Oracle E-Business Suite Release 12 with Oracle Access Manager 11gR2 (11.1.2) using Oracle E-Business Suite Access Gate [ID 1484024.1]
    All the steps have been complete successfully without any errors.
    When the excisistign users trying to login.. they will get the single single OAM page but not able to use their current user id and passwords..
    it says: "Your Oracle E-Business Suite account has not been linked with the Single Sign-On account that you just entered. Please enter your Oracle E-Business Suite information. The next time you sign on with your Single Sign-On account, it will automatically sign you on to the Oracle E-Business Suite using the following account information. "
    Any help greatly appreciated.
    Thanks!

    Hi,
    it says: "Your Oracle E-Business Suite account has not been linked with the Single Sign-On account that you just entered. Please enter your Oracle E-Business Suite information. The next time you sign on with your Single Sign-On account, it will automatically sign you on to the Oracle E-Business Suite using the following account information. "this is expected, if you are linking your existing OID users with existing EBS users.
    When it asks the user information here, enter the EBS username and password.
    The first time users login to ebs, it needs to link that particular usre with a particular.
    The next time you login, it does auto link.
    Please see "Applications SSO Auto Link User (APPS_SSO_AUTO_LINK_USER)" in
    http://docs.oracle.com/cd/E18727_01/doc.121/e12843/T156458T465432.htm
    Thanks

  • Installing Oracle E-Business Suite Extensions for Oracle Endeca, Release 12.1.3.4

    Hi,
    Here i am Installing Oracle E-Business Suite Extensions for Oracle Endeca, Release 12.1.3.4
    Reference Document: Installing Oracle E-Business Suite Extensions for Oracle Endeca, Release 12.1.3.4 (Doc ID 1562372.1)
    After the integration while login to endeca server with ebs user.
    while clicking the application "The data source for this component is currently unavailable"  error showing.
    Please help me to fix this issue.
    Regards
    Kumar

    Hi,
    While checking the load data its showing error in clover url.
    We got error like this.
    Graph 'sandbox://Common/graph/FullLoad.grf' failed!
    And we followed the document for this issue Endeca graphs failing  (Doc ID 1549013.1)
    Please help me to fix this issue.
    Regards
    Kumar

  • Oracle E Business Suite 11.5.10 wont load using Jinitiator 1.3.1.21

    Hi Gurus,
    Need help.
    We are using Oracle E Business Suite 11.5.10 with Jinitiator 1.3.1.21 but can't load the forms.
    It automatically closes the IE 7 browser.
    Hope u can help me on this. I remember before, there's a file that needs to be replace in the Jinitiator in order to properly load the forms but i forgot the details.
    Thanks

    Was this working before? If yes, what changes have you done recently?
    Please make sure that pop-up blockers are disables in your browser and that the application URL is listed under the trusted sites list.
    Please note that Microsoft Internet Explorer 7 is certified with the E-Business Suite Release 11i. The minimum requirements for this certified configuration are:
    - E-Business Suite Release 11i version 11.5.10
    - Oracle Developer 6i patchset 18 (6.0.8.27.x) or later
    - Oracle Applications Technology 11i.ATG_PF.H Rollup 4 (RUP 4) (patch 4676589)
    - JInitiator 1.3.1.x
    - Desktop clients running Microsoft Windows XP
    Note: 285218.1 - Recommended Browsers for Oracle E-Business Suite 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=285218.1
    Microsoft IE 7 Certified with Apps 11i
    http://blogs.oracle.com/stevenChan/2006/12/microsoft_ie_7_certified_with.html
    IE 7 now certified for Release 11.5.9 environments, too. For details, please refer to:
    IE7 Now Certified on Apps 11.5.9
    http://blogs.oracle.com/schan/2007/05/ie7_now_certified_on_apps_1159.html

  • After Installing Oracle E-Business Suite R12.1.1 on Windows

    After I Install Oracle E-Business Suite R12.1.1 on Windows
    how can i shutdown the application and the database correctly
    i used the script in
    oracle\PROD\inst\apps\PROD_TEST\admin\scripts\adstpall.cmd apps/apps to stop the application
    and the script
    oracle\PROD\db\tech_st\11.1.0\appsutil\scripts\PROD_TEST\addbctl.cmd stop immediate to stop the database
    and the script
    oracle\PROD\inst\apps\PROD_TEST\admin\scripts\adstrtal.cmd apps/apps to start the application
    and the script
    oracle\PROD\db\tech_st\11.1.0\appsutil\scripts\PROD_TEST\addlnctl.cmd stop prod to start the database
    but it gives me echo off and didn't work at all
    can anyone help me plz it's very important
    Ahmed

    Hi,
    I got the echo off when i trying to start the database and the application using the scripts, Please post the message you get here when your run the scripts (along with the scripts).
    i tried to start them in from (Control Panel > Administrative Tools > Services), but they didn't startDid not start what? What is the error? Check the event viewer for details.
    please can you tell me the excat steps to start the databse, database listner and the application ?The steps are just like what you have mentioned in your post (I have also mentioned it in my previous reply).
    Regards,
    Hussein

  • Oracle e-Business Suite R12 installation Media / Virtual Machine

    Hello
    I am quite new, can anyone help me, from where I can download Oracle e-Business Suite R12 installation Media or Virtual Machine (Windows) for learning purpose.
    Thanks
    Rashid Farooq

    1009307 wrote:
    Hello
    I am quite new, can anyone help me, from where I can download Oracle e-Business Suite R12 installation Media or Virtual Machine (Windows) for learning purpose.hi Rashid
    please see this
    you can download www.edelivery.com
    https://edelivery.oracle.com/EPD/Download/get_form?egroup_aru_number=11250161#pack1
    http://www.appsdba.info/docs/oracle_apps/R12/download_OracleR12_&_Stage.doc.
    Note: 405565.1 - Oracle Applications Release 12 Installation Guidelines
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=405565.1
    Oracle Applications Installation Guide: Using Rapid Install
    http://download.oracle.com/docs/cd/B53825_01/current/acrobat/121oaig.pdf
    You can download EBS from e-Delivery website and install a vision demo database -- https://edelivery.oracle.com/
    Oracle EBS 11i/R12 Docs can be found at http://www.oracle.com/technetwork/documentation/applications-167706.html
    about windows VM please google it
    ;) AppsmAsti ;)
    Sharing is Caring

Maybe you are looking for

  • Firefox 4.0.1 new features did not install.

    I installed Firefox ver. 4.0.1 but everything looks the same as before the install. The only noticeable difference is that the '''Home Button''' did move from the middle to the right side. When I check '''About Firefox''', it does list the version as

  • Buy an iPad with a UK charger in the US

    Hello, I would like to buy the newly released iPad 2. I am currently in New York but will be moving to the UK by the end of November. Is it possible to buy an iPad 2 in the US with a UK charger ? Thanks a lot for your answers

  • 802.11n Enabler Doesn't Want To Install

    I have a new MacBook 2.0 GHz Intel Core 2 Duo and when I downloaded the new Airport Extreme 802.11n Enabler it tells me that my computer doesn't have the correct hardware. I am missing something here? Everything I have read tells me that this should

  • Tuning a crystal

    Hi, How to tune a crystal report created using BEX query?  If a report is created using OLAP DW then we can go ahead anlayse the query and create index as and when required and rephrase the query. How to achieve the same in the report using BEx query

  • Is there any STD prog which update Table TVARV-Table of VAR in SEL Cre

    Hi ,        Can any one tell me which STD program will be used to update the Table TVARV (Table of Variable in selection cretria ). Or this table should be updated manually ? .Please kindly let me know . Thanks & Regards, Veera