Tracking Discoverer Report and User

Hi
Is there a standard process or a query which helps us to monitor the list of Discoverer reports running (or scheduled) and the users who are running it,
Please let me know
thanks for the time
Regards
Ramesh Kumar S

Additionally, If using Discoverer 10g, then you can use Enterprise Manager Application Server Control to monitor information as well.
Click on the Discoverer link, then the performance link.
Check out:
http://download.oracle.com/docs/html/B13918_03/maint.htm#sthref307
5.7.1 How to monitor summary metrics for all Discoverer client tier components

Similar Messages

  • Tracking Discoverer report and the Users

    Hi
    Is there a standard process or a query which helps us to monitor the list of Discoverer reports running (or scheduled) and the users who are running it,
    Please let me know
    thanks for the time
    Regards
    Ramesh Kumar S

    Hi,
    You can use the following query to identify distinct Discoverer 10g Viewer / Plus users in the E-Business Suite database:
    select distinct(substr(module,10,instr(module,':',1)-10)) from v$session where module like 'Disco10%';
    Alternatively, you can use the following query to see all Discoverer 10g connections in the database:
    select sid,serial#,osuser,terminal,module from v$session where module like 'Disco10%';
    Rgds,
    Rakesh.

  • Discoverer Reports and OBIEE

    Hi,
    Our Company has some Discoverer Reports and we would like to convert those reports into OBIEE. Has Oracle provided any migration or conversion utilities for this excercise? Please let us know.
    Thanks and Regards,
    -G

    Hello
    It depends how simple your workbooks are. The more complex they are the more difficult they are to migrate and some Discoverer features will be lost during the translations. Some Discoverer features will not migrate at all.
    At this moment in time, with the current state of DOMA, I am coming down on the side of starting from scratch with OBIEE. There are, in my opinion, just too many of Discoverer's nice features that will not migrate. Starting from scratch will allow you to take advantage of all that OBIEE has to offer. Migrating could limit you to what Discoverer had to offer.
    You could try a migration and see how much work there is still left to do. However, before you can do that you will need to upgrade Discoverer to 10.1.2.1 at the minimum. If you have already upgraded Discoverer to 10.1.2.1 or 11g you should be able to migrate the metadata. The only supported OBIEE version at this time is 10.1.3.4.1. After you have migrated to 10.1.3.4.1 you can then upgrade it to 11g.
    Best wishes
    Michael

  • Scheduling Discoverer Report and distributing Discoverer Report Output

    Hi,
    We are using discoverer (Along with Oracle HCM R12) and would like the  END USER to schedule the reports by themselves.
    There is an option to schedule the report, and also an option to share it to chosen users/ responsibilities.
    We scheduled one report and also set the sharing option to share with others but it seems the report executes but doesn't get sent out by email to the END USER's email id.
    Any ideas / thought on this please?
    NB: We are looking to distribute Discoverer Report Output from scheduled Discoverer reports...not looking to share the report with other users/ responsibilities.

    Hi,
    My bad,  Sorry as I was speaking on EBS terms.
    Anyways, please see if the following thread helps you:
    https://forums.oracle.com/message/4485585#4485585
    https://forums.oracle.com/message/2777847#2777847
    Also see the forum search:
    Forum Search: Share report
    Thanks &
    Best Regards

  • Report and user statistics display in Obiee report

    I have a requirement in OBIEE like i need to generate a report and that report has to display some valuable information dynamically.
    The report consist following column info...
    Report Name|Report Folder|Report Path|Description|Description ID|Owner|Subject Area
    Header 1
    Header 2
    Header 3
    Header 4
    Header 5
    Header 6
    Header 7
    Header 8
    Header 9
    Report Name
    Report Folder
    Report Path
    Table
    user
    Unused ColumnIDs
    Column Created
    Report Creator (user)
    Report last modified
    like etc..........
    SO, the above said fields has to be update and provide dynamic data in the report. (Also those  field info is not available in Usage tracking table so we need get those information from Catalog manager also...........)
    For this I have one alternate idea like to get the solution by planning to get this solution by CSV file.If you would provide any solution like CSV get updated dynamically from Catalog manager it would be a great thing to me....Your help is highly appreciated.
    How to implement this requirement ............could you provide a right path to achieve this solution.
    I hope yours alternative solution.

    Thanks for the reply Yannick.
    We have install/configure WebCenter analytics and activity graph.
    Wehave added Login Metrics in our Group Space and we are getting default login count for specific time frame but when we define a filter under User Property of any property like city, department name, phone title etc after refreshing data it is giving error like
    WCS#2011.03.31.12.47.31 : Irresolvable error(s) occurred. You may want to contact Administrator with the error reference.
    Please help how to solve this.

  • Tracking Discoverer Reports Usage, which table contains that?

    Hi there:
    Just wondering if anyone here knows which table that contains the discoverer reports. I'd like to come up with a list of all reports that have been created, when they get created and also how frequently they are used.
    Thanks
    Hui

    Here is a query to identify workbooks:
    List of Workbooks
    SELECT doc_name "Workbook",
    doc_developer_key ,
    doc_description "Description"
    FROM eul_owner.eul5_documents
    WHERE eul5_documents.doc_name LIKE '%&enter_workbook_name%'
    ORDER BY doc_name
    With respect to workbook usage, try this:
    SELECT a.QS_DOC_OWNER USERNAME,
    a.QS_DOC_NAME WORKBOOK ,
    a.QS_DOC_DETAILS WORKSHEET ,
    MAX(a.QS_CREATED_DATE) LAST_USED
    FROM EUL_OWNER.EUL5_QPP_STATS a,
    EUL_OWNER.EUL5_DOCUMENTS b
    WHERE a.QS_DOC_NAME = b.doc_name
    GROUP BY a.QS_DOC_OWNER,
    a.QS_DOC_NAME ,
    a.QS_DOC_DETAILS
    The Oracle Discoverer 10g Handbook in appendix A discusses many of the EUL tables.

  • User Login Count Report and User Contribution Reports in Webcenter Spaces

    Hello All,
    We are using Webcenter 11.1.1.4 and we have integrated with Active Directory and we are also able to login to webcenter Spaces using AD users.
    Now as an Administrator We want to generate a report specifying how many times a particular user has logged-in for a specified period of time.
    We have also integrated UCM with webcenter and Our 2nd requirement is how to generate a report specifying how many documents a particular user has contributed or accessed within a specific interval of time.
    How to generate such reports. Please help.
    Thanks

    Thanks for the reply Yannick.
    We have install/configure WebCenter analytics and activity graph.
    Wehave added Login Metrics in our Group Space and we are getting default login count for specific time frame but when we define a filter under User Property of any property like city, department name, phone title etc after refreshing data it is giving error like
    WCS#2011.03.31.12.47.31 : Irresolvable error(s) occurred. You may want to contact Administrator with the error reference.
    Please help how to solve this.

  • Scheduling of Discoverer Reports and emailing output to multiple recipients

    Hi,
    Is is possible using Oracle Discoverer Server (Plus and Viewer) version 10.1.2 to schedule workbooks and then have the output of the scheduled workbooks emailed to multiple email recipients at the time the scheduled report completes?
    Kind regards,
    Leigh.

    hi,
    Within the discoverer tool there is no functional sulotion to email scheduled reports.
    This issue came up several times in the past to this forum,
    the solution is to use a third party tool that once the scheuled run is completed the third party tool will collect the output file and mail it.
    the workaround is described in MOS [ID 373812.1] How to Schedule Reports to Run at a Specific Time and Automatically E-mail The Output
    Tamir

  • Reports Executed from SA38 and user name

    Hi,
    I wanted to find the reports executed from sA38 and the user name who did it
    We are able to get the information from STAD, but we are able to get only one day's data
    Please let me know if there is any table , where i can get the information of all the list of Reports and users executed from SA38
    Thanks in Advance

    Hello Balaji
    you need to turn on audit log ...through sm19 you can to that,not only the user but report name
    which is executed is also available when you turn on the audit (sm19),after that you can check
    the daily audits by tcode sm20.so browse for it...you may get more information.
    regards,
    Manjula.

  • Discoverer Report - Drill down

    Hi Friends,
    initially I have executed the discoverer report and got the data in 5 min, but when I am trying to drill down for some column the same report It is re-executing the query again. Actually while doing drill down it should not re-execute the query.
    Kindly suggest is there any setting/solution for the same.
    Regards
    Pankaj

    Are you drilling down by choosing the 'drill to related item' or something like that?
    Or are you using a hierarchy that you've set up already?
    I'm asking as I've never like the drill-down concept in Disco in that you get all columns back in another worksheet that's totally ugly and not end user friendly.
    However, when I've set up a hierarchy and drilled down the hierarchy it just opens the new rows within the level I'm at in the same worksheet and doesn't seem to take any more time.
    Russ

  • Very very urgent Discoverer reports for non oracle applications

    Hi,
    My client is using discoverer 10g with R12.He is using different non oracle applications like BRM Application (database is oracle only) for that they wants to develop discoverer reports.It is possible to integrate with non oracle applications with discoverer.
    Can you please suggest me.It is very very urgent.
    Thanks & Regards.

    Hi
    You're really not supposed to manage a non-Apps mode EUL and an Apps mode data within the same URL. Having said that, I have a hunch you just might be able to do it and there are 2 ways. You can either make the data available to user who login using E-Business Suite credentials or you can make it available to users who have database credentials. The first one is straightforward and you do it just like any other data. Let me give you some hints regarding the second method.
    First of all I ahve not personally tried this and you may find that because Discoverer was initially set up in Apps mode that somewhere down the line it will make the suers connect this way. However, the following is worth a try.
    I would a new schema in the Oracle E-Business database to manage the link to BRM and create a database link from this user to a user in the BRM database. You will also need to create user accounts within the database for anyone who needs to login and run BRM reports.
    Next, I would create views in this new schema pointing at data across the BRM link, thus allowing Discoverer to think these are local objects.
    In Discoverer Administrator, you would need to log in to Discoverer using the owner of the EUL - NOT using SYSADMIN or any of the other E-Business Suite accounts. You should log in with the Oracle Applications checkbox unchecked. You can now create new business areas on the BRM data. You should also be able to assign users to Discoverer privileges and users to business areas.
    Using the same URL you would have Apps users connect using the E-Business Suite item on the drop-down for logging in and you would have BPM users choose the Business Intelligence Discoverer item.
    Let me know how you get on
    Michael

  • Discoverer Report Totals

    I am using multiple tables in a discoverer report and using group totals. The total headings appear on the report but not the totals.
    Also, when using multiple tables in discoverer, how do you determine which table is being used as the primary read?
    Thanks

    I am using multiple tables in a discoverer report and
    using group totals. The total headings appear on the
    report but not the totals. ----- Which type of total are you using ? Make sure that the 'Data points' are Numbers. Also, make sure to change 'Show NULL values as' to 0
    >
    Also, when using multiple tables in discoverer, how
    do you determine which table is being used as the
    primary read?----It is determined by the joins. You can specify master-details joins.
    Cheers!
    Yogini

  • Discoverer reports migrated into OBIEE

    HI,
    One of my client is having some discoverer reports and he wants to migrate it from Discoverer to OBIEE. Can any one give me some info that how to migrate those into OBIEE.
    Is that we need to develop a new rpd ?
    Regards,
    Mall
    Edited by: user10675696 on Feb 3, 2013 9:06 PM

    Hi,
    check this link for more info:
    https://blogs.oracle.com/robreynolds/entry/discoverer_migration_to_obiee
    For the steps,
    http://www.bgoug.org/upload/events_files/37_Migrating_Disco2BIEE_FinOUG.pdf
    Thanks,
    Vineeth
    Edited by: Vineeth. K.M on Feb 3, 2013 9:11 PM

  • Discoverer Report - SQL Query to retrieve list of parameters

    Hi
    We have around 100 Discoverer reports and I'm trying to find the list of parameters used in each report.
    Is there any SQL query that I can use to find the parameters used for each report
    or
    should I open the reports one by one to fetch the list of parameters used.
    I checked the tables in EUL4_US schema but no luck.
    - Amarnath.K

    give this a try for starters. It looks at the custom folders defined in the business area, which is where any LOV's defined for you parameters would be. As far as looking at the workbooks themselves, no, there is no way to do that in sql.
    select
    decode(eb.ba_created_by,'ORACLE_APPS','Seeded','Custom') Origin,
    eb.ba_name business_area,
    eo.OBJ_TYPE,
    decode(eo.obj_type, 'SOBJ','From Database', 'CUO', 'Custom Query', 'COBJ', 'Complex Folder', eo.obj_type) obj_type_desc,
    eo.OBJ_NAME folder,
    eo.OBJ_DESCRIPTION folder_description,
    decode(eo.sobj_ext_table, NULL, NULL, eo.obj_ext_owner || '.' || eo.sobj_ext_table) base_object,
    decode(es.seg_obj_id, null, UPPER(trim(eo.obj_object_sql1)||trim(eo.obj_object_sql2)||trim(eo.obj_object_sql3))
    , UPPER(trim(es.seg_chunk1) || trim(es.seg_chunk2) || trim(es.seg_chunk3) || trim(es.seg_chunk4))) SQL
    from
    eul4_us.EUL5_BAS eb,
    eul4_us.EUL5_objs eo,
    eul4_us.EUL5_BA_OBJ_LINKS ebol,
    eul4_us.eul5_segments es
    where
    eb.BA_ID = ebol.BOL_BA_ID and
    ebol.BOL_OBJ_ID = eo.OBJ_ID and
    eo.obj_id = es.seg_obj_id (+) and
    decode(eb.ba_created_by,'ORACLE_APPS','Seeded','Custom') = 'Custom'
    order by
    /*decode(eb.ba_created_by,'ORACLE_APPS','Seeded','Custom'), */eb.ba_name, ebol.BOL_SEQUENCE, es.seg_sequence

  • Crystal Reports and Authorization Problems

    I am having an issue with Crystal Reports and User Authorizations.
    I was build a Crystal Report and import into SAP Business  One (SBO 8.8 PL18 HF). After that i give full authorizations for this report in some users. Then if the user login in SBO and choose to see the report his has the following error
    You are not permitted to perform this action - "The name of the Report " [Message 200-30]
    or
    You are not permitted to perform this action - "The name of another Crystal Report " [Message 200-30]
    This happen also if I edit a crystal report and re import the new version.
    If i change the user to Super User  then there is no Problem but i don't want something like this. Is something going wrong with Import Crystal Report and SBO menu items?
    Any Idea?
    Thanks In advance
    Edited by: Apostolis Andrikos on Feb 17, 2011 1:25 PM

    Hi Balakumar,
    I had tried also with the way that you suggested...
    Only if I give full authorizations for all the modules itu2019s possible for the user to open the crystalu2026
    And I said possible because sometimes with full Authorizations everything it is ok and sometimes not.
    The most strange thing is that if I choose to open a Crystal Report  the display error as i said before is
    for another Crystal Report in SBO menu.
    e.x I choose to run a Daily Cash Report from the User
    and the ERROR Said
    "You are not permitted to perform this action - Outgoing Payments Message 200-30"
    Thanks for your Response

