Article 059 (filter how-to ADF related tables by date range) in JDeveloper 12 c (12.1.3)

Hello.

I try to implement a solution to article 059 (filter how-to ADF related tables by date range) in JDeveloper (12.1.3) 12 c but hothing happen when I start this example.

Could someone advise me what to do to make this example work properly on JDeveloper 12 c?

I made the example work again. The problem is that you can't somehow store new attribute values in the card more. If you store the values for the filter to a different place, it works again.

Please read the complete solution in my blog https://tompeez.wordpress.com/2015/04/11/how-to-filter-adf-bound-tables-by-date-range-jdeveloper-12-1-x/

You can download the workspace of GitHub. The link is provided at the end of the blog.

Timo

Tags: Java

Similar Questions

  • How to save a Table of data on Excel file

    Hi anyone knows how to save data to the table of labview, I want to save this data to the excel file.

    Double Post

    http://forums.NI.com/T5/LabVIEW/how-to-save-a-multicolumn-ListBox-data-to-Excel-file/m-p/2974581

    You can use,

    1. write in the worksheet File.vi

    2 report generation toolkit

  • How update the relational table with XML data?

    I get XML messages that include a bunch of data items to be updated in a table. An arbitrary subset of rows is updated for each message received.

    The output of the following example is correct, but the use of the intermediate table that bothers me. The temporary table can be eliminated somehow? Or is the most reasonable way to loop just explicitly and parse the XML message and then update each row separately?

    I'm under 11.2.0.1.0.
    create table otn9test (
      id number not null primary key,
      data xmltype
    );
    
    insert into otn9test values (1, xmltype('<data>default for 1</data>'));
    insert into otn9test values (2, xmltype('<data>default for 2</data>'));
    insert into otn9test values (3, xmltype('<data>default for 3</data>'));
    
    create table otn9input (
      id number,
      data xmltype
    );
    
    column data format a30
    
    declare
      updata constant xmltype := xmltype('<root>
      <item>
        <id>1</id>
        <data>Id 1 updated.</data>
      </item>
      <item>
        <id>3</id>
        <data>Id 3 updated.</data>
      </item>
      <item>
        <id>4</id>
        <data>Id 4 updated.</data>
      </item>
    </root>');
    
    begin
      insert into otn9input
        select * from
        xmltable('/root/item' passing updata
              columns
              id number path 'id',
              data xmltype path 'data');
    
      update otn9test t set data = (
        select data from otn9input i
        where t.id = i.id
      ) where t.id in (select id from otn9input);
    
      commit;
    end;
    /
    
    select * from otn9input;
    
    /*
         ID DATA
    ---------- ------------------------------
          1 <data>Id 1 updated.</data>
          3 <data>Id 3 updated.</data>
          4 <data>Id 4 updated.</data>
    */
    
    select * from otn9test;
    
    /*
         ID DATA
    ---------- ------------------------------
          1 <data>Id 1 updated.</data>
          2 <data>default for 2</data>
          3 <data>Id 3 updated.</data>
    */
    
    drop table otn9input;
    drop table otn9test;

    The temporary table can be eliminated somehow?

    You can do it with the MERGER:

    merge into otn9test t
    using (
      select id, data
      from xmltable('/root/item' passing updata
            columns
              id   number  path 'id',
              data xmltype path 'data'
           )
    ) x
    on ( t.id = x.id )
    when matched then update
     set t.data = x.data
    ;
    

    However, if you are looking for performance on large data sets, I think that the best is to use an intermediate table of XMLType (binary storage) to maintain the XML instance.

    create table otn9input of xmltype
    xmltype store as securefile binary xml;
    
    insert into otn9input values(
    xmltype('
      
        1
        Id 1 updated.
      
      
        3
        Id 3 updated.
      
      
        4
        Id 4 updated.
      
    ')
    );
    
    merge into otn9test t
    using (
    select id, data
    from otn9input,
         xmltable('/root/item' passing object_value
              columns
                id number path 'id',
                data xmltype path 'data'
         )
    ) x
    on ( t.id = x.id )
    when matched then update
     set t.data = x.data
    ;
    

    A structured XMLIndex could also help.

  • How to insert a table of data made a cube.

    Hello, I'm going with the manipulation of cubes in Oracle 10 g, I understand that transactional system tables are filled with facts.

    I have a doubt, to fill the fact table is used, a job, a trigger, or is there some kind of technology at the level of the database that allows me to pass information to the transactional database to the tables in the cube.

    Thank you for any information provided.

    Note: Sorry for the English, I don't speak and I use a translator.

    In Oracle 10.2, use handler analytic workspace (AWM) to cubes of design and in correspondence with tables or view as data sources. Present your data in the cube as a schema star or snowflake (such as a table or view). Consider the introduction of AWM on the Oracle technical network at http://www.oracle.com/technology/obe/10gr2_db_single/bidw/awm/awm_otn.htm.

    If you can, consider using an instance of 11.2 for OLAP. There are a lot of important new features of 11.2 which will make it easier to design and manage cubes, improve them performance and which make it easier to query the cube with SQL.

  • Filter by date range table

    I use JDev 11.1.1.6

    I'm following Frank worm detailed information on how to filter the ADF tables by date range. The link is below.


    http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/59-table-filter-by-data-range-176653.PDF


    I have 2 problems that I deal. They are:

    (1.) the datapicker for both filters are not make the date picker when I click on it. As I said I use 11.1.1.6 which I think should work. Note to Frank says he did not before 11.1.1.6. I can manually enter the date ranges and the filter works.
    2.) when I filter by my date or any other filter on the page, the filter returns the data that I expect to be back. For some reason the date filter is more restores. It's as if the entire filter facet disappears. I suspect it is because I do something wrong in the bean support. I posted this code below.

    Let me know if you have thoughts about what I might get hurt.


    {} public void onQuery (QueryEvent pQueryEvent)
    ArrayList < object > lAuditCodeArray = null;
    FilterableQueryDescriptor = lFilterableQueryDescriptor
    (FilterableQueryDescriptor) pQueryEvent.getDescriptor ();
    as submitted by the user such current filter criteria
    Map lCriteriaMap = lFilterableQueryDescriptor.getFilterCriteria ();

    The method links to set on the access ViewCriteria bind variables.
    OperationBinding = lRangeStartOperationBinding
    getBindings () .getOperationBinding ("setAuditDateRangeStart");
    OperationBinding = lRangeEndOperationBinding
    getBindings () .getOperationBinding ("setAuditDateRangeEnd");
    Object lAuditDateStartRange = lCriteriaMap.get ("AuditDateStartRange");
    Object lAuditDateEndRange = lCriteriaMap.get ("AuditDateEndRange");
    lRangeStartOperationBinding.getParamsMap () .put ("value",
    lAuditDateStartRange);
    lRangeEndOperationBinding.getParamsMap () .put ("value",
    lAuditDateEndRange);
    lCriteriaMap.remove ("AuditDateStartRange");
    lCriteriaMap.remove ("AuditDateEndRange");
    lRangeStartOperationBinding.execute ();
    lRangeEndOperationBinding.execute ();


    lFilterableQueryDescriptor.setFilterCriteria (lCriteriaMap);

    run the default QueryListener code added by JDeveloper
    ADFUtil.invokeMethodExpression ("#{bindings.") Audit2Query.processQuery} «»
    Object.Class, QueryEvent.class,
    pQueryEvent);


    filter of restoration carried out by the user selection
    llCriteriaMap.put ("AuditDateStartRange", lAuditDateStartRange);
    lCriteriaMap.put ("AuditDateEndRange", lAuditDateEndRange);
    lFilterableQueryDescriptor.setFilterCriteria (lCriteriaMap);
    }



    Here's the column I'm filtering where it's useful.


    < af:column sortProperty = "CrtdDttm" sortable = "true".
    headerText = "Date".
    ID = "crtDate" align = "center" width = "260".
    filterable = "true" >
    < f: facet = name 'filter' >
    < af:panelGroupLayout id = "pgl1" layout = "horizontal" >
    < af:panelLabelAndMessage label = "" to: ""
    ID = "plam1" >
    < af:inputDate id = "id1".
    value = "#{vs.filterCriteria.AuditDateStartRange} '"
    clientComponent = "false" >
    < af:convertDateTime pattern = "#{bindings." CsgAudit2.hints.CrtdDttm.format}"/ >
    < f: validator binding = "#{bindings." CrtdDttm.validator} "/ >"
    < / af:inputDate >
    < / af:panelLabelAndMessage >
    < af:spacer width = "5" height = "5".
    ID = "s5" / >
    < af:panelLabelAndMessage label = "" to: ""
    ID = "plam2" >
    < af:inputDate id = "id2".
    required value = "#{vs.filterCriteria.AuditDateEndRange}" = 'false' "
    clientComponent = "false" >
    < f: validator binding = "#{bindings." CrtdDttm.validator} "/ >"
    < af:convertDateTime pattern = "#{bindings." CsgAudit2.hints.CrtdDttm.format}"/ >
    < / af:inputDate >
    < / af:panelLabelAndMessage >
    < / af:panelGroupLayout >
    < / f: facet >
    < af:inputDate value = "#{row.bindings.CrtdDttm.inputValue} '"
    required = "#{bindings." CsgAudit2.hints.CrtdDttm.mandatory}.
    shortDesc = "#{bindings." CsgAudit2.hints.CrtdDttm.tooltip}.
    ID = "id3" readOnly = "true" >
    < f: validator binding="#{row.bindings.CrtdDttm.validator}"/ >
    < af:convertDateTime pattern = "#{bindings." CsgAudit2.hints.CrtdDttm.format}"/ >
    < / af:inputDate >
    < / af:column >

    Can you try to remove the validator and convert date time to the side of the filter and check.
    I had a similar problem with my custom filter and the filter facet did not. I discovered that it was because I had created a property my filter component (selectonechoice) bean binding.
    I used version Jdev 11.1.1.4.

    Thank you
    Rakesh

  • How to set the join in the physical layer between the cube and the relational table

    Hello
    I have a data aggregated in essbase cube. I would like to supplement the information contained in the cube with data from relational source.

    I read the article http://community.altiusconsulting.com/blogs/altiustechblog/archive/2008/10/24/are-essbase-and-oracle-bi-enterprise-edition-obiee-a-match-made-in-heaven.aspx that describes how do.

    In this article, I think I have to define a complex join between any cube of essbase to my relational table in the physical layer.
    But when I use the Manager to join I am only able to define jooin between the tables of the source of the relationship, but not with the cube imported.

    In my case, I'm trying to reach the risk dimension in the cube based on risk_type_code (Gen3 members), with risk_type_code in relationship table dt_risk_type.

    How can I create this join?

    Concerning
    Hanane

    RelationTable.dt_risk_type = cube. "" Gen3, risk. "

    That's all ;-)

    See you soon,.
    C.

  • How can I import tables to a different schema in the relational model existing... to add these tables in the existing model? PLSS help

    How can I import tables from a different schema in the relational model... to add these tables in the existing relational/logic model? PLSS help

    Notes; I already have a schema ready relational/logic model... and I need to add more tables to this relational/logic model

    can I import the same way like I did before?

    But even if I do the same how can I add it in the template? as the logic model has been designed...

    Help, please...

    Thank you

    To view the diagram of logic model in Bachman notation, you right-click on a blank area of the diagram and select the rating > Bachman Notation.

    David

  • How to call a display object with the criteria of the different point of view in each line an ADF BC table (Urgent)

    Hello world

    I use 11.1.1.7 version of Jdeveloper. I have a table adf BC. I need to call another ADF BC table inside the table. I need get the questionId from each row in the main table and fix the questionId as a point of view of the criteria drop inside the main table. I use to execute with parameter but always get the id of the last row question and criteria of this id as a point of view to each row of the table. How can I do this? 

    < af:table value = "#{bindings." AttachmentYesNoVO11.collectionModel}.

    var = "row" rows = "#{bindings." AttachmentYesNoVO11.rangeSize}.

    emptyText = "#{bindings." AttachmentYesNoVO11.viewable? "{'No data to display.': 'Access Denied.'}".

    fetchSize = "#{bindings." AttachmentYesNoVO11.rangeSize}.

    rowBandingInterval = "0" id = "t2".

    "partialTriggers =": cb4: cb3 ".

    styleClass = "AFStretchWidth" inlineStyle = "height: auto;"

    width = "1250" >

    < af:column sortProperty = "#{bindings." AttachmentYesNoVO11.hints.Question.name}.

    sortable = "false".

    headerText = "#{bindings." AttachmentYesNoVO11.hints.Question.label}.

    ID = "c10" width = "300" >

    < af:inputText value = "#{row.bindings.Question.inputValue} '"

    label = "#{bindings." AttachmentYesNoVO11.hints.Question.label}.

    required = "#{bindings." AttachmentYesNoVO11.hints.Question.mandatory}.

    columns = "#{bindings." AttachmentYesNoVO11.hints.Question.displayWidth}.

    maximumLength = "#{bindings." AttachmentYesNoVO11.hints.Question.precision}.

    shortDesc = "#{bindings." AttachmentYesNoVO11.hints.Question.tooltip}.

    ID = "it1" lines = '8' readOnly = "true" contentStyle = "width: 330px; "margin: 10px" >

    < f: validator binding="#{row.bindings.Question.validator}"/ >

    < / af:inputText >

    < / af:column >

    < af:column headerText = "#{bindings." AttachmentYesNoVO11.hints.ApplicationId.label}.

    ID = "c1" width = "300" >

    < af:table value = "#{bindings." AttachmentVO1.collectionModel}.

    var = "row" rows = "#{bindings." AttachmentVO1.rangeSize}.

    emptyText = "#{bindings." AttachmentVO1.viewable? "{'No data to display.': 'Access Denied.'}".

    fetchSize = "#{bindings." AttachmentVO1.rangeSize}.

    selectionListener = "#{bindings." AttachmentVO1.collectionModel.makeCurrent}.

    rowSelection = 'single '.

    Binding = "#{uploadDownloadBean.downloadTable} '"

    rowBandingInterval = "0" id = "t1".

    partialTriggers =': cb5: cb6: cb7: cb10 ">"

    < af:column id = 'c12' width = '0 '.

    headerText = "Download File" >

    < af:commandButton text = "#{row.bindings.FileName.inputValue}" id = "cb23" > "

    < af:fileDownloadActionListener

    filename = "#{row." Bindings.FileName.inputValue}.

    Method = "#{uploadDownloadBean.downloadFile} '"

    contentType='"#{row.bindings.MimeType.inputValue}"'/ >

    < / af:commandButton >

    < / af:column >

    < / af:table >

    < / af:table >

    User, because the two tables have a relationship, we call matter detail relationship, you can use a link view defining the relationship, and the framework will be the selection detail for you automatically.

    The next thing is that you can not put a table in a column of a table. This is not supported by the table component. You can use a picture of the tree for this, or tables cascading as I show in JDeveloper 11.1.2.1: cascade Tables | JDev & ADF Goodies

    Timo

  • How to re-import objects relational table on the RPD physical layer...

    I'm new to OBIEE. I don't know how to re-import tables relational database on the physical layer, each time that the base table of database structure changes.

    How to configure the connections ODBC or OCI of 10G / 11G on my computer so I can re-import objects on RPD on remote server.

    I would appreciate if you can give step by step instructions
    Thanks in advance.

    Hello-

    I don't mind not help with ODBC connections, but since this is a separate issue could you please close this issue as correct and display in a separate thread? This makes it easier for other users to get precise answers to their questions during the examination of the messages and keep separate questions.

    To end on a question, you can select the button "fix" on the wire next to the correct position.

    Thank you very much and see you on the other post!

    Kind regards
    Jason

  • How insert/DML data in the table when the data in the related table changes

    Hello guys!

    I came across a problem that I need to get fixed. Because I don't know how to start and get it resolved I wanted to ask you for your expertise.

    The scenario is as follows:

    I have a table 'a' in my 10g database and a view "ab" which combined table 'a' with 'b' table in a view. However, the 'b' table is a table in another schema Manager database. and accessible (read only right) via a database link.

    Now here it is: whenever the data changes in table "b", for example 2 new sets of data is inserted, I need to insert automatically the 2 values of these 2 sets of data in my table "a". Same procedure for update and delete in table "b".

    The action that inserts data into the table 'a' must be initialized in my database, I have limited access to the other. Can I somehow use a trigger my reviews of "ab" to insert data into the table "a"? Or is it possible to use the "change notification procedure database" using the view as the reference?

    Desperately need help and example of all suspicion/code greatly appreciated. I am very new to Oracle and not very fond of PL/SQL routines. So please be so kind as to give me more details.

    Thanks in advance - I hope you have any ideas how I can get this problem resolved.

    Sebastian

    >

    ... it does not, since the DDL operations are not permitted on the remote databases (ORA-02021). I can't create the trigger on a view either. :-(
    So what ways are left to insert data into the table 'a' when the related table changes?

    Please, help if you have an idea!

    Yes,
    You can't perform the DDL (create the trigger...) on remote databases as you can see...
    Try to create this trigger in the local database that will make DML (insert into...) on the remote database.

        CREATE OR REPLACE TRIGGER local_forward_pt_after_insert
         AFTER INSERT
             ON N2K_INV_PT
             FOR EACH ROW
    
         BEGIN
             -- Insert records into table "a"
             INSERT INTO TBL_PUNKTDATEN@remote_database_sid
              ( INT_NUMMER,
                STR_GEBIET
                 )
             VALUES
              ( :new.INT_INV_PT_NR,
                :new.GEBIET );
         END;
    

    Thank you

    Good luck

  • How to clear the selection on an ADF faces table?

    I thought I'd call setSelectedRowKeys (null) gives the desired result. However it is not. Can you think of a reason why it would not clear the selection? What should I do?

    Here's the specific scenario:

    I have a two ADF faces table tell A and B with a column each and both of them have simple lines and their rowSelection property is set to "single". Now the requirement is when a line is selected from A, it must clear all selections of B and vice versa. So I registered selectionListeners on the tables and the code that is running inside this method does the following for the table has not been selected :

    tablenNotSelected.setSelectedRowKeys (null);

    lets say, I click on a first line, then on a row of B. So far so good. So if I click on the A, the control won't to the SelectionListener method. I think that SelectionEvent isn't getting fired no doubt because the previous selection has not been erased.

    JDev version I use is JDEVADF_MAIN_GENERIC_121113.1351.6521

    What I'm missing here?

    Published by: 981525 on January 23, 2013 08:20

    try to add addPartialTarget (table) after you turn off the selection.

  • How to build a table of TDMS file open

    Hello

    Examples NI TDMS - Express write data .vi (time domain), I can build a PDM file with 2 channels (sine and square waveforms) data, which are stored as test.tdms.

    Using Express read .vi data (time domain), 2 channels of waveform data are read. How to build a table later? How to separate the 2 channels of data in the tables 1-2 and manipulate the data using table functions?

    For example,.

    I want to collect 100 from index100 between channel 0 and their average. I want to take 50 samples from the channel 50 1 index and double each element.

    Thank you for your help.

    Bing@NCL

    Hey Bing.

    You can perform operations on different channels in the 2D table using the table to index. This will allow you to choose the channel to operate on, then you can perform the operation inside a loop on each element. In the included code snippet, I used a shift register to find the total cumulative values in channel 0 and then divided by the number of samples.

    I recommend you read some tutorials LabVIEW and bases of knowledge on topics that are related to yours. These could help a lot.

    I hope that my suggestions help,

    Chris

  • Synchronization between RDF store and relational table

    I start this question in a new thread, as it goes in a field of another problem

    Is one of the option to model the attributes of the object to store the attributes in a separate relational table and a SQL allows to attach graphic query results. Now, here's a situation, if we want to join, we need to keep a few key reference in the RDF data store, so that they can join together. But it leaves a question, how do synchronize us data? Suppose that we keep a user node in RDF with the user ID property and keep all other modules in the relational table. When join us, we can reach by user ID. But if we remove this record from the user in the relational table, probably RDF will not delete this user node in the graph data store. Am I correct on this point or Oracle has a sort of way to maintain data synchronization?

    Thank you.

    Hi HansC,

    Sorry for the late reply.

    When a row is deleted from a relational table, its correspondent/associated triple (s) will NOT will be removed one or more RDF models unless there is a custom logic to handle this.

    For example, we can define a trigger on the relational table to manage the synchronization of the data. Another way is to use the existing track changes

    mechanism (motion Flashback, Golden Gate etc.) to preserve the synchronization data.

    Thank you

    Zhe Wu

  • How to purge the table ECX_OUTQUEUE of the ECX_OUTBOUND AGENT

    How to purge the table ECX_OUTQUEUE of the ECX_OUTBOUND AGENT

    904632 wrote:

    How to purge the table ECX_OUTQUEUE of the ECX_OUTBOUND AGENT

    Please see (how to recreate the ECX Related queues? (Doc ID 1354312.1)).

    Thank you

    Hussein

  • Insertion of XMLTABLE to RELATIONAL table

    Hello

    I have a Realational table


    CREATE TABLE VALU_RSLT)
    VALU_RSLT_ID NUMBER OF NON-NULL,
    NUMBER OF FRD_RQST_INFO_ID
    NUMBER OF CERT_NBR (12: 0),
    VALUATIONMETHODTYPE VARCHAR2 (4000).
    VALUATIONMODEL VARCHAR2 (4000).
    EARNED NUMBER (20: 5).
    NUMBER OF VALUATIONLOW (20: 5),
    NUMBER OF VALUATIONHIGH (20: 5),
    NUMBER OF CONFIDENCESCORE
    CONFIDENCEDESC VARCHAR2 (255),
    CRT_BY_USR_ID VARCHAR2 (255),
    CRT_TMST TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
    LAST_UPD_BY_USR_ID VARCHAR2 (255),
    LAST_UPD_TMST TIMESTAMP DEFAULT CURRENT_TIMESTAMP
    );



    VALU_RSLT_ID - is a sequence object.


    Select tx. FRD_RQST_INFO_ID, CERT_NBR, temp.*
    OF FRD_XML_TEST1 tx.
    XMLTABLE ('/ DRIVEResponse/loan/assessments/ValuationResult ')
    TX OF PASSAGE. RSP_XML
    PATH of COLUMNS 'ValuationMethodType' VARCHAR2 (4000) "@ValuationMethodType."
    Path of 'ValuationModel' VARCHAR2 (4000) "@ValuationModel."
    "Assessment" PATH of NUMBER (20.5) "@Valuation."
    Path of "ValuationLow" NUMBER (20.5) "@ValuationLow."
    Path of "ValuationHigh" NUMBER (20.5) "@ValuationHigh."
    PATH of NUMBER "ConfidenceScore" "@ConfidenceScore"
    PATH of VARCHAR2 (255) 'ConfidenceDesc' '@ConfidenceDesc '.
    ) in the temp


    Is a very good job.


    What I try to achieve is to insert the data from the XML for this relational Table (VALU_RSLT) and also to increment the Sequence (VALU_RSLT_ID) and others
    check the fields in the table. (CRT_BY_USR_ID, CRT_TMST, LAST_UPD_BY_USR_ID, LAST_UPD_TMST).

    How can I do this?


    I tried something like this

    INSERT into VALU_RSLT (VALU_RSLT_ID, FRD_RQST_INFO_ID, CERT_NBR, VALUATIONMETHODTYPE, VALUATIONMODEL, EARNED,
    VALUATIONLOW, VALUATIONHIGH, CONFIDENCESCORE, CONFIDENCEDESC, CRT_BY_USR_ID, CRT_TMST, LAST_UPD_BY_USR_ID, LAST_UPD_TMST)
    VALUES (VALU_RSLT_ID_SEQ1.nextval (), select tx. FRD_RQST_INFO_ID, CERT_NBR, temp.*
    OF FRD_XML_TEST1 tx.
    XMLTABLE ('/ DRIVEResponse/loan/assessments/ValuationResult ')
    TX OF PASSAGE. RSP_XML
    PATH of COLUMNS 'ValuationMethodType' VARCHAR2 (4000) "@ValuationMethodType."
    Path of 'ValuationModel' VARCHAR2 (4000) "@ValuationModel."
    "Assessment" PATH of NUMBER (20.5) "@Valuation."
    Path of "ValuationLow" NUMBER (20.5) "@ValuationLow."
    Path of "ValuationHigh" NUMBER (20.5) "@ValuationHigh."
    PATH of NUMBER "ConfidenceScore" "@ConfidenceScore"
    PATH of VARCHAR2 (255) 'ConfidenceDesc' '@ConfidenceDesc '.
    (), Temp, NULL, NULL, NULL, NULL);



    gave me the following error message

    Error in the command line: 3 column: 35
    Error report:
    SQL error: ORA-00936: lack of expression
    00936 00000 - "missing expression.
    * Cause:
    * Action:


    How can I do this insert work?

    You mix styles of syntax INSERT. VALUES is for a single line. You want something like

    INSERT into VALU_RSLT(VALU_RSLT_ID, FRD_RQST_INFO_ID, CERT_NBR, VALUATIONMETHODTYPE, VALUATIONMODEL, VALU,
    VALUATIONLOW, VALUATIONHIGH, CONFIDENCESCORE, CONFIDENCEDESC, CRT_BY_USR_ID, CRT_TMST, LAST_UPD_BY_USR_ID, LAST_UPD_TMST)
    select VALU_RSLT_ID_SEQ1.nextval(),
           tx.FRD_RQST_INFO_ID,CERT_NBR,temp.*,
           NULL,NULL,NULL,NULL
    FROM FRD_XML_TEST1 tx,
         XMLTABLE('/DRIVEResponse/Loan/Valuations/ValuationResult'
                  PASSING TX.RSP_XML
                  COLUMNS
                  "ValuationMethodType" VARCHAR2(4000) PATH '@ValuationMethodType',
                  "ValuationModel" VARCHAR2(4000) PATH '@ValuationModel',
                  "Valuation" NUMBER(20,5) PATH '@Valuation',
                  "ValuationLow" NUMBER(20,5) PATH '@ValuationLow',
                  "ValuationHigh" NUMBER(20,5) PATH '@ValuationHigh',
                  "ConfidenceScore" NUMBER PATH '@ConfidenceScore',
                  "ConfidenceDesc" VARCHAR2(255) PATH '@ConfidenceDesc');
    

