Extract function not working with tag attributes

Hi all,
I have an xml document stored in the db as an xmlType. I am trying to use the extract function to retrieve values. The extract will work fine on tags without attributes. Any tags with attributes or tags beyond the tags with attributes will not be accessible.
<tag1>
<tag2>hi</tag2>
<tag3 att="hello">bye</tag3>
<tag4> hi again </tag4>
</tag1>
In the example above I can extract tag2 values but not tag3 or tag4 values.
here is my select statement
works
select e.xmlval.extract('/tag1/tag2').getStringval()
from test_xml e;
does not work
select e.xmlval.extract('/tag1/tag2/tag3').getStringval()
from test_xml e;
does not work
select e.xmlval.extract('/tag1/tag2/tag3/tag4').getStringval()
from test_xml e;
Any ideas?

Hi all,
Found the issue. The problem was that I was not specifying the second argument to the extract function.
The tag attribute that I was not handling was xmlns="".
I used this atttribute as the second argument in the extract function and now I am off and running.
Hope this helps someone.
Cheers

Similar Messages

  • Send & Recieve functionality not working with  WebDav after installing Acrobat XI

    Send & Recieve functionality not working with  WebDav after installing Acrobat XI for PDF.  Acrobat XI is complete installations(Trial Version).

    Hi Kiro ,
    Did you try opening that file in any other browser ?If not ,please try doing that once and see if that  works for you.
    Try Repairing Acrobat once and see if  that helps.
    Launch Acrobat>Navigate to Help>Repair Acrobat Installation.
    Regards
    Sukrit Dhingra

  • Evaluate_Analytic function not working with VPD enabled

    Experts,
    One of the column formula has evaluate_analytic function in the report. The report works fine with no errors when Virtual Private Database is not checked in the Physical Layer's datasource object, but the same report fails with the below error message when VPD is checked.
    Please share your thoughts on how to resolve the error. Your response is greatly appreciated.
    This is the error message in the answers:     
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 42015] Cannot function ship the following expression: Evaluate_Analytic( MIN(%1) OVER(PARTITION BY %2),([ D901.c3, D901.c4] )).Please have your System Administrator look at the log for more details on this error. (HY000)
    This is in OBIEE 11.1.1.6 version. I haven't tested in old versions.
    Regards,
    Tom
    Edited by: Tom Lype on Oct 1, 2012 2:17 PM

    I found the solution myself. Hopefully it should help others.
    If your fact table is within a data source object which has VPD enabled in the physical layer, all other tables(dimensions) mapped to it should be from a data source object which has VPD checked. I might be wrong but at least in my case after I copied over two tables from a data source (no VPD checked) into the new data source (VPD checked), my evaluate_analytic function is working with no errors. The parameters for the evaluate_analytic function are from those two tables.
    Regards,
    Tom

  • G505s - Touchpad hot key function not working with lenovo driver

    I'm using windows 8.1, Lenovo G505s laptop. Recently I got replacement from Lenovo regarding touchpad after that this Fn(F7) touchpad enable/disable not working. This is happening only when I installied touchpad driver provided by lenovo and works well with standard microsoft driver (Ofcourse, no multigesture support with that driver).
    We perfomed following operations:
    1. HotKey mode enable/disable in BIOS
    2.Reinstallation of OS
    3. Reinstallation of driver(manually)
    All cases with microsoft driver this function working but with touchpad driver it is not working. It's almost 90days (88thday) daily contacting both Lenovo customer support and service center people but no use.
    If anybody having this problem and have a solution please share! (My machine under warranty!)

    hi phani_kumar,
    It's likely that you have a Synaptics driver (you can verify this by its hardware ID or use a utility software like AIDA 64 Extreme Edition).
    - Link to picture (Synaptics)
    - Link to picture (ELAN
    If you're unable to install the driver below, can you follow this guide on how to disable driver signature enforcement then try to reinstall the driver again and observe if you can now toggle the Fn+F6.
    Windows 8/7/XP/Vista 64/32-bit Edition v17.0.19
    All Languages
    118.1 MB zip
    Regards
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Value binding not working with rendered attribute

    In my jsf page i'm encountering problem with value binding it is not working for a h:inputText with rendered condition even when the rendered condition evaluates to true & the component is rendered.While trying to retrieve the value of the components with conditional rendering on submit i'm unable to retreive the value while on removing rendered condition the value binding is working perfectly
    <h:selectOneMenu id="DropDown" value="#pc_GeneralRequestInfo.objInfoDTO.State}" rendered="#pc_GeneralRequestInfo.objAddressRequestDetailsDTO.selectedAddressType == 'HOME'}">                    
    <f:selectItems value="#{pc_GeneralRequestInfo.statesList}" />
    </h:selectOneMenu>

    There is a { missing from the value attribute in the code you posted.                                                                                                                                                                                           

  • Pause/Play functionality not working with publish to HTML5

    Hi experts,
    I am creating a Captivate course to be deployed on iOS and publishing to HTML5. We are using custom buttons (not playback controls) for navigation to advance through the slides. My client would also like Play/Pause functionality for some of our embedded (MP4) videos. I used the following tutorial to create these buttons to toggle the Play & Pause functionality:
    http://www.youtube.com/watch?v=0v2F0NyEAfs
    This worked PERFECTLY when previewed in a browser from Captivate, but does not work when published and launched in HTML5 format, from the same browser. I didn't use any Flash content, rollover functionalities, or anything noted in the limitations list for HTML5 output. The conditional functions I have set for my buttons are:
    PAUSE:
    Hide > SPI_Pause
    Show > SPI_Play
    Assign > cpCmndResume with 0
    Assign > cpCmndPause with 1
    PLAY:
    Assign > cpCmndPause with 0
    Assign > cpCmndRsume with 1
    Hide > SPI_Play
    Show > SPI_Pause
    The issue I am encountering is that the video completely pauses itself the moment the pause button displays on the stage (no matter where I place it in the timeline). I'm not pressing it or anything, it just initiates the cpCmndPause function and disregards all the others I have set. From there the conditional sequences are rendered useless as the video is already paused even though I didn't press the button. I've verified this happens anywhere I try to use the cpCmndPause function.
    I am running Captivate 6.1.0.309 on Mac OSX 10.8.2. I've tested the HTML5 output in Chrome and Safari with the same results. I did see a thread regarding a patch install (for 6.0.1xxx) that resolved some issues, but this appears to be an earlier version of what I have installed so this should have been resolved with my install?
    Please HELP!

    So, was this issue NOT resolved with the patch, or is this an entirely new/different issue?
    It seems as though this functionality is pretty basic, so I don't understand why this is a restriction with HTML5 output? Please advise, if there are restrictions with advanced actions that are not noted in the HTML5 limitations documentation, then they should be.
    Thank you, I too have a client deadline and have purchased this subscription based on the documentation Adobe has provided about the application's ability to publish to this new format.

  • Keyboard dictation function not working with wifi

    very curious thing happening. the 'mic' icon activated dictation function
    is not working in wifi mode on my iphone at home. you get the dancing
    balls and no text ever appears. in 4g mode dictation works fine.   wifi seems to be working
    ok. dictation on my wifi only ipad is ok. only tried this at home but since
    wifi seems to work ok i have no reason to believe
    that wifi is the issue.

    I tried rebooting mine twice and it didn't work.  I disabled Siri, then enabled Siri and it worked temporarily.  I had to repeat disable/enable of Siri serval times over the course of the day, seemingly at least an hour apart before it seemed to work.  Even now there seems to be a bit of a lag between when I speak and when it types, but it does work finally.

  • WEBUTIL_HOST Function not works with Batchfiles

    Hi
    I try to call the WEBUTIL_HOST.host('c:\test.bat')
    Function from Forms9i.
    she’s don't work.
    The DosBox hanging on without error
    can help me somewhere?
    Thanks Alfred

    sorry, sorry it works ;-)
    Forms has write the result of the DIR command to the server
    the right code is
    dir > c:\text.txt
    with the next step i have a Problem
    when i use the command PAUSE in the betchfile
    test.bat:
    echo on
    pause
    dir > c:\test.txt
    webutil_host.host('cmd /c c:\test.bat');
    The CMD-Box hangs on
    reg. Alfred

  • BUG OJVM does not work with tag files

    Hello,
    A.
    1. Create tag file
    2. Create JSP that uses tag file <x:xy />
    3. Deploy to OC4J 10.1.3.2.
    4. Start OC4J.
    4. Access JSP - OK.
    B.
    1. Create tag file
    2. Create JSP that uses tag file <x:xy />
    3. Deploy to OC4J 10.1.3.2.
    4. Start OC4J with OJVM.
    4. Access JSP - OK.
    C.
    1. Create tag file
    2. Create JSP that uses tag file <x:xy> </x:xy>
    3. Deploy to OC4J 10.1.3.2.
    4. Start OC4J with OJVM.
    4. Error - the JSP cannot be displayed. No message.

    user519938,
    Am I missing something?
    B and C look identical to me.
    A and D also look identical to me.
    By the way, can you not count above 4?
    Good Luck,
    Avi.

  • Not able to sign into Blackberry Protect. Backup and Restore function not working. "Your device isn't associated with a Blackberry ID"

    Not able to sign into Blackberry Protect.  Backup and Restore function not working. Message is: "Your device isn't associated with a Blackberry ID."  My Blackberry Messenger and Blackberry World is working fine so I am sure its not an ID issue on the phone.  I can sign into Link, Blackberry.com and Protect.  I see my device in Protect but cannot send messages or view it on a map.  Times out with cannot reach device message.  BB Protect on Device has a swirling circle beside the on/of switch.  Cannot turn off.  
    I have deleted Link and re-installed.
    I have reset phone to default(factory) and signed in. 
    OS level is 10.2.1.3062
    BB Link is 1.2.3.56
    Solved!
    Go to Solution.

    I managed to figure this out myself. I had to delete the device from the Blackberry Protect website.  protect.blackberry.com.  I wiped my device again and signed in with my Blackberry ID.  I dont know if the step of wiping was necessary as I did not try my backup with the current configuration on the device following the delete.  Restore is in progress for me!

  • Hi, I have a late 2011 MacBook Pro but cant get the mirroring function to work with Apple TV.  I've got the most recent Software 10.7.5 but cant see the mirroring icon or turn this on.  I'm able to mirror from my Ipad but not my Mac, any thoughts?

    Hi, I have a late 2011 MacBook Pro but cant get the mirroring function to work with Apple TV.  I've got the most recent Software 10.7.5 but cant see the mirroring icon or turn this on.  I'm able to mirror from my Ipad but not my Mac, any thoughts?

    Welcome to the Apple Support Communities
    AirPlay Mirroring is supported on your Mac, but it needs OS X Mountain Lion (10.8). See > http://support.apple.com/kb/HT5404
    You have two possibilities:
    1. Make a backup, open App Store and purchase Mountain Lion to upgrade to this OS X. Then, you will find the AirPlay Mirroring icon at the top right of the display, on the menu bar, or on System Preferences > Displays.
    2. Keep OS X Lion and use AirParrot > http://www.airparrot.com
    Both options work properly, but I recommend AirPlay Mirroring as it doesn't need a third-party program

  • Look Up function is not working with custom dictionary - How can I solve this?

    Hi everyone,
    I recently installed a Chinese-English dictionary known as 小词典 or Xiao CiDian using the .mpkg file that I downloaded from the website (here's a link: http://xiaocidian.com/). The dictionary package was added to the native Dictionary application on my Mac. When I go to the Dictionary application and search for Chinese words, there are no problems – results just come up as they should. The website claims that the Look Up function should work with this dictionary as well, and that I should be able to look up the definitions of any Chinese words that I come across (which makes sense, seeing as it's integrated into the native Dictionary application). The problem? It's not happening. I've tried all the ways that I have found to get to the Look Up pop-up dialog box – Ctrl-Cmd-D, right-click and the Lion three-finger double-tap gesture – but all that ever happens is that the dialog box comes up, saying "No results found". Does anyone know why this is happening? Should I try reinstalling the dictionary? Thanks in advance to anyone who can give some advice.

    If you don't get an answer here, you might want to search/ask in the Chinese Mac list:
    http://groups.google.com/group/chinesemac

  • AcroPDF ActiveX print functions are not working with Adobe Reader 9.2 / Actobat Reader 9.3

    AcroPDF ActiveX print functions are not working with Reader 9.2/9.3. Tried ActiveX print functions like printPages(), printAll(), printWithDialog(), none of them is working. Tried on platforms: XP 32 bit and Win7 32 bit. These print functions all work fine with Adobe Reader 9.1.0. or 8.2.0 or 8.1.0 on XP 32 bit or Win7 32 bit.
    The way I have my setup: I have created a C/C++ project with AcroPDF MFC ActiveX classes. I have created an AcroPDF object in there, and then calling it's LoadFile() function passing a pdf file in the parameter. Then calling the printPages() or printAll() function. With Adobe Reader 9.1.0. or 8.2.0 or 8.1.0, printing is starting through the default printer without any problem. As soon as I update the reader version to 9.2 or more, the same code stops working.
    Is anybody noticing any similar issue? Any info on this will be highly appreciated. Thank you!

    Unfortunately printWithDialog() is also not working. Actually none of the print functions like Print(), printWithDialog(), printPages(), printPagesFit(), printAll(), printAllFit() are working. All of them works fine though with older reader.
    BTW, what security related changes are there for printPages() and printAll()? Can you please elaborate on that? Is there any workaround?

  • I bought Numbers because my Excel files would not work with Mavericks. How can I import a non-functioning Excel file into numbers? (As of now, the file NAME transfers but data is not.) but

    I bought Numbers because my Excel files would not work with Mavericks. How can I import a non-functioning Excel file into numbers? (As of now, the file NAME transfers but data does not.)

    HI Dave,
    I'm surprised you get no message when you attempt opening the Excel document in Numbers.
    I'm assuming Numbers 3.1, since you are running Mavericks.
    Does the Numbers file that opens show any content?
    Does it contain a table?
    How large?
    Does it contain more than one tab (indicating more than one sheet)?
    Do those other tabs contain a table?
    Have you checked those tables for data content?
    There have been cases in the past of imported documents opening with white text on a white background, giving the appearance of containing nothing. Check for this by selecting a block of cells, then applying a Fill colour or a Text colour using the Format button (paintbrush).
    I'd also suggest attempting to open the Excel files using LibreOffice, which can be downloaded from the linked website.
    Regards,
    Barry

  • The zoom function is not working with lenovo A700 computer

    I have a lenovo A700 desktop computer with a touch screen interface. I recently downloaded the newest version of Firefox (4.0.1) and now the touch screen zoom in/out function with webpages is not working. This function is working with IE8 on the same computer so there seems to be something wrong with Firefox. It was working with the previous version of Firefox as well. Please help, thanks.

    jotan832,
    Have you tried restoring the iPhone and setting it up as a new phone? Sometimes these issues can be software based. More information on the restore process can be found here: http://support.apple.com/kb/HT1414
    To set up appointments for the Apple Store online, visit http://www.apple.com/retail/ to locate your store website, then choose the Concierge.
    Hope this helps,
    Raleigh

Maybe you are looking for

  • How to delete the Data Points label with a crosstab layout

    Hi, just a question. I created a report which uses a crosstab layout; so...I have the Company Name on the left, Status Code above and the Count(tickets) as Data Points. As soon as I put the Count(tickets) inside the report, the label "Data Points: In

  • Getting error while trying to install ADRMS role on Windows Server 2008 R2 SP1.

    Hello, I am trying to install ADRMS on Windows Server 2008 R2 SP1 (This machine also has domain controller and Exchange Server 2010 SP3 installed). But I am getting following error: Install-ADRMS : The configuration object is read only, because it ha

  • Why is my iMac running so slowly?

    EtreCheck version: 1.9.12 (48) Report generated June 17, 2014 at 7:50:21 AM EDT Hardware Information:           iMac (27-inch, Late 2013) (Verified)           iMac - model: iMac14,2           1 3.5 GHz Intel Core i7 CPU: 4 cores           16 GB RAM V

  • Adobe Reader 8 and Vista

    Can someone help me figure this out? I am using Reader 8.1 on a vista pc, and my downloads of music are showing as a pdf through my file sharing program. Therefore I cannot play or burn them, as they dl as a read only file. I cannot uninstall reader

  • Password for the DBSNMP user Keep Changing

    Hi .. I see frequent change in the password for the DBSNMP users, as a result facing metric collection error for the target instances. Please advise what could be the reason for it. I have created a separate profile for the this user and changed the