How to Invoke Oracle Configurator via URL Outside the APPS Firewall

Hi Gurus,
We would like to invoke Oracle Configurator via URL same as Oracle iStore. Please let me know the process/steps to meet the requirement.
Thanks in Advance,
Venky.

There is no restriction that Oracle Configurator may only be executed from within an Oracle hosting application. Configurator may be invoked from any application that has the ability to call Configurator's UI servlet. As an example, Astec (now part of Emerson Network Power) has had a Configurator application they call their "Power Wizard" on their public website for nearly eight years (http://www.powerconversion.com/powerwizard/).
Venky, I would recommend you search My Oracle Support for articles containing 'configurator firewall' or 'configurator ssl', and then filter the results to just EBS articles. If what you find there is not helpful, opening a Support Request to get information more tailored to your particular scenario may be advisable.
Eogan

Similar Messages

  • How to invoke net configuration assistant

    Hi,
    i have oracle 10g in linux.
    how to invoke net configuration assistant to reconfigure listener and net service name.
    Philip.

    Hi Srinivas,
    when i was checking some file, this is what i got.
    /etc/rc5.d/s99local
    in this above file there were scripts to start processes like dbstart, apachectl, emctl
    so what i did is created a file k99local under /etc/rc5.d
    and the file contains the following:
    /home/oracle/oracle/product/10.2.0/http_1/Apache/Apache/bin/apachectl stop
    /home/oracle/oracle/product/10.2.0/db_1/bin/emctl stop dbconsole
    /home/oracle/oracle/product/10.2.0/db_1/bin/dbshut
    what do u think abt this.
    what is the difference between rc2.d, rc3.d, rc5.d
    also there was an entry to start dbstart, apachectl under /etc/oratab and that automatically created this file s99local.
    what are these files for
    /etc/oratab
    /etc/rc.d
    /etc/rc2.d
    /etc/rc3.d
    .....etc
    Can you explain pease.
    Thanks,
    Philip.

  • How to invoke BPEL process via HTTP POST (or GET)

    Hi,
    I'd like to know how to invoke BPEL process via HTTP POST (or GET), is there anyway simple to do it?
    Thank you

    Look at my blog http://orasoa.blogspot.com search for plsql
    or use SoapUI.org
    or look in the Examples directory in the BPEL directory of the installation

  • How to invoke JSF With Standard Urls and parameters

    Hi,
    Could some one please help me how to invoke JSF with standard Urls and parameters?
    My requirement is:
    http://localhost:8080/myapp/faces/jsf_page.jsp?trackerID=11&viewPage="products"
    then i want to save the tracker details into database and redirect the user to "products" page.
    Would some one suggest me where can i get some example?

    Hi BalusC,
    It didn't solve my proble.....Your solutions are fantastic for most of the issues. But mine problem is unclear where JSF page tags.
    If possible, Could you please provide me how to invoke the method from JSF page....
    same code works if the user click on command button but my requirement is as soon as the user click on the link from 3rd party website, then he need to come to our web application and invoke the JSF page along with ManagedBean for saving details and redirect to disganted webpage.
    I will provide the following link to 3rd party websites. the URL is :: http://somedomain.com/myApp/Tracker.JSF?trackerID=111
    Could you please provide me the code i need to write in JSF ....just for invoking ManagedBean class...? how i code for page on load call the managedBean for specific method?

  • How to install Oracle Configuration Manager on laptop without Oracle dist?

    I'm sure this is the wrong forum to ask this in, but I can't find a better one.
    I was trying to file a support case in My Oracle Support, which I haven't done in a long time. It appears to want me to install "Oracle Configuration Manager". I just have WebLogic installed on this box. I don't even have an Oracle installation. The installation instructions for OCM seem to be very complicated, or I'm just missing the "just do this simple thing" instructions.
    I downloaded the installer, and I installed it, but when I try to submit a support case, it seems like it thinks it's not installed. It keeps on complaining that I haven't used a stored configuration, but I don't see any way to create one. I imagine that OCM is supposed to help with that, but it's not doing anything obvious.

    Thanks for the link! The "Oracle® Database Installation Guide 11g Release 1 (11.1) for Solaris Operating System" link you provided says:
    +6.3 Removing Oracle Configuration Manager+
    To uninstall Oracle Configuration Manager, follow these steps:
    If the $ORACLE_HOME directory contains a database, remove the Oracle Configuration Manager user and the associated objects from the database by running the following script:
    SQL> $ORACLE_HOME/ccr/admin/scripts/dropocm.sql
    If the database is a repository for the Oracle E-Business Suite, log in to the database as an SYSDBA user and remove the additional objects from the database by running the following script:
    +$ORACLE_HOME/ccr/admin/scripts/ebs_dropccr.sql Oracle_Applications_User+
    If the database is a repository for Oracle Grid Control, log in to the database as the SYSMAN user and remove the additional objects from the database by running the following script:
    +$ORACLE_HOME/ccr/admin/scripts/dropemrep_collect.sql+
    To stop the Scheduler and remove the service or the crontab entry, enter the following command:
    +$ORACLE_HOME/ccr/bin/deployPackages -d $ORACLE_HOME/ccr/inventory/core.jar+
    Delete the ccr directory by entering the following command:
    +$ rm -rf $ORACLE_HOME/ccr+
    Oracle Configuration Manager is successfully uninstalled.
    However, $ORACLE_HOME/ccr/admin/scripts/dropocm.sql does not exist on our system.

  • How to Uninstall Oracle Configuration Manager (OCM) on 11g

    At our site, we need to adhere to the SRR (Security Readiness Review) STIG (Security Technical Implementation Guide), and one of the security "findings" is the presence of Oracle Configuration Manager (OCM). The STIG recommends the deinstallation of OCM (which we have made part of our site standard for 10g), and it cites Oracle MetaLink Notes 369111.1 and 728989.1 as reference material for the deinstallation. Unfortunately, these Oracle documents refer to 10g, not 11g, and the script to deinstall OCM ($ORACLE_HOME/ccr/admin/scripts/dropocm.sql) is missing in 11g.
    Does anyone know of a documented way to uninstall OCM in 11g? We are using Oracle 11.1.0.7 on Solaris 10.
    Thanks,
    J

    Thanks for the link! The "Oracle® Database Installation Guide 11g Release 1 (11.1) for Solaris Operating System" link you provided says:
    +6.3 Removing Oracle Configuration Manager+
    To uninstall Oracle Configuration Manager, follow these steps:
    If the $ORACLE_HOME directory contains a database, remove the Oracle Configuration Manager user and the associated objects from the database by running the following script:
    SQL> $ORACLE_HOME/ccr/admin/scripts/dropocm.sql
    If the database is a repository for the Oracle E-Business Suite, log in to the database as an SYSDBA user and remove the additional objects from the database by running the following script:
    +$ORACLE_HOME/ccr/admin/scripts/ebs_dropccr.sql Oracle_Applications_User+
    If the database is a repository for Oracle Grid Control, log in to the database as the SYSMAN user and remove the additional objects from the database by running the following script:
    +$ORACLE_HOME/ccr/admin/scripts/dropemrep_collect.sql+
    To stop the Scheduler and remove the service or the crontab entry, enter the following command:
    +$ORACLE_HOME/ccr/bin/deployPackages -d $ORACLE_HOME/ccr/inventory/core.jar+
    Delete the ccr directory by entering the following command:
    +$ rm -rf $ORACLE_HOME/ccr+
    Oracle Configuration Manager is successfully uninstalled.
    However, $ORACLE_HOME/ccr/admin/scripts/dropocm.sql does not exist on our system.

  • How To Install and Configure External Drivers for the JDBC & JMS Adapters

    Hello colleagues,
    Please I need a How To Install and Configure External Drivers for the JDBC & JMS Adapters version 7.10.
    VERSION 7.10.
    BBDD ORACLE - ojdbc14.jar
    Regards.

    Hi ,
    Uisng  Java Support Package Manager (JSPM) to deploy com.sap.aii.adapter.lib.sda file,
    refer this two links,the procedure available how to deploy using JSPM.
    http://help.sap.com/saphelp_nwpi71/helpdata/EN/33/e6fb40f17af66fe10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nwpi71/helpdata/EN/1f/c45b4211aac353e10000000a1550b0/frameset.htm
    Regards,
    Raj

  • How do I add a second URL to the same contact

    How do I add a second URL to the same contact.  There are 3 URL for this one company  depending on which division I need to look at.  I could 3 contacts but having the 3 URLs on one contact is easier for me

    Tap the "Edit" button in the upper right corner of the contact's screen. Tap the green "+" (which says add URL) next to it) below whatever URL you currently have entered.

  • How can I buy subtitled movies from outside the US?

    how can I buy subtitled movies from outside the US?

    People here are users, you need to contact Apple Inc. by phone and see if you can resolve this problem.
    http://support.apple.com/kb/he57

  • How can I detect in Business HTML that the app was called from portal?

    How can I detect in Business HTML that the app was called from portal?
    I need to distinguish whether the application was called from portal (URL iView) or by using an URL outside of portal.
    So what I'm looking for is a variable or function that can be used like this:
    `if (~within_portal==1)`
      do this if called from portal
    `else;`
      do that if not called from portal
    `end;`
    For example, can I check in the program that there is a SSO2 cookie from the portal?
    I'm using Integrated ITS in Basis 700.

    Here is the trick:
      if (sapwp_active=="1")
        in portal
      else
        without portal
      end;

  • How do i get a list of all the apps i have purchased this year

    how do i get a list of all the apps  have purchased this year and how much each app was

    Check your iTunes purchase history (click your email address in the upper right corner in the iTunes App Store-> log in -> click Purchase History).  This gives you a comprehensive list of apps you've purchased.
     Cheers, Tom

  • How can i create a new item in the app "health"?

    how can i create a new item in the app "health"? I need a field for documentation of "Waist-to-height ratio", exactly for "circumference".
    It's a matter of common knowledge, that the Waist-to-height ratio (WHtR) has more significance then the Body-Mass-Index (BMI).

    If you mean you want to change a color of a calendar category or create a new one, you cannot do that, what is pre-loaded is what you get and cannot be edited.

  • HT4356 How can I print from my iPad in the app Pinterest

    How can I print from my IPad in the app Pinterest.  I cannot find a way to do it!

    I think she/he meant me.
    If the app won't let you print directly from it you might want to open in safari or make a screen capture then print from your photos.

  • HT4910 How do you transfer movies I purchased from the app store from iPad to iPad?

    I've bought another ipad2 and I can't figure out how to transfer my movies I purchased from the app store from one iPad to another iPad. Can anyone help?

    You can either sync with iTunes to transfer them to your iTunes library, then sync them to the new iPad by selecting them on the Movies tab of your iTunes sync settings and syncing.  Or, you can download them directly to your new iPad as a past purchase for free (see http://support.apple.com/kb/HT2519) if permitted by the studio (not all permit this).

  • I already have a new book that is ready to publish as an iBook. In addition I also have an app prepared for this book. Please tell me how to upload this book (title is: "How To Cope...with life") and the app for it into your iBook Authors app so I can hav

    I already have a new book that is ready to publish as an iBook. In addition I also have an app prepared for this book.
    Please tell me how to upload this book (title is: "How To Cope...with life") and the app for it into your iBook Authors app so I can have it offered for sale @$0.99, in your app store?
    FROM: Terry Weber, Email: [email protected]

    https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/wa/bookSignup

Maybe you are looking for

  • Calling Report from a Form

    Hi All, I tried to call a report from a form (using this form as a parameter form)but unfortunately it is not working out for me. I used the run_product built in. Could someone examine my code and tell me what is wrong? DECLARE pl_id ParamList; BEGIN

  • BIDS Schema issues between Visual Studio on 2008 & 2008R2

    Hi all, We have a 3 servers in our farm, two of which Run SQL Server 2008R2 and one which runs SQL Server 2008. All three servers have the same edition of Visual Studio on (VS2008). Our development server (the 2008 server) has Report Builder 3 on it

  • Why do we gor for SAP BW rather than using the other Data Warehouse S/W's

    Hi All, Can any one tell me Why do we especially go for SAP BW, rather than other Warehouse S/W's available in the IT Market. Plzzzz..... Reply back me to [email protected] Regards, Kiran

  • Using Aperture 3 Vault storage

    Started to use Aperture 3 before accessing the Vault storage function. Bought an external hard drive to store my Aperture 3 photos. How do I now use the function of the vault storage within Aperture 3, and after getting the photos transferred to the

  • Photos missing from backup?

    Well I just got my replacement iPhone 4 from Apple. I did a backup to my computer before sending the faulty one off. Did a restore and I was sure it would give me back my photos too but they aren't on my new phone now. Are they gone forever? I never