Maybe you are looking for

  • PRODUCTION ORDER STATUS AFTER CO11

    HELLO ALL, I WANT OT KNOW THE STATUS OF PRODUCTION ORDER AFTER CONFIRMATION. If X prodcution order has been confirm on shop floor. and submited to QC. Next step is quallty inspection,then it will go to  finished goods store, then despatch. How can i

  • Index not being used in access path

    Hi, I have been trying to rewrite a query which currently is taking almost 1min and 25 secs to execute. The database version is 11.1.0.7. The query is - SELECT COUNT(1) FROM TAB1 p WHERE p.ACODE = 24377 AND NOT EXISTS (SELECT 1 FROM TAB2 ph where ph.

  • No video when using a movie edited in iMovie

    Hello i need some help. I imported and edited a movie in iMovie which I know would be too big to make in iDVD so I decided to use Toast 7. I got the QT movie from the iMovie file and dragged it to Toast to make the DVD. It encoded it just fine but wh

  • Cant Edit?

    I just got Aperture for Christmas. Im familiar with photoshop. But for some reason I cant get Aperture to work for me. When I opened the program, after installation, I imported a few RAW images from my CF. They were imported into the projects. I clic

  • Portfolios

    Hi Friends!!!!!, How we can add our Portfolios in the Adobe Future Artists list.If you know anybody, Please tell me what is the process. Thanks Alot...... Hanumanth