Inserted row is the same as the deleted row

Hello

I have another weird behavior with ADF I don't understand... When I delete a line in an af:table and then I insert a line, the insert row is identical to the deleted row. Here is what I do

  1. Go to the page, the table is loaded with a record from the database
  2. Remove the line, using a button that triggers the delete of the iterator method in links
  3. Insert a new line using a method defined in the Application module implementation java class. He defines himself as a methodAction in links
    1. The insert in my interface button calls a method in my java bean

public void insertNewVariableScheduleRow(ActionEvent ae) {
        insertNewVariableScheduleRow((DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry());   
}

private Row insertNewVariableScheduleRow(DCBindingContainer bindings) {
        OperationBinding        method = bindings.getOperationBinding("insertNewVariableScheduleRow");          
        Map                     paramsMap;
        Row                     newRow;

        paramsMap = method.getParamsMap();  
        paramsMap.put("defaultValues", scheduleDefaultValues.toArray());
        method.execute();
        
        logger.log("(method.getErrors().size(): " +(method.getErrors().size()));
        
        newRow = (Row)method.getResult();
        
        return newRow;
}

The method in the * class AMImpl do:

public Row insertNewVariableScheduleRow(int scheduleNo, int scheduleVersion, String declId, String[] defaultValues) {
        ViewObject  vo          = this.getDeclSchedCellUpdView();
        int         displOrder  = getVariableScheduleNextDisplayOrder();
        Row         row         = vo.createRow();
        
        row.setAttribute("DisplOrder",  displOrder);        
        row.setAttribute("DeclId",      declId +"");
        row.setAttribute("SchedVrsnNo", scheduleVersion +"");
        row.setAttribute("ScheduleNo",  scheduleNo +"");
        
        for(int i=0; i<defaultValues.length; i++) {
                if(defaultValues[i] != null) {
                        row.setAttribute("Col" +String.format("%03d", i+1) +"Value", defaultValues[i]);
                }
        }

        vo.insertRow(row);
        
        return row;
}

I use JDev 11.1.1.7

Thank you for all your help

What is property changeEventPolicy on the iterator parameters in your pageDef? (try to define this 'None')

In addition, you can try to run the managed bean delete operation and then reset the State of the component with:

RicheTableau yourTable =...

yourTable.resetStampState ();

AdfFacesContext.getCurrentInstance () .addPartialTarget (yourTable);

Dario

Tags: Java

Similar Questions

  • When I select emails in Windows Live Hotmail, I want to remove the delete button and all the other buttons in the same row do not work.

    When I select emails I want to remove the delete button and all the other buttons in the same row do not work. This not only with hotmail, it seems to be with other applications, including on this page at the top where you have "Home, office, int explore" etc...  It happens to be in this part of the page, which can make? I ran anti mailware, anti-spyware and Windows Security Essentials found nothing and they all date please help

    original title: send probs

    Hi cooljae,

     
     
    The question you have posted is related to Windows Live hotmail and would be better suited to the Windows Live community. Please visit the link below to find a community that will provide the best support.
  • Insert selected in several checked uncheck the delete record

    Hi all

    I have a detailed block I add a checkbox not database once check the records is inserted into the temporary table

    the same records uncheck the box delete records

    IAM has inserted when checking the records of the table

    but when I have a check only check all records are deleted in my temporary table

    WHEN-BOX-CHANGE

    declare

    v_app_user_id integer (10);

    number of v_count;

    Start

    v_app_user_id: = dtc_util.get_global_value('dtc_global.user_id');

    go_block ('RULE_ITEM');

    premier_enregistrement;

    loop

    SELECT count (1) in the dtc_rule_item_lock v_count

    where rule_item_id =: rule_item.rule_item_id;

    If Checkbox_Checked ('rule_item.checkout') and v_count = 0 then

    insert into dtc_rule_item_lock values (:rule_item.rule_item_id, v_app_user_id, sysdate);

    ELSIF: RULE_ITEM. BOX = 'n' then

    DELETE FROM dtc_rule_item_lock

    where exists (select 'x' from dtc_rule_item dtcl

    where dtcl.rule_item_id =: rule_item.rule_item_id);

    end if;

    When the output: system.last_record = "TRUE";

    next_record;

    end loop;

    premier_enregistrement;

    If form_success or sqlcode = 0 then

    message ("documents saved successfully in the database '");

    message (' ', no_acknowledge);

    FORMS_DDL ('COMMIT');

    on the other

    message ("error saving documents: ' |") SQLERRM);

    message (' ', no_acknowledge);

    end if;

    end;

    Let me help you for this

    Thank you

    Olivier

    I guess there is the clause does not. You check against dtc_rule_item, I guess that is dtc_rule_item_lock.

  • LOV in richeTableau resets the value after the deletion of rows from the table

    Hello. I'm on 11g R2

    I have a table with columns in the box and a button in the toolbar that removes the lines checked

    I have build it based on the following article in her string code

    http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/index-101235.html


    When I run the "delete" button I execute the following code (taken as is article)


    public void deleteSelectedRows() {}

    create a second line, the value do not affect all lines

    used in ADF

    Set of rows duplicateRowSet = this.createRowSet ("duplicateRowSet");

    first row to avoid "the attempt to access the value of lines."

    exception line was dead.

    duplicateRowSet.first ();

    retrieve the current row of the table for after

    re-running the VO

    Line currentRow = this.getCurrentRow ();

    Boolean currentRowDeleted = false;

    get all rows that have the transoent attribute

    "MarkForDelete' set to true

    Row [] rowsToDelete =

    duplicateRowSet.getFilteredRows ("MarkedForDelete", true);

    If (rowsToDelete.length > 0) {}

    run only throizgh this code, if there is something to

    delete

    for (line rw: rowsToDelete) {}

    If the row is marked as the current in VO, ts value

    Boolean flag

    If (rw.getKey () .equals (currentRow.getKey ())) {}

    currentRowDeleted = true;

    }

    remove the line - do not yet commit

    RW. Remove();

    }

    rerun VO

    this.executeQuery ();

    reset the current line if it has not been removed

    If (! currentRowDeleted) {}

    this.setCurrentRow (currentRow);

    }

    duplicateRowSet.closeRowSet ();

    }

    }

    "MarkedForDelete" is a transient attribute used to mark the line delete

    The lines are removed very well.

    The problem is with lines that I do not delete.

    For example I LOV column. I chose the value LOV in a few lines, and after that choose to delete several lines (not the same lines where I modified the LOV) but some other lines.

    After I click "delete", the lines that I marked to remove deleted indeed, but the value of the LOV in other rows (I have not scored for delete) are disabled.

    How to preserve value LOV so it will remain also after I deleted some lines?

    P.S. I've tried autosubmit = "true" - it did not help

    It is expected because I see that you rerun the query.

    Once you re - run, it retrieves from the database again. Thus, your values are lost because they are not posted.

    I don't think that run query is necessary, try to have a programmatic part trigger on the table after you remove all of the lines.

    Thank you

    Alisson.

  • Had two files the same titled and deleted somehow the wrong file - how can I restore it

    original title: deleted the wrong file

    Had two files the same titled and deleted somehow the wrong file - how can I restore it - tried everything

    Hello

    This forum is for comments on the forums for answers. This should arise in the answers-
    Forums for your version of Windows Windows.

    Answers - Windows Forums
    http://answers.Microsoft.com/en-us/Windows

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

    Recuva - free - recovers files deleted from your Windows computer, Recycle Bin,
    map of the camera digital or MP3 player. And it's free!
    http://www.Piriform.com/Recuva

    Forums - help here
    http://Forum.Piriform.com/

    I hope this helps.

  • Need help to insert rows in the table to a custom table area

    Hi all

    I have a requirement as below.

    I have a page of the i invoke a popup search page and displaying the table data in the area of the table, this table I select lines and pressing the button and given in the basic page in the region of the table being filled, of data, I need to insert these lines into a custom table. Please help me how to achieve this. Basically, I need to insert rows from one table to a custom table region.

    Thnaks

    Hello

    Review the link, below, may be it will help you:

    https://forums.Oracle.com/thread/953885

    https://forums.Oracle.com/thread/2151775

    Please share your solution here, it will help others.

    Concerning

    Mahesh

  • Inserting rows through the procedure of database

    Hello!
    I have a small dilemma. I have to insert rows in the database through pl/sql procedure table. I can't use entity objects, because the insertion is very specific, so it must be done through the procedure of database.
    What is the workflow for my case? Use view object with transient attributes the right way? I have to show form insertion (with entries for the database parameters), and then call my procedure to fill the db table. Where can I find more information on that? Everyone had similar cases? Any info?
    Best regards, Marko

    [Url http://download.oracle.com/docs/cd/E21764_01/web.1111/b31974/bcadveo.htm#sm0328] does help?

    John

  • Insert rows checked in the table

    Hi all
    How to insert rows checked in another table. I've created an interactive report with the query as follows
    Select apex_item.checkbox(1,id,'unchecked') ", Column1, Column2 from table. Now when I check the boxes to check off and hit the Insert button it should get stored in another table in DB (table1).

    Process:
    DECLARE
    IDX number;
    BEGIN
    BECAUSE me in 1.APEX_APPLICATION. G_F01. COUNTY
    LOOP
    IDX: = apex_application. G_F01 (i);
    Insert into step3_table (ID, TASK_NAME, TASK_DESCRIPTION, CATEGORY, TASK_INFO, TASK_STATUS, TO_WORKGROUP, IMPACT, FILE)
    values (apex_application. G_F02 (idx), apex_application. G_F03 (idx), apex_application. G_F04 (idx), apex_application. G_F05 (idx), apex_application. G_F06 (idx), apex_application. G_F07 (idx), apex_application. G_F08 (idx), apex_application. G_F09 (idx), apex_application. G_F10 (idx));
    END LOOP;
    END;

    Thanks for the help!

    Hello

    You don't have a F02 - F04 berries in your query.
    Even you, your insert statement do not have enough source columns.
    Also I do not know you could get all the data tables in this way... table F01 value maybe not array index value.

    Try

    BEGIN
      FOR i in 1..APEX_APPLICATION.G_F01.COUNT
      LOOP
    
        INSERT INTO step3_table (ID,TASK_NAME,TASK_DESCRIPTION,CATEGORY,TASK_INFO,TASK_STATUS,TO_WORKGROUP,IMPACT,FOLDER)
        SELECT id,column2,column2,column3,column4,column5,column6,column7,column8
        FROM table
        WHERE id = apex_application.G_F01(i)
        ;
    
      END LOOP;
    END;
    

    Kind regards
    Jari

  • Impossible to insert rows in the table

    My insert statement below is not correct, when I try to run, his encoutering error "table or view does not exist.

    Basically what I'm doing here collects the table name in THE variable that stores the name of the table in this variable. This variable, I use as a table. I know that's not the right way, please let me how can I insert rows in the complete table with the following code.

    DROP TABLE TEMP;
    CREATE TABLE TEMP AS SELECT * FROM model WHERE 1 = 2;
    DECLARE
    I HAVE INTEGER DEFAULT 1;
    S VARCHAR2 (50);
    Start
    for C (select TABLE_NAME IN s from USER_TABLES where TABLE_NAME like '% of the CABLE' and TABLE_NAME NOT like '% OLD' and the order of 0 > Num_ROWS by TABLE_NAME) loop
    INSERT INTO TEMP SELECT * FROM c.TABLE_NAME;

    dbms_output.put_line (c.table_name);
    end loop;
    end;



    The insert statement above is not correct. How can I write good way.

    Thank you.

    Best regards
    Arshad

    user13360241 wrote:
    My insert statement below is not correct, when I try to run, his encoutering error "table or view does not exist.

    Basically what I'm doing here collects the table name in THE variable that stores the name of the table in this variable. This variable, I use as a table. I know that's not the right way, please let me how can I insert rows in the complete table with the following code.

    DROP TABLE TEMP;
    CREATE TABLE TEMP AS SELECT * FROM model WHERE 1 = 2;
    DECLARE
    I HAVE INTEGER DEFAULT 1;
    S VARCHAR2 (50);
    Start
    for C (select TABLE_NAME IN s from USER_TABLES where TABLE_NAME like '% of the CABLE' and TABLE_NAME NOT like '% OLD' and order > 0 Num_ROWS of TABLE_NAME) loop
    INSERT INTO TEMP SELECT * FROM c.TABLE_NAME;

    dbms_output.put_line (c.table_name);
    end loop;
    end;

    The insert statement above is not correct. How can I write good way.

    Thank you.

    Best regards
    Arshad

    STMT: = "INSERT INTO TEMP SELECT * FROM ';"

    STMT: = STMT. S;
    IMMEDIATELY EXECUTE STMT;

  • Add more than 2 lines for a select statement without inserting rows in the base table

    Hi all

    I have a below a simple select statement that is querying a table.

    Select * from STUDY_SCHED_INTERVAL_TEMP
    where STUDY_KEY = 1063;

    but here's the situation. As you can see its return 7 ranks. But I must add
    2 rows more... with everything else, default or what exist... except the adding more than 2 lines.
    I can't insert in the base table. I want my results to end incrementing by 2 days in
    measurement_date_Taken on 01-APR-09... so big measurement_date_taken expected to
    end at study_end_Date...



    IS IT STILL POSSIBLE WITHOUT INSERT ROWS IN THE TABLE AND PLAYIHY ALL AROUND WITH
    THE SELECT STATEMENT?

    Sorry if this is confusing... I'm on 10.2.0.3

    Published by: S2K on August 13, 2009 14:19

    Well, I don't know if this request is as beautiful as my lawn, but seems to work even when ;)
    I used the "simplified" version, but the principle should work for your table, S2K.
    As Frank has already pointed out (and I fell on it while clunging): simply select your already existing lines and union them with the 'missing documents', you calculate the number of days that you are "missing" based on the study_end_date:

    MHO%xe> alter session set nls_date_language='AMERICAN';
    
    Sessie is gewijzigd.
    
    Verstreken: 00:00:00.01
    MHO%xe> with t as ( -- generating your data here, simplified by me due to cat and lawn
      2  select 1063 study_key
      3  ,      to_date('01-MAR-09', 'dd-mon-rr') phase_start_date
      4  ,      to_date('02-MAR-09', 'dd-mon-rr') measurement_date_taken
      5  ,      to_date('01-APR-09', 'dd-mon-rr') study_end_date
      6  from dual union all
      7  select 1063, to_date('03-MAR-09', 'dd-mon-rr') , to_date('04-MAR-09', 'dd-mon-rr') , to_date('01-APR-09', 'dd-mon-rr') from dual union all
      8  select 1063, to_date('03-MAR-09', 'dd-mon-rr') , to_date('09-MAR-09', 'dd-mon-rr') , to_date('01-APR-09', 'dd-mon-rr') from dual union all
      9  select 1063, to_date('03-MAR-09', 'dd-mon-rr') , to_date('14-MAR-09', 'dd-mon-rr') , to_date('01-APR-09', 'dd-mon-rr') from dual union all
     10  select 1063, to_date('03-MAR-09', 'dd-mon-rr') , to_date('19-MAR-09', 'dd-mon-rr') , to_date('01-APR-09', 'dd-mon-rr') from dual union all
     11  select 1063, to_date('22-MAR-09', 'dd-mon-rr') , to_date('23-MAR-09', 'dd-mon-rr') , to_date('01-APR-09', 'dd-mon-rr') from dual union all
     12  select 1063, to_date('22-MAR-09', 'dd-mon-rr') , to_date('30-MAR-09', 'dd-mon-rr') , to_date('01-APR-09', 'dd-mon-rr') from dual
     13  ) -- actual query:
     14  select study_key
     15  ,      phase_start_date
     16  ,      measurement_date_taken
     17  ,      study_end_date
     18  from   t
     19  union all
     20  select study_key
     21  ,      phase_start_date
     22  ,      measurement_date_taken + level -- or rownum
     23  ,      study_end_date
     24  from ( select study_key
     25         ,      phase_start_date
     26         ,      measurement_date_taken
     27         ,      study_end_date
     28         ,      add_up
     29         from (
     30                select study_key
     31                ,      phase_start_date
     32                ,      measurement_date_taken
     33                ,      study_end_date
     34                ,      study_end_date - max(measurement_date_taken) over (partition by study_key
     35                                                                          order by measurement_date_taken ) add_up
     36                ,      lead(measurement_date_taken) over (partition by study_key
     37                                                          order by measurement_date_taken ) last_rec
     38                from   t
     39              )
     40         where last_rec is null
     41       )
     42  where rownum <= add_up
     43  connect by level <= add_up;
    
     STUDY_KEY PHASE_START_DATE    MEASUREMENT_DATE_TA STUDY_END_DATE
    ---------- ------------------- ------------------- -------------------
          1063 01-03-2009 00:00:00 02-03-2009 00:00:00 01-04-2009 00:00:00
          1063 03-03-2009 00:00:00 04-03-2009 00:00:00 01-04-2009 00:00:00
          1063 03-03-2009 00:00:00 09-03-2009 00:00:00 01-04-2009 00:00:00
          1063 03-03-2009 00:00:00 14-03-2009 00:00:00 01-04-2009 00:00:00
          1063 03-03-2009 00:00:00 19-03-2009 00:00:00 01-04-2009 00:00:00
          1063 22-03-2009 00:00:00 23-03-2009 00:00:00 01-04-2009 00:00:00
          1063 22-03-2009 00:00:00 30-03-2009 00:00:00 01-04-2009 00:00:00
          1063 22-03-2009 00:00:00 31-03-2009 00:00:00 01-04-2009 00:00:00
          1063 22-03-2009 00:00:00 01-04-2009 00:00:00 01-04-2009 00:00:00
    
    9 rijen zijn geselecteerd.
    

    Is there a simpler way (in SQL), I hope that others join, and share their ideas/example/thoughts.
    I feel that it is using more resources there.
    But I have to cut the daisies before now, they interfere my 'grass-green-ess";)

  • How to know the last inserted rows (database 10g)

    Dear administrators,

    could you please tell me how to query a table and even inserted datetime?

    in fact, I have a table and I need to know the date and the last inserted rows.

    The database is 10g

    Thanks in advance

    Elijah

    Published by: user644597 on January 8, 2009 14:17

    Published by: user644597 on January 8, 2009 14:17

    Seems very late right now.
    You can take a look at the standard function SCN_TO_TIMESTAMP (doc link below), but be aware, the results are NOT 100% guaranteed to be right:
    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14200/functions142.htm#SQLRF06325

    Nicolas.

  • Oracle XE 10 g - inserted rows visible in SQLPlus, not on the web interface

    Hello

    I created a table on my oracle XE with two columns of type varchar database and have a couple of hundred entries I "inserted" by using the following sql.
    @C:\Oracle_XE_Testing\insert_items.sql;
    INSERT INTO item_list (items, type) VALUES ('APAC ABS Auto Related', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC ABS Credit Cards', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC ABS Government', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC ABS Mixed Leases', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC ABS Other', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC ABS Structured Debt', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC ABS Student Loans', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC ABS Tobacco', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC ABS Unsecured Consumer Loans', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA ABS ABCP', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA ABS Aircraft', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA ABS Auto Related', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA ABS Credit Cards', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA ABS Government', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA ABS Mixed Leases', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA ABS Other', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA ABS Structured Debt', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA ABS Student Loans', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA ABS Tobacco', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA ABS Unsecured Consumer Loans', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer ABS ABCP', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer ABS Aircraft', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer ABS Auto Related', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer ABS Credit Cards', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer ABS Government', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer ABS Mixed Leases', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer ABS Other', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer ABS Structured Debt', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer ABS Student Loans', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer ABS Tobacco', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer ABS Unsecured Consumer Loans', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer ABS ABCP', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer ABS Aircraft', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer ABS Auto Related', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer ABS Credit Cards', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer ABS Government', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer ABS Mixed Leases', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer ABS Other', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer ABS Structured Debt', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer ABS Student Loans', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer ABS Tobacco', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer ABS Unsecured Consumer Loans', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC CDO CDOs of CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC CDO HY Loan + Bond CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC CDO IG Corporate CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC CDO Market Value', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC CDO Multi-Issuer of Covered Bonds', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC CDO Other', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC CDO Real Estate SF CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC CDO SME CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC CDO Structured Finance CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC CDO Trust Preferred CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA CDO CDOs of CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA CDO HY Loan + Bond CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA CDO IG Corporate CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA CDO Market Value', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA CDO Multi-Issuer of Covered Bonds', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA CDO Other', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA CDO Real Estate SF CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA CDO SME CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA CDO Structured Finance CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA CDO Trust Preferred CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer CDO CDOs of CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer CDO HY Loan + Bond CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer CDO IG Corporate CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer CDO Market Value', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer CDO Multi-Issuer of Covered Bonds', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer CDO Other', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer CDO Real Estate SF CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer CDO SME CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer CDO Structured Finance CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer CDO Trust Preferred CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer CDO CDOs of CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer CDO HY Loan + Bond CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer CDO IG Corporate CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer CDO Market Value', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer CDO Multi-Issuer of Covered Bonds', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer CDO Other', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer CDO Real Estate SF CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer CDO SME CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer CDO Structured Finance CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer CDO Trust Preferred CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer cmbs Structured Finance CDOs', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC CMBS Large Loans', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC CMBS Multiborrower', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC CMBS Single Borrower', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC CMBS Other', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA CMBS Large Loans', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA CMBS Multiborrower', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA CMBS Single Borrower', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA CMBS Other', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer CMBS Large Loans', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer CMBS Multiborrower', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer CMBS Single Borrower', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer CMBS Other', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer CMBS Large Loans', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer CMBS Multiborrower', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer CMBS Single Borrower', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer CMBS Other', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC RMBS AltA RMBS', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC RMBS Buy to Let', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC RMBS Non-Conforming (Non-US)', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC RMBS Other', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC RMBS Prime RMBS', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC RMBS Reverse Mortgage', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC RMBS Subprime/Home Equity RMBS', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA RMBS AltA RMBS', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA RMBS Buy to Let', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA RMBS Non-Conforming (Non-US)', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA RMBS Other', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA RMBS Prime RMBS', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA RMBS Reverse Mortgage', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('EMEA RMBS Subprime/Home Equity RMBS', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer RMBS AltA RMBS', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer RMBS Buy to Let', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer RMBS Non-Conforming (Non-US)', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer RMBS Other', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer RMBS Prime RMBS', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer RMBS Reverse Mortgage', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer RMBS Subprime/Home Equity RMBS', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer RMBS AltA RMBS', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer RMBS Buy to Let', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer RMBS Non-Conforming (Non-US)', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer RMBS Other', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer RMBS Prime RMBS', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer RMBS Reverse Mortgage', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer RMBS Subprime/Home Equity RMBS', 'Sctr');
    INSERT INTO item_list (items, type) VALUES ('APAC ABS ANZ', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('APAC CMBS ANZ', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('APAC RMBS ANZ', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('APAC ABS India/SL/Pak', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('APAC CMBS India/SL/Pak', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('APAC RMBS India/SL/Pak', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('APAC ABS Japan', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('APAC CMBS Japan', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('APAC RMBS Japan', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('APAC ABS Non-Japan Asia', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('APAC CMBS Non-Japan Asia', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('APAC RMBS Non-Japan Asia', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('APAC ABS Other', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('APAC CMBS Other', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('APAC RMBS Other', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('APAC CDO CDO', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA ABS Belgium', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA CMBS Belgium', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA RMBS Belgium', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA ABS France', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA CMBS France', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA RMBS France', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA ABS Germany', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA CMBS Germany', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA RMBS Germany', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA ABS Greece', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA CMBS Greece', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA RMBS Greece', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA ABS Ireland', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA CMBS Ireland', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA RMBS Ireland', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA ABS Italy', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA CMBS Italy', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA RMBS Italy', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA ABS Netherlands', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA CMBS Netherlands', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA RMBS Netherlands', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA ABS Other', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA CMBS Other', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA RMBS Other', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA ABS Portugal', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA CMBS Portugal', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA RMBS Portugal', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA ABS Spain', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA CMBS Spain', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA RMBS Spain', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA ABS United Kingdom', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA CMBS United Kingdom', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA RMBS United Kingdom', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('EMEA CDO CDO', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer ABS Argentina', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer CMBS Argentina', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer RMBS Argentina', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer ABS Brazil', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer CMBS Brazil', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer RMBS Brazil', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer ABS Colombia', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer CMBS Colombia', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer RMBS Colombia', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer ABS Mexico', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer CMBS Mexico', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer RMBS Mexico', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer ABS Other', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer CMBS Other', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer RMBS Other', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer ABS Panama', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer CMBS Panama', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer RMBS Panama', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer ABS Peru', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer CMBS Peru', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer RMBS Peru', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('LatinAmer CDO CDO', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer ABS United States', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer CMBS United States', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer RMBS United States', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer ABS Other', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer CMBS Other', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer RMBS Other', 'Cntry');
    INSERT INTO item_list (items, type) VALUES ('NorthAmer CDO CDO', 'Cntry');
    When I then test this query in SQLPlus with a select * I get what I want, when I try to look at the picture on the homepage of database on the web, although the changes do not appear. I'm puzzled as to why this is.

    Anyone an idea what I am doing wrong?

    Thank you very much

    Jon

    Hello
    COMMIT after the last INSERTION and then try again...

    Kind regards

  • Portal Oracle Gold: how to convert insert them in the update

    In my db goal there is no delete replicated.

    But sometimes, the same key is removed and inserted in the future.

    In this case, how to convert insert them in the update?

    Kind regards

    William

    I have

    If I use this option:

    RESOLVECONFLICT (INSERTROWEXISTS, (BY DEFAULT, OVERWRITE))

    ???

  • Cannot perform the insert/update on the form of tables, due to the dynamic action

    Hi all

    I created a dynamic action that calculates multiple cells in a table.

    This feature works well, when I change the value of the associated cell then the computed value is changed by the dynamic action.

    But I am not able to insert or update the line in a table when the dynamic action is enabled. When I put the condition 'Never', then the line is inserted or updated without any problems.

    All guess where is the problem?

    Apex version: 4.1.1.00.23

    Jiri

    Nina wrote:

    I don't know why the 123,40 value (or other) is set to the next item in line (f09, fsc, etc.)
    >

    What is hidden and generated Apex elements are always included in the last cell (td) of the line. Thus, it has nothing to do with the next item, only the last cell.
    If you see the last cell of the 888 Page you will see probably the same type = "hidden" entries here also.

    Your problem is not related to the HTML fragment to the last cell in the row showing all those extra items, it's somewhere else.

    Oh, here comes the jQuery selector:

    var clickedRow = $(this.triggeringElement).closest('tr');
    
    $(clickedRow).children('td[headers="SAL"]').find("input").val(myCalculatedTotal);
    

    SAL, COMM, w/e. here you will find the TD with headers = "COMM" and all the input fields and the value of all the entries in total calculated. Your selection is not precise enough in this case.
    So, target the specific entry.
    With the code example:

    
    
    
    
    
    
    
    
    

    change the switch on

    $(clickedRow).children('td[headers="SAL"]').find('input[name="f08"]').val(myCalculatedTotal);
    
  • Auditing of database to save the DELETE operation on a schema for all tables.

    Hello
    I'm using ORACLE DATABASE 11 g. I want to apply the AUDITING feature to save all DELETE operations happening on the tables in the schema.

    I did the following steps but dint got the correct output: -.

    I logged in the SYS as sysdba user and together
     alter system set audit_trail=DB,EXTENDED scope=spfile;
    then I ran this command to save the sql code that will use the privileges of DELETION
    AUDIT DELETE ANY TABLE;
    Then I bounced my DB and intended to test I created a table in the SCOTT schema and inserted 10 lines in there and then DELETE all the rows in it.

    According to the expectations, I check the view
    select * from aud$
    where spare1 like '%MACHINE1%'
    and USERID='SCOTT'
    order by ntimestamp#;
    The output I got is: -.
    34     168368     1     1          SCOTT     I-DOMAIN\MACHINE1     MACHINE1     100     0                                                                      Authenticated by: DATABASE; Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=2565))          MACHINE1                    5          21-DEC-11 07.02.58.621000 AM               0     928:5024     0000000000000000               983697018     <CLOB>     <CLOB>     
    But here I don't see the SQL that is generated in the last column.
    What I expected, it's that if I shoot a DELETE statement in the schema, it will get connected here and with the help of this point of view, I want to be able to see that what user of which machine run a DELETE statement and that the statement was?

    Please let me know what that step i have missed here.

    PS: - Watch the ACTION # 100 column, this is the DELETE action code. I have also consulted the view DBA_AUDIT_TRAIL but din't find any useful info their.

    Thanks in advance.

    Try instead:

    audit delete table;
    

    DELETE ENTIRE TABLE audit is audit use of the DELETE ANY TABLE privileges.

Maybe you are looking for

  • Make a right click of the magic mouse has stopped working

    Right click my magic mouse function does not work. Is it a hardware problem or can I fix it myself?

  • Purchase OSX

    Hello, I upgraded to OS x 10.6.8 to 10.7 but I don't know if I get a drive physically, or whether an upgrade I do online. Thank you.

  • Need of recovery for Equium L300 - 17Q DVD

    Does anyone have the DVD of recovery for Toshiba Equium L300?Specifications: 1024 MB DDR RAM (667 MHz) - capacity HARD disk: 160 GB If you have, can you share with me I can pay the shipping and return it to you? Location: Ireland/ShannonCo.Clareozals

  • MathScript transpose a table 1 d?

    Hello I had a problem with some Mathscript stuff, but I've found a workaround. Problem now is that I do not understand why the workaround works... I put a table of column 1 d in a Mathscript node and without him doing anything out. BUT the output has

  • video transmission on apache server

    is it possible to record video using the camera, and then save it on an apache server without the use of a Flash Media Server.