Is there any api for accessing OSB OOTB jms reporting data

hi Experts,
My customer is using osb11.1.1.7, they asked me if osb provides method to access native report data, they don't want to implement report plugin, but need some methods to integrate report data into other applications beyond quering it from osb console.
Best regards

Based on how you described the scenario, it seems like you can implement a Custom Reporting Provider to access the OSB report data and appropriately use it.
Please refer to the example Custom Reporting Provider @ http://www.oracle.com/technetwork/middleware/service-bus/learnmore/index.html for more details and a sample implementation.
I am not a big fan of using the built in DB structure of the reporting tables as it is very generic and does not allow you to create indexes on certain business fields, partitioning etc ...
I would rather prefer to build a custom reporting layer to extend the reporting data and populate a certain set of tables (aligned to my specific business needs, with proper indexes and partitioning to help support the data optimally) and then querying this data to provide visibility to other teams/applications.
Hope this helps.
Thanks,
Patrick

Similar Messages

  • Is there any APIs for FND attachments

    Hi,
    Is there any API for FND Attachments. I would like to load the concurrent output generated as an attachment to the record.
    So I'm planning to write PLSQL to read the file and load in to fnd_lobs. Later I would like this attachment available thru UI.
    Looking for Public or Private APIs to achieve above task.
    Thanks,
    Satya

    Dear,
    I found this very Information Site...
    URL http://www.pvmehta.com/myscript.html
    Hope for future you will get benefit from it...
    Regards,
    Kamran J. Chaudhry.

  • Is there any API for connecting web server and iphone apps

    Hi,
    I have to retrieve data from Web Server and display in my iphone apps. I want to know that is there any API through which i can connect my apps to server and get data.
    One way i know that use NSURLConnection and get XML response and prase it and use it like that.
    So anyone know this?
    Thanks.

    NSURLConnection is straightforward to use. In the mobile world, and especially if you intend to use certain google APIs, I would rather tend to use JSON instead of XML. A great JSON parser for objective-c is here: http://code.google.com/p/json-framework/
    Cheers,
    Marcelo

  • Is there any API for performing Assembly Completion with LPN

    Hi,
    Is there any API available for performing Assembly Completion with LPN..??
    Thanks and Regards,
    Ramnish.

    We had looked into doing something similar, and this post is the closest we found.
    https://community.qualys.com/thread/11816
    Basically you will need a middle-man between Qualys and ConfigMgr to house the data. This may be a new database, or a whole seperate platform. I expect this could easily be done with SQL and SSRS.
    Also note, database edits to the ConfigMgr database are
    not supported  by Microsoft, I would recommend using a central system to pull data from Qualys and ConfigMgr without modifying either.
    Daniel Ratliff | http://www.PotentEngineer.com

  • Is there any API for Shared Members

    Hi All ,
    Can any one let me know whether there is any API function for Shared Members? I could not find anything from http://download.oracle.com/docs/cd/E12032_01/doc/epm.921/html_api/api_c/mac/tocmacfa.htm
    Please do help...Thanks in advance

    I am assuming you are on 9.2 as that is the link you posted, all the details you need are in the docs - http://download.oracle.com/docs/cd/E12032_01/doc/epm.921/html_api/topapilist.htm
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Are there any APIs to access user personalization data from java

    Hi gurus,
    We want to access personalization data for a user from java using API. This includes user mapping also.
    If you are aware of any api please let me know.
    Thanks in advance.
    Regards,
      Pratik Thakkar

    Hi Pratik,
    You can also retrieve a system object and get the user mapping for the system:
    Hashtable env = new Hashtable();
    env.put(Context.INITIAL_CONTEXT_FACTORY,IPcdContext.PCD_INITIAL_CONTEXT_FACTORY);
    env.put(Context.SECURITY_PRINCIPAL, request.getUser());
    env.put(Constants.REQUESTED_ASPECT, PcmConstants.ASPECT_SEMANTICS);
    iCtx = new InitialContext(env);
    ISystem pcdSys =(ISystem)iCtx.lookup(sysId);
    ISystemUserMappingData um = pcdSys.getUserMappingData(request.getUser());
    From this object you can get the user, password and other properties.
    As for personalized values of iView attributes, you can an environmental value before create the initial context to indicate to return personalized value, as follows:
    env.put(IPcdContext.PCD_PERSONALIZATION_PRINCIPAL, request.getUser());
    Hope this helps.
    Daniel

  • Is there any API for pushing update patch related data from qualysguard in SCCM database?

    The problem is that, my company want to integrate SCCM with qualysguard. The qualys will scan for missing patches and will generate a patch report. From this patch report
    required data will be extracted and pushed into the SCCM database.I have sorted out the issue of extracting data from qualys, but I am stuck up at the point of pushing patch data in update repository. I tried searching for some API which could push data in
    database of SCCM, but unable to find. I thought of making my own script to run the sql query but this will ultimately screw the database of SCCM since there may be 60-70 table dependency.
    Please suggest any SCCM API which can help me to push data in its database(particularly in the tables interacting with the update repository). 

    We had looked into doing something similar, and this post is the closest we found.
    https://community.qualys.com/thread/11816
    Basically you will need a middle-man between Qualys and ConfigMgr to house the data. This may be a new database, or a whole seperate platform. I expect this could easily be done with SQL and SSRS.
    Also note, database edits to the ConfigMgr database are
    not supported  by Microsoft, I would recommend using a central system to pull data from Qualys and ConfigMgr without modifying either.
    Daniel Ratliff | http://www.PotentEngineer.com

  • How do I get the Sales Orders Statuses? Is there any API for that?

    Hi!
    I'm trying to track all the statuses of a sales order. I want to get the header status, lines status, holds status, shipping status and the invoiced status.
    Does anyone knows if there is an API for that? Or I'll have to make lots of querys for that?
    I found out the following APIs, but it only returned me Y or N:
    -oe_header_status_pub.get_booked_status;
    -oe_header_status_pub.get_cancelled_status;
    -oe_header_status_pub.get_closed_status;
    -oe_holds_pub.check_holds;
    -oe_line_status_pub.get_pick_status;
    -oe_line_status_pub.get_ship_status;
    -oe_line_status_pub.get_invoiced_status;
    Thanks for the help!

    Hi,
    You can find the status of both SO Headers ahd Lines from the FLOW_STATUS_CODE column in oe_order_headers_all and oe_order_lines_all tables.
    Thanks
    Gowrishankar

  • Is there any API for TouchScreen Programming

    Hi,
    Can any give me information about touch screen api
    in java.
    Thanks & Regards
    Ashok.

    Most computer systems in use do not have a touch
    screen. Of those that do it is a propietary add on.
    There might be a standard of some sort but even so it
    would probably require a specific interface to the
    device. And that suggests that the most likely source
    for a java API will be from the manufacturer of the
    particular touch screen that you are targetting. If
    they don't have one then you can search the net for
    one for that screen or roll your own using JNI.As far as grabbing input i would assume that it processes all events as a mouse. But then again when you assume you make an a** out of u and me. HAHA so funnie
    [Edited by: jdcforumadmin1 on Jun 17, 2002 3:42 PM]

  • Is there any API for deploying WebLogic Cluster?

    hello,
    i am trying to automate the installation and configuration of WebLogic in cluster mode.
    I have found the oracle docs,But they are Of GUI.
    If there is a way to do it using API, please refer the documentation.
    thanks

    Hi ,
    If you want to automate the installation process you can use silent installation option.
    Link :-
    Running the Installation Program in Silent Mode - 11g Release 1 (10.3.6)
    For configuration of domain , you can use  WLST to create domain other than GUI and console mode .
    Links :-
    Creating WebLogic Domains Using WLST Offline - 11g Release 1 (10.3.6)
    Introduction and Roadmap - 11g Release 1 (10.3.6)
    Regards.

  • Is there any product for Archival and purge of my data?

    1. SHould have automatic schedules that run to purge/archive
    2. Keep log of data that is archived/Purged

    1. SHould have automatic schedules that run to purge/archivePlease see this link -- https://forums.oracle.com/forums/search.jspa?threadID=&q=data+AND+archival+AND+tool&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    2. Keep log of data that is archived/PurgedPlease see this link -- https://forums.oracle.com/forums/search.jspa?threadID=&q=data+AND+archival&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Is there any API ( HTTP / WebService ) for listing the objects supported ?

    Hi
    I wish to know if there is some mechanism ( API ) that I can make use of to dynamically get the list of objects ( accounts , leads etc ) supported by Oracle CRM on Demand ?

    How to convert Vector elements into array of objects?
    Is there any API for this?
    For ArrayList class there is Method i.e.
    Object ob[]=arr.toArray();
    But i don't know abt vectors.
    plz give me the example.The toArray() method is available in the List interface. SInce ArrayList and Vector are both implementing classes... they should have this method. In short, the same would work for Vector. Logical, isn't it?
    ***Annie***
    (since when did I start thinking logically...)

  • Is there any API to insert/update RA_TERRITORIES table

    Hi
    I have to create diff territory combinations for new customer creation.
    Is there any API for inserting records to RA_TERRITORIES table.
    I did n,t find any thing related to this.
    Thanks&Regards
    RS

    Hi,
    Thanks for the reply,
    But JTF_TERRITORY_PUB is not updating ra_territories table.
    I think its not useful for my purpose.

  • Are there any API's exposed for SCVMM 2012 which can be accessed via Java?

    I want to monitor the states of VM created using Hyper-V/SCVMM using the Java code.
    I have read that for Hyper-V i need to use J-Interop to acess the API of Hyper-V.
    Does SCVMM also provides API to get the basic information of VM ? If yes then is there any documentation to access it via Java.
    Thank you in advance.

    THE SCVMM API is PowerShell.
    Unless you want to also install Service Provider Foundation (SPF) in front for a web service.
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.
    Disclaimer: Attempting change is of your own free will.

  • Is there any way to access my old my verizon account to retrieve old text messages from my own old account from 8 months ago?  I am getting a divorce and I need info off of that account for my hearing to prove what he did.

    Is there any way to access my old my Verizon account to retrieve old text messages from my own old account from 8 months ago?  I am getting a divorce and I need info off of that account for my hearing to prove what he did.

    What do you mean by "when I brought the messages up back in March"?
    Were the messages on your phone? Simply because messages are on your phone does not mean they are still on Verizon's servers. You use internal phone memory to store messages on your phone. The messages do not stay on Verizon's servers until you delete them from your phone.
    On the other hand, if you still have your phone and have not reset it since you stopped using it, the texts may still be on your phone. Good luck.

