Tag Archives: workbook

Hello Friends, many of my past work involve integrating oracle discoverer with oracle applications, here there is one of the ways to leverage both to integrate within applications.  How To Open A Worksheet Directly From Oracle Applications Menu ?   … Continue reading

Discoverer SQL: Long Running Discoverer Report Here is a small SQL quite useful to work with discoverer to identify long running reports and start looking into the reason / troubleshooting. SELECT q.qs_doc_name Worksheet,  q.qs_doc_details Sheet ,  q.qs_num_rows Lines,  QS_ACT_CPU_TIME CPU_Time, … Continue reading

Sample Example on How To Extract Worksheet IDs of a Workbook through Discoverer Desktop via the d51wkdmp utility Syntax: d51wkdmp.exe <Workbook_Name> <Output_File> DB <Connect_String>  <Eul_Schema> -f (1) Log into your pc where Discoverer Desktop is installed. (2) Find out the … Continue reading

hello discoverer friends, here a good technical insight within oracle discoverer for scheduled report, what are the tables behind and how they linked. hope you would like n find it useful. do share ur feedback to improve future articles.   … Continue reading

How to Create a Link to a Discoverer Workbook in Apps11i  To create a link from the Oracle Applications 11i home page to a Discoverer workbook that will automatically open Discoverer Plus or Viewer and display the workbook using apps … Continue reading

How to delete scheduled workbooks and results in Discoverer

hello dear friend,

Here is a very good piece on discoverer, how to know the results of schedule reports and insight into it

How to delete scheduled workbooks and results in Discoverer.

 

A scheduled workbook can be setup to run at a particular frequency, e.g. daily, weekly, etc., or it can be set to never repeat. When a workbook is scheduled the following database objects are created:

 

A view is created containing the select statement to create the result tables (e.g. EUL5_B011206161506Q1V1)

 

A table is created for each run with the results (e.g. EUL5_B011206161506Q1R1)

 

A package is created with the run information (e.g. EUL5_BATCH_PACKAGE011206161506 )

 

A job is created to call package at specified schedule intervals (e.g. EUL5_BATCH_PACKAGE011206161506.RUN)

 

All objects have the same unique sequence number in the name.  The R1 tables hold the results of a particular run of a scheduled workbook. A scheduled workbook can have a number of R1 tables, because a new table is created every time the scheduled workbook runs. If deleting the result sets for a scheduled workbook through the Discoverer Plus or Desktop then the R1 tables will be deleted from the database. If deleting the scheduled workbook from the Scheduling Manager then all the database objects will be deleted.

Thanks

Shivmohan Purohit ———— share your feedback