Table do not create lines when importing XML

Hello

I loaded my XMl file tags.  I have a text box on my indesign document. I have the tag in the tag of the 'Net.  I then drew a table in the text box with 2 rows and 3 columns.  All cells in the table are marked for 'Cell '.  I then right click on the root-> element-> ReportData tag now when I import it then everything is as should be.  That is to say 2 rows with relevant information populated in all of all cells.

I hoped to do was to create a table and specify only one line with 3 columns.  When I import the XML file, I was hoping that the aid: trows = "2" would create the extra line.  But this isn't the case.  Instead remains 1 row, but there are 3 additional columns that appear (IE 6 cells in row 1).  Someone tell me what I'm doing wrong please.

Here is my XML

<? XML version = "1.0" encoding = "UTF-8"? >
"< produitLogiciels xmlns:aid ="http://ns.adobe.com/AdobeInDesign/4.0/"xmlns:aid5 ="http://ns.adobe.com/AdobeInDesign/5.0/">" "
< net >
< aid: table = 'table' aid: trows = "2" aid: tcols = "3" >
< aid5:cellstyle of cells = "Red banner" aid5:paragraphstyle = "Red banner" aid: pstyle = "Red banner" aid: table = 'cell' > NET returns of funds < / cell >
< cell aid: table = 'cell' aid: ccolwidth = "130" > < / cell >
< cell aid: table = 'cell' aid: ccolwidth = "130" > < / cell >

< cell aid: table = 'cell' aid: ccolwidth = "130" > 56 < / cell >
< cell aid: table = 'cell' aid: ccolwidth = "130" > 1 < / cell >
< cell aid: table = 'cell' aid: ccolwidth = "130" > 42 < / cell >

< /table >
< / net >
< / produitLogiciels >

I think that your xml is working as you are wanting him for me. Take a look at the attached screenshot.

Here's what I did (in CS4, BTW):

  1. Create a new document
  2. Rename the tag root of "ProduitLogiciels".
  3. Create a new tag named "NetFundReturns".
  4. Create a unique text on the page and tag with the tag "NetFundReturns".
  5. Import XML

How is this different from what you were doing?

Tags: InDesign

