How to integrate Oracle mapviewer

Good Morning
How to integrate Oracle mapviewer or Oracle Maps in my php or jsp page in order to show the map that is on my computer database
thank you

sorry i have find answer you can show examples in mvdemo example .

Similar Messages

  • How to integrate Oracle Ebs to FDQM to load the data to Essbase

    Hi Experts,
    I need a document regarding how to integrate Oracle EBS to FDQM.I am taking target as Essbase.I know how to integrate to HFM and loading the data to HFM.So please share me the document like How to get source file from E-Buisiness suite to load into Essbase.Pleaae share with an example
    Thanks in advance

    The following link:
    http://docs.oracle.com/cd/E24674_01/epm.1112/fdm_adapter_readmes/es_g4_h_target_adapter_readme.html
    You need to configure the target dimensions of Essbase within the Essbase adapter of FDQM.
    For source integration of EBS, you have two options:
    1. Use Oracle ERPI (ERP Integrator)
    2. Make a custom data pump import script in FDQM to retrieve data from EBS database

  • How to integrate Oracle DB in VB application

    Hello Everybody,
    I am working in Oracle as well as in VB6, now I am facing the problem that I am preparing VB set-up using Package & Deplo. Wizard. Now, the real problem is faced by me that how to integrate Oracle DB in that Set-up. If anybody wants to contact me personally then they can contact on my mail id. Regards.
    Thanks in advance.
    Paresh Rathod.
    From eCN India.

    use ODBC and ADO. Visual Studio packager has an ability to include ODBC settings, i think, if you define Option Explicit (if i am not wrong, long time no code writing in VB6)

  • How to Integrate Oracle Ebusiness suite to FDQM to load into Essbase

    Hi Experts,
    I need a document regarding how to integrate Oracle EBS to FDQM.I am taking target as Essbase.I know how to integrate to HFM and loading the data to HFM.So please share me the document like How to get source file from E-Buisiness suite to load into Essbase.Pleaae share with an example
    Thanks in advance

    Hi;
    How to install Oracle Ebusiness suite R12.1.3 on RAC environmentsCheck below thread's mention note advice
    Rrac-EBS wiht asm
    Re: RAC for EBS R12
    rac-r12-ebs-asm
    Re: EBS R12 with RAC and ASM on AIX 5.3
    RAC-R11-R12
    Upgrade the 11.5.10.2 Instance with 10gRAC setup
    How to implement shared appl top Shared appltop in R12
    Shared appltop in R12
    How to configure https for Oracle Ebusiness Suite R12.1.3Enabling SSL in Release 12 [ID 376700.1]
    Enabling SSL with Oracle Application Server 10g and the E-Business Suite [ID 340178.1]
    Also see*Steven Chan's blog entery*:
    http://blogs.oracle.com/stevenChan/2009/08/ssl_advanced_configuration_wizard_ebs12.html
    Regard
    Helios

  • How to Integrate Oracle XE [ APEX ] & Adobe Flex

    How to Integrate Oracle XE [ APEX ] & Adobe Flex
    Just recently, I upload a quick screencast where shows how to integrate Ruby on Rails applications and Adobe Flex using http services <br>
    <param name=”movie” value=”http://www.youtube.com/v/IdM_rgDaVM0&rel=1”></param><param name=”wmode” value=”transparent”></param>
    This should be possible with Oracle APEX. I wonder if somebody have some ideas of a quick and easy export to generate the XML accessors for the Oracle XE instead of a htp.p PL/SQL Procedure ???
    The frontend with Flex will be the same, I just like to be able to automatically generate the XML version of the results, perhaps will be necesary some PL/SQL... applied to the end result of the query.
    Best Regards Dino.

    If it's raw XML output from APEX, how about a RSS feed as an example?
    C.

  • How to integrate Oracle Right Now with our application Calling Button and Chat Button  Application is on WebCenter  Sites

    How to integrate Oracle Right Now with our application Calling Button and Chat Button. Application is on WebCenter  Sites

    Thanks handar. As per your instructions I have tried OAM authorization policy and its working fine. But we also wants to check the same with OES also. Currently I have configure weblogic SM and created domain. In same domain I have deployed my application also. I have created application, resources and authorization policy to authorize /myfolder/index.jsp if user has some specific role. Now if I try to access my web application using http://host:8001/CONTEXT/myfolder/index.jsp, it doesn't check if user is authorized or not. I guess my application is not related to the resource I have created. Please help me with this. Also, let me know if we can retirive logged in user from session and use for authorization.

  • How to Integrate Oracle Apps with BPEL

    hi
    How to Integrate Oracle Apps with Fusion Middleware(BPEL) ?
    Please Provide me steps:
    Regards,
    Khushal

    hi,
    There is an adapter thats being provided with the standard adapter set with SOA installation . There are several ways of integrating with Oracle Apps . The adapter has all the options listed out.
    Regards,
    Ajay

  • How to integrate oracle webcenter with oracle webcenter Sites?

    How to integrate oracle webcenter with oracle webcenter Sites?

    This very much depends on what you mean by the first "oracle webcenter" and what kind of integration you are looking for.
    Oracle WebCenter contains three main product lines:
    - Oracle WebCenter Portal,
    - Oracle WebCenter Sites,
    - and Oracle WebCenter Content.
    Since the newest version 11.1.1.8 it is possible to store Sites' assets in WebCenter Content.
    WebCenter Portal, where the name WebCenter originated from, is another front-end technology, so it would rather co-exist next to Sites than integrate with them. See this thread WebCenter Portal and WebCenter Sites Integration for more details.

  • How to integrate Oracle BI Publisher via Web Services in Oracle Forms.

    hi
    I hope you fine and happy. I think you hear about the new reporting tool (Oracle BI Publisher).
    Really it is a great tool. I need someone help me; How I can integrate Oracle BI Publisher via Web Services in Oracle Forms.
    I got the guidelines of this integration process from ORACLE.
    But, when I compile the script of publicreportserviceclient.callRunReport - the script running the report -, I get some errors in PL/SQL compiler
    http://www.oracle.com/technology/products/xml-publisher/index.html

    ==========================
    PL/SQL CODE:
    ==========================
    DECLARE
         RAISEDEXCEPTION ORA_JAVA.JOBJECT;
    REPORT_PATH VARCHAR2(200);
    PARAM_NAME VARCHAR2(200);
    PARAM_VALUE VARCHAR2(200);
    UN VARCHAR2(200);
    PW VARCHAR2(200);
    FORMAT VARCHAR2(200);
    TEMPLATE VARCHAR2(200);
    OUT_FILE VARCHAR2(200);
    OBJ ORA_JAVA.JOBJECT;
    BEGIN
    OBJ := PUBLICREPORTSERVICECLIENT.NEW();
    REPORT_PATH := '/LEARN/EMPLOYEES/EMPLOYEES.XDO';
    PARAM_NAME := 'P_DEPTNO';
    PARAM_VALUE := '50';
    UN := 'Administrator';
    PW := 'Administrator';
    FORMAT := 'PDF';
    TEMPLATE := 'Simple';
    OUT_FILE := 'C:\DevSuiteHome_1\j2ee\home\default-web-app\' || 'TEST';
    --PUBLICREPORTSERVICECLIENT.CALLRUNREPORT(OBJ,:REPORT_PATH,PARAM_NAME,:PARAM_VALUE,UN,PW,:FORMAT,:TEMPLATE,OUT_FILE);
    PublicReportServiceClient.callRunReport( REPORT_PATH,
    PARAM_NAME,
    PARAM_VALUE,
    UN,
    PW,
    FORMAT,
    TEMPLATE,
    OUT_FILE);
    WEB.SHOW_DOCUMENT('HTTP://127.0.0.1:8889/j2ee/' || 'TEST');
    END;
    ==========================
    JAVA CODE FOR callRunReport FUNCTION:
    ==========================
    public void callRunReport (String reportPath, String[] paramName, String[] paramValue, String
    username, String password, String format, String template, String outFile)
    try {
    bip_webservice.proxy.PublicReportServiceClient myPort =
    new bip_webservice.proxy.PublicReportServiceClient();
    // Calling runReport
    ReportRequest repRequest = new ReportRequest();
    repRequest.setReportAbsolutePath(reportPath);
    repRequest.setAttributeTemplate(template);
    repRequest.setAttributeFormat(format);
    repRequest.setAttributeLocale("en-US");
    repRequest.setSizeOfDataChunkDownload(-1);
    if (paramName != null)
    ParamNameValue[] paramNameValue = new ParamNameValue[paramName.length];
    String[] values = null;
    for (int i=0; i<paramName.length; i++)
    paramNameValue[i] = new ParamNameValue();
    paramNameValue.setName(paramName[i]);
    values = new String[1];
    values[0] = paramValue[i];
    paramNameValue[i].setValues(values);
    repRequest.setParameterNameValues(paramNameValue);
    else
    repRequest.setParameterNameValues(null);
    ReportResponse repResponse = new ReportResponse();
    repResponse = myPort.runReport(repRequest,username,password);
    byte[] baReport = repResponse.getReportBytes();
    FileOutputStream fio = new FileOutputStream(outFile);
    fio.write(baReport);
    fio.close();
    } catch (Exception ex) {
    ex.printStackTrace();

  • How to integrate Oracle Discoverer to Portal Release 2?

    Hi,
    I've installed the new version of Oracle9iAS Release 2 and I need to
    integrate Oracle Discoverer and Oracle Portal.
    Do you know how to do it?
    Do you have any walktrough?
    Thank you very much,
    Eduardo

    Hi,
    There is no such process of rollback the patchset.
    If you have a backup of the Forms and Reports Release 1 , restore it back.
    Thanks,
    Sharmela
    Note: Please mark the answer as correct or useful if it helped you.

  • How to integrate Oracle Internet Directory and Microsoft Active Directory

    hai friends,
    I need to know how to integrate the OID with AD. the changes in both either one of the directory should reflect on both the directories.
    how can this be done in Oracle Directory Integration and Provisioning(DIP).
    Thank's in advance.

    Hi,
    The below links should get you started -
    http://www.oracle.com/technology/obe/obe_as_10g/im/index.html
    http://www.oracle.com/technology/obe/obe_as_10g/im/ads_export/export.htm
    http://www.oracle.com/technology/obe/obe_as_10g/im/ads_import/import.htm
    http://docs.huihoo.com/oracle/docs/B25553_01/collab.1012/b25490/ch_active_directory.htm
    And...Try using DipTester.

  • How to integrate oracle retail POS with AIA

    Hi,
    We are planning to integrate oracle retail POS with AIA (application integration architecture). Please provide the helpful link or document to get it done or mail me your suggestion at [email protected]

    Hi,
    Yes Depot Repair is a module, and you can enable this module if already not enabled using the License Manager. Oracle Depot Module carries the short name CSD.
    In additin to the above, also refer the implementation guide:
    http://docs.oracle.com/cd/B34956_01/current/acrobat/120csdig.pdf
    In order to license a product in Oracle using License Manager, please see following:
    http://myappsdba.com/how-to-license-a-new-product-in-oracle-applications/
    http://www.appsdba.info/docs/oracle_apps/R12/License_Manager.pdf
    Also see:
    How To Use OAM To License JA (Asia/Pacific Localizations), JE (European Localizations), JG (Regional Localizations) and JL (Latin-American Localizations) in Oracle Applications ? (Doc ID 351900.1)
    Thanks &
    Best Regards,

  • How to Integrate Oracle 10g with TIBCO Enterprise for JMS

    Will it be possible to provide a document that will instruct on how to integrate oracle10g with TIBCO Enterprise for JMS
    I needed to Integrate oracle 10g with TIBCO Enterprise for JMS.
    When i searched on internet about how to do it, i found a document on oracle's site which has instructions (in the HOW-TO section) related to integration with OC4J (and not Oracle 10g)
    I have been successfully able to integrate OC4J developer preview edition 10.1.3 with TIBCO enterprise for JMS.
    when i tried with the same instructions to integrate oracle 10g with TIBCO Enterprise for JMS, i could not succeed. The i understood that the standalone OC4J is different from the embedded OC4J in Oracle 10g
    Will it be possible to provide a document that will instruct on how to integrate oracle10g with TIBCO Enterprise for JMS
    Your help will be really appreciated
    Thanks,

    There are how-to documents here: http://www.oracle.com/technology/tech/java/oc4j/1013/how_to/index.html#JMS
    with separate instructions for:
    IBM WebSphere MQ JMS
    Tibco Enterprise for JMS
    SonicMQ JMS

  • How to integrate Oracle Policy Automation (OPA) with E-Business Suite

    Hi All,
    we would like to know, how to integrate OPA to E-Business Suite Modules. we would like to integrate OPA to one of our Public Sector Client.
    Any Pointers / links / documentation, please mail to me on my id: [email protected] or you can call me on my mobile: +91 99897 18865
    Regards
    Chandra

    My understanding is that the standard EBS web service framework can be used to make calls to the OPA Determinations Server, and this is fairly straightforward.
    If anyone has direct experience in this area, it would be good to hear from them.
    Davin.

  • How to Integrate Oracle Projects(EBS-R12) with Primavera P6

    Dear All,
    As i have a requirement that i need to *"Integrate Oracle Projects(EBS-R12) with Primavera P6 for Oracle Projects Accounting ( Costing & Billing ) using Application Integration Architecture(AIA-PIP)"*.
    So kindly suggest me to do the same.
    Thanks in advance for your valuable suggestion.
    Regards,
    Saravanaa

    Vishal, I would recommend that you post this question on the CRM On Demand Integration Development forum.

Maybe you are looking for

  • Itunes wont open or let me delete

    ok so the other day my itunes just stoped working... i have ran virus checks and have done everything i can think of/try'ed lots of things ive read over the internet. my quicktime is up to date, but whenever i click on itunes on my desktop a pop up s

  • Keyboard problems out of the box with iPhone 3g

    My iPhone 3g is showing strange keyboard behavior, typically starts when launching the SMS app. The "P" and Backspace keys, the keys on the rightmost part of the touch area, are non-responsive. The issue will correct itself after 15 mins or so, but i

  • Oracle discoverer ver 9.0.2.39.02 - Error While using  discoverer plus

    Hi, I have installed oracle 9i discoverer ver 9.0.2.39.02 and while tyring to use Discoverer Plus (http://ip:port/discoverer/plus) I get error when creaating a workbook using workbook wizard, if i go thru the steps 1 to 10 It just does'nt do anything

  • EJB environment question (static helper classes)

    We're using JBoss as AS containing several stateless session beans. Now, we have certain helper classes that are abstract and contain static methods. Is this a problem for the EJBs? All of them use these helper classes all over their methods. Are the

  • How can i see the size of the songs listed in iTunes?

    Is there any option to see the size of the songs and albums I have imported to iTunes? I think thats really basic information, but I'm not able to find it...