How can I query the XML file that is stored as a CLOB data?

Hi people,

Please see below the example XML file, which is stored in 'os_import_docs', 'document' as a CLOB column.

I would like to ask this XML file using some select SQL.


How can I query form below XML?
<?xml version="1.0" encoding="UTF-8"?>
<etd>
  <header>
    <AR>000000000</AR>
    <AW>0</AW>
    <CT>S</CT>
    <CU>H</CU>
    <CZ>SS48</CZ>
    <BU>4</BU>
    <CH>0032</CH>
    <CK>2012-11-01</CK>
    <CL>21:18</CL>
    <CW>225</CW>
    <CX>0</CX>
    <CF>SS-CZL18</CF>
    <DV>2</DV>
  </header>
  <account_group id="234">
    <account id="234">
      <invoice id="000742024">
        <da>
          <AR>000742024</AR>
          <AW>0</AW>
          <CT>D</CT>
          <CU>A</CU>
          <CH>0032</CH>
          <BY>31-10-2012</BY>
          <CA>25-10-2012</CA>
          <AB>234</AB>
          <AA>234</AA>
          <BS>88754515</BS>
          <AD>Mike Tyson</AD>
          <AC>Mike Tyson</AC>
          <AZ>CZ6521232465</AZ>
          <AE/>
          <CG>A</CG>
          <AL>A</AL>
          <BZ>.</BZ>
          <AH>Some street</AH>
          <AI/>
          <AF>Some city</AF>
          <AK>Kraj</AK>
          <AG>CZ</AG>
          <AJ>885 21</AJ>
          <CR>21-11-2012</CR>
          <AY>602718709</AY>
          <AV>800184965</AV>
          <AP/>
          <AO/>
          <AQ/>
          <AN/>
        </da>
        <da>
          <AR>000742024</AR>
          <AW>0</AW>
          <CT>D</CT>
          <CU>A</CU>
          <CH>0032</CH>
          <BY>31-10-2012</BY>
          <CA>25-10-2012</CA>
          <AB>234</AB>
          <AA>234</AA>
          <BS>88754515</BS>
          <AD>Mike Tyson</AD>
          <AC>Mike Tyson</AC>
          <AZ>CZ6521232465</AZ>
          <AE/>
          <CG>A</CG>
          <AL>L</AL>
          <BZ>Mike Tyson</BZ>
          <AH>Some street</AH>
          <AI/>
          <AF>Some city</AF>
          <AK>Kraj</AK>
          <AG>CZ</AG>
          <AJ>885 21</AJ>
          <CR>21-11-2012</CR>
          <AY/>
          <AV>800184965</AV>
          <AP/>
          <AO/>
          <AQ/>
          <AN/>
        </da>
        <detaildc CH="0032" AB="234" BS="11888954" BB="32" BA="CZ" AT="" CI="7077329000002340342" AU="" DU="1Z48395" CB="CZK">
          <dc>
            <AW>0</AW>
            <CT>D</CT>
            <CU>C</CU>
            <BY>31-10-2012</BY>
            <CA>25-10-2012</CA>
            <CV>8151</CV>
            <BT>12111</BT>
            <CJ>1</CJ>
            <AM>0</AM>
            <DR>PC</DR>
            <DS/>
            <DO>25-10-2012</DO>
            <DQ>18:42</DQ>
            <CE>1</CE>
            <BH>8151</BH>
            <CY>8151 SHELL MALKOVICE P</CY>
            <DP>049336</DP>
            <DT/>
            <BQ/>
            <BR>500000</BR>
            <CN>30</CN>
            <CM>030</CM>
            <BO>160,00</BO>
            <BF>38,900</BF>
            <BC>6224,00</BC>
            <BI>32,417</BI>
            <CD>B</CD>
            <BG>0,600</BG>
            <BK>31,817</BK>
            <BJ>0,000</BJ>
            <DI>8</DI>
            <BP>20,00%</BP>
            <CC>CZK</CC>
            <BM>5090,67</BM>
            <BN>1018,13</BN>
            <BL>6108,80</BL>
            <BD>5090,67</BD>
            <BE>1018,13</BE>
            <DW>6108,80</DW>
            <CO>Nafta</CO>
          </dc>
        </detaildc>
        <dt>
          <AR>000742024</AR>
          <AW>0</AW>
          <CT>D</CT>
          <CU>T</CU>
          <CH>0032</CH>
          <BY>31-10-2012</BY>
          <CA>25-10-2012</CA>
          <AB>234</AB>
          <AA>234</AA>
          <BS>11888954</BS>
          <BB/>
          <BA>CZ</BA>
          <DG>1</DG>
          <CN>30</CN>
          <CM>030</CM>
          <DF>160,00</DF>
          <DH>litr</DH>
          <DJ>20,00%</DJ>
          <DD>5090,67</DD>
          <DE>1018,13</DE>
          <DC>6108,80</DC>
          <DB>CZK</DB>
          <DA>P</DA>
          <AX/>
          <CQ/>
          <CP/>
        </dt>
        <dt>
          <AR>000742024</AR>
          <AW>0</AW>
          <CT>D</CT>
          <CU>T</CU>
          <CH>0032</CH>
          <BY>31-10-2012</BY>
          <CA>25-10-2012</CA>
          <AB>234</AB>
          <AA>234</AA>
          <BS>11888954</BS>
          <BB/>
          <BA>CZ</BA>
          <DG>2</DG>
          <CN/>
          <CM/>
          <DF>160,00</DF>
          <DH>litr</DH>
          <DJ/>
          <DD>5090,67</DD>
          <DE>1018,13</DE>
          <DC>6108,80</DC>
          <DB>CZK</DB>
          <DA/>
          <AX/>
          <CQ/>
          <CP/>
        </dt>
        <dt>
          <AR>000742024</AR>
          <AW>0</AW>
          <CT>D</CT>
          <CU>T</CU>
          <CH>0032</CH>
          <BY>31-10-2012</BY>
          <CA>25-10-2012</CA>
          <AB>234</AB>
          <AA>234</AA>
          <BS>11888954</BS>
          <BB/>
          <BA>CZ</BA>
          <DG>19</DG>
          <CN/>
          <CM/>
          <DF/>
          <DH/>
          <DJ/>
          <DD>5090,67</DD>
          <DE>1018,13</DE>
          <DC>6108,80</DC>
          <DB>CZK</DB>
          <DA/>
          <AX/>
          <CQ/>
          <CP/>
        </dt>
        <dt>
          <AR>000742024</AR>
          <AW>0</AW>
          <CT>D</CT>
          <CU>T</CU>
          <CH>0032</CH>
          <BY>31-10-2012</BY>
          <CA>25-10-2012</CA>
          <AB>234</AB>
          <AA>234</AA>
          <BS>11888954</BS>
          <BB/>
          <BA>CZ</BA>
          <DG>8</DG>
          <CN/>
          <CM/>
          <DF/>
          <DH/>
          <DJ/>
          <DD>5090,67</DD>
          <DE>1018,13</DE>
          <DC>6108,80</DC>
          <DB>CZK</DB>
          <DA/>
          <AX/>
          <CQ/>
          <CP/>
        </dt>
      </invoice>
    </account>
  </account_group>
  <footer>
    <AR>999999999</AR>
    <AW>0</AW>
    <CT>S</CT>
    <CU>T</CU>
    <CZ>SS48</CZ>
    <BU>4</BU>
    <CH>0032</CH>
    <CK>2012-11-01</CK>
    <CL>23:04</CL>
    <CW>225</CW>
    <BX>1</BX>
    <CS>7</CS>
    <BW>0000000000000610880</BW>
  </footer>
