Export a dashboard table with content to pdf

Hey,
I have an dashboard table which I call over an URL in HTML. The content of the html file inserts an SWF file. And now I want to add in this SWF file an export button so the user can export the whole SWF file to an pdf file. Is there an completed solution for this export?
Thanks.
BR,
Christoph

Hi, I mean the table has been time enabled with the procedure DBMS_WM.EnableVersioning and TRUE for the parameter VALID_TIME.
-- Version-enable the table. Specify TRUE for valid time support.
EXECUTE DBMS_WM.EnableVersioning ('employees', 'VIEW_WO_OVERWRITE', FALSE, TRUE);
Following the Workspace Manager Developer's Guide 11g Release 2 (11.2) it could be possible export the table using the Export procedure:
EXECUTE DBMS_WM.Export(table_name => 'employees', staging_table =>'employees_TEMP', workspace => 'LIVE');
but I am getting the error:
ORA-20171: WM error: Export not supported on a table with valid time.
Thanks,
Edited by: ferrando on 24-jul-2010 10:39

Similar Messages

  • Table of contents in PDF files

    IBooks gives two options for displaying the Table of Contents for PDF files—thumbnails or a conventional table. The thumbnails view is useless to me, and I would like the conventional table view to appear by default. Unfortunately, the TOC almost always appears in thumbnails view, and I have to manually select the list view.
    Is there any way to set the list view as the default TOC view for PDF files?
    Thanks.

    Hi Michael,
    When you combine files into a single PDF, each file you include will have a bookmark in the Bookmarks panel in Acrobat/Reader. So, I suppose you could treat that as a Table of Contents. (It doesn't, however, create a separate TOC and append it to the file.) The bookmark names reflect the filename of each file you combined.
    I hope that answers your question.
    Best,
    Sara

  • Table of Contents in PDF Export

    I've generated a Table of Contents in iWork '09. When I export this to a PDF using the Best Quality, it doesn't contain a table of contents. I think this would be a very useful option, since I use iWork to create technical documents.

    I've generated a Table of Contents in iWork '09. When I export this to a PDF using the Best Quality, it doesn't contain a table of contents. I think this would be a very useful option, since I use iWork to create technical documents
    There are normally three ways to create a TOC (Table of Contents). Which did you try to use?
    1) Bookmarks: Most applications and non-graphic only devices will interpret a list of bookmarks as a TOC if exported properly as part of the PDF file. Unfortunately, Pages does not appear to export this data as part of the file export or does so in such a way that the bookmarks are not recognized by other applications/devices including Apple's own Preview. If this is what you are trying to do, you would need to use a secondary application to re-bookmark your content. (NOTE: Don't use Preview for this as its bookmarks are also not recognized by other applications/device and only work when using Preview as the reader.)
    2) Pages "Insert TOC" Option: This option should produce a a working TOC that will work on non-graphic only devices and/or applications that allow touch, stylus, cursor movement, etc to highlight/activate internal/external links. This form of active annotation has the advantage of being able to update and display page references automatically as you create the document. If this is what you tried to do and it didn't work, the most frequent problem is a failure on the part of the user to tag the text on the page you want included in the TOC with one of the "header" tags (i.e., h1 thru h6). Properly tagging your text will allow the selected text to be automatically added to your TOC along with the page number on which the text is tagged if desired. Further, tagging the text allows you to redefine the style of that tag at any time you wish and apply the change to all other text similarly tagged.
    3) Manual Links: The third option is highlight selected text in your document and add it manually to your bookmark list. Then you would select the text (either on a manually created TOC page or anywhere else in your document) and link it manually to one of your bookmark entries. As you can see, this process can be much more time consuming but should work under the same conditions mentioned above regarding the auto-generated TOC. This option does not require tagging of the content nor does it prohibit it.

  • Help on export sybase iq tables with data and import in another database ?

    Help on export Sybase iq 16 tables with data and import into another database ?

    Hi Nilesh,
    If you have table/index create commands (DDLs), you can create them in Developper and import data using one of methods below
    Extract/ Load table
    Insert location method : require IQ servers to be entered in interfaces file
    Backup/Restore : copy entire database content
    If you have not the DDLs, you can generate them using IQ cockpit or SCC.
    http://infocenter.sybase.com/help/topic/com.sybase.infocenter.dc01773.1604/doc/html/san1288042631955.html
    http://infocenter.sybase.com/help/topic/com.sybase.infocenter.dc01840.1604/doc/html/san1281564927196.html
    Regards,
    Tayeb.

  • Export of a table with BLOBS

    I have an application on our/your hosted environment.
    in two of this tables are stored some documents (pdf,doc) and pictures. For deploying my application to a local environment I can use application-export, image-export (for some global pictures), Create-DDL for views, sequences, tables and text-export for text-table-content.
    But how to get an export from BLOB like it is done by your Workspace-Image-Export.
    I know to use oracle exp/imp (needs sql*net) in a normal database environment, but I can't use it on the hosted environment.
    For some small Tables it could be a challenge to have such a way ( I think it should be possible similar the way of Workspace-Image-export) for developers data.
    Thanks Lutz

    I just knocked up a little page process to see if I could export a blob image to a text file -
    declare
      v_blob_locator BLOB;
      l_amt number default 57;
      l_offset number default 1;
      l_raw raw(80);
      resultString VARCHAR2(80);
      resultClob CLOB;
    begin
      OWA_UTIL.MIME_HEADER( 'application/octet', FALSE );
      HTP.P('Content-Disposition: attachment; filename="blob.txt"');
      OWA_UTIL.HTTP_HEADER_CLOSE;
      DBMS_LOB.CREATETEMPORARY(resultClob,FALSE,DBMS_LOB.CALL);
      SELECT BLOB_CONTENT
       INTO v_blob_locator
       FROM wwv_flow_files
       WHERE name = 'F2015933220/myimage.gif';
      LOOP
        DBMS_LOB.READ( v_blob_locator, l_amt, l_offset, l_raw );
        l_offset := l_offset + l_amt;
        resultString := UTL_RAW.CAST_TO_VARCHAR2( utl_encode.base64_encode(l_raw ) );
        resultClob:=TO_CLOB(resultString);
        HTP.PRN(resultString);
      END LOOP;
      EXCEPTION
        WHEN NO_DATA_FOUND THEN
          NULL;
      DBMS_LOB.FREETEMPORARY(resultClob);
      HTMLDB_APPLICATION.G_UNRECOVERABLE_ERROR := True;
    end;It appears to work...perhaps something like this could be adapted to export the blobs in a table?
    p.s. I apologise for the horrendous NO_DATA_FOUND, let's call it an early prototype ;)

  • Find the Table of Content in Pdf

    Hi,
    How can i find the Table of Content in a particular PDF?.
    Is this possible in itext?
    Thanks,
    nithi.

    When converting a FrameMaker book to PDF, the PDF may include bookmarks for additional paragraph tags (on top of those specified in the book's PDF setup)
    The workaround is to specify PDF Setup in the individual file. For example, open your TOC, select Format > Document > PDF Setup, and make sure that the Heading1TOC, Heading2TOC... paragraph tags are not included in the bookmark setup.
    Shlomo Perets
    MicroType * http://www.microtype.com
    FrameMaker training & consulting * FM-to-Acrobat TimeSavers
    "Improve Your FrameMaker Skills" live web-based training sessions

  • Lose table of contents in pdf?

    I just noticed that I downloaded a pdf that had a table of contents, and when I used "Save As" to give it a new name in a new location, it no longer had a table of contents. Do you lose the TOC this way, or is there a way to unhide it that I'm not aware of?
    I realize I could just rename and move the file in the Finder, but sometimes it's more convenient just to use Save As if I've got the pdf open (even though it might be slow to save).

    I have noticed the same problem - and in addition the saved file is often larger than the original. Here's a link to an example file (from a particle physics database):
    http://uk.arxiv.org/PS_cache/hep-th/pdf/0602/0602011.pdf
    The original file has a table of contents and is about 88K big; if I take a second copy using "save as" in preview, the size jumps to 184K, and the ToC is lost. Any explanation would be welcome! (I posted this question before, but no reply so far.)
    12" powerbook   Mac OS X (10.4.4)  

  • Export data from table with CLOB column

    DB: Oracle10g
    SQLDeveloper: 1.0
    OS: windows xp for sqldeveloper
    Linux for Oracle db
    we have a table with two CLOB columns. We want to export the data to either text or csv. But the CLOB columns don't show up in the columns that can be exported.
    How do I export CLOB data from SQL Developer?
    Regards,
    Lonneke

    I don't think this is a good protection: you can have these characters in VARCHAR anyway, and this way you "throw the baby out with the bath water". Not mentioning that right now also immune formats like HTML are also limited.

  • How to Fill Internal Table with contents of Select-Option

    Hi all:
         There is a select-option s_matnr on the self-made screen.   An internal table t_int is declared in the program. The requirement is that users makes selection with multiple  material numbers.  I want to put the values of s_matnr  into internal table  t_int directly. Would you please tell me how?
         Thank you very much in advance.
    Edited by: dongdong guo on Jun 13, 2008 3:40 AM

    Hi,
    Select option works like an internal table only.
    For table selection you can use it directly using IN operator in where clause
    eg : where matnr IN s_matnr.
    Before that you may need to validate the content of the select-option. For that also you need to transfer the content to a new internal table.
    u can loop at the select-option.
    eq: loop at s_matnr.
          if s_matnr-low = 'MAT1'.
            condition.
          endif.
         endloop.
    if you just want to check whether any single valid material number exist in your user screen, then u can use a select single option with s_matnr directly.
      select single matnr from mara
                where matnr in s_matnr.
      select-option s_matnr behaves like an internal table with four fields.
    sign, option, low, high.

  • Editable Table of Contents for PDF in Preview

    I am creating my own PDF document and I want it to have the convienent Table of Contents feature in Preview. But how can I edit my PDF document so it will have such a feature?

    I want to create said table. I am creating the PDF document, I want to be able to create the Table of Contents myself. Any idea how?

  • How to Export only some tables with procedures and packages

    Hi...
    I want to export only some tables and packages and procedures. Can anybody please guide me how to do this.
    Thanks in advance.......
    pal

    could you please more elobarate in your question? do you want to export data from tables or you want to get the table structure, source of procedures and packages?
    Thanks
    M Thiyagarajan

  • Problem with Export using single table with query

    I have a need to export rows from a specified table using the query parameter to filter the rows I need. The example I have is this:
    EXP user/pwd@id tables=(tableA) query=\"where tableA.id = tableB.id and table B.id2 = tableC.id2 and tableC.id3 = 10\"
    When export runs, I get this: ". . exporting table tableA
    EXP-00056: ORACLE error 904 encountered
    ORA-00904: "TABLEC"."ID3": invalid identifier
    Export terminated successfully with warnings."
    When I viewed the contents of the resulting dmp file through IMP, it only has table column information and no rows exported.
    Could somebody tell me what is wrong?
    I have a feeling it is with the QUERY parameter. The doco on the QUERY parameter only shows a very simple example that filters data by only the columns in the specified table (assumed). Are joins to other tables allowed inside the QUERY?? The doco doesn't say that its not allowed.

    <<
    EXP user/pwd@id tables=(tableA) query=\"where tableA.id = tableB.id and table B.id2 = tableC.id2 and tableC.id3 = 10\"
    >>
    table B.id2 = tableC.id2   -- isn't there one blank too much ?                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Export and import tables with and without data

    I have few table which i want to take export with data and some without data, and import that in new db? Send me the command plz for this.

    exp and imp all have a flag
    ROWS import data rows (Y/N)
    but that flag apply to the whole export/import process.
    You will need do export twice,
    ROWS=Y first with list of tables that need data
    and ROWS=N with list of tables without data.

  • Data and Cleansing export TO SQL table with Melissa Data appended fails

    I am using Data Quality services with Melissa Data Address Check as reference data.  Everything works fine until I take the option to export Data and Cleansing Info which will give me my cleansed data plus additional data points such as geocodes from
    Melissa.  When I do it fails with the error below.
    (Failed to create a new table geocode in database DQS_STAGING_DATA. Check whether the table already exists  and have the database administrator make sure the DQS Service has CREATE TABLE rights in the destination database and can INSERT to the destination
    table.)
    This error makes no sense as the table does not exist and I do have proper rights. I can export Data and Cleansing data if Melissa Data is not involved  ,  when I dig further it seems to be complaining about column header lengths.   
    The identifier that starts with 'Address Validation_Melissa Data Corporation - Address Check - Verify, Correct, Geocode US and Canadian Addresses_CBSADivisionCod' is too long. Maximum length is 128.;
    The identifier that starts with 'Address Validation_Melissa Data Corporation - Address Check - Verify, Correct, Geocode US and Canadian Addresses_DeliveryPointCo' is too long. Maximum length is 128.;
    The identifier that starts with 'Address Validation_Melissa Data Corporation - Address Check - Verify, Correct, Geocode US and Canadian Addresses_ResponseRecordI' is too long. Maximum length is 128.;
    The identifier that starts with 'Address Validation_Melissa Data Corporation - Address Check - Verify, Correct, Geocode US and Canadian Addresses_DeliveryPointCh' is too long. Maximum length is 128.;
    The identifier that starts with 'Address Validation_Melissa Data Corporation - Address Check - Verify, Correct, Geocode US and Canadian Addresses_CBSADivisionLev' is too long. Maximum length is 128.;
    The identifier that starts with 'Address Validation_Melissa Data Corporation - Address Check - Verify, Correct, Geocode US and Canadian Addresses_CongressionalDi' is too long. Maximum length is 128.;
    The identifier that starts with 'Address Validation_Melissa Data Corporation - Address Check - Verify, Correct, Geocode US and Canadian Addresses_CBSADivisionTit' is too long. Maximum length is 128.;
    I can see no option to control these column headers in DQS.  Has anyone else experienced this ?  Does anyone know of a workaround ? 
    I have already reported to Melissa data and they agreed the problem was the column header length but said they also had no control of that.

    Hello,
    You can create an SR with a based outbound filter. All object that match the filter will be provisioning to CS SQL (if you do not define filter, all objects will be provisioning).
    Or you can create an MVextension rules
    Regards,
    Sylvain

  • Can I create a custom table of contents and link to other .pdf files based on responses to a form?

    Hey Everyone! First post ever, so bear with me:
    I'm trying to create a streamlined method to use a form  to let myself and others add information and select certain options to put together a custom table of contents. Basically, I would like to have a form with a series of text fill and single/multiple choice options that will automatically populate a table of contents based on the selections and will link to other .pdf files that are associated with the selections. I was hoping this would be possible with a form, but I'm relatively new to the function of the software as a whole and my research came up short. Any suggestions on how to start are more than welcome, and if I wasn't quite clear enough I would be happy to elaborate.
    Thanks for your time!

    You would need to search for other PDF creation software that can accomplish what you desire.
    There are many cheaper  PDF creation alternatives other than Adobe's Acrobat Pro software.
    Also, try doing a web search under these terms to see if you can find an app/software/solution that may work for you.
    How to create table of contents in PDF files

Maybe you are looking for

  • I can't found my Apple ID page

    I make a id &password bt bt I don't know where I receive my email verification I try many time bt not found plz help me

  • Payment Means Table

    Hello to all! i am interested to make a query that will display the following data from oinv Invoice No Document Status Posting Date Due Date Customer/Vendor Name Document Total from payment means Payment Date Total does anyone know which is the tabl

  • Not able to navigate Catalogs in BCC

    Step1: Login to bcc Step2: Clicked on Catalogs tab in left navigation. Seen the below on popup. java.sql.SQLSyntaxErrorException: ORA-00904: "T1"."VERSION_DELETED": invalid identifier [++SQLQuery++] SELECT COUNT(DISTINCT t1.folder_id)   FROM dcs_gen_

  • HP 8 G2 clearly turns on but won't boot up

    I press the power button on my HP 8G2 and it lights up on the screen, but nothing else, then goes black again

  • Oci-jdbc on window, missing a file k???10.dll

    downloaded, installed the light version, set the path and classpath, compiled a java program, and ran : it ran. but on database part, an dialog box poped up -- couldn't locate file k???10.dll for an entry point from oci.dll. the file start with k, en