The call of shapes 12 c reports

Hello

I try to call a report of shapes 12 c using the even of this link code.

He worked with 11g, but in 12 c, it is not work display error "unable to run the report.

I think I missed something because the port of reports is 9002, and forms port 9001. This was not the case in 11g and I found no instructions of mounting anything to link the two.

Please note that the two forms and reports are created in the same instance on the same server.

Thank you

First of all, the v11 and 12 have exactly the same condition in a production configuration where the forms runs on port 9001 and 9002 reports.  Using the installation of 'Development' in v11 type is not supported for production, so the code you referenced would have the same problem in both versions unless you have a proxy as OHS before WLS.

On your current problem, please see the Release Notes for v12 (more specifically article 2.3.8).

http://docs.Oracle.com/middleware/1221/formsandreports/FRREL/forms.htm#FRREL5297

The complete set of docs for forms/States is here:

http://docs.Oracle.com/middleware/1221/formsandreports/index.html

Tags: Oracle Development

Similar Questions

  • Helps the modal dialog box a value back to the calling page

    Greetings,

    Apex Version: 4.1.0.0.32


    What I'm trying to do is create a modal dialogue that is called from a form page. The user dialog box will report to IR which allow him to select a line and send a value of this line to a field of the calling page. I work in Firefox, but I get an error using IE 8. I hope that someone can show me why it does not work in Internet Explorer.

    Here's how I do it:

    Of the calling page:

    Created a button
    Action: Redirect URL
    Target URL: javascript:var rc = window.showModalDialog ('f? p = & APP_ID.:70: & SESSION.: & DEBUG.:', ",'resizable: Yes;) Center: Yes; dialogWidth:1000px; dialogHeight:500px ;') ;


    On the page called:

    The called page is an IR report where the query returns this as one of the columns:

    * (Note: I had to put a point '.' before the onclick so he could show in this thread.) It is not there in my actual code.) *
    select
    <a href="#" name="z" style="color:blue; text-decoration:underline;" .onclick="javascript:passBack(''' || LOT_NO ||''');">Select</a>' SelectThis
    , column1
    , column2
    from sometablename;
    This solves the anchor:
    <a .onclick="javascript:passBack('232158');"  href="#">Select</a>
    Here is the function Javascript is called the anchor onclick:
    function passBack(passVal1)
    {
      opener.document.getElementById("P75_ITEM1").value = passVal1;
      close();
    }
    When I run the present in Firefox, it works as expected. I click the button on the parent page. The modal dialog box is open and the report of the IR is displayed. I click on one of the links in the report and it returns the correct value to the appellant and closed page modal dialog box.

    When I run it in IE8, it fails. I click the button on the parent page. The modal dialog box is open and the report of the IR is displayed. I click on one of the links in the report and I get this error: 'opener.document is null or not an object ".

    I hope that it is clear and that someone can help.

    Thank you

    Larry

    A quick google search determines that window.opener does not exist when you use window.showModalDialog

    Range of suggestions to use window.open instead of window.showModalDialog to use instead of window.opener dialogArguments

    Try the following:

    The parent page to define a getPopupValue() function:

     function getPopupValue(){
       var dr =  window.showModalDialog('f?p=&APP_ID.:70:&SESSION.::&DEBUG.:::','','resizable:yes;center:yes;dialogWidth:1000px;dialogHeight:500px;');
    
        if ( (dr != undefined) && (dr != '') && (dr != false) ){
         $x("P75_ITEM1").value = dr;
        }
     }
    

    Change the url of the button to call the function:

     javascript:getPopupValue(); 
    

    On the popup page change the valve function for:

    function passBack(passVal1)
    {
      returnValue = passVal1;
      close();
    }
    
  • Generation of multiple reports in subdirectories with the calls of the nested sequence

    I would like to generate different paths for multiple sequences, which are each managed in respect of execution of their own.  The following text displays the desired hierarchy:

    YYYY. MM DD. HH.mm.ss_MainSequenceFileName\Test [email protected]
    YYYY. MM DD. HH.mm.ss_MainSequenceFileName\YYYY. MM DD. HHmm.ss_SequenceGroup1\Sequence group [email protected]
    YYYY. MM DD. HH.mm.ss_MainSequenceFileName\YYYY. MM DD. HHmm.ss_SequenceGroup1\Test tswan.html
    YYYY. MM DD. HH.mm.ss_MainSequenceFileName\YYYY. MM DD. HHmm.ss_SequenceGroup2\Test tswan.html

    where:

    Summary of the test contains only steps of the MainSequence of the MainSequenceFile
    SequenceGroup1 is a step of calling in MainSequence with new execution sequence (to generate a separate report).
    Note: The subsequences of the SequenceGroup are stored in a different sequence file.

    Example of a hierarchy:
    MainSequence-> SequenceGroup1-> SubSequence1, SubSequence2, SubSequence5
    MainSequence-> SequenceGroup2-> SubSequence2, SubSequence3, SubSequence4

    Would result in the following files:
    2010.08.18.10.00.00_MainSequenceFile\Test [email protected]
    2010.08.18.10.00.00_MainSequenceFile\2010.08.18.10.05.00_SequenceGroup1\SequenceGroup1 [email protected]
    2010.08.18.10.00.00_MainSequenceFile\2010.08.18.10.05.00_SequenceGroup1\Test1.html
    2010.08.18.10.00.00_MainSequenceFile\2010.08.18.10.05.00_SequenceGroup1\Test2.html
    2010.08.18.10.00.00_MainSequenceFile\2010.08.18.10.05.00_SequenceGroup1\Test5.html
    2010.08.18.10.00.00_MainSequenceFile\2010.08.18.10.40.00_SequenceGroup1\SequenceGroup2 [email protected]
    2010.08.18.10.00.00_MainSequenceFile\2010.08.18.10.40.00_SequenceGroup1\Test2.html
    2010.08.18.10.00.00_MainSequenceFile\2010.08.18.10.45.00_SequenceGroup1\Test3.html
    2010.08.18.10.00.00_MainSequenceFile\2010.08.18.10.45.00_SequenceGroup1\Test4.html

    My plan was to specify the base path using the StationGlobals (for support through several files), and then use the ReportOptions reminder in the file of the main sequence and the sequence of group file.  However, the recall of ReportOptions occurs only in the file in the main sequence.  If I create a ReportOptions reminder in the sous-suite file, it will never be called.  The ReportOptions of the MainSequenceFile callback is only called (since that's where the new run is launched I guess).

    In my view, that this hierarchy could be created using what follows:
    In the ReportOptions callback, get a reference to the sequence of the appellant step and determine if it is a SequenceGroup_SequenceCall (a type of special stage that I created), if so then use a different expression to generate the name of the subdirectory and report.  If this isn't the case, then use the expression of the main sequence.

    It would take to what follows the ReportOptions in MainSequence reminder:

    1 get the reference to MainSequence path of the report generated from the process template.  This could be done by storing the RunState.Root.Locals.ReportPath in a StationGlobals variable before the new sequence.

    • Is it possible to do without StationGlobals?  A SequenceCall parameter is most appropriate?

    2 get the reference to the call of the sequence step

    • Not sure what the best way to achieve this.  Please notify.

    3. date format
    The statement to get the start time of the SequentialModel is not called that after ReportOptions recall and the path of the file Expression determine report.  This is why the name of the report file timestamp may be different from the header of the report.

    • Why the statement to get the start time is not called as the first step of the sequence, and what are the consequences of this change in the sequential model?

    My questions are indicated by bullets that precedes.  Any help would be greatly appreciated!

    Hello

    I created a small example that should full fill your requests.

    Note: I have only tested in Mode Single Pass (No. Serialnumber request!)

    No StationGlobals when used. To get the parent folder data two queues when used in ReportOption callback

    Hope this helps

    Jürgen

  • Today I received a phone call from 'Human IT Solutions'. The operator said that I had reported an error and asked me to log in

    Original title: ERROR REPORT FIX - HUMAN IT SOLUTIONS.

    Today I received a phone call from 'Human IT Solutions'.  The operator said that I had reported an error and asked me to log in and follow his instructions, as it was a very simple matter to deal with.  I typed in the flag of MS, "rt" track: this opened the window "run" in which I typed in 'eventvwr' followed by 'OK '.  This opened "Event Viewer".  At this point I told him I was not willing to go far and he didn't send me the "fix."  He said that his company had no authorization to send emails and our conversation ended.  I tried to inform Microsoft, but of course all their facilities help for XP are now US only and I couldn't find any way to inform them (I think they should know, and anyway, if it is a genuine appeal, it might be good to have).  Anyone got any ideas on the question of whether I have done the right thing or how to say MS?

    ADF

    Original title: ERROR REPORT FIX - HUMAN IT SOLUTIONS.

    Today I received a phone call from 'Human IT Solutions'.  The operator said that I had reported an error and asked me to log in and follow his instructions, as it was a very simple matter to deal with.  I typed in the flag of MS, "rt" track: this opened the window "run" in which I typed in 'eventvwr' followed by 'OK '.  This opened "Event Viewer".  At this point I told him I was not willing to go far and he didn't send me the "fix."  He said that his company had no authorization to send emails and our conversation ended.  I tried to inform Microsoft, but of course all their facilities help for XP are now US only and I couldn't find any way to inform them (I think they should know, and anyway, if it is a genuine appeal, it might be good to have).  Anyone got any ideas on the question of whether I have done the right thing or how to say MS?

    ADF

    ADF, I received today a similar appeal.  When I questioned his information on the company, he was very defensive and said "I have no cold calling, I'm in East London" I asked him to give me the name of the software MS causing errors, during which he compiled a long list of file extensions and avoided the question.  When I asked her name and phone number so I can get my husband to call him back, he began to read a number on phone, but the figures '0-1', the line was cut off.

    I'm sure you made the right choice in putting an end to the conversation of what I lived today.  I have no idea how you would report to Microsoft, but wanted a response to you here to support your actions!

  • is - that someone received a call from Microsoft teak out of the blue saying they have received reports of virus in your computer

    is - that someone received a call from Microsoft teak out of the blue saying they have received reports of virus in your computer

    Those that are known scams.

    Don't always believe what someone says if they call you. This applies to almost anything.

  • FRM-41214: cannot run the report during the call to the reports

    Hi all,

    I work with Forms 10g on Windows 7 (local working with OC4j), I have a form with a button calling a report, it's the code for the button:

    declare

    Repid REPORT_OBJECT;

    v_rep VARCHAR2 (100);

    rep_status VARCHAR2 (20);

    BEGIN

    Rep: = find_report_object ('EMPS_BY_DEPTS');

    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_EXECUTION_MODE, batch);

    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_COMM_MODE, SYNCHRONOUS);

    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_DESFORMAT, 'pdf');

    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_DESTYPE, cache);

    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_SERVER, 'repetat');

    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_OTHER, 'paramform = no');

    v_rep: = RUN_REPORT_OBJECT (repid);

    rep_status: = REPORT_OBJECT_STATUS (v_rep); 

    While rep_status in ('MARKET', 'OPENING_REPORT', 'PENDING')

    LOOP

    rep_status: = report_object_status (v_rep);

    END LOOP;

    IF rep_status = "FINISHED" THEN

    WEB. SHOW_DOCUMENT ('/ reports/rwservlet/getjobid ': substr (v_rep, InStr(v_rep,'_',-1) + 1) |'?) "|' server = repetat","_blank"); "

    ON THE OTHER

    message ("error when running report");

    END IF;

    END;


    I create a report object in the browser of the object with the name ""EMPS_BY_DEPTS "with properties " filename = emps_by_depts.rdf.

    I also have a server with the command server = repetat wserver report

    When I press the button to call the report I get this famous 41214 FRM: cannot run the report.

    I tried running the report with rwservlet: http://acer-pc:8889/reports/rwservlet?report=emps_by_depts.rdf & userid=hr/hr@orcl & desformat = pdf & destype = hide & expiry =...

    and it works very well.

    Any idea and thank you


    I do in this case,

    1 - i run report with parameterform = YES (Note: your report is not a form of parameter), so I can see explanation real error report.

    2 - showjobs of report server options

    We use the 11g r2, for 11g r2 reports this link http://: 9002/reports/rwservlet/showjobs? = RptSvr__asinst_1 server , so I can't see error detail.

    10g should be that this option absolutely. but I don't know.

    These can help you.

    Best regards.

  • the call report form region

    Hello

    I have a region of report which lists the data of revenue.  First column is an 'Edit' button which, to the click, presents the edit form.  Similarly, I would like to have a button, which, to the click, should give this reception report.  Please let me know how to achieve this.  When I click, it must pass the number of receipt as a parameter so that the report shows that this special reception.

    Thank you

    -Anand

    anand_gp wrote:

    Hope I am able to put the better question...

    Not really. You have added any of the requested information.

    Here's the form screen that accepts input of receipts.  What I need to know, like the first box that is for the record "Edit", I expect a single key, which takes me to that particular record report (image following scree).

    Why are you describing that as a' form '? The area shown in the image is clearly an interactive report region. Do not use standard Oracle APEX terminology makes it very difficult to understand your problem. Perhaps this interactive report was created as a form on a Table by report using the form wizard. If so, refer to him as such. The screen 'form' in these cases will be universally understood to be the form page, not the page of report.

    To add a link to an interactive report, create a link to the column that passes the key value of the row of interactive report page of report received.

  • 7 adapter w/lightning iPhone headphones. The caller does not hear me

    When I make calls or receive, the person at the other end of the line can't hear me but I can hear them.

    In this case more than 50% of the time until now, in fact I would say more like 75% so far. Sometimes its fixed by pulling me on the adapter of the lightning and put it back in the phone.

    Today, I put through a few tests in-depth using three different sets of headphones and had the same problem with all of them.

    Anyone else having this problem?

    I'm having the same problem also. Pulling on the adapter of the lightning and reintegrate them into the port seems to solve it, but then happens again next time you receive a call.

    I used two different sets of headphones with the same results.

    The remote control also do not work and can not adjust the volume of the call.

    Assuming that he is part of the issues that have been reported and will be fixed in the next update?

  • Companys keep the call telling me they are Microsoft and my computer to send them signals of error

    Original title: scammed

    Companys keep the call telling me they are Microsoft and my computer is sending wrong signals that I have been scammed by apturo for £145.00 already do I need help with my computer and these errors. Thanks much jam

    The game, 18 June 2015 13:01:55 + 0000, BobSummerville wrote:

    APTURO scam is alive and well... and I just fell for it.  I was scammed to the tune of $ 207,91 to solve a problem on my computer that did not exist.  Convincing, but aggressive, 'technician' called Microsoft Support had received reports that my computer had been compromised and that his company had the task to fix.  The malware to compensation would cost US$ 169.  I've stupidly it gave access to my computer for all 90minutes.  What he was doing right now that I don't know, but I just finished all my blocking bank accounts and change the passwords.

    It is not good enough, as far as I'm concerned.

    In addition to their money get on your part to do anything of any value,
    If you leave them in your computer, who knows what they were doing or where
    What confidential information they stole.

    So if you have done so, I highly recommend that you do both of the following
    immediately:

    1 do a clean reinstall of Windows.

    2. after reinstallation of Windows, change all your passwords.
    especially one of the banks or other financial sites. Once again, even do
    If you have just made.

    Since they have perhaps installed a recorder of strikes, changing just your
    Passwords may not be good enough.

  • Common cold called the India telling me that my computer is corrupt and needs attention at a cost. The call of this morning came from 02533639006.

    Please could someone tell me if the calls of the India telling me this computer is corrupt and needs attention to the cost are to be considered as a suspect.

    This morning, my husband took one of the many calls from a company whose name can never be clearly understood.  Call came this morning from the above mentioned phone no.  It was a particularly tough call, insisting that they knew there was corruption on my system and when my husband asked for the source of this information and how they would take care and at what cost, the appellant insisted to know the age of my husband.  When he asked the appellant to bring the problems that he was speaking in an e-mail that he rang off the coast.

    As has happened so often before, could someone please let me know what steps I should take to ensure that all information on the State of operation of my computer is genuine and comes from a reliable source.  My husband and I are retired and is concerned by the number of calls we receive from this type.  We had an audit by computer not so long ago and everything was there at that time.  Despite the running is a little slow, I don't have serious problems that I know.  I learned to be patient when waiting for the computer to operate as required.

    I look forward to hear from you in due course.

    Thank you very much.

    It's FAKE and SCAM, because of course, you could report it to the Ministry in charge of fraud in your country.

    Take a look on:

    http://cyberdefend.WordPress.com/2010/05/14/Hello-i-am-from-Microsoft/

  • I received the call from someone saying that they had been warned of my computer

    original title: I have SOLUTION ON LINE COMPUTER SHUTDOWN.

    I HAVE RECD CALL INDIAN CO. I HAVE SOLUTION, CLAIMING TO BE TECHNICIANS APPROVED WINDOW. TRIED TO CONNECT VIA THE WEBSITE LOGME123 AND AFTER HAVING RECEIVED WARNINGS ON THE WEB SITE OF GOOGLE, I'M NOT SURE IF THIS IS A SCAM. SINCE THAT IT HAS BEEN RINGING ME MORE THAN 6 TIMES NOW FOR ME TO DO ON. IS THIS SAFE?

    These scam calls are usually of a person representing Windows rather than Microsoft, but in any case, the call was nothing else than a phishing attempt! Do not give any information.

    It is a scam! Not to follow their instructions or advice and not to provide ANY information to them.

    Because they use the internet lines and/or phone to complete their fraud, there may be federal agencies in your country who are interested in discovering their calls. Their report directly to the appropriate agency if you feel you can contribute to their arrest and the charges.

    Microsoft do NOT pick up the phone and start dialing customers and never phones/e-mails asking for personal information or asking them to visit a web site! Please do not take into account these calls and hang up immediately.

    Avoid scams that use the Microsoft name fraudulently

    On another note, if you have problems with your computer, please do not hesitate to post a description of the situation and the error messages you received in those forums. We would be happy to help you. (information staff unnecessary or requested !)

  • Technicians in people call Microsoft to fix computer reported errors?

    * Original title: error reports

    Technicians in people call Microsoft to fix computer reported errors?

    Hello

    Thank you for visiting Microsoft Community.

    I suggest you refer to the suggestion of Kosh Vorlon responded on 14 April 2012 from the link below and check if this is useful:

    http://answers.Microsoft.com/en-us/protect/Forum/MSE-protect_scanning/phone-call-scams-claiming-to-be-Microsoft/aefc50a4-d7a4-4c79-8db5-2fafcd6ad196

    Hope this information helps.

    Meet us with the State of the question.

  • Procedural error the call for VARRAY String as parameter

    Hello

    I get the error during the call to the procedure:

    Here are the steps:

    CREATE or REPLACE TYPE PART_TYPE IS an OBJECT (part_number VARCHAR2 (120));

    CREATE OR REPLACE TYPE PART_REC_TBL IS VARRAY (1000) of PART_TYPE ;

    I have a stored procedure in the package:

    create or replace package TEST_PART_SEARCH_PKG AUTHID CURRENT_USER AS

    PROCEDURE ADD_TO_PART)

    p_part_number_list IN PART_REC_TBL ,

    p_ord_number IN Varchar2,

    x_error_flag OUT Varchar2,

    x_error_msg OUT Varchar2

    );

    end TEST_PART_SEARCH_PKG;

    When I call the Package:

    DECLARE

    v_flag varchar2 (100);

    v_err_msg varchar2 (100);

    BEGIN

    TEST_PART_SEARCH_PKG. ADD_TO_PART ('09031518,0897701 ',' 003146M 56', v_flag, v_err_msg);

    END;

    error report-

    ORA-06550: line 5, column 6:

    PLS-00306: wrong number or types of arguments in the call to 'ADD_TO_PART '.

    ORA-06550: line 5, column 6:

    PL/SQL: Statement ignored

    It would be helpful if someone can help me on this

    Obviously. There are no part_number, so turn in your package and get rid of it:

    FOR indx1 IN 1.p_lot_number_list. COUNTY

    LOOP

    BEGIN

    SELECT

    inventory_item_id

    IN

    var_item_id

    Of

    test_part_number_v

    WHERE

    PART_NUMBER = p_part_number_list (indx1);

    EXCEPTION

    WHILE OTHERS THEN

    var_item_id: = NULL;

    END;

    SY.

  • Return to a specific page after the call to a procedure via a hotspot link

    Greetings,

    With the help of > > Application Express 4.0.2.00.07

    I have an APEX image map request. I have the hotspot in the image maps links go to a new page in the application and pass a set of Parameters. This part works fine.

    I now have the need to call a procedure from some hotspot links. The procedure call works fine, with one question. When executed, it opens a page of empty with 'Complete' browser at the bottom of the page. Now, I'm stumped. Is there a way I can keep it to open another page? Is there a way I can direct to open a specific page? I have to go about this in a completely different way?

    I hope that there is a code htp that I can add to the procedure to keep it on the current page. Unfortunately, this isn't my strong point. Even some htp code that displays a message and ask the user to click on back or a message that contains a URL that would come back to the page would be great.

    Any suggestions are appreciated.

    This is the code in the image map hotspot...
    < area shape = "rect" coords = "661,240,691,270" href = bg_qcis.create_defect? p_cell = 23-9 > < / a >

    Thank you, Tony

    Published by: hidden on 26 April 2012 15:20

    A call to a URL and includes a URL call to a procedure, redirects to this page. Specs is HTML and browser. As the proc does not refer to something that can make the browser, you see the blank page. "Done" means that the process stops not at an HTTP Error 403, 500, etc.

    Rather than try to navigate to the calling Page using history.back() () or trying to open the URL in a separate window by adding target = "_blank" in the anchor tag of the link on the calling page, it will be much cleaner / more neat if you use on of the UTL_HTTP. Functions of APPLICATION (a 2 signatures) in a process of Page or the application process.

    If you want to avoid a page submit so write an AJAX call to call for an implementation process that calls the Proc URL using UTL_HTTP. REQUEST; and then htp.p the result in the Page like any other AJAX response.

    Kind regards

  • The call to the web service help

    Hello

    I use a web service to handle validation. I created the web service and it ran OK, but the report still does not found data. I wanted to see what was in the returned collection, I have therefore created a new region with the following SQL:

    SELECT CLOB001
    OF wwv_flow_collections c
    WHERE c.collection_name = 'P37_VALIDATECCSZ_RESULTS. '

    This has given in: "Marion 0 true true Wayne 14505 1.0 AddressResponse: Marion, NY 14505/Val = true/Rel = 1.0/INCP = true/Geo = 0 NY true."

    The default report is a failure because the response is not XML I think.

    I ran the web service in java and it returns:

    < soapenv:Envelope = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenv >
    < soapenv:Body >
    < ns:validateCCSZResponse xmlns:ns = "http://validation.util.oss.paetec.com" >
    < ns:return xmlns:ax28 = "http://sag.oss.paetec.com/xsd" xmlns:ax22 = "http://rmi.java/xsd" xmlns:ax23 = "http://io.java/xsd" xmlns:ax21 = "http://client.validation.util.oss.paetec.com/xsd" type = "com.paetec.oss.util.validation.client.AddressResponseArray" >
    < ax21:responses type = "com.paetec.oss.util.validation.client.AddressResponse" >
    < ax21:city > Marion < / ax21:city >
    < ax21:code > 0 < / ax21:code >
    < ax21:country / >
    Wayne < ax21:county > < / ax21:county >
    < ax21: incomplete > true < / ax21: incomplete >
    < ax21: incorporated > true < / ax21: incorporated >
    < ax21:locClli / >
    < ax21:postalCode > 14505 < / ax21:postalCode >
    < ax21:postalCodeExtension / >
    < ax21:reliability > 1.0 < / ax21:reliability >
    < ax21:shortDescription > AddressResponse: Marion, NY 14505/Val = true/Rel = 1.0/INCP = true/Geo = 0 < / ax21:shortDescription >
    < ax21: state > NY < / ax21: state >
    < ax21:streetName / >
    < ax21:streetNumber / >
    < ax21: unit xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: Nil = "true" > < / ax21: unit >
    < ax21: validated > true < / ax21: validated >
    < / ax21:responses >
    < / ns:return >
    < / ns:validateCCSZResponse >
    < / soapenv:Body >
    < / soapenv:Envelope >

    So, anyone know why the call of APEX web service does not return the XML? I get the values from the XML, but I have no way to analyze to get what I need...
    Thank you
    -Johnnie

    Johnnie:

    I slightly changed the basics of Xpath and also changed namespace. Try the following.

    SELECT extractValue( value(T), '//city', 'xmlns="http://client.validation.util.oss.paetec.com/xsd"' ) city
    ,extractValue( value(T), '//county', 'xmlns="http://client.validation.util.oss.paetec.com/xsd"' ) county
    ,extractValue( value(T), '//incomplete', 'xmlns="http://client.validation.util.oss.paetec.com/xsd"' ) incomplete
    ,extractValue( value(T), '//postalCode', 'xmlns="http://client.validation.util.oss.paetec.com/xsd"' ) postalCode
    ,extractValue( value(T), '//reliability', 'xmlns="http://client.validation.util.oss.paetec.com/xsd"' ) reliability
    ,extractValue( value(T), '//state', 'xmlns="http://client.validation.util.oss.paetec.com/xsd"' ) state
    ,extractValue( value(T), '//streetName', 'xmlns="http://client.validation.util.oss.paetec.com/xsd"' ) streetName
    ,extractValue( value(T), '//streetNumber', 'xmlns="http://client.validation.util.oss.paetec.com/xsd"' ) streetNumber
    ,extractValue( value(T), '//validated', 'xmlns="http://client.validation.util.oss.paetec.com/xsd"' ) validated
    FROM TABLE(xmlsequence(extract(XMLTYPE.createxml('
    
    
    
    
    Marion
    0
    
    Wayne
    true
    true
    
    14505
    
    1.0
    AddressResponse: /Marion, NY 14505/Val = true/Rel = 1.0/Incp = true/Geo = 0
    NY
    
    
    
    true
    
    
    
    
    '),'//responses','xmlns="http://client.validation.util.oss.paetec.com/xsd"'))) T
    

    Kind regards

    Jason

Maybe you are looking for