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

Similar Messages

  • Recommendations for reporting tools for Ora Payroll

    Hi
    My client has installed Oracle PAY as a vanilla solution (Fast Forward) to a old Rebus legacy system. I'm currently putting together a fit gap analysis on reporting requirements.
    Many of the standard payroll reports are replicated by oracle. But the legacy system is also used to provide reports on a ad-hoc basis. The old system intergates and produces basic reports.
    Considering that the only module available at moment is PAYROLL what options have I? Can I look to sponsor the purchase of some reporting software?
    Thanks
    M

    The offical answer from Oracle for end user reporting is Discoverer. There are other cheaper options and if you wanted a 'stop gap' you may be better with them. In terms of support we would always recomend an 'all' Oracle solution so Discoverer (Disco in slang) would be the route.
    Not sure about your question but it looks like you need to pull data from both systems onto one report is that right? is the other system Oracle based? or do i have that compelely wrong?
    Many standard Oracle reports are written in Oracle Reports. These are great for technical people to design and then user to run. Oracle reports is not an end user tool.

  • Attaching Variable to the Library for Report Painter for Cost center report

    Hi,
    I want to attach the Variable - "Cost element group" to the Library for Report Painter for getting Cost center report. The Cost center report should be cost element group wise with actaul, budget and variance. Please let me know the process.

    hi..
      I think you have to first define Attribute mis as "V" in Cost element master basic data tab for the elements you want to capture as varible.
      Then make a Cost element group / set in KAH1/GS01 and use it in your report.
      kkumar

  • [Reports]   The best reporting tool for JDeveloper 10g

    Hi,
    Which is the best reporting tool for JDeveloper 10g: JasperReports, Crystal Reports or something else? I want to build parametric and rather complex reports but I don't know which tool offers more features, flexibility, ease of use , ... . I've built some simple parametric reports using JasperReports and JDeveloper 10g but I think it's not so productive and may need something more, maybe iReport. Does anyone have any ideas?
    S/\EE|)

    Hi Saeed,
    I'lm using Jasper too, and here is an example of how i pass to it some variables:
         <parameter name="theWantedId" isForPrompting="false" class="java.lang.Integer"/>
         <queryString><![CDATA[SELECT field1, field2 from table1 WHERE table1.field1 = $P!{theWantedId}]]></queryString>And in a bean (or other java code from which the template is called)
            Map parameters= new HashMap();
            parameters.put("theWantedId", findSelectedId()); // return the ID of the object to print
            JasperDesign design =
                JRXmlLoader.load(myTemplate); // First load template from the Blob table in an inputstream
            JasperReport report =
                JasperCompileManager.compileReport(design);
            InitialContext initialContext = new InitialContext();
            DataSource ds = (DataSource)initialContext.lookup("java:comp/env/jdbc/MYDATASOURCEConnectionDS");
            Connection conn = ds.getConnection();
            JasperPrint print =
                JasperFillManager.fillReport(report, parameters, conn);Hope that can help, if you need more information please ask,
    Best regards,
    Tif

  • Report tool for OWB

    Can we use cognos as a reporting tool for Oracle warehouse builder?
    Prasath.

    There are two answers to this depending on what your question:
    1) Can I use Cognos to write reports against the OWB repository? Yes you can. There are a series of public tables that expose the key elements of the OWB repository covering, configuration, metadata, data quality, and deployment.
    For data quality there is an Application Express sample bundled with OWB that provides a starting point for data quality reporting.
    For more information see the following link on the OWB OTN home page:
    Oracle Warehouse Builder 10gR2 and Metadata Reporting
    http://www.oracle.com/technology/products/warehouse/pdf/OWB10gR2%20and%20Metadata%20Reporting.pdf
    2) Can I register Cognos reports within OWB to benefit from OWBs metadata impact analysis features? Yes. You can extend the Warehouse Builder repository to cover additional objects such as Cognos reports and their content to provide a complete front to back, back to front impact analysis environment.
    For more information see the following link on the OWB OTN home page:
    Repository Extensibility Cookbook
    http://www.oracle.com/technology/products/warehouse/pdf/Oracle%20Warehouse%20Builder%2010gR2%20Repository%20Extensibility%20Cookbook.pdf
    Hope this helps
    Keith Laker
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/

  • ALD API and ALD (Advanced Layout Designer) as a reporting tool for AddOns

    Dear all,
    as per SMP "ISVs and VARs can integrate combit's List & Label functionality into any SAP Business One Add-on without additional combit license fees", so am i right it means that LnL (ALD) has an API which allows to manipulate it right from SBO AddOn?
    and yes, according to the combit site (e.g., http://www.combit.net/en/page1077.aspx?action=display&articleid=KBTE000662) this really has API.
    so the questions are:
    1. does anybody has any expierence with ALD as a reporting tool for the SBO AddOns (ALD API expierence)?
    2. does anybody has any samples (how to call ALD API from AddOn)?
    3. are there any elearning materials at the SMP regarding ALD API usage from the AddOns?
    4. is ALD API available for the SAP 2005 SP01 as well as SAP 2007 versions?
    please comment on this with your point of views and some attitude
    thank you and kind regards,
    A.

    Hi Alexey,
    I've got ALD running at sites (2005A SP1).
    1) ALD is certainly more powerful than PLD in terms of presentation and formulas. The only limitation I came across was that you can only have 1 data table in a report (unlike other report writers like Crystal or Reporting Services). Also, working with special lines and serial/batch data in marketing documents is overly complex in my opinion.
    2) There were some samples attached to SAP Notes. I'm afraid my samples would be useless because you'd have to have the same UDFs and my reports are quite site specific.
    3) I've never seen ALD learning material from SAP but there was a decent enough manual that came with the addon.
    4) Not sure. I think you'll need to ask Combit directly.
    Pros:
    a) I particularly like the sound of the API although I haven't had a chance to look at it yet
    b) Some nice built in features like labels and the ability to create layouts for user queries (...PLD is capable of doing this, just not very well )
    c) Software is part of 2007A (ie no additional license fee)
    d) Integrated with SBO
    Cons:
    a) The integration is not perfect (eg if you use the SBO Mailer then report attachments still use the PLD layout and not ALD).
    b) A bit buggy at times (although this was on an early 2005A version)
    c) Formulas use a C++ type syntax which can be confusing for those not used to it though there is a formula builder to help out.
    d) No reports built in. SAP/Combit should be considering having all marketing documents and maybe some other key reports built in as standard.
    All things considered, ALD is worth looking at if PLD is not up to the job.
    Hope that helps,
    Owen

  • Best Usage reporting tool for SharePoint 2013 (onpremises)

    Please suggest me best reporting tool for SharePoint 2013 on premises.
    Need to get site usage summary for any time in last one year.
    Need to get library/list usage summary for any time in last one year. etc.
    How many peak hits and unique no of users across all levels.
    Thanks, Ram Ch

    Hi Ram
    We have two links “Popularity Trends” and “Popularity and Search Reports” in the site settings. By Clicking on the two links we can view the usage reports in SharePoint 2013.
    More references:
    http://technet.microsoft.com/en-us/library/jj715890(v=office.15).aspx
    http://sureshpydi.blogspot.com/2013/06/usage-reports-and-popularity-trends-in.html
    http://blogs.msdn.com/b/chandru/archive/2013/08/31/sharepoint-2013-web-analytics-report-where-is-it.aspx
    http://www.prweb.com/releases/2012/8/prweb9821144.htm
    Amit Kotha

  • Reporting tools for idoc

    hi,
        can anybody tell me what are the reporting tools for idocs.
    thank you very much.

    Hi,
    Can you make your question a little clear, i mean what do you actually mean by saying reporting tools for idoc.
    regards,
    Syed

  • Reporting Tools for Hyper-V 2008 R2

    Are there any documenting or reporting tools for Hyper-V 2008 R2?  I just need to get a list of all VM guest running and their associated VHD files along with where those VHD's are stored. 
    Thanks!
    Kristopher Turner | Not the brightest bulb but by far not the dimmest bulb.

    Sam,
    Thanks, we are at the start of an upgrade from 2008 R2 to 2012 R2.  Just needed an easier way to pull information about the current environment like what location each VHD for each VM is located and if there are any snap shots saved, etc. 
    Just planning ahead to help make the migration easier.  The current environment is a mixture of CSV's and direct LUN's.  So it should be interesting when we start our migration planning.
    Noticed you are from the King of Prussia area?  Just spent a few weeks over at the Hilton Garden Inn at Valley Forge. 
    Kris
    Kristopher Turner | Not the brightest bulb but by far not the dimmest bulb.

  • How to develope application for converting excel data into oracle database

    I am very new to the oracle world. I want to develop application for converting excel sheet into oracle database using oracle forms. I have basic knowldge of oracle but i am totally new to the forms. Can anybody tel me step by step procedure to do this task? Please help me out in this problem.
    Thanx in advance.

    Hello,
    just do a "Search" in this forum with words "excell to oracle"... and you could find lot of posts about that, i.e.:
    Re: How to load excel-csv file into oracle database
    Jose L

  • Performance tuning for siebel CRM application on oracle database

    Hi,
    Please send me the link for Performance tuning for siebel CRM application on oracle database. If there are any white papers please send me the link.
    Thanks,
    Rajesh

    Hi,
    This metalink document is very useful, if you have any other documents or links please inform me.
    Thanks once again
    Rajesh

  • ABAP access key  & install step for  IDES ECC 5.0 oracle database

    Hallo
    if you have installation guide/steps for IDES ECC 5.0 (Oracle database) then please send me. also if you have ABAP access key for the IDES ECC 5.0 (SQL 2005 database) . My system details as
    SID=ERP
    instance no=00
    host=sapsrv
    database=SQL 2005
    Waiting for faveroable reply

    I really appreciate response for my question.
    I am trying to install a non-IDES version of ECC 5.0 (central, database, and dialog instances).
    Questoin : Do I need install Solution Manager 3.2 on the same server where I am installing ECC 5.0?

  • Reporting tools for the Business user - Crystal reports or BEx tools ?

    Hi,
    We have recently implemented BI/BO infrastructure. Scope of the inital implementation was an executive dashboard based off COPA data. We have used Xelcisus for dashboard and BEx tools for query design etc.
    We would like to set up some of our key business users (analysts in respective functions) to be able to write their own queries off this COPA cube. The discussion point is whether to roll out Crystal reports for business users or have them trained on BEx tools i.e BEx query designer/analyzer.
    Any inputs to my question "Crystal Reports or BEx tools for the Business users - pros and cons", is appreciated.
    Thanks,
    Girish

    Our user currently do not have anything.  It's fresh implementation. We would like to get the business users involved. The question is - what's the best start for a business user - Crystal Reports or Bex ?

  • Reporting and Report tools for CCM

    Can anyone point me in the right direction or give me some suggestions on reporting in CCM. To be a little more specific; for example if a few users complain they are tryin to make outbound calls, and getting a busy signal, is there any reporting tool that I can use to pinpoint the problem or eventually be able to say, hey we need another phone line, etc...
    Also. User calls can complains that the calls they are making lack in quality, how do I report on this or research?

    In order to determine if there are any records in the Structured Query Language (SQL) database, complete these steps:
    Choose Start > Programs > SQL > Enterprise Manager > Microsoft SQL Servers > SQL Server Group.
    Choose Publisher Server > Databases.
    Choose CDR > Tables. Right-click the CallDetailRecord table.
    Choose Open Table > Return All Rows. Determine if there are any records.
    If many records appear, complete this procedure to remove records from ART:
    Choose Programs > SQL Server > Query Analyzer. Log in and choose ART database.
    Run these queries:
    delete from Tbl_Load_History
    delete from Tbl_Dump_PkID
    delete from Tbl_Error_Id_Map
    delete from Tbl_Billing_Data
    delete from Tbl_Billing_Error
    delete from Tbl_Dump_CallDetailRecord
    delete from Tbl_Dump_CallDetailRecordDiagnostic
    This forces ART to get all the old CDRs into ART in the next scheduled loading time. By default, CDR data is loaded every day from midnight to 5 a.m.
    Restart the CDR Insert and DBL Monitor Services from CCM Administration > Application >Cisco CCM Serviceability >Tools > Control Center.
    Refer to the How can I manually purge the ART database? section of CallManager Issue Resolution with CDR and ART FAQ for more information.
    Note: Information deletes from the ART database but not from the CDR.
    Note: If you do not see any records, there are no CDR entries for that time and date range. Determine if conditions are met for CDR generation. CDR records are generated in these circumstances:
    The service parameters CdrEnabled and CallDiagnosticsEnabled are set to True.
    The call is established and has a talk duration greater than 0.
    The call fails and has a cause code that reflects the error.
    In order to set the service parameters, choose Service > Service Parameters, and make sure that the service parameters CdrEnabled and CallDiagnosticsEnabled are set to True in all of the Cisco CallManager servers, both publisher and subscriber.

  • Reporting Tools for Flex

    Does anyone know of Reporting Tools that integrate with Flex
    2.0 that display reports in PDF, HTML, FlashPaper, or other
    formats. Does someone from Adobe have some ideas on ths

    ColdFusion, assuming you're using it, has an excellent report
    engine. The report builder is also a free download. It supports
    each of the formats you've described and reports can be invoked
    from your Flex app with a simple link to a web page containing the
    "cfr" file (or a variety of other ways).
    Allegedly, if you need to do more complex reporting (multiple
    nested sub-reports, for example), an enterprise class tool like
    Crystal might be more appropriate. I find Crystal a bit cumbersome
    and it will be FAR more expensive than CF's report builder. I've
    used the CF report writer since its release (about two years
    now???) and I've yet to encounter a reporting requirement it
    couldn't handle. Sure it misbehaves sometimes and is a little
    buggy, but I think it gets a lot of bad press it doesn't deserve.
    And you can't beat the price if you're a CF user!
    Thanks,
    M. McConnell

Maybe you are looking for

  • How to get the variable value in a flatfile

    I have some 2 line string in a variable I wanted to see this value in a flat file. Thanks, Narthan

  • Bridge shows an image 72 ppi, but when I open the same image in Photoshop (CS5) it is showing 96 ppi???

    Just reloaded Windows 7 last week, and reinstalled CS5.  I don't remember this happening before the reinstall. Is there a setting I am missing? Thanks in advance!

  • How to register a custom plsql code

    Hi i have wrritten a custom plsql code for my Overtime entries validation for payroll processing. Can any body tell me how to register it in application. Secondly i want to get the output file generated by report submission on my desktop.i want to kn

  • Updating Yosemite without Screen

    I have my Cracked screen MacBookPro hooked up to a external monitor, I was wondering if I update Yosemite, could I be able to set up my computer when I am looking into a external monitor. Please help and please give me feedback fr

  • I cant reset my Ipod on Itunes

    I reset my Ipod becuse i couldnt see my ipod in Itunes. Now it says i need to connect to Itunes. It can reset on Itunes but when its done, it says i shall connect to Itunes again, when i do that, the same happend again and again. What can i do ?