Maybe you are looking for

  • Need help in SQL Select

    Hi All, I'm using the below script in conc.pgm to get some data Prompt ROllNO, DEPT, Amount, Store; SELECT ' ' || ROLL_NO || ', ' || DEPT || ', ' || Amount ||', ' || Store FROM XXX; And the output looks like this, ROll NO, DEPT, Amount, Store 101,   

  • Get old Aperture library into iPhoto without need to upgrade Aperture first?

    I've my photo libraries in an old Aperture format. I didn't upgrade to Aperture 3, because I didn't get a new Mac until recently. Now with Yosemite my old Aperture app can't be installed anymore (neither old iPhoto). So I've not an old Aperture libra

  • Access point Nokia messaging.

    I have a N97 mini.  How to delete access points in Nokia messaging? I have the latest version. I have Internet as access point. I have set Internet to ask before connecting as I want to use  wi/fi when possible. Despite that Messaging connects with 3

  • Exclamation mark-will they go on ipod?

    hey, i have just bought an external hard drive, and i have my music on there, and on my computer. however i would like to delete it off my computer nad just keep it on the external hard drive. i am getting exclamtion marks by my songs, as iTunes must

  • Epson Stylus Pro 4800 with 10.7.5 - yellow printouts

    Since getting a new imac I am unable to get a good printout. all the printouts are yellowish, with red flaring and type is green (see images below). I first thought my print heads were clogged due to lack of use but I had it serviced and the nozzle c