Maybe you are looking for

  • How can I get rid of all the foregoing, the message of junk?

    All this garbage that appears before the message in Mozilla Thunderbird makes no sense and no interest for me. In addition, it is included in any message that will be transmitted to others. How can I get rid of him?

  • Re: Satellite L300-1 has 3 - How can I use AHCI?

    Hello everyone, Recently, I have a laptop Toshiba L300-1 has 3 and I have a problem with the * AHCI in the BIOS when I install or use Win xp (sp2), the laptop cannot start and continue, I think because can not detect the HARD drive in * AHCI mode but

  • Equium A80-132: Configfree said switch wireless turns off when it is

    I got my A80-132 14 months and it don't did me not a bit of boredom. I didn't need help before so this is my first time on the forum and it seems very useful. Congratulations to all. Anyone know how I can get ConfigFree to recognize my wireless card

  • When I send mails in Hotmail with attachments photo the recipient does not receive the image.

    original title: Hotmail When I transfer emails containing photos, sometimes the pictures don't pass by the recipient.  Just this box with the red x in the upper right corner, which also sometimes when I open a received email from someone else.

  • Cancel the print job

    Lets say I start a print job, but realize that it's more time that I waited and I just want to cancel the print job. How can I put an easy to get to the icon, link job etc command it is quickly available to cancel the job, rather than the 3-step proc