Similar Questions

  • Help Pls Table is not created

    Hello
    DECLARE
       CURSOR c
       IS
          SELECT * FROM emp;
        v_count NUMBER;
    BEGIN
       BEGIN
          SELECT COUNT (*)
            INTO V_COUNT
            FROM all_tables
           WHERE table_name = 'EMP_BKP';
    
          IF V_COUNT = 0
          THEN
             EXECUTE IMMEDIATE 'CREATE TABLE EMP_BKP AS SELECT * FROM EMP';
          ELSE
             DBMS_OUTPUT.put_line ('Table already created');
          END IF;
       END;
    
       BEGIN
          FOR i IN c
          LOOP
             INSERT INTO EMP_BKP
                SELECT *
                  FROM EMP
                 WHERE empno = i.empno;
          END LOOP;
       END;
    END;
    
    
    Error report:
    ORA-06550: line 15, column 13:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 15, column 1:
    PL/SQL: SQL Statement ignored
    06550. 00000 -  "line %s, column %s:\n%s"
    *Cause:    Usually a PL/SQL compilation error.
    *Action:
    I do not understand why not get the creation of table

    Published by: 924575 on April 23, 2013 12:35

    At the time of compilation, the table has NOT exist!
    When you make objects using dynamic SQL, you can never access objects using dynamic SQL.

  • Newlines when importing XML in Indesign

    I import XML files in an Indesign template. The content comes from an Access database via a Word macro that inserts the XML tags.

    Everything works well except line breaks (soft carriage returns). I tried vbLf and & #10;  but they both give a paragraph break, while < br / > does nothing. I could use a separate paragraph tag in Indesign without space before and after, but it's a pain for other reasons. Another way?

    Try & #x2028. This is defined in Unicode as 'Separator line.' reference

    It is a pity that InDesign offers us an easy way to determine these things. When I need to understand something like that, my first attempt to export InDesign isto and examine the result. But InDesign exports the forced line break as a UTF-8 character with a binary value of three bytes of E280A8 (rather than an entity reference). I'm still not quite clear how to get between E280A8 and 0 x 2028, but it should work...

  • How to avoid to create images when importing duplicate?

    I doubt that it is the correct method or better to import/organize my photos, because it creates additional work I would like to avoid.  I'm looking for a solution.

    I do the following:

    • Copy all my photos from my SD card in my folders organized on my external hard drive.
    • Open Lightroom and import photosfrom my external hard drive.

    What happens is that Lightroom creates an image duplicated on my Mac in my pictures folder. At this point, he referred to this directory and not my external hard drive. What I end up doing deletes the pictures in my photos folder.  So I connect all my photos in Lightroom on my external drive.

    As you can imagine, it becomes tedious to do this every time I have import in Lightroom.

    My idea situation is Lightroom NOT to reproduce images or put them in any folder, but simply refer to those that I chose when importing to my external hard drive.

    Any help would be much appreciated.

    It's probably because you select the option COPY the top of import dialog when you should be by selecting the Add option.

    COPY the images of copies from one place to another and to import them.

    ADD add just the images in the LR catalog where they are currently.

    There is also the possibility of "make the second copy to:" on the side right of the dialog import but this option is only available with either COPY it, MOVE or COPY as DNG options. You need to add the option to add images in the catalog file LR in the place where they are already on your external drive.

  • Table does not display data when the page is loaded.

    Hi all

    I am using jd 11.1.1.4

    I have an adf Table in my web page created from a VO and a query pane to find the table,
    When I initially loda page table shows all the lines, but when I press the search button in the query Pereira, the table displays lines.
    I want the data in the table shows that when the page loads, pls tell me how to do this.

    Thanx

    Hello

    Try to set the option to refresh on the iterator in the PageDef to "always."

    Or add the pageDef ExecuteQuery method and add an invokeAction to your executable files.

    Kind regards
    Stijn.

  • Error when importing XML in FM8

    Hi all

    To allow my app to a wider group of users, I want to refer to a dtd via a URL rather than fixed a path on the local file system.

    I am using FrameMaker 8.

    Currently I have the following line in the xsl style sheet that is applied to XML data when importing to FrameMaker:

    "< xsl: output method ="xml"standalone =" "doctype-system="X:\mydir\mydtd.dtd "/ >

    I want to change that:

    " < xsl: output method ="xml"standalone = 'no' system, doctype = ' http://www.mysite/mydtd.DTD "/ > "

    However, it gives me the following in the FM8 error when you open the XML file:

    --------------------------------------------------

    XML Parser (the Document prologue) messages

    Analyze the error at line 2, char 92: error in processing external entity reference

    The abandoned analysis.

    --------------------------------------------------

    Any advice?

    Thank you

    John

    John,

    I see that you have the read/write rules search path specified (which seems to be of no use, because you specify a full path of the document to R/W).

    Now add entities to search path specifies the DTD file. Then, FrameMaker should be able to find it.

    I usually specify the DTD with a full path so that the path in a variable, so installation is easy.

    -Michael

  • Range partitioned table is not created in the compressed format interavl

    Hello

    Using oracle 11.2.03. and trying to create a table with compress


    Fine regular table but challenging syntax below but tabel properties don't show no compression

    Tried to compress at the top of the sql as described and down

    Aldso tried to compress and compress for oltp - bahviour even do not get compressed.

    Now HSOING at the TABLE LEVEL or ON TABLE PORPETIES BUT WHEN check user_tab_partitions shows compressed for oltp

    Thank you
    create table RETAILER_TRANSACTION_comP_POR parallel
    COMPRESS FOR OLTP
    
    partition by range (PARTITIONING_DATE)
    INTERVAL (NUMTOYMINTERVAL(1,'MONTH'))
    subpartition by hash (PLANT_ISSUE_ID) 
    subPARTITIONS 4
    (
      partition PART_200912 values less than (TO_DATE(' 2010-01-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_200912
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201001 values less than (TO_DATE(' 2010-02-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201001
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201002 values less than (TO_DATE(' 2010-03-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201002
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201003 values less than (TO_DATE(' 2010-04-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201003
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201004 values less than (TO_DATE(' 2010-05-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201004
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201005 values less than (TO_DATE(' 2010-06-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201005
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201006 values less than (TO_DATE(' 2010-07-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201006
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201007 values less than (TO_DATE(' 2010-08-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
      tablespace RTRN_PART_201007
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201008 values less than (TO_DATE(' 2010-09-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201008
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201009 values less than (TO_DATE(' 2010-10-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201009
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201010 values less than (TO_DATE(' 2010-11-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201010
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201011 values less than (TO_DATE(' 2010-12-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201011
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201012 values less than (TO_DATE(' 2011-01-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201012
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201101 values less than (TO_DATE(' 2011-02-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201101
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201102 values less than (TO_DATE(' 2011-03-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201102
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201103 values less than (TO_DATE(' 2011-04-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201103
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201104 values less than (TO_DATE(' 2011-05-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201104
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201105 values less than (TO_DATE(' 2011-06-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201105
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201106 values less than (TO_DATE(' 2011-07-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201106
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201107 values less than (TO_DATE(' 2011-08-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201107
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201108 values less than (TO_DATE(' 2011-09-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201108
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201109 values less than (TO_DATE(' 2011-10-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201109
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201110 values less than (TO_DATE(' 2011-11-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201110
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201111 values less than (TO_DATE(' 2011-12-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201111
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201112 values less than (TO_DATE(' 2012-01-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
       tablespace RTRN_PART_201112
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201201 values less than (TO_DATE(' 2012-02-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201201
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201202 values less than (TO_DATE(' 2012-03-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
         tablespace RTRN_PART_201202
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201203 values less than (TO_DATE(' 2012-04-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201203
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201204 values less than (TO_DATE(' 2012-05-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201204
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201205 values less than (TO_DATE(' 2012-06-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
         tablespace RTRN_PART_201205
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201206 values less than (TO_DATE(' 2012-07-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201206
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201207 values less than (TO_DATE(' 2012-08-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
       tablespace RTRN_PART_201207
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201208 values less than (TO_DATE(' 2012-09-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201208
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201209 values less than (TO_DATE(' 2012-10-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201209
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201210 values less than (TO_DATE(' 2012-11-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201210
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201211 values less than (TO_DATE(' 2012-12-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201211
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201212 values less than (TO_DATE(' 2013-01-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
          tablespace RTRN_PART_201212
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201301 values less than (TO_DATE(' 2013-02-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
          tablespace RTRN_PART_201301
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201302 values less than (TO_DATE(' 2013-03-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201302
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201303 values less than (TO_DATE(' 2013-04-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201303
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201304 values less than (TO_DATE(' 2013-05-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
       tablespace RTRN_PART_201304
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201305 values less than (TO_DATE(' 2013-06-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201305
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201306 values less than (TO_DATE(' 2013-07-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201306
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201307 values less than (TO_DATE(' 2013-08-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201307
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201308 values less than (TO_DATE(' 2013-09-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201308
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201309 values less than (TO_DATE(' 2013-10-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201309
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201310 values less than (TO_DATE(' 2013-11-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201310
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201311 values less than (TO_DATE(' 2013-12-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201311
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        ),
      partition PART_201312 values less than (TO_DATE(' 2014-01-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201312
        pctfree 1
        initrans 1
        maxtrans 255
        storage
        (
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
        )
    )
    
    --COMPRESS --FOR OLTP
    as select *
    from retailer_transaction RT
    WHERE RT.DWH_NUM = 1441336376
    Published by: user5716448 on March 26, 2013 07:16

    >
    Fine regular table but challenging syntax below but tabel properties don't show no compression
    >
    What are properties? You have not shown any query or result that indicates if the table is compressed or not.
    >
    Now HSOING at the TABLE LEVEL or ON TABLE PORPETIES BUT WHEN check user_tab_partitions shows compressed for oltp
    >
    I don't know what all this means.

    New - you post anything indicating if the table is compressed or not. And without the DDL for the source table, no one can try to reproduce your results.

    Thanks for the use of tags code ad some of the necessary DOF but you edit your message and must REMOVE all definitions of extra partition since everything they do is inflate the list.

    It works for me 11.2.0.1.0 vanilla

    create table EMP_PART parallel
    COMPRESS FOR OLTP
    partition by range (hiredate)
    INTERVAL (NUMTOYMINTERVAL(1,'MONTH'))
    subpartition by hash (deptno)
    subPARTITIONS 4
    (
      partition all_data values less than (to_date('01/01/2013', 'mm/dd/yyyy')
    ))
    as select * from emp
    
    select table_name, compression, compress_for, composite, partition_name
    from user_tab_partitions
    
    TABLE_NAME     COMPRESSION     COMPRESS_FOR     COMPOSITE     PARTITION_NAME
    EMP_PART     ENABLED     OLTP     YES     ALL_DATA
    
  • table name not valid error when inserting values into a table

    I use the following statement to insert values into a table:

    curs. Execute ("INSERT INTO _ * '%s' * _ VALUES ((SELECT MAX (REC_ID) + 1 OF GSAP_MSG_IN), (SELECT MAX (gsap_msg_id) + 1 OF GSAP_MSG_IN), 'SHELLSAP', sysdate, '%s', EMPTY_BLOB(), 1, SYSDATE, EMPTY_BLOB (), SYSDATE)" %(*table_name*,file_extension)) ")

    whence table_name the following statement

    table_name = ' config.staging_db_tablesNames ['in_msgs]

    as I created a configuration file for all parameters that can change. The value of the table in the audit using a print command is correctly, but when put in the query above to run the insert statement gives an error. The following is the summary of comprehensive performance where you can see the table name as

    $ python gsapscnr.py
    Vote for the data files in/home/mh/inbox /...

    GSAP_MSG_IN
    Traceback (most recent call changed):
    File "gsapscnr.py", line 147, in it?
    poll_for_data()
    File "gsapscnr.py", line 86, in poll_for_data
    Sorter = load_details_first)
    File "gsapscnr.py", line 42, survey
    curs. Execute ("INSERT INTO '%s' VALUES ((SELECT MAX (REC_ID) + 1 OF GSAP_MSG_IN), (SELECT MAX (gsap_msg_id) + 1 OF GSAP_MSG_IN), 'SHELLSAP', sysdate, '%s', EMPTY_BLOB(), 1, SYSDATE, EMPTY_BLOB (), SYSDATE)" %(table_name,file_extension)) ")
    cx_Oracle.DatabaseError: ORA-00903: invalid table name

    Can anyone help with this problem please. I'm passing the value of the table in a bad way. Also if anyone can suggest a good tutorial for paythong programming using cx_Oracle.

    Concerning

    Print the SQL string that you establish, cut and paste it this output in SQL * more and see if it runs. This may show you that you should remove the single quotes around the name of the table %s in the Python file.

  • "Generic error" when importing XML FCP files

    When you try to import any XML from Final Cut Pro file, I get the following "Importer reporter an generic error." What this mean and does it perform a work around? Any help will be greatly appreciated.

    Thank you for sending a copy of the FCP XML, Bill. What seems to be stumbling first is that audio mixed types of channels. For example, stereo and mono. I see two workaround solutions:

    • limit audio content in the source project to clips of a channel type.
    • import the FCP XML in a Premiere Pro CS6 project, and then open the project in CS7. Note that, while CS6 managed to import the FCP XML, a dialog box warns against "possible problems during the translation," which are recorded in the minutes (which I stop not to see again, so no idea what these questions are...)

    I entered a bug report and your FCP XML in the annex. As always, no promise as to the be/when it will be addressed.

  • Error 'could not be read' when importing into LR5

    Import problem

    5 Lightroom

    Mac OS X 10.8.4

    Try to import files from CF card CR2 - files appear on the screen to import but then won't matter

    "Import results.

    Some import operations were not performed.

    The following files were not imported because they could not be read (1):... »

    And it then lists all THE files on CF card

    I tried to copy the CR2 files to a temporary folder on my desktop but get exactly the same message. Also tried to import pictures from iPhone and get exactly the same message.

    It worked for the first week LR5 was installed and has just started to happen after a week

    Have no problem at all with 4.4 Lightroom

    Title of the message was edited by: Brett N

    Thanks for the file. I was able to import without problem. This means that the file is not the source of the problem, but not Lightroom itself. There is something to do on your side that preventing things from work.

    Generally, when things work at first and then suddenly stop working, the problem is with the files preference. These tell Lightroom how to behave and if something goes wrong with them, he tells the program to behave in a way that causes errors.

    We want to recreate the preferences file. Just delete, rename, or move the file so that Lightroom is closed and then reopen. Launch Lightroom attempts to read this file for instructions, if it does not there a new is created with all the default settings.

    This is where the file is stored:

    Preference and other locations of files in Lightroom 5

  • Images not showing Up when importing from another photographer catalog

    I am an editor for a wedding photographer and I had this problem happens often, and I don't know what is the cause. I can see all the information behind the image, the ranking and if there is no previous editing on it, but the image itself is not displayed. The photographer sends on the catalogue, forecasting and intelligent preview. There are moments that all transfer perfectly and other times the images are not there.

    We tried to delete everything on both ends and start making sure that everything is done correctly, but it still happens. I tried to discuss with the support, but they have not been able to help. Whenever this happens, I lose money because I can't be their editor. We have both the most recent LR so it's not the question.

    How we are currently transferring Weddings:

    She takes is export as catalog with preview and intelligent preview. Once it's she will post the three files (catalogue, smart overview and overview) on Dropbox and sends them on. When I get it, I download the catalog of smart zip preview and preview of the zip. Once downloaded, I extract the prediction and intelligent preview. Can I go to file > import from another catalog... I click on the catalog file and select choose.  Sometimes it works and other times it does not.

    What we're doing wrong?

    OK, so after talking with Adobe on two different days, then post it here, I called Adobe and they set about 5 minutes. Here's what he once let him access my computer...

    (1) closed LR

    (2) he checked my monitor has been fixed by default sRGB as shown above.

    (3) then it went to the folder and change the smart preview to a different name by putting .old to the end

    (4) then instead of extracting the zip file it opens the zip file and copied the file and pasted with other files

    (5) opened LR and images where it!

  • Message "files were imported not because they could not be read" when importing from an SD card

    I use CC/creation of Lightroom clouds for several months now and no problems. All of a sudden I get a message saying that the file I am trying to import my SD card could not be read, so I'm unable to import new photos in my catalog. I was importing images using the same SD card and the camera without any problems in the past. I use Mac OS X El Capitan. Any ideas? Thank you.

    The most common cause of this error is a lack of privs to WRITING on the destination folder. Using the Finder, make sure that you have READ and WRITE privs on your destination folder tree.

  • RuntimeFault.wsdl not found error when importing bpel in 11 g

    Using Jdeveloper, I import the project 10g (10.1.3.4) in 11g. The project uses RuntimeFault.wsdl for the exception of related objectives.

    Now, 11 g, Jdev throws the error that http://abcd.efg.com:8000/orabpel/xmllib/RuntimeFault.wsdl can not be found"error. We just used to copy the WSDL file and use it in 10g. How to make the fix in 11g?

    The location of these files are moved to the 11g SOA Suite component MDS. Change this location manually in your code to oramds:/soa/shared/bpel/RuntimeFault.wsdl. [@ http://processmodeling.nl/?cat=90]. Hope this will help.

  • Error 'Could not create ac3' when burning Blu - ray

    I spent the last week, a reader Blu - ray in Encore CS5 design.  Combustion, they gave me the error message "Cannot create"_sessionfiles_Dsf_session_1_audio.ac3", and the burn failed (after going to seven hours).  I don't really know even where to start with this.  The Blu - ray is about 80% of the full (20 GB) and includes several chronologies and several menus (including audio).  No pop ups.  It should be a fairly simple project.  However, it gave me problems after the problem and has taken far too long.  Can anyone offer insight before I spend another week chasing the problem?  Thank you.

    Congratulations and condolences then!

    Either the burn was bad (the inability to check), in which case a reburn could fix, or you have a navigation problem, in which case you will need to fix this.

    You can navigate through the menu of the specific aspects? The action of the end of the scenario for the main movie is clearly defined in the menu special functions? In preview, but still on the main timeline, click the icon for "end action"; that works correctly?

    You can also try to play the image, and see if it behaves correctly (again showing a bad burn). The problem with this is that a) have you usually mount the image and b) some software players emulate correctly and a failure doesn't mean much. But if it plays properly, it indicates a bad burn.

    What third-party burning software has failed?

  • Receive error message "not created Direct 3D engine" when starting of Driving simulator 2012

    Original title: Direct 3D engine has not created

    When you start Driving simulator 2012 I get this message. Help, please!

    Thank you.

    Hello

    Update the video card drivers and check

    How to manage devices in Windows XP

    Hope this information helps.

Maybe you are looking for

  • FF4; How to "unmask" the new go/stop/reload button

    Hi all I have a standard XP desktop PC. Nothing unusual. Just upgraded to FF4. I know that the 'change' go/stop/reload new button is at the right end of the toolbar, but I think someone here has a right click on it and click on the option "hide". The

  • Agilent U2356A Configuration

    Hi all I'm having trouble getting my Agilent U2356A configured correctly for my application.  My task is simple: measure 10 samples at 100 Hz on Channel 101.  I want the differential mode, unipolar (0 - 5V).  I checked my connections using the Agilen

  • HP designjet 500 plus network problem

    Hello I'll need your help. I have the HP designjet 500 printer more and today I bought the HP JET DIRECT 620N NETWORK CARD. I installed inside the socket, connecting the card with an ethernet to pc cable. I went to the installation of hp on the monit

  • I would put my D: drive in the send drop-down menu destination.

    I have two hard drives C: & d: when I right click on the pictures or anything else, send it to the option has no listed D: drive. Is there a way to add destinations to send to option?

  • Is there a quicker way of preparation of a new Windows machine?

    I have a boy of Linux normally, and a brand new out of the box straight Windows machine is virtually unusable for me.  It takes several hours of removing bloatware, various cleaners of system running and to make various settings until I consider even