Generating table in designer

Hello,
When I try to generate my table I am getting this error message:
CDS-11006 Error: Unique Key 'CDS_IGP_UK2' has namespace conflict with Unique Key 'CDS_IGP_UK3'
Can someone tell me what this means and how to correct it?
Thanks
Cathy

Well, I don't know a way to do this directly, but I can provide you with 2 alternative solutions:
1-To generate a HTML file having the list u need. This can be done using Repository Reports. On the main window of Designer you find a button labeled "Repository Reports".
1-To transfer ERD into server model using Database Design Transformer, and then transfer this server model into an Oracle Database user, and then using Data Dictionary Views (USER_TABLES, USER_TAB_COLUMNS and etc.) you can select the information you need and put them into a table (CREATE TABLE x AS subquery;) Using Microsoft Access you can import data from this table and export them as a Microsoft Excel spreadsheet.This choice needs some effort but it enables you to put information into spreadsheet.
I hope this will be helpful.

Similar Messages

  • How to get SQL script for generating table, constraint, indexes?

    I'd like to get from somewhere Oracle tool for generating simple SQL script for generating table, indexes, constraint (like Toad) and it has to be Oracle tool but not Designer.
    Can someone give me some edvice?
    Thanks!
    m.

    I'd like to get from somewhere Oracle tool for
    generating simple SQL script for generating table,
    indexes, constraint (like Toad) and it has to be
    Oracle tool but not Designer.
    SQL Developer is similar to Toad and is an Oracle tool.
    http://www.oracle.com/technology/products/database/sql_developer/index.html

  • How to create a type table in designer 9i

    Hi
    In our company we use designer 9i. I want to create a type table using designer. Is it possible? I have a requirement where i need to create a type table and use in creating a view through designer.
    Create or replace type varchar2_ntt as table of varchar2(4000);
    [\pre]
    Please suggest.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi
    Here I am giving the step by step process.
    1. select the container in which container you are going to create the type.
    2.Go to tools then design editor and expand the container. There you will find oracle collection types. there we have to create a new one by clicking the + button on the left side.
    3. Give the name of the new collection type.
    4. And in the collection of tab, let it be scalar, give the scalar data type,and the size and click finish.
    5. then right click on that object and give generate. there you select theDDL files only and the give the path where the scripts have to go.
    This the process.
    Thanks,
    raju

  • Robohelp 9 does not generate table headers

    Hi all,
    the new table style mapping works, but is of no worth for me if Robohelp is not able to generate table headers in the Word output. Having headers in Word is also a prerequisite for the first line to repeat on each new page.
    Is there a way to output the first line as a header?

    Hi,
    I can partially confirm that. HTML does have the concept of table headers, captions, footers and content. When using a table that is set up correctly, most browsers will render the table header on every printed page:
    <table>
         <thead>
              <tr><th>First heading</th><th>Second heading</th></tr>
         </thead>
         <tbody>
              <tr><td>Value</td><td>Value</td></td>
         <tbody>
    </table> 
    RoboHelp does not use such tables. You can manually create these tables in HTML mode. When converting that to Word, the table headings are correctly converted to a Word table heading. In my default Word template, these headers correctly repeat after every pagebreak. But when you switch to Design view, RoboHelp then removes the structure information. The above table will be recreated as: 
    <table>
      <tr><th>First heading</th><th>Second heading</th></tr>
      <tr><td>Value</td><td>Value</td></td>
    </table> 
    This table will not have it's first row set as a header in Word. 
    As to what to do, I can think of two options:
      - You can write a script to quickly transform the tables in your project to have a table structure that works for printed documentation. Since RoboHelp will reset your tables, you will need to execute this script every time you want to generate your Word output. Also, because the structure of the tables will be changed, you probably need to amend your css. (The first table row uses th instead of td.)
      - Personally, I use default RoboHelp tables and I use the macro Peter mentioned. Peter's site contains several macro's that will greatly improve the quality of the RoboHelp Word output.
    Greet, 
    Willam

  • Adding One Line Code in all tables in Designer Trigger.

    I have 300+ tables in my Schema (All tables generated through Designer), I want to add one line of code in the begining of "Before Inset Row Trigger" of all tables, So what is the fastest way of doing that,
    Adding One Line Code in all tables in Designer Trigger.
    I don't want to go and modify each and every table

    You'll have to write a script that reads out the current contents of your triggers, add your line to this contents and dynamically "create or replace" the new trigger text.
    Beware, trigger_body column of user/all/dba_triggers is in a column with datatype LONG, so you'll have to use some sort of conversion.
    Good luck.
    regards,
    Rob.

  • Generating forms from Designer... bug?

    Sorry for offtopic....
    I'm trying to generate form from designer. The form has 1 data module with base table & one lookup table usages. One field from lookup table is displayable. When I set "Display type" property of this field "Text" disigner says: "CDI-21600: A running utility.. etc." BUT when I set "Display type" property of this field "PopList" - everything goes well! I don`t even need to restart designer. This is .log from designer
    Form Generator (Windows 95/NT) : Version 5.0.24.13.0 - Production on Wed Apr 25 10:14:34 2001
    Copyright (c) 1995, 1998 Oracle Corporation. All rights reserved
    Generating Module 'Q20010' (1 of 1)
    Loading form template from file system (d:\work\libs\tpl_lov.fmb)
    Loading object library from file system (d:\work\libs\dob_olb1.olb)
    Block NE based on table
    6 row(s) automatically chosen
    -- (Error happens at this stage) --
    Generation Complete
    All fields from base table are binded.
    Sysinfo:
    WinNT 4.0.WS Rus SP6a HE
    Oracle Designer (rel. 2.1.2) 7.0.24.2.0
    Developer/2000 Forms 5.0.6.14.2
    GUI Common files 6.0.8.12.1
    Form Generator 5.0.24.13.0
    P.S. I hope i've explained my problem clearly. If somethig is not clear, pls e-mail me.

    This is from http://metalink.oracle.com/ site - Technical libraries - Oracle Designer - Collected CDI-21600 errors,fixes and workarounds:
    The CDI-21600 error message means that the generator is hitting an unhandled
    exception, also known as a GPF (general protection fault). The CDI-21600 error
    masks the underlying exception error. To see the real error do the following:
    1. Go into the Registry Editor (REGEDIT).
    2. Navigate to HKEY_LOCAL_MACHINE\software\oracle\des2_70
    3. Set EXCEPT_HANDLING to 0 (by default it is 1).
    Repeat the action that resulted in the error.
    I have read this article and it seems that there is not such bug, but ... ?
    Maybe this will be a little help for you.
    Helena

  • Settings for generating table APIs

    HI i was wondering if there are settings for Designer for generating the table APIs, that determine which error messages are handled by cg$errors and which are not.
    For 2 of my tables in Designer the messages for the foreign key constraints are omitted when I generate the table API.
    I am talking about the procedure err_msg, some of the foreign keys are checked but some are not, code that looks like this is generated:
    ELSIF (con_name = 'AGR_ICO_CPY_FK') THEN
    cg$errors.push(nvl(AGR_ICO_CPY_FK
    ,cg$errors.MsgGetText(cg$errors.API_FK_CON_VIOLATED
                             ,cg$errors.APIMSG_FK_VIOLAT
    ,'AGR_ICO_CPY_FK'
    ,'INTERNATIONAL_COLL_PARTIES')),
    'E',
    'API',
    cg$errors.API_FK_CON_VIOLATED,
    loc);
    but code that should look like this is not:
    ELSIF (con_name = 'AGR_AGT_CPS_FK' AND type = cg$errors.ERR_DELETE_RESTRICT) THEN
    cg$errors.push(cg$errors.MsgGetText(cg$errors.API_DEL_RESTRICT, cg$errors.ERR_DEL_RESTRICT, 'INTERNATIONAL_COLL_PARTIES', 'AGREEMENTS'),
    'E',
    'API',
    cg$errors.API_DEL_RESTRICT,
    loc);
    I am not very familiar with table APIS so I don't know which type of foreign key would lead to the first bit of code and which type would lead to the second bit. In Designer I see no difference.....
    Can anyone help me?

    Hi Wendy,
    "The code for the foreign keys that point to me is not generated".
    That code must be visible in the TAPI of the other table.
    Just checking: Do you see in Designer some foreign keys in your table for which there is no code generated in the TAPI (part err_msg)?
    What packages do you see where "the code for those foreign keys that point to me" is visible? I suppose that is TAPI of the other table, isn't it?
    Anyway: in Designer there are not that much options for TAPI generation. I do not know whether this has been changed in the last Designer versions.
    Good luck,
    Lennart

  • PayPal buttons inside table scramble Design View in DW CS5.5

    I developed my web site using Dreamweaver 8:
    http://www.harmonize.com/hatleymusic/classic.html
    As  you see, I have PayPal buttons inside table cells.  I did this using  Design View, putting the insertion point in the table cell, going to  code view, and pasting the PayPal button code at the insertion point.   This all worked fine.
    I just upgraded to DW CS5.5. and now  when I try to use the same procedure, the Design View image gets  scrambled  after I paste the button code in code view.  The table format  is no longer in place, and I can no longer see where the cells of the  table are.  However, when I go to Live View, everything looks fine  including the table and the buttons.
    Can anyone tell me  how to overcome this problem?  As it stands, I cannot use DW to work on  my web site, which is a major problem for me.
    Thanks.

    How do I get someone to respond to my question here?
    Let me try again.
    With DW CS5.5 when I try to insert a PayPal button into a table (which I always did with DW8) the table in Design View gets scrambled, making it unusable.  Please would one of you out there who is much more knowledgeable about DW than me try it and see if there is a solution?  If you create a new HTML page in Design view, create a table in it, place the insertion point inside one of the table cells, go to the code view and locate the insertion point there, then paste the PayPal button code at that point. Here's the code:
    <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="XSXQ9CUMUVLQC">
    <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
    <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
    </form>
    Now go back to Design view and see how it looks.  If it acts the way it does for me, the table is no longer visible, but if you go to Live View everything looks fine with the table and the button inside it.  Of course, I can't design in Live View.
    PLEASE can someone out there help me.
    Many thanks.

  • Generated Table not visible in tree

    hi,
    I have registered a Schema and
    select object_name,
    object_type,
    status
    from user_objects
    order by object_name,
    object_type;
    Results of the statement:
    OBJECT_NAME OBJECT_TYPE STATUS
    EXTRADATA177_L LOB VALID
    NAMESPACES178_L LOB VALID
    PLAYER TABLE VALID
    PLAYER$xd TRIGGER VALID
    PLAYER_T TYPE VALID
    SYS_C004803 INDEX VALID
    SYS_XDBPD$176_L LOB VALID
    I am wondering why the PLAYER Table doesn't appear in the connections tree on the left side (Tables node).
    Is this a bug or doesn't show SQL Developer these generated tables? Via DB Search I can find the table but I can't edit it.
    Thanks

    Yes, it is a bug since 2 years now!
    As (temporal) workarounds, you could:
    1. log on as "SYS" (or ask your DBA) and go change the "generated" flags for the tables you need (subtract 4 from sys.obj$.flags - would leave it at 0 normally).
    2. delete the AND O.GENERATED='N' line from the SELECT in +\sqldeveloper\extensions\oracle.sqldeveloper.jar\oracle\dbtools\raptor\navigator\table.xml+
    3. create a user defined XML extension, starting from the xml obtained above.
    Have fun,
    K.

  • Extraction from R/3 generated Table

    Hi,
    I have a situation that i have to extract from a table in ECC R/3 and that table name changes and changes mainly during transports as it is a SAP generated table containing the Fund and Fund Center.
    but i need to extract the data  but not able to use it as the table name changes.
    Anyone please can throw some light  on this how to use the extractor in this situation and how to work around with this table ????
    Thanks,
    GG

    It is generated when it goes to the target system, right?
    This table name would be stored somewhere, trace the R/3 programs associated with the table to figure out how it finds the table name.
    Have an FM based extractor which will follow the same logic to dynamically select from the table (by finding the table name in the same way as SAP programs do).

  • Merge API stub for 'Generate Table API...'?

    Hi,
    Has there been a request for a stub in the menu option 'Generate Table API...' that creates a merge procedure? If it generated the MERGE command for a given table that would be great and even better than trying to call the UPD procedure, trap the does not exist error and then call the INS procedure.
    The key to making this work is by passing the parameters for the actual match to the MERGE statement via the DUAL table in the source definition of USING clause. By doing this via the primary key of the table drives the cost for this procedure to unique scan via the PK which is 1 (one) logical I/O for the lookup and the decision to do an insert or update. The overall cost should be around 4.
    Thanks,
    ScottK
    The general pattern could be:
    PROCEDURE mrg (
    p_pk_col_1 IN table_name.pk_col1%type
    ,p_pk_col_n IN table_name.pk_coln%type
    ,p_non_pk_col1 IN table_name.non_pk_col1%type
    ,p_non_pk_coln IN table_name.non_pk_coln%type
    ) IS
    BEGIN
    MERGE INTO table_name target
    USING (SELECT
    p_pk_col1 alias_pk_col1
    ,p_pk_coln alias_pk_coln
    FROM dual) source
    ON ( source.alias_pk_col1 = target.pk_col1
    and source.alias_pk_coln = target.pk_coln)
    WHEN MATCHED THEN UPDATE
    SET target.non_pk_col1 = p_non_pk_col1
    ,target.non_pk_coln = p_non_pk_coln
    WHEN NOT MATCHED THEN INSERT
    column list
    VALUES
    parameter list
    END;
    Edited by: ScottK on Aug 11, 2011 3:17 PM
    Edited by: ScottK on Aug 11, 2011 3:48 PM
    Edited by: ScottK on Aug 11, 2011 3:49 PM

    You can always request this at the SQL Developer Exchange, so other users can vote and add weight for possible future implementation.
    Regards,
    K.

  • Generating tables from database

    Hello,
    What Im trying to do is generate table information from my
    database. What Im doing right now is retrieving the information
    this way, which is combersome because alot of pages would be
    different because they dont all have the same number of columns.
    this is how the code looks now:
    <cfloop
    query="addtobom">#toppage#</a></td></cfloop>
    <td><div
    align="center">#column1#</a></div></td>
    <td><div
    align="center">#column2#</a></div></td>
    <td><div
    align="center">#column3#</a></div></td>
    <td><div
    align="center">#column4#</a></div></td>
    <td><div
    align="center">#column5#</a></div></td>
    <td><div
    align="center">#column6#</a></div></td>
    <td><div
    align="center">#column7#</a></div></td>
    </tr>
    </cfoutput>
    If there an easy line of code I can put in here that queries
    the database for columns that have info and avoiding null columns.
    Thanks for any help

    Normally the table of data you display matches the query.
    Your code will not run the way you have it. This should run
    but I am not
    sure what you are doing here.
    <cfoutput query="addtobom" maxrows="1"
    startrow="1">#toppage# </cfoutput>
    <table>
    <cfoutput query="addtobom">
    <tr>
    <td align="center">#column1#</td>
    <td align="center">#column2#</td>
    <td align="center">#column3#</td>
    <td align="center">#column4#</td>
    <td align="center">#column5#</td>
    <td align="center">#column6#</td>
    <td align="center">#column7#</td>
    </tr>
    </cfoutput>
    </table>
    You can check rows for null but I do not think you can check
    columns /
    fields.
    It depends on the database but
    WHERE (NOT (Cat IS NULL))
    "dennisquery" <[email protected]> wrote in
    message
    news:ekbcf5$7nm$[email protected]..
    > Hello,
    >
    > What Im trying to do is generate table information from
    my database. What
    > Im
    > doing right now is retrieving the information this way,
    which is
    > combersome
    > because alot of pages would be different because they
    dont all have the
    > same
    > number of columns.
    >
    > this is how the code looks now:
    >
    > <cfloop
    query="addtobom">#toppage#</a></td></cfloop>
    >
    > <td><div
    align="center">#column1#</a></div></td>
    > <td><div
    align="center">#column2#</a></div></td>
    > <td><div
    align="center">#column3#</a></div></td>
    > <td><div
    align="center">#column4#</a></div></td>
    > <td><div
    align="center">#column5#</a></div></td>
    > <td><div
    align="center">#column6#</a></div></td>
    > <td><div
    align="center">#column7#</a></div></td>
    > </tr>
    > </cfoutput>
    >
    > If there an easy line of code I can put in here that
    queries the database
    > for
    > columns that have info and avoiding null columns.
    >
    >
    > Thanks for any help
    >

  • Problem in using Auto-generated Table in Program

    Hi experts,
    I'm using some auto-generated table in my program. But the Problem is program is not activated due to non-existance of any type of table or structure or view of that Table type in the development server. i.e. table name in development is FMFMOADE12200014 and same in Production is FMFMOAPE14000018.
    How can I solve this problem to active the program and transport it?
    Thnaks in advance.
    Goutam

    Hi Friend  ,
    If  an Auto-generated tables  inside your program ,then you should not use that table directly  as internal table type .
    In that case you have used the Dynamic structure  in your program .
    tips is  you should check first the table is there in the  database  through your  programing using the standard function module for checking the table exsisting , then use the field symbols  for dynmaic creating of program  strucuture  ,including field creation  to tat strcuture  . this  will  make your  program more  lines in that  case you can  write  subroutine  for  creating the  fields  and adding  inside the dynamice strucure  .
    simple example  please see this link  :  [http://www.sap-img.com/ab030.htm]
    becasuse  we do have the  same  auto-generating table  concept  in Finance  base  on the Operating cencern  out table  name  & fields  inside  will be changing  ,Our  program has to support world wide Rollouts . so we used  dynamic structuring  inside Our program .
    Regards,

  • Table control designed by wizard greys out after pressing enter

    Dear Gurus
    I have implmeted a badi to show some data on vl02n in a extra tab inside a table control designed using table control wizard. I have caught sy-ucomm event to display corrsponding data on the table control  to what I am already sending from pbo of the screen everything is working fine beside just one thing. Initially all the rows of table control stays in editable mode but When I enter some record and hit enter the corresponding record is properly shown along with the record from pbo and enterd on the table control but beside the current row all the rows below it turn grey and I cannot enter any further data. Please help me out.
    Anurag
    Edited by: Anurag Jain on Sep 17, 2009 12:28 PM
    Edited by: Anurag Jain on Sep 17, 2009 12:29 PM
    Edited by: Anurag Jain on Sep 17, 2009 12:29 PM
    Edited by: Anurag Jain on Sep 17, 2009 12:29 PM

    Solved. The problem was with the sequence in which code was written for all table control in PBO module. PBO code sequence for table controls should be as per the sequence on screen.

  • CRM generated tables

    Hi All,
       I need to know which are the dynamically generated tables in CRM. In which application components in CRM generates this tables and what are its namespace.
    Its pretty urgent. Could you let me know this info plz.
    Regards,
    Prasad

    hi Dhinakar,
    One of the very simple ways to do it is look into the TADIR table.The TADIR table contains a field called Genflag.All the generated tables have GENFLAG = X.
    To know the application components check the tables TADIR,TDEVC and DD02L.
    Hope it helps,
    Regards,
    Sourabh

Maybe you are looking for

  • Intel Xserve won't boot from 3rd party drive in ADM

    Right, I've got a Late 2006 Xserve Dual 2.66 with the normal non-RAID SAS/SATA board, which has been running fine for 2 years with a pair of non-Apple Seagate Barracuda ES 250GB drives (Bay 1 & 2), and an original 80GB ADM in Bay 3 as a spare boot di

  • Can do everything except record with USB card. Motherboard probl

    Hi all. Here's a problem that I'm stumped on. I've looked through the previous entries and tried various things already. I'm using an older external SB soundcard (Audilogy MP3 #580270) and a newer computer (AMD Anthlon 64x2 dual core) that was sold w

  • How do I get the default calculator back on my Centro?!?

    My toddler got a hold of my phone and my calculator is in scientific mode now.  How do I switch it back? Post relates to: Centro (Sprint)

  • Hw do I reset type size in palette (CS4)?

    For some reason or some manipulation I wasn't aware of, my Type palette now displays font size in inches. For instance, if I type in "12 pt" it automatically enters "0.167 in". I have tried resetting the panel, visited Preferences, but can't seem to

  • Creation of SourceSysten in BW

    Please could some one help me .How to create a source system in BW for R/3 extraction.Please some step by step. Thanks&Regards Madhu