Store the rendered result

Hello.
I'm wondering if there is a way to take the reuslting image, after the shader is done with it, and store it as a bitmap.
ave a application where I have a bunch if images(bitmaps) that I put on the scene on top of each other. Then I apply my shader on them as a blendShader. The final result is a nice blend of all the pictures. This works fine if I use 10-20 pictures. But what if I would like to blend 200 pictures, then It will be very heavy to preocess. The best would be if I could, after placed let's say 10 pictures on the stage, the store the result in a bitmap. So when I wan't to blend picture 21-40 i just place the bitmap I "created" first that cointains alll previous blends.
I guess that the shader don't alter the bitmapdata , it only affect the drawing?
So i'm basicly wondering if it's possible.
//Sectoid01

You can use shader job to have a target bitmap destination that you could cache.
http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/display/ShaderJob.html
You might have to do your own blending in that case though. There might be a trickier way to get the bits out of a display object, like using the BitmapData property through the  IBitmapDrawable interface, but that wouldn't let you grab the data from the middle of the stack. I think you'd need to do your own blending to do what you want.

Similar Messages

  • Where should I store the rendered files?

    (My Color projects are in "Documents")
    Where should I store the rendered files?
    On my external HD with my FCP media? Or on my Hard Disk is fine ?
    Can I calculate that 1 Go of DV NTSC = 1 Go of rendered file in 10 bits?
    Many thanks

    this came up as a topic at a recent FCPUG seminar.
    Since the dawn of time, it is recommended practice to keep your media off the application drive.
    The more disks you have spinning, the better the chance that you will get the data throughput rates that will support the demands of your media. Whether that's a RAID or a JBOD, its up to you how you value your time and assets.
    I keep things as 'external' as possible, mostly because clients are anxious to get the material back, but I'd have to keep moving stuff around just to maintain the space. And I still have to get merciless with all the temporary FCP render stuff.
    jPo

  • Store the previus result in one loop

    Hello,
    I need to work with the previus result of one function in one loop. How could I do it???
    Really that I must to do Is compare the temperature in one moment with the previus moment temperature, and Could I to store the most up of them and accept to it the next time that I call this loop??
    Could someone help me???
    Thanks
    Gonzalo

    Gonzalo,
    please take a look here.
    Norbert B.
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Store the query results

    Hi,
    I have a sub-query,which occurs 8 times inside 8 different case conditions .Is there any way that i can execute it once and store the results for further use,,, so that next time i directly get the results of the query without having to parse it and execute it..I think this would improve the performance
    The subquery is
    WHERE mid =
                                  (SELECT childmid
                                     FROM mfamily
                                    WHERE relation = 'FUNDCREDIT'
                                      AND parentmid IN (
                                             SELECT mid
                                               FROM batch_subset
                                              WHERE pk_batch_subset =
                                                                mi.pk_batch_subset))Any suggestions ,help from all you masters.. i would be grateful

    Here is the complete query
    SELECT (CASE
               WHEN (NVL (mi.host_deal_nb, ' ') = ' ')
                  THEN (SELECT host_deal_nb
                          FROM mif
                         WHERE mid =
                                  (SELECT childmid
                                     FROM mfamily
                                    WHERE relation = 'FUNDCREDIT'
                                      AND parentmid IN (
                                             SELECT mid
                                               FROM batch_subset
                                              WHERE pk_batch_subset =
                                                                mi.pk_batch_subset)))
               ELSE mi.host_deal_nb
            END
           ) hub_deal_no,
           (CASE
               WHEN (SUBSTR (NVL (mt.free_text2, 'XX,XXX'), 1, 2) = 'XX')
                  THEN (SELECT SUBSTR (free_text2, 1, 2)
                          FROM mtf1000
                         WHERE mid =
                                  (SELECT childmid
                                     FROM mfamily
                                    WHERE relation = 'FUNDCREDIT'
                                      AND parentmid IN (
                                             SELECT mid
                                               FROM batch_subset
                                              WHERE pk_batch_subset =
                                                                mi.pk_batch_subset)))
               ELSE SUBSTR (mt.free_text2, 1, 2)
            END
           ) system_code,
           (CASE
               WHEN (SUBSTR (NVL (mt.free_text2, 'XX,XXX'), 4, 3) = 'XXX')
                  THEN (SELECT SUBSTR (free_text2, 4, 3)
                          FROM mtf1000
                         WHERE mid =
                                  (SELECT childmid
                                     FROM mfamily
                                    WHERE relation = 'FUNDCREDIT'
                                      AND parentmid IN (
                                             SELECT mid
                                               FROM batch_subset
                                              WHERE pk_batch_subset =
                                                                mi.pk_batch_subset)))
               ELSE SUBSTR (mt.free_text2, 4, 3)
            END
           ) deal_code,
           CASE
              WHEN mi.mop = 'BOOK'
                 THEN CASE
                        WHEN mt.db_acc_off = 'PH1'
                           THEN 'T'
                        ELSE 'TT'
                     END
              WHEN mi.mop = 'SWIFT'
                 THEN 'TT'
              WHEN mi.mop = 'INTERO'
                 THEN 'TT'
              WHEN mi.mop LIKE 'DRFT%'
                 THEN 'DD'
              WHEN mi.mop LIKE 'CHEQ%'
                 THEN 'CO'
              ELSE 'LP'
           END payment_method,
           mi.mid,
           DECODE (mi.orig_mop,
                   'SWIFT', 'SWF',
                   'INTRERO', 'GPS',
                   'FEEDER', 'EBS',
                   'LPS'
                  ) iw_trns_type,
           DECODE (mi.orig_mt, NULL, mi.msg_type, mi.orig_mt) msg_type,
           DECODE (mi.orig_reference,
                   NULL, mi.REFERENCE,
                   mi.orig_reference
                  ) REFERENCE,
           DECODE (mt.orig_rfb, NULL, mt.rfb, mt.orig_rfb) related_ref,
           mi.value_date, mi.origvaluedate,
           (CASE
               WHEN mt.acc_no IS NULL
                  THEN (SELECT acc_no
                          FROM mtf1000
                         WHERE mid =
                                  (SELECT childmid
                                     FROM mfamily
                                    WHERE relation = 'FUNDCREDIT'
                                      AND parentmid IN (
                                             SELECT mid
                                               FROM batch_subset
                                              WHERE pk_batch_subset =
                                                                mi.pk_batch_subset)))
               ELSE mt.acc_no
            END
           ) debit_hub_acc_no,
           (CASE
               WHEN mt.acc_type IS NULL
                  THEN (SELECT acc_type
                          FROM mtf1000
                         WHERE mid =
                                  (SELECT childmid
                                     FROM mfamily
                                    WHERE relation = 'FUNDCREDIT'
                                      AND parentmid IN (
                                             SELECT mid
                                               FROM batch_subset
                                              WHERE pk_batch_subset =
                                                                mi.pk_batch_subset)))
               ELSE mt.acc_type
            END
           ) debit_hub_acc_type,
           (CASE
               WHEN mi.dbcurrency IS NULL
                  THEN (SELECT mi.dbcurrency
                          FROM mif
                         WHERE mid =
                                  (SELECT childmid
                                     FROM mfamily
                                    WHERE relation = 'FUNDCREDIT'
                                      AND parentmid IN (
                                             SELECT mid
                                               FROM batch_subset
                                              WHERE pk_batch_subset =
                                                                mi.pk_batch_subset)))
               ELSE mi.dbcurrency
            END
           ) debit_hub_acc_currency,
           (CASE
               WHEN mt.cr_acc_no IS NULL
                  THEN (SELECT mt.cr_acc_no
                          FROM mif
                         WHERE mid =
                                  (SELECT childmid
                                     FROM mfamily
                                    WHERE relation = 'FUNDCREDIT'
                                      AND parentmid IN (
                                             SELECT mid
                                               FROM batch_subset
                                              WHERE pk_batch_subset =
                                                                mi.pk_batch_subset)))
               ELSE mt.cr_acc_no
            END
           ) credit_hub_acc_no,
           (CASE
               WHEN mt.cr_acc_type IS NULL
                  THEN (SELECT mt.cr_acc_type
                          FROM mtf1000
                         WHERE mid =
                                  (SELECT childmid
                                     FROM mfamily
                                    WHERE relation = 'FUNDCREDIT'
                                      AND parentmid IN (
                                             SELECT mid
                                               FROM batch_subset
                                              WHERE pk_batch_subset =
                                                                mi.pk_batch_subset)))
               ELSE mt.cr_acc_type
            END
           ) credit_hub_acc_type,
           (CASE
               WHEN mi.crcurrency IS NULL
                  THEN (SELECT mi.crcurrency
                          FROM mif
                         WHERE mid =
                                  (SELECT childmid
                                     FROM mfamily
                                    WHERE relation = 'FUNDCREDIT'
                                      AND parentmid IN (
                                             SELECT mid
                                               FROM batch_subset
                                              WHERE pk_batch_subset =
                                                                mi.pk_batch_subset)))
               ELSE mi.crcurrency
            END
           ) credit_hub_acc_currency,
           mi.cramount, mi.orig_currency, mi.orig_amount,
           (CASE
               WHEN (mt.fx_deal_tp = 'X')
                  THEN mi.dbamount * mt.dr_side_rate_am
               ELSE (CASE
                        WHEN (mi.crcurrency <> mi.currency)
                           THEN mi.dbamount
                        ELSE (CASE
                                 WHEN (mi.currency = mi.dbcurrency)
                                    THEN (mi.dbamount * mt.cr_rate)
                                 WHEN (mi.currency = mi.crcurrency)
                                    THEN (mi.dbamount * mt.dr_rate)
                              END
                     END
            END
           ) rmt_amt_in_lcl_ccy_eqv,
           CASE
              WHEN mt.fx_deal_tp = 'X'
                 THEN mt.dr_side_rate_am
              WHEN mi.crcurrency != 'PHP'
                 THEN 1
              WHEN mi.currency = mi.dbcurrency
                 THEN mt.cr_rate
              WHEN mi.currency = mi.crcurrency
                 THEN mt.dr_rate
           END exchange_rate,
           (CASE
               WHEN mt.fx_deal_tp = 'X'
                  THEN mt.cr_side_rate_am
            END) cross_rate, DECODE (mt.org_idcode, 'AC', mt.org_id, '') org_id,
           mt.org_bic, mt.org, mt.org_addr1, mt.org_addr2, mt.org_addr3,
           DECODE (mt.bnf_idcode, 'AC', mt.bnf_id, '') bnf_id, mt.bnf_bic, mt.bnf,
           mt.bnf_addr1, mt.bnf_addr2, mt.bnf_addr3, mt.obi, mt.charges,
           (SELECT CONTENTS
              FROM messagefreetext mr
             WHERE UPPER (fieldname) = 'Narrative_77B'
               AND mr.mid = mi.mid
               AND ROWNUM = 1) CONTENTS,
           mi.orig_sender, mi.service, mi.mop, mi.batch_msg_tp,
           mi.batch_payment_tp, mi.msg_class,
           (CASE
               WHEN (mt.fx_deal_tp = 'X')
                  THEN mt.cr_side_rate_am
               ELSE mt.cr_rate
            END
           ) cr_amt_in_lcl_ccy,
           (CASE
               WHEN (mt.fx_deal_tp = 'X')
                  THEN mt.cr_side_rate_am
               ELSE mt.cr_rate
            END
           ) exrate_cr_amt_lcl_ccy,
           (CASE
               WHEN (mi.non_stp = '1')
                  THEN 'Y'
               ELSE 'N'
            END) non_stp_indicator
      FROM (SELECT mid
              FROM mif ssmi
             WHERE NVL (ssmi.pk_batch_subset, 999999) IN (
                      SELECT NVL (smi.pk_batch_subset, 0)
                        FROM mtf1000 smt, mif smi
                       WHERE smt.free_text2 IN ('AF,IDP', 'AF,XFR', 'AF,TFR')
                         AND smi.posting_status = 'SUCCESSFUL'
                         AND smt.mid = smi.mid)
               AND ssmi.batch_msg_tp = 'I'
            UNION
            SELECT ssmt.mid
              FROM mtf1000 ssmt, mif smmt
             WHERE ssmt.free_text2 IN
                      ('HE,TFR',
                       'IR,TTI',
                       'IR,TTB',
                       'IR,CO',
                       'IR,DD',
                       'IR,ITO',
                       'IR,IRT'
               AND ssmt.mid = smmt.mid
               AND smmt.posting_status = 'SUCCESSFUL') ts1,
           mif mi,
           mtf1000 mt
    WHERE mi.posting_status = 'SUCCESSFUL'
       AND mi.msg_status = 'COMPLETE'
       AND NVL (mi.batch_payment_tp, ' ') NOT IN ('RTACH', 'ACHRT', 'DRO', 'DRI')
       AND mi.process_dt = TO_DATE ('20061222', 'YYYYMMDD')
       AND mi.office = 'PH1'
       AND ts1.mid = mi.mid
       AND mi.mid = mt.mid
       AND ((SELECT (CASE
                        WHEN (mif.complete_time >= memopost.update_date)
                           THEN (mif.complete_time)
                        ELSE (memopost.update_date)
                     END
               FROM mif, memopost
              WHERE mif.mid = mi.mid AND mif.mid = memopost.mid AND ROWNUM = 1) >
                          TO_DATE ('2008/02/05 10:12:24', 'YYYY/MM/DD HH24:MI:SS')
       AND ((SELECT (CASE
                        WHEN (mif.complete_time >= memopost.update_date)
                           THEN (mif.complete_time)
                        ELSE (memopost.update_date)
                     END
               FROM mif, memopost
              WHERE mif.mid = mi.mid AND mif.mid = memopost.mid AND ROWNUM = 1) <=
                          TO_DATE ('2008/03/06 20:00:00', 'YYYY/MM/DD HH24:MI:SS')
           )

  • How to Compare 2 CSV file and store the result to 3rd csv file using PowerShell script?

    I want to do the below task using powershell script only.
    I have 2 csv files and I want to compare those two files and I want to store the comparision result to 3rd csv file. Please look at the follwingsnap:
    This image is csv file only. 
    Could you please any one help me.
    Thanks in advance.
    By
    A Path finder 
    JoSwa
    If a post answers your question, please click &quot;Mark As Answer&quot; on that post and &quot;Mark as Helpful&quot;
    Best Online Journal

    Not certain this is what you're after, but this :
    #import the contents of both csv files
    $dbexcel=import-csv c:\dbexcel.csv
    $liveexcel=import-csv C:\liveexcel.csv
    #prepare the output csv and create the headers
    $outputexcel="c:\outputexcel.csv"
    $outputline="Name,Connection Status,Version,DbExcel,LiveExcel"
    $outputline | out-file $outputexcel
    #Loop through each record based on the number of records (assuming equal number in both files)
    for ($i=0; $i -le $dbexcel.Length-1;$i++)
    # Assign the yes / null values to equal the word equivalent
    if ($dbexcel.isavail[$i] -eq "yes") {$dbavail="Available"} else {$dbavail="Unavailable"}
    if ($liveexcel.isavail[$i] -eq "yes") {$liveavail="Available"} else {$liveavail="Unavailable"}
    #create the live of csv content from the two input csv files
    $outputline=$dbexcel.name[$i] + "," + $liveexcel.'connection status'[$i] + "," + $dbexcel.version[$i] + "," + $dbavail + "," + $liveavail
    #output that line to the csv file
    $outputline | out-file $outputexcel -Append
    should do what you're looking for, or give you enough to edit it to your exact need.
    I've assumed that the dbexcel.csv and liveexcel.csv files live in the root of c:\ for this, that they include the header information, and that the outputexcel.csv file will be saved to the same place (including headers).

  • How to execute unix command through odi and store the result in table

    I have to reconcile  if data is loaded in table from csv file or not . I have to create a oracle data integrator package/interface/procedure to execute unix command to count number of rows in the csv files and store the count result in a table then i have to query the loaded table and count number of rows there and store in the table and have to compare is counts are same or not,  Please assist me how to make package/interface/procedure to  execute unix command and store result in oracle table.
    Thanks in Advance

    Use ODI OS command tool in the ODI package.
    create an interface in ODI using LKM File to Sql and the output file generated with the csv file's row count as a source and the db table(where the count needs to be stored) as a target

  • Store SQL query results in db table

    Hi,
    I have a SQL query that produces a report table.
    Is it possible to automatically store the query results (or the report table) as a db table - without interrupting the current report building proces?
    Thanks,
    Dave
    Message was edited by:
    Dave Judge

    Hi Dave,
    You can also insert records into an existing table:
    INSERT INTO TABLEB (colA, colB, colC, etc) SELECT valA, valB, valC, etc FROM VIEWA WHERE etc etc
    This can be done during a page process that runs "Before Header" and you can base your report on the TABLEB. Obviously, you will need to maintain that table to ensure that it is only truncated where necessary, that one user doesn't try to access another user's data on that table and that each time your page is loaded it doesn't try to repopulate the table when you don't need it to.
    Another possiblity is to use a collection - which is user session based
    Andy

  • Rendering Results Disappear

    Hello
    I need help. This is what usually happens:
    I render a project (on default scratch discs). After it's finally done, when I click on anywhere in the timeline, all the rendering results disappear at once, and I get the dreadful red lines again, as if nothing has ever happen... the way I have been dealing with this is that I save the project as soon as it's rendered, without "touching the timeline", then I close the project and reopen it. But that can't be the solution... Also, when I close FCP, and re-open the program, it tells me that some FIN files are offline/missing, and most of the time the project appears with those *&$# red lines again.
    I am at a loss. Does anyone else have these problems?
    THANK YOU!!!!!
    Dominik

    Thank you to both Michaels!!! Quick resonse! Sorry it took a while but I tried to render and check the results.
    I have all my files on the Mac HD which is formatted MacOSextended (journaled). I don't have diskwarrior, but I ran the disc utility and also AppleJack twice. Still the same problem...
    FCP 6.0.3
    Sequence setting: DV NTSC 48kHz, 720x480, 29.97
    The source footage format: .mov, DV 720x480, cinematized from original NTSC DVD
    Why rendering: For some reason, when I import the mov and put it in sequence, it always tells me that "the clip does not match the sequence's setting or any other sequenze presets", so I say ok to match sequence settings to clip settings, and that's when all the rendering has to be done in order to watch immediate results.
    Scratch disc is on my HD; user/documents/Final Cut Pro Documents/
    Source footage is also on my HD; desktop/user/clips
    THANK YOU SO MUCH, guys, for your help!!
    Dominik

  • Store the result of the column in variable in answer

    Hi All,
    Is there a way to store the value of the result of the column of the report and use that value in calculation in another report. I need to get the grandtotal value which changed according to the prompt and want to use that grand total value to calculate new column in another report. Can we use presentation variable? I want to store the total value 30 and then calculate the region percentage. I am not able to store the total value and create the new column calculation using the total value.
    Region 1 10 *0.33*
    Region 2 20 *0.67*
    Total 30
    Thanks,
    Virat
    Edited by: 872073 on Jan 9, 2013 6:30 AM

    You can use this Report as a Subreport in the Final Report,and apply a filter the column=subreport.columnvalue.

  • I recently purchased FaceTime from the Application Store. After approx. ±10 meg, the application resets and starts downloading again. I have tried to download it at different times of the day but with the same results. I have been in contact with Apple su

    I recently purchased FaceTime from the Application Store. After approx. ±10 meg, the application resets and starts downloading again. I have tried to download it at different times of the day but with the same results. I have been in contact with Apple support and have tried different options with the same result. I cannot download a new Version because in my Purchased List the applicaiton (FaceTime) is still there, and because I have halted it it tells me to resume. I can’t, because the same thing is going to happen. I have tried all the various troubleshooting tips supplied by my ISP and also Apple Support with no luck. I am currently working on a IMac OS 10.6.7. Has anybody got any ideas? Any suggestion would help. Thanks

    Amol Soni wrote:
    As I said, I tried everything what the manual says, but hard luck. I have taken an appointment for today, lets see what happens.
    Also there is no activity on unit when I use the remote. The unit is stuck on the first page itself where we have to choose the language. The unit seems to be fine to me but the real problem is remote does'nt have activity. The IR is not responding while pressing any of the button.
    Good luck with your appointment.
    Not much consolation but even new products can have issues and might need a trip to a store to return/replace.
    The reason i asked about the LED on the AppleTV is that occasionally it thinks it's paired with a specific remote and ignores others - the unpair keypress I described is quick and free.
    AC

  • I had just put the finishing touches on my 36 minute documentatary when I got an error message that the external 1TB HD I was using to store the project had been ejected improperly (must have shaken a cord).  The result is that the project would not load

    I had just put the finishing touches on my 36 minute documentatary when I got an error message that the external 1TB HD I was using to store the project had been ejected improperly (must have shaken a cord).  The result is that the project would not load in the edit Projects window.  I can see the file in the finder window and it will launch iMovie but the file itself will not load in the projects window.
    I have contacted apple support and they tried to do a few things... to no available.
    With my limited knowledge of file structures I assume that the header file must be corrupt.
    Is there a 3rd party utility that can decompile and fix the file structure so it will load properly.  I've been working on this project since june and would hate to have to redo the whole thing again.

    I had just put the finishing touches on my 36 minute documentatary when I got an error message that the external 1TB HD I was using to store the project had been ejected improperly (must have shaken a cord).  The result is that the project would not load in the edit Projects window.  I can see the file in the finder window and it will launch iMovie but the file itself will not load in the projects window.
    I have contacted apple support and they tried to do a few things... to no available.
    With my limited knowledge of file structures I assume that the header file must be corrupt.
    Is there a 3rd party utility that can decompile and fix the file structure so it will load properly.  I've been working on this project since june and would hate to have to redo the whole thing again.

  • SQL Query - store the result for optimization?

    Good day experts,
    I am looking for advice on a report. I did a lot of analytic functions to get core data that I need to make my report and its takes around 50 min for SQL to complete. Now with this data I need to create 3 different reports and I cant use the same SQL since there is a lot of agregation (example would be group by product in one case and by client in 2nd). For each of those different group bys I need a different report.
    So how to create 3 reports from 1 SQL query without running the query 3 times?
    First thing that comes to mind is to store the result set into a dummy table and then query the table since the core data I get is around 300 rows and then do different group bys.
    Best regards,
    Igor

    So how to create 3 reports from 1 SQL query without running the query 3 times?
    You already know the obvious answer - store the data 'somewhere'.
    The appropriate 'somewhere' depends on your actual business requirements and you did not provide ALL of them.
    MV - if the query is always the same you could use an MV and do a complete refresh when you want new data. The data is permanent and can be queried by other sessions but the query that accesses the data will be frozen into the MV definition.
    GTT (global temp table) - if a NEW data load AND the three reports will ALWAYS be executed by a single session and then the data is NOT needed anymore then a GTT can work. The query that loads the GTT can be different for each run but the data will only be available for a single session and ONLY for the life of that session. So if anything goes wrong and the session terminates the data is gone.
    First thing that comes to mind is to store the result set into a dummy table and then query the table since the core data I get is around 300 rows and then do different group bys.
    That is commonly referred to as a 'REPORT-READY table'. Those are useful when the data needs to be permanent and available to multiple sessions/users. Typically there is a batch process (e.g. package procedure) that periodically refreshes/updates the data during an outage window. Or the table can have a column (e.g. AS_OF) that lets it contain multiple sets of data and the update process leaves existing data alone and creates a new set of data.
    If your core data is around 300 rows you may want to consider a report-ready table and even using it to contain multiple sets of data. Then the reports can be written to query the data using an AS_OF value that rolls up and returns the proper data. You don't need an outage window since older data is always available (but can be deleted when you no longer need it.
    If you only need one set of data you could use a partitioned work table (with only one partition) to gather the new set of data and then an EXCHANGE PARTITION to 'swap' in the new data. That 'exchange' only takes a fraction of a second and avoids an outage window. Once the swap is done any user query will get the new data.

  • How to store the result with a time are using?

    Hi,
    I'm using the adobe captivate 5.5 to create the Visual Aid Project.
    What i want to ask in captivate 5.5 is :
    Q1. How to record and store the time are using in each slide. ( Record down how long need to take by user to complete one slide)
    Q2. How to create the file above (Q1), and save it in computer. ( For review purpose)
    The purpose for this project is record down how long(time) are need to complete for each Slide. Besides, this project will store the result in computer hardisk and for review purpose.
    Example :
    Slide
    Time Used (in sec)
    Slide 1
    10 sec
    Slide 2
    5 sec
    Slide 3
    20 sec
    Slide 4
    5 sec
    Slide 5
    30 sec
    Total Time
    70 sec
    Thanks,
    Regards,
    Shen

    Hello,
    It is possible to store the time in user variables. How to export those variables depends on the deployment of the file.
    Some information about showing elapsed time can perhaps give you a start:
    Display Time Information
    Lilybiri

  • Can i store the Result set values as a Session variable

    hai,
    I want the result set values of a query to be used many times and I want the same resultset between different page calls.
    I want all those records fetched from the database to be available in the next page with out refetching from the database.
    can any one help me out. its very urgent.....
    Thanks and regards,
    Ravikiran
    mail to me at : [email protected]

    "can i store the Result set values as a Session variable "
    Practically Yes u can
    but u want be able to accesses it in other pages
    u can try it and see
    the other thing u can do is store the values from the resultset in a object say vector and put vector in seesion and u can use this any where
    for e.g
    Vector v=new Vector();
    While(rs.next())
    v.addElement(rs.getString(1));
    v.addElement(rs.getString(2));
    session.putValue("myVector",v);
    now where u want to get it do this
    Vector myvec=(Vector)session.getValue("myVector");
    do do futher

  • How can I store the results of a report in an Oracle table ?

    In OBIEE 11g, we need the records resulting from the execution of a report, to be stored in an Oracle table.
    Is this possible ?. Thanks.
    F r a n c o . -

    GSR Hi, first of all thanks for your response.
    What I'm wanting to do is not exactly what you're proposing.
    What I want is that an end user can run a report and that the results be automatically stored in an Oracle table. Without manual intervention. Other BI products perform this action, and I need to do it with OBIEE. Thanks.
    F r a n c o . -

Maybe you are looking for

  • Problem of showing image in opera

    hi, I have used following code for for showing image with jsp: <img src="<%=image%>"> height="100" width="100">When i open this with Internet Explorer then it can show image. But whwn open it in Opera then it cannot show images. What's the problem of

  • Send filr attachment in email, send filr attachment in email

    Dear, i want ask, i need send email via iphone 5S IOS 7, and i need send email with attachment, and i need attachment some file, but i not looking menu for this, could you help? Thanks

  • Still problems with RowSet Sun implementation

    In a topic I previoulsy posted I shown my inability to make JoinRS work: http://forum.java.sun.com/thread.jsp?thread=523969&forum=48&message=2540269 I was told the new realease, due to be out sometime in June, would have included corrections for my p

  • ID CS3 Custom button limit?

    Hello All, This is a weird one. Seems to be a bug with creating buttons in CS3 (5.0.2) or how Acrobat recognizes those buttons. I'm adding multiple custom buttons to a single page (a master page) and all is fine until I create more than 16 buttons or

  • Facing problem in hibernate

    I am writing following piece of code List<Address> li=session.createQuery("select p.id,p.name from Address p").list(); for(int i=0;i<li.size();i++) Address address=li.get(i); ------------(1) The code at line 1 is showing classcast exception Plz sugge