GeekInterview.com
Series: Subject: Topic:
Question: 15 of 165

What are dynamic reports? How will you create them

Asked by: rafioracledeveloper | Member Since Jun-2008 | Asked on: Jun 3rd, 2008

View all questions by rafioracledeveloper

Showing Answers 1 - 1 of 1 Answers
asifinet

Answered On : Feb 15th, 2013

View all answers by asifinet

Dynamic Reports are the Reports which is based on the GLOBAL_TEMPORARY TABLE. can be used in BEFORE RUN REPORT Trigger to populate the Data into that table by calling function/procedure. After report is generated you can use commit; statment in the AFTER RUN REPORT Trigger to clear off the Table release the Storage from the Temporary Table. Please check the Command how to create the Global Temporary Table below.

CREATE GLOBAL TEMPORARY TABLE admin_work_area
(startdate DATE,
enddate DATE,
class CHAR(20))
ON COMMIT DELETE ROWS;

  
Login to rate this answer.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

Related Open Questions

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.