</etd>
example - does not:
    select  x.*
    from os_import_docs d
         ,XMLTABLE('/etd/header'
                    PASSING httpuritype(d.document).getXML()
                    COLUMNS 
                       response_status varchar2(50) PATH 'AR'
                    )  x
   where d.object_id = 2587058
     and rownum = 1;  

 
ORA-22835: Buffer too small for CLOB to CHAR or BLOB to RAW conversion (actual: 6196, maximum: 4000)
Thank you very much
Tomas

No error on my side.

I just put in the comments the two columns:

SQL> SELECT h.AR
  2       , h.CK
  3       , h.CF
  4       , i.AR4
  5       , i.AD
  6       , ddc.*
  7       --, i.AR5
  8       --, i.DG
  9       , ddn.*
 10       , h.CZ
 11       , h.BU
 12       , h.CH
 13       , h.CK7
 14       , h.CL
 15  FROM os_import_docs d,
 16       XMLTable(
 17         '/etd'
 18         PASSING xmlparse(document d.document)
 19         COLUMNS
 20           AR        varchar2(10) PATH 'header/AR'
 21         , CK        varchar2(10) PATH 'header/CK'
 22         , CF        varchar2(10) PATH 'header/CF'
 23         , CZ        varchar2(10) PATH 'footer/CZ'
 24         , BU        varchar2(10) PATH 'footer/BU'
 25         , CH        varchar2(10) PATH 'footer/CH'
 26         , CK7       varchar2(10) PATH 'footer/CK'
 27         , CL        varchar2(10) PATH 'footer/CL'
 28         , invoices  xmltype      PATH 'account_group/account/invoice'
 29       ) h
 30     , XMLTable(
 31         '/invoice'
 32         PASSING h.invoices
 33         COLUMNS
 34           AR4       varchar2(10) PATH 'da/AR'
 35         , AD        varchar2(20) PATH 'da/AD'
 36         --, AR5       varchar2(10) PATH 'dt/AR'
 37         --, DG        varchar2(10) PATH 'dt/DG'
 38         , detaildc  xmltype      PATH 'detaildc'
 39         , detaildn  xmltype      PATH 'detaildn'
 40       ) i
 41     , XMLTable(
 42         '/detaildc'
 43         PASSING i.detaildc
 44         COLUMNS
 45           DU        varchar2(10) PATH '@DU'
 46         , CB        varchar2(10) PATH '@CB'
 47         , DO        varchar2(10) PATH 'dc/DO'
 48         , CY        varchar2(20) PATH 'dc/CY'
 49         , BM        varchar2(10) PATH 'dc/BM'
 50         , CO        varchar2(30) PATH 'dc/CO'
 51       ) (+) ddc
 52     , XMLTable(
 53         '/detaildn'
 54         PASSING i.detaildn
 55         COLUMNS
 56           CI        varchar2(20) PATH '@CI'
 57         , BY_       varchar2(10) PATH 'dn/BY'
 58         , BM6       varchar2(10) PATH 'dn/BM'
 59       ) (+) ddn
 60  ;

AR         CK         CF         AR4        AD                   DU         CB         DO         CY                   BM         CO                             CI                   BY_        BM6        CZ         BU         CH         CK7        CL
---------- ---------- ---------- ---------- -------------------- ---------- ---------- ---------- -------------------- ---------- ------------------------------ -------------------- ---------- ---------- ---------- ---------- ---------- ---------- ----------
000000000  2012-10-31 SS-CZL19   EI08P4993  ING. ANTONIN GURICA, 1Z48395    EUR        16-10-2012 ASFINAG POST_MAUT    1940,60    Dalnicni znamka                                                           SS47       4          0032       2012-10-31 01:25
000000000  2012-10-31 SS-CZL19   EI08P4993  ING. ANTONIN GURICA, 1Z48395    EUR        17-10-2012 ASFINAG POST_MAUT    1328,10    Dalnicni znamka                                                           SS47       4          0032       2012-10-31 01:25
000000000  2012-10-31 SS-CZL19   EI08P4993  ING. ANTONIN GURICA, 1Z48395    EUR        23-10-2012 ASFINAG POST_MAUT    1831,80    Dalnicni znamka                                                           SS47       4          0032       2012-10-31 01:25
000000000  2012-10-31 SS-CZL19   EI08P4993  ING. ANTONIN GURICA, 1Z48395    EUR        24-10-2012 ASFINAG POST_MAUT    867,30     Dalnicni znamka                                                           SS47       4          0032       2012-10-31 01:25
000000000  2012-10-31 SS-CZL19   EI08P4993  ING. ANTONIN GURICA, 1Z48396    EUR        23-10-2012 ASFINAG POST_MAUT    2749,00    Dalnicni znamka                                                           SS47       4          0032       2012-10-31 01:25



000000000  2012-10-31 SS-CZL19   EI3496334  ING. ANTONIN GURICA, 1Z48397    HUF        29-10-2012 ALLAMI AUTOPALYAKEZE 233,50     Dalnicni znamka                                                           SS47       4          0032       2012-10-31 01:25
000000000  2012-10-31 SS-CZL19   EI4DG3954  ING. ANTONIN GURICA,            EUR        22-10-2012 1047061              24267,70   Dalnicni znamka                                                           SS47       4          0032       2012-10-31 01:25
000000000  2012-10-31 SS-CZL19   EI4E34269  ING. ANTONIN GURICA,            EUR        23-10-2012 TBS VIACARD          5671,60    Dalnicni poplatek                                                         SS47       4          0032       2012-10-31 01:25
000000000  2012-10-31 SS-CZL19   EI8QF1520  ING. ANTONIN GURICA, 1Z48395    EUR        29-10-2012 LAMAIN               200,10     Dalnicni znamka                                                           SS47       4          0032       2012-10-31 01:25

78 rows selected
 

Tags: Oracle Development

Similar Questions

  • This will strain you! I can't download the PDF file that is stored on my site FTP with Internet Explorer

    I can't download the PDF file that is stored on my site FTP with Internet Explorer, but I can't with Chrome, Safari, FireFox etc. Error message: museutils.js Code: 0

    My page: http://creditunionone.org/applications---forms.html

    and this page as: http://petfoodpantryokc.org/get-assistance.html

    Help, please! I get 20-30 presentations of members. customers / clients claiming that they are unable to download the forms.

    adding: Pop up says: Windows Internet Explorer errors on this site it may not work properly. A security problem has occurred. museutils.js Code: 0

    URI: http://www.creditunionone.org/scripts/1.1/museutils.js?110351884

    Links to PDF files are incorrectly formatted for example. http:// contribute000011n @creditunionone.org/forms/membershipcardstaticpdf.pdf IE do not like. Remove the part highlighted links and re - post pages.

    Thank you

    Vinayak

  • How can I parse the XML file using the Oracle's Sql query.

    Hi all
    I have an XML file that must analyze and display the result according to the following example
    Can you please recommend me an approach to get the result.

    For example, here is my XML:

    <? XML version = "1.0" encoding = "UTF-8"? >
    < xmlns:pi = "urn:com.workday / picof pi: Extract_Employees" >
    < IP: employee >
    < Additional_Information: pi > < pi: pi function: PriorValue = "" > Intern - masteri¿½s < / pi: function >
    < / pi: Additional_Information >
    < / pi: employee >
    < / pi: Extract_Employees >

    Databases:

    Oracle Database 10 g Enterprise Edition release 10.2.0.3.0 - production

    SQL > SELECT * FROM NLS_DATABASE_PARAMETERS;

    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS.,.
    WE8ISO8859P1 NLS_CHARACTERSET
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI. SSXFF AM
    NLS_TIMESTAMP_FORMAT-DD-MON-RR HH.MI. SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI. SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI. SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    BINARY NLS_COMP
    NLS_LENGTH_SEMANTICS BYTES
    NLS_NCHAR_CONV_EXCP FAKE
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_RDBMS_VERSION 10.2.0.3.0



    The Xml file above with UTF-8 character sets which is multi bytes.

    But in my character database is WE8ISO8859P1 for example ISO-8859-1 (single-byte character set)

    SQL > SELECT extractValue (Value (x) ', ' / pi:Employee/pi:Additional_Information/pi:Job_Title','xmlns:pi="urn:com.workday/picof ' ')
    TABLE (XMLSequence (extract (XMLType (bfilename('XMLDIR','XML_Issue_227176.xml'), nls_charset_id ('AL32UTF8')),'/ pi: Employee ',' xmlns:pi="urn:com.workday/picof"'))) x;)))


    which gives the following error:

    Error:
    ORA-31011: XML parsing failed
    ORA-19202: an error has occurred in the processing of XML
    LPX-00200: could not convert from UTF-8 encoding to ISO-8859-1
    Error on line 1
    ORA-06512: at "SYS." XMLTYPE", line 295
    ORA-06512: at line 1

    Also I tried with this
    SQL > SELECT convert (extractValue (Value (x), ' / pi:Employee/pi:Additional_Information/pi:Job_Title','xmlns:pi="urn:com.workday/picof"'),'WE8ISO8859P1 ', 'UTF8'))
    TABLE (XMLSequence (extract (XMLType (bfilename('XMLDIR','XML_Issue_227176.xml'), nls_charset_id ('AL32UTF8')),'/ pi: Employee ',' xmlns:pi="urn:com.workday/picof"'))) x;)))

    The same error is according to the above error message.

    Please help in this regard.

    Thank you and best regards,
    Sandrine

    You know the code of real character behind "" or you receive the file like that?

    For the record, "" is the wildcard of UTF-8 (0xEFBFBD), so that the original character of the means has already been replaced and that very probably the file was not coded properly in the first place.

    With respect to the resolution of the problem, try another method to read the file:

    SQL> select value from nls_database_parameters where parameter = 'NLS_CHARACTERSET';
    
    VALUE
    ----------------------------------------
    WE8ISO8859P15
    
    SQL> SELECT x.*
      2  FROM XMLTable(
      3         XMLNamespaces(default 'urn:com.workday/picof')
      4       , '/Extract_Employees/Employee'
      5         passing xmltype(
      6                   dbms_xslprocessor.read2clob(
      7                     'COP_DIR'
      8                   , 'XML_Issue_227176.xml'
      9                   , nls_charset_id('AL32UTF8')
     10                   )
     11                 )
     12         columns job_title varchar2(30) path 'Additional_Information/Job_Title'
     13       ) x
     14  ;
    
    JOB_TITLE
    ------------------------------
    Intern -  Master¿s
     
    
  • How can I set the xml file data button colors?

    I read an xml file to create a group of buttons. I also use a Repeater to create the Group of buttons.

    I am the created buttons, but am unable to correctly set the fill color. I get the error 'Implicit coercion of a value of type String to a type unrelated to Array' if I try to plug r.currentItem.value, even when I used an Actionscript function to convert a string to an array of 2 uints. Is there a solution of casting of simple type that I'm simply not?

    Any help would be greatly appreciated!

    The xml file has the following format:

    < color >
    < color >
    < name > cantaloupes < / name >
    < value > 0xFFCC66 < / value >
    < / color >
    < color >
    < name > banana < / name >
    < value > 0xFFFF66 < / value >
    < / color >
    < color >
    < name > lemon < / name >
    < value > 0xFFFF00 < / value >
    < / color >
    < color >
    < name > honeydew < / name >
    < value > 0xCCFF66 < / value >
    < / color >
    < / color >

    The code I have so far is:

    <? XML version = "1.0" encoding = "utf-8"? >
    "" < mx:Application xmlns:mx = ' http://www.adobe.com/2006/mxml ' initialize = "colors.send ()" layout = "absolute" > "
    < mx:HTTPService id = "color" url = "assets/colors_standard.xml" resultFormat = "e4x" / > "
    < mx:XMLListCollection id = source="{colors.lastResult.color}"/ "xlc_colors" >
    < mx:TabNavigator left = "0" top = "0" right = low "0" = "0" >
    < mx:Canvas label = "Tab 1" width = "100%" height = "100%" >
    < mx:Accordion width = "200" left = "0" top = "0" low = '0' >
    < mx:Canvas label = "Colors" width = "100%" height = "100%" >
    < mx:Label text = "Current color Selection" left = "10" right = "10" top = "10" height = "20" fontWeight = "bold" / >
    < mx:Button label = "Update of colors" left = "10" right = "10" top = "227" height = "22" id = "button_colors_update" / >
    < mx:Canvas height = "189" left is '10' right is "10" top = "30" borderStyle = "outset" backgroundColor = "#e9e9e9" >
    < mx:Tile id = "tile_standard" direction = "horizontal" tileWidth = "25" tileWidth = "25" horizontalAlign = "center" verticalAlign = "middle" borderStyle = "outset" left = "10" right = "10" top = "10" height = "134" backgroundColor = "#ffffff" >
    < mx:Repeater id = "r" dataProvider = "{xlc_colors}" >
    < mx:Button toolTip = "{r.currentItem.name}" height = "15" width = "15" x = "10" y = "10" / > "
    < / mx:Repeater >
    < / mx:Tile >
    < mx:Button label = "Other colors" id = "button_colors_online" height = "22" left = "10" right = "10" low = "10" / >
    < / mx:Canvas >
    < / mx:Canvas >
    < / mx:Accordion >
    < / mx:Canvas >
    < / mx:TabNavigator >
    < / mx:Application >

    Here you go:


    http://www.Adobe.com/2006/mxml '.
    verticalAlign = "middle" horizontalAlign = "center".
    layout = "horizontal" >


    [Bindable]
    private var array: Array = ['blue', 'red'];
    private var _color:String = "red";

    private void fillColors(c:String): Array {}
    StyleManager.getColorName ('red'), StyleManager.getColorName ('blue')
    return [c, c];
    }
    ]]>




  • How can I move the iTunes file that keeps track of plays on a new hard drive

    I added an SSD for my MacBookPro and use it as a boot drive. I finally understood how to get the entire library of music to play without moving all the music for the SSD (not enough of space for everything), but I have lost all my game account.

    There must be a file that lists all these information. Where could I find it? I tried to export the library but the iTunes on the new disc he did not recognize.

    Thanks for any help you can provide.

    10.11.6, iTunes 12.3.4.1

    The file is the iTunes Library.itl file. This file guard track of everything in iTunes. And I mean everything. What kind of music you have, what has been deleted, playlists, play counts, ratings, date added, files, but a group which is not a lot of information duplicated in the tags attached to the media.

    It is quite difficult to judge where exactly you are in this process because you don't have not said us what you did exactly. It's easy to make a mess of a library in doing things without knowing exactly how iTunes really works rather than how we think it works. You can try to copy this file .itl on the original to the new one and maybe drive he always knows that the media files are the original disk, but I'm not positive.

    Just to let you know, using a library distributed in this way can lead to complications on the road and requires that begin you now learn the details of the operation of iTunes if you can avoid the problems.

    On the iTunes library files - https://support.apple.com/HT201610 - does not mention that a complete library of work also includes other files and also files in the iTunes folder.

    More about the library files iTunes and what they do - http://en.wikipedia.org/wiki/ITunes#Media_management

    What are all these files in iTunes? - http://www.macworld.com/article/139974/2009/04/itunes_files.html

    Where are my iTunes files located? - http://support.apple.com/kb/ht1391

    iTunes 9 [and later]: understanding iTunes Media organization - http://support.apple.com/HT201979 - more information on the Organization of the new structure https://discussions.apple.com/message/26404702#26404702

    Image of the folder structure and the explanation of the different versions of iTunes (post turingtest2) - https://discussions.apple.com/docs/DOC-7392 and making a portable iTunes library.

  • I receive the "could not sign in you [access denied: 530]." Check your user name and password ' problem on Adobe Muse CC 2014 and I can not access the xml file that is supposed to solve this problem?

    I am a PC user and I have Adobe Creative Cloud Muse 2014. I received the "could not sign in you [access denied: 530]." Check your username and password "error. trying to download my muse to my ftp, GoDaddy host site I did it successfully in the past and that recently it has stopped working. I looked online at the Adobe Muse Help FAQ | Download a Site from Muse Adobe on a third-party hosting service and he said to download the ftpprefs.xml file but this file simply leads to a blank page that says / * not found * / / * not found * /.

    Can you direct me to a page to work with this file, or provide an alternative? Thank you!

    Hello

    As you have found the error [access denied: 530] This means that the problem is with access. The user name and password that you enter is incorrect or you don't have the appropriate permissions.

    I suggest you to contact Godaddy to reset the password or reset the permissions.


    Concerning

    Vivek

  • How can I retrieve the mail files that have disappeared.

    I had a few folders on the mail who disappeared recently. How can I get back them?

    The mailbox list is divided into categories with such topics on my Mac. When you position the cursor on one of these positions (with the exception of the mailboxes), you should see the Word display / hide it on the right. Click view. The category of mailboxes cannot be hidden.

    In each category, the mailboxes are arranged in groups, such as Inbox. To the left of each group is a small disclosure triangle. If the triangle pointing to the right, click it so that it points downwards.

    Also note that you may need to scroll the list of mailboxes upwards or downwards to see it all.

  • How can I find the 'hidden' files that take more than 300 GB of space?

    "Get info" shows that I have close to 500 concerts in my user folder, but when I add each folder inside, it is only about 100 GB.  Where could hide these other files?  My garbage can is completely empty and I ran check disk on this drive and it shows no problem.

    Thanks for any help!

    KT

    Try this application.

    OmniDiskSweeper full - disk space 10.8 +.

  • How can I get the back toolbar that says "file, editing, history, tools, etc.?

    How can I get the back toolbar that says "file, editing, history, tools, etc.?

    Don't see the menu bar (file, publishing, display, history...) (Help)? Hold down the key (key in OSX) and press the following letters in this exact order: V T M
    The bar of menus must now appear permanently, unless you turn it off again (view > toolbars). Turn on/off the menu bar is a new feature in version 3.6.
    See the other bars under view > toolbars. Click on one of them will place a check mark (display) or remove the check mark (not shown).
    To display the status bar, display, and then click status bar to place a control mark (display) or remove the check mark (not shown).

    • If items are missing then see if you can find them in the view > toolbars > customize window.
    • If you see the item in the window customize then bring her back in the window, customize the Navigation toolbar.
    • If you do not see this item then click Restore default set in the view > toolbars > customize window.
  • How can I recover a .ts file that will not import into Movie Maker? The .ts file works fine in Media Player... help

    How can I recover a .ts file that will not import into Movie Maker?   The .ts file works fine in Media Player... help

    Hi Stuart,

    We understand that you try to import a .ts file to Windows Movie Maker. However, Windows Movie Maker does not support this file type. You can click on the link below for more information on what file types are supported by Windows Movie Maker:

    Can what types of files I use in Movie Maker?

    Kind regards.

  • How can I lock the fields after that you filled out a pdf file

    How can I lock the fields after that you filled out a pdf file

    Hello

    Please refer to this topic THAT PDF locking after filled will be a great help.

    Kind regards

    Nicos

  • How can I obtain the XML

    Hello

    I have not followed the example of XML file and I want to get items from this XML file. How can I get the XML elements?

    Databases
    SQL*Plus: Release 10.2.0.3.0 - Production on Tue Jul 24 17:17:55 2012
     
    Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.
     
     
    Connected to:
    Oracle Database 10g Release 10.2.0.3.0 - 64bit Production
     
    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Release 10.2.0.3.0 - 64bit Production
    PL/SQL Release 10.2.0.3.0 - Production
    CORE    10.2.0.3.0      Production
    TNS for Linux: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    XML
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:skos="http://www.w3.org/2004/02/skos/core#">
      <skos:Concept rdf:about="http://my.site.com/#Acoustics">
        <skos:ID>12033</skos:ID>
        <skos:NO>150</skos:NO>
        <skos:ANO>232</skos:ANO>
        <skos:prefLabel>Acoustics</skos:prefLabel>
        <skos:historyNote>http://www.theiet.org/resources/inspec/</skos:historyNote>
        <skos:altLabel rdf:resource="http://my.site.com/#Sound"/>
        <skos:broader rdf:resource="http://my.site.com/#Physics"/>
        <skos:narrower rdf:resource="http://my.site.com/#Aeroacoustics"/>
        <skos:narrower rdf:resource="http://my.site.com/#Vibrations (Acoustics)"/>
        <skos:narrower rdf:resource="http://my.site.com/#Acoustic materials"/>
        <skos:THES>PHYS</skos:THES>
        <skos:STA>Candidate</skos:STA>
      </skos:Concept>
      <skos:Concept rdf:about="http://my.site.com/#Sound">
        <skos:NO>450</skos:NO>
        <skos:ID>1483636</skos:ID>
        <skos:USE>Acoustics</skos:USE>
      </skos:Concept>
    </rdf:RDF>
    Thanks in advance.

    Published by: 876991 on July 26, 2012 12:02

    However, if I need to include "skos: narrower" elements then what I have to do? I have to write PL/SQL code to this and this information separately? or I can get the items in the recurring SQL query?

    I knew you would ask this, which is why I predicted in my previous answer:

    However, if you want to retrieve recurring nodes such as , you must decide how you want the output to look like (collections nested etc..).

    So, how do you store repetitive items?

    For example, you can use a collection type:

    create type narrower_t is object ( res varchar2(2000) );
    /
    
    create type narrower_coll is table of narrower_t;
    /
    
    select x.ID
         , x.NO
         , cast(
             multiset(
               select res
               from xmltable(
                      xmlnamespaces(
                        'http://www.w3.org/1999/02/22-rdf-syntax-ns#' as "rdf"
                      , 'http://www.w3.org/2004/02/skos/core#' as "skos"
                      )
                    , '/skos:narrower'
                      passing x.narrowers
                      columns res varchar2(2000) path '@rdf:resource'
                    )
             )
             as narrower_coll
           ) as narrowers
    from th_xml t
       , xmltable(
           xmlnamespaces(
             'http://www.w3.org/1999/02/22-rdf-syntax-ns#' as "rdf"
           , 'http://www.w3.org/2004/02/skos/core#' as "skos"
           )
         , '/rdf:RDF/skos:Concept'
           passing t.in_file_1
           columns
             ID         number       path 'skos:ID'
           , NO         number       path 'skos:NO'
           , narrowers  xmltype      path 'skos:narrower'
         ) x
    ;
    
  • Extracting XML error. The XML file that is assigned in the configuration.xml is either incorrect or damaged.

    1. some web pages gives "error extracting XML. The XML file that is assigned in the configuration.xml is wrong or corrupt.

    2 Youtube gives, after having pressed the button start, message "an error has occurred. Please try again later.
    Even youtube opening page with IE, there is no problem.

    3. scrolling on Mozilla firefox pages only works with the sidebar not with the mouse wheel.

    Other user accounts on this computer is not these problems.

    BR Juha

    This can be caused by a recent update of Flash 11.3.

    See:

  • How can I recover all my files that I lost in an accident? I had to use my system recovery disk and install drivers for my computer again. I lost all my files. Is there something I can do?

    Help!  How can I recover all my files that I lost?  I was answering an e-mail message when I heard a couple of clicks then my computer off.

    I thought that my computer was destroyed.  Nothing I tried would bring it to the top, so I decided to use the system recovery disc that

    came with my computer.  I've also downloaded all the drivers for the application.  My computer is back on, but I lost everything.

    It's like putting into service with a new computer.  I had a lot of important information in the files that I lost.  I've tried everything I know to do

    without success.  Is it still possible to recover these lost files?  Thank you very much for your help!

    Hello

    I'm sorry, but when you did the recovery of the system you have disabled your hard drive of everything, including your files.

    You now have a new computer.

    You can try this program (it's free) to see if he 'can' find and recover your files. no guarantee:

    http://www.Piriform.com/Recuva

    See you soon.

  • I sent my movie in windows Movie Maker, but it cannot be opened by the recipient. How can I get the supported file types? __

    I have Vista and Windows Movie Maker. I created a movie and he sent an email, but the recipient could not open. The message was that it was an unsupported file type. How can I help them?

    The file is a MSWMM. When I emailed the file to others they cannot open it because the message indicates that it is an unsupported file Type. How can I email the film so that my e-mail recipients can open it?

    ===================================
    The .mswmm file is project Movie Maker file... it's
    is useful for a re-issue of the project.

    To create a file .wmv video that your recipients can view
    You must publish the project.

    Take a look at the following article:

    Windows Vista-
    Publish a movie in
    Windows Movie Maker
    http://Windows.Microsoft.com/en-us/Windows-Vista/publish-a-movie-in-Windows-Movie-Maker John Inzer - MS - MVP - Digital Media Experience - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

Maybe you are looking for