Field population after ds enhancement.

Dear gurus,
  I enhanced sales data source by adding 3 fields from  database tables of different application component.
I write the code to populate the fields by using enhancement rsap0001.
Every thing is fine from r3 side
in the bw system previously i have data in my cube
how can i add fields and populate the fields in the cube if
the cube has already data in it.
i want to populate the fields with the previous values also
how can i achieve this.
thanks
andy

Hi,
Remodeling is one of the good feature in BI.
This helps in remodeling your Infoprovider, when its filled with data.
You can add characteristics and key figures in BW 3.5 without deleting data in the infocube, but you can't remove them without deleting all data first.
Deleting data is also needed when you change dimensions.
If you dont need any history data you can just add the keyfigure in Edit Mode.The corrresponding update rules may get deactivated and you may have to reactivate them again.
/people/mallikarjuna.reddy7/blog/2007/02/06/remodeling-in-nw-bi-2004s
http://help.sap.com/saphelp_nw70/helpdata/en/d0/46144236bcda2ce10000000a1550b0/frameset.htm
/thread/782986
Remodeling Tool in BI 7.0
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/06/28/remodelingToolinBI7.0
Library-Remodeling InfoProviders
http://help.sap.com/saphelp_nw04s/helpdata/en/58/85e5414f070640e10000000a1550b0/frameset.htm
Adding Key figure to existing cube
Remodeling InfoProviders 
http://help.sap.com/saphelp_nw04s/helpdata/en/58/85e5414f070640e10000000a1550b0/frameset.htm
Hope this helps.
Thanks,
JituK

Similar Messages

  • Data not populating after DS enhancement

    HI pros,
    i have made Data source enhancement.
    i wrote the code in include program.
    when '0FI_GL_40'.
      CHECK NOT c_t_data[] IS INITIAL.
      LOOP AT c_t_data ASSIGNING <fs_data5>.
      SELECT SINGLE matnr FROM bseg INTO <fs_data5>-ZZMATNR
                             where BUKRS eq <fs_data5>-BUKRS and
                                   BELNR eq <fs_data5>-BELNR and
                                   GJAHR eq <fs_data5>-GJAHR and
                                   BUZEI eq <fs_data5>-BUZEI.
    endloop.
    but the data not populating into the report, the Multi provider is real time
    krish..

    Hi,
    Syntax
    ASSIGN mem_area TO <fs> casting_spec range_spec.
    Effect
    This statement assigns the memory area specified using mem_area to the field symbol <fs>. You can assign a data object or a memory area calculated from the address of a data object. After the assignment, the field symbol refers to the assigned memory area and can be used in operand positions. When used in a statement, it behaves like a dereferenced data reference, meaning that the statement works with the content of the memory area.
    The data type with which the assgigned memory area is treated, depends on the specifications in casting_spec. You can either execute an explicit casting or the field symbol takes on the data type of the data object specified in the assignment. A field symbol to which a memory area is assigned, has this data type after the assignment and behaves like a data object of this type.
    The assigned memory area mem_area must be at least as long as the data type specified in casting_spec and must have the same alignment. If the data type determined in casting_spec is deep, the deep components with their type and position must appear in the assigned memory area exactly like this.
    Use the specifications in range_spec to restrict the memory area that can be assigned to the field symbol.
    You have to assign it back to internal table to modify the content.
    Check in debug mode if you have still doubt.
    regards,
    Raju

  • ZL_BT115H_S_DETAILS_CN00 does not exists after EEWB enhancements

    Hi Gurus,
    I have enhanced the component view BT115H_SLSO/details initially, after some days, I have added two Zfields to BTADMINH using EEWB. while opening the Context node BTADMINH in the view BT115H_SLSO, the following error message is being displayed: Object type ZL_BT115H_S_DETAILS_CN00 does not exist.
    while opening the link to create the sales order in Web UI, the following Exceptions occured:
    CX_SY_CREATE_OBJECT_ERROR - The object could not be created: The class ZL_BT115H_S_DETAILS_CN00 does not exist. 
    Method:  CL_BSP_MODEL=>CREATE 
    Source Text Row:  12
    Initialization of view BT115H_SLSO/Details failed
    An exception has occurred Exception Class  CX_SY_CREATE_OBJECT_ERROR - The object could not be created: The class ZL_BT115H_S_DETAILS_CN00 does not exist. 
    Method:  CL_BSP_MODEL=>CREATE 
    Source Text Row:  12
    Cannot display view BT115H_SLSO/DetailsVS
    An exception has occurred Exception Class  CX_SY_CREATE_OBJECT_ERROR - The object could not be created: The class ZL_BT115H_S_DETAILS_CN00 does not exist. 
    Method:  CL_BSP_MODEL=>CREATE 
    Source Text Row:  12
    Initialization of view BT115H_SLSO/DetailsVS failed
    An exception has occurred Exception Class  CX_BSP_WD_RUNTIME_ERROR - View BT115H_SLSO/Details could not be bound 
    Method:  CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW 
    Source Text Row:  162
    Cannot display view BT115H_SLSO/SOHOverView
    An exception has occurred Exception Class  CX_BSP_WD_RUNTIME_ERROR - View BT115H_SLSO/Details could not be bound 
    Method:  CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW 
    Source Text Row:  162
    Cannot display window MainWindow.
    An exception has occurred Exception Class  CX_BSP_WD_RUNTIME_ERROR - View BT115H_SLSO/DetailsVS could not be bound 
    Method:  CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW 
    Source Text Row:  162
    Any idea of why this exception is occured.
    Did anyone faced the same issue? if yes,please share me the solution.
    Thanks and Regards,
    S Reddy

    Hi Suchita,
    Thanks for your quick response.
    Actually we have not done any enhancements to the BTADMINH context node. we have enhaced the CRMD_ORDERADM_H table using the EEWB fields. After this I have checked the component BT115H_SLSO/view to provide the value help for the fields, the Zclass was automatically assinged to the Context and Page attribute remained same for BTADMINH.
    I have checked in the SE24, the class does not exists. I have created a copy of CL_BT115H_S_DETAILS_CN00 as ZL_BT115H_S_DETAILS_CN00 and assigned to BTADMINH and Page attributes of the same view. After I have opened the Web UI, the following exceptions are occured:
    Context generation failed in view BT115H_SLSO/Details
    An exception has occurred Exception Class  CX_SY_MOVE_CAST_ERROR - Source type \CLASS=ZL_BT115H_S_DETAILS_CN00 is not compatible, for the purposes of assignment, with target type \CLASS=CL_BT115H_S_DETAILS_CN00 
    Method:  ZL_BT115H_S_DETAILS_CTXT=>CREATE_BTADMINH 
    Source Text Row:  13
    Initialization of view BT115H_SLSO/Details failed
    An exception has occurred Exception Class  CX_SY_MOVE_CAST_ERROR - Source type \CLASS=ZL_BT115H_S_DETAILS_CN00 is not compatible, for the purposes of assignment, with target type \CLASS=CL_BT115H_S_DETAILS_CN00 
    Method:  ZL_BT115H_S_DETAILS_CTXT=>CREATE_BTADMINH 
    Source Text Row:  13
    Cannot display view BT115H_SLSO/DetailsVS
    An exception has occurred Exception Class  CX_SY_MOVE_CAST_ERROR - Source type \CLASS=ZL_BT115H_S_DETAILS_CN00 is not compatible, for the purposes of assignment, with target type \CLASS=CL_BT115H_S_DETAILS_CN00 
    Method:  ZL_BT115H_S_DETAILS_CTXT=>CREATE_BTADMINH 
    Source Text Row:  13
    Initialization of view BT115H_SLSO/DetailsVS failed
    An exception has occurred Exception Class  CX_BSP_WD_RUNTIME_ERROR - View BT115H_SLSO/Details could not be bound 
    Method:  CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW 
    Source Text Row:  162
    Cannot display view BT115H_SLSO/SOHOverView
    An exception has occurred Exception Class  CX_BSP_WD_RUNTIME_ERROR - View BT115H_SLSO/Details could not be bound 
    Method:  CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW 
    Source Text Row:  162
    Cannot display window MainWindow.
    An exception has occurred Exception Class  CX_BSP_WD_RUNTIME_ERROR - View BT115H_SLSO/DetailsVS could not be bound 
    Method:  CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW 
    Source Text Row:  162
    Thanks and Regards,
    S Reddy

  • Elements 10, windows 8, 64 bit, epson artisan 835 printer: prints are really dark even after using enhancements like adjusting lighting. Prints are darker than photoshop edit screen. Prints are acceptable using paint, windows photo viewer, or gallery.

    Elements 10, Windows 8, 64 bit, Epson Artisan 835 printer: Prints are really dark even after applying enhancements, like adjusting lighting. Prints are darker than Photoshop Edit Screen. Prints are acceptable using Paint, Windows Photoviewer, or Photo Gallery.

    In general theory, one now has the Edit button for their posts, until someone/anyone Replies to it. I've had Edit available for weeks, as opposed to the old forum's ~ 30 mins.
    That, however, is in theory. I've posted, and immediately seen something that needed editing, only to find NO Replies, yet the Edit button is no longer available, only seconds later. Still, in that same thread, I'd have the Edit button from older posts, to which there had also been no Replies even after several days/weeks. Found one that had to be over a month old, and Edit was still there.
    Do not know the why/how of this behavior. At first, I thought that maybe there WAS a Reply, that "ate" my Edit button, but had not Refreshed on my screen. Refresh still showed no Replies, just no Edit either. In those cases, I just Reply and mention the [Edit].
    Also, it seems that the buttons get very scrambled at times, and Refresh does not always clear that up. I end up clicking where I "think" the right button should be and hope for the best. Seems that when the buttons do bunch up they can appear at random around the page, often three atop one another, and maybe one way the heck out in left-field.
    While I'm on a role, it would be nice to be able to switch between Flattened and Threaded Views on the fly. Each has a use, and having to go to Options and then come back down to the thread is a very slow process. Jive is probably incapable of this, but I can dream.
    Hunt

  • PCUI showing dump errors after EEWB enhancement

    Hi Experts,
    I'm using CRM5.0.
    After adding some fields by EEWB(Easy Enhancement Workbench) the PCUI application showing several dump errors in several places. How to correct this problem, should I regenerate all the layout by CRMC_BLUEPRINT or any other way is there to correct these errors. Please suggest a solution for that.This is very urgent.
    Thanks In Advance
    Rana

    Hi Fred,
    1>
    Whenever I'm clicking  F4 help button beside service prospect,contact person etc the following dump is coming as in opportunity transaction (CRMD_BUS2000111) likewise other transactions also.
    Note
         The following error text was processed in the system CS1 : CRM_BSP_LIBRARY:structureEdit: Act. table parameter gt_layout is empty
         The error occurred on the application server nmpcsssb1_CS1_01 and in the work process 0 .
         The termination type was: ERROR_MESSAGE_STATE
         The ABAP call stack was:
    Method: IF_BSP_ELEMENT~DO_AT_BEGINNING of program CL_CRM_BSP_STRUCTUREEDIT======CP
    What can I do?
         If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system CS1 in transaction ST22.
         If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server nmpcsssb1_CS1_01 in transaction SM21.
         If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server nmpcsssb1_CS1_01 . In some situations, you may also need to analyze the trace files of other work processes.
         If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 500 -u: ABAP1 -l: E -s: CS1 -i: nmpcsssb1_CS1_01 -w: 0 -d: 20070521 -t: 115438 -v: ERROR_MESSAGE_STATE -e: CRM_BSP_LIBRARY:structureEdit: Act. table parameter gt_layout is empty
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    second error:
    2>
    Whenever any business partner is selected in partner id of  partner tab ,partner fn(sold-to-party) then it is showing the following dump error.
    SAP Note
         The following error text was processed in the system:
    An exception with the type CX_SY_DYN_CALL_PARAM_NOT_FOUND occurred, but was neither handled locally, nor declared in a RAISING clause
    Exception Class     CX_SY_DYN_CALL_PARAM_NOT_FOUND
    Error Name     
    Program     CL_CRM_BSP_INTLAY_PARTNER=====CP
    Include     CL_CRM_BSP_INTLAY_PARTNER=====CM002
    ABAP Class     CL_CRM_BSP_INTLAY_PARTNER
    Method     PUT_DATA
    Line     1269
    Long text     Call of the function CRM_PARTNER_GET_COM_BY_STRUCT failed: The formal parameter ET_RETURN_VALUES does not exist.
    EEWB used to add a field Account No in Service order transaction.
    which is now reflecting to all the transaction as a customer field.
    Thanks
    Koustav

  • After deleting enhanced view still the bsp application is showing in se80

    Hi,
    I enhanced one component then after some reason i deleted the enhanced view at that time it's asked do you want to delete bsp application i click on yes then after also still i showing in se 80 under my package it's showing.
    after deleting enhancement view and deleted enhancement component.
    after deleting these total still all the z classes are showing in sm24. if i enhance from starting on wards from enhancing component and enhancing view i need to new bsp application name because previous bsp application is still showing and some of the context class. after transporting in to quality server this component is showing there is context class which i redefine in the development and view is not defined in the run time repository. why it's showing these errors in quality server.
    my guess is in dev i deleted which are deleted still the classes and bsp application are there older one if provide new bsp classes also.
    what are important things we need to follow if delete the view enhancement and deleting the component enhancement. because if i transport after deleting with new bsp application name and with a previous existing class with a new request also it's not working quality server. because lot of classes are generating automatically in when we redefine the context class in development so these classes are not there in quality server.
    please guide me if delete any enhanced view and component why still bsp application and redefine z classes are showing in se80 and se24. because if enhance newly also and redefine also it's considering previous bsp application and previous redefine classes.
    what are precautions i need to take if i delete enhanced view and enhance component.please guide me.
    jemmi.

    Jemmi,
    You should follow the following SAP Note in deleting enhancements. There are a few steps to be done in SM34. If we just delete through the wizard we are bound to have these issues.
    SAP Note 1122248 - Consultation:Procedure when dealing w/framework enhancements
    Briefly, these are the steps to delete the enhancemnet-
    1) In SM34, view BSPWDVC_CMP_EXT. Select enhancement set and then select enhancement definition. You will see your component there.
    2) Select your component and in left side navigation click Controller Substitutes.
    3) A list of the enhanced views are displayed.
    4) Select the views and delete it. Before you delete make a note of the BSP application these views are attached to. Hopefully, you attached them in a Z BSP application
    5) Go to SE80. Select the Z BSP application and delete it.
    Go through the SAP Note to understand the process in more detail.

  • F4 help for a customer defined field added as structure enhancement

    I am trying to get the F4 help on a customer defined field added as structure enhancement. This can be achieved by programming the "F4IF_INT_TABLE_VALUE_REQUEST" (as I have data in an internal table) in the Process On Value-Request event. The problem is because it is a customer field addition as structure enhancement. I am not sure where I should put this code segment to make it work. Any help would be highly appreciated.

    Could you create a search help and attach that to the data element of your field, and then populate the data using code in the function exit of your search help if it cannot be directly read from a table or view?
    This would remove your code from the SAP dialog program.  The only mod you may need to make is to add / flag the search help on the screen field.
    Andrew

  • Usage of BAPI_OUTB_DELIVERY_CHANGE with extension fields populated

    Hi ,
    Does anyone have an example on how to use BAPI_OUTB_DELIVERY_CHANGE with the extension fields populated. A sample code would be very helpful .
    Thanks
    Ankit

    Ankit,
      The BADI - SMOD_V50B0001  will be triggered if the Extension Tables are filled.
      Method EXIT_SAPLV50I_010
      Should do the trick.
    Todd

  • Error: Expected a field name after '.' operator

    I'm trying to use a "for" loop to add an "onRelease" handler
    to my symbols using the following code, but I get error that says:
    Expected a field name after '.' operator. Any idea what's wrong and
    how I can fix this?
    for (i=1; i<10; i++) {
    thumbs_mc.this["thumb"+i].onRelease = function() {
    // do something
    Thanks
    Saeid

    Hi, I was trying to convert my Flash 8 file to Flash Lite 1.1
    and came upon an error, like this :
    **Error** Scene=Scene 1, layer=ActionScript, frame=14:Line 3:
    You must export your movie as Flash 5 to use this action.
    globalStyleFormat.applyChanges("textFont");
    **Error** Scene=Scene 1, layer=ActionScript, frame=14:Line 5:
    You must export your movie as Flash 5 to use this action.
    x= StartTheQuiz();
    **Error** Scene=Scene 1, layer=ActionScript, frame=14:Line
    23: You must export your movie as Flash 5 to use this action.
    PickAnEasyQuestion();
    **Error** Scene=Scene 1, layer=ActionScript, frame=14:Line
    28: You must export your movie as Flash 5 to use this action.
    function PickAnEasyQuestion() {
    **Error** Scene=Scene 1, layer=ActionScript, frame=14:Line
    96: You must export your movie as Flash 5 to use this action.
    _root.Button1.onRelease = function() {
    **Error** Scene=Scene 1, layer=ActionScript, frame=14:Line
    100: You must export your movie as Flash 5 to use this action.
    MoneyGoesUp();
    **Error** Scene=Scene 1, layer=ActionScript, frame=14:Line
    102: You must export your movie as Flash 5 to use this action.
    WrongAnswer();
    **Error** Scene=Scene 1, layer=ActionScript, frame=14:Line
    106: You must export your movie as Flash 5 to use this action.
    _root.Button2.onRelease = function() {
    **Error** Scene=Scene 1, layer=ActionScript, frame=14:Line
    110: You must export your movie as Flash 5 to use this action.
    MoneyGoesUp();
    **Error** Scene=Scene 1, layer=ActionScript, frame=14:Line
    112: You must export your movie as Flash 5 to use this action.
    WrongAnswer();
    **Error** Scene=Scene 1, layer=ActionScript, frame=14:Line
    116: You must export your movie as Flash 5 to use this action.
    _root.Button3.onRelease = function() {
    **Error** Scene=Scene 1, layer=ActionScript, frame=14:Line
    120: You must export your movie as Flash 5 to use this action.
    MoneyGoesUp();
    **Error** Scene=Scene 1, layer=ActionScript, frame=14:Line
    122: You must export your movie as Flash 5 to use this action.
    WrongAnswer();
    **Error** Scene=Scene 1, layer=ActionScript, frame=14:Line
    126: You must export your movie as Flash 5 to use this action.
    _root.Button4.onRelease = function() {
    **Error** Scene=Scene 1, layer=ActionScript, frame=14:Line
    130: You must export your movie as Flash 5 to use this action.
    MoneyGoesUp();
    **Error** Scene=Scene 1, layer=ActionScript, frame=14:Line
    132: You must export your movie as Flash 5 to use this action.
    WrongAnswer();
    **Error** Scene=Scene 1, layer=ActionScript, frame=14:Line
    137: You must export your movie as Flash 5 to use this action.
    function MoneyGoesUp() {
    **Error** Scene=Scene 1, layer=ActionScript, frame=14:Line
    196: You must export your movie as Flash 5 to use this action.
    function WrongAnswer() {
    Total ActionScript Errors: 18 Reported Errors: 18
    I was wondering if you know the solution to this.

  • Extra Field gone after reopening a saved Report

    Hi all,
    Maybe it is a stupid question but when i have builded a report with the wizzard and i add a extra Field and i save the report as a rdf. The next time i open the saved report the extra Field is gone.
    Does anybody know why?
    Thanks in advance,
    Daniel

    The Fields are present at the object navigator. But i know what the problem is(i guess); sometimes i saved the report with the added fields and after that i try to run the report and suddenly the Reports Builders exits.. normally i restart the Reports Builder and then i am lost the Fields although i saved the reports before.
    What i did is:
    - create the fields manually
    - saved the report
    - exit reports builder
    - start reports builder
    - opened the saved report
    and the fields are still there(in the object navigator and in the paper report) ;-) !
    Thanks for your support,
    Daniel

  • Change field catlog after the first display

    Hello,
    I am trying to change field catlog after the first display.
    Problem I am facing is at runtime fild catlog is not changing. Could some one suggest where I might have gone wrong.
    Thanks in advance.
    Regards,
    Vimal.
    IF sy-ucomm = 'CATLOG'.
        CALL METHOD g_alv_grid->get_frontend_fieldcatalog
          IMPORTING
            et_fieldcatalog = it_fieldcat[].
        LOOP AT it_fieldcat INTO str_fcat .
          IF str_fcat-fieldname = 'EBELP' .
            str_fcat-hotspot = 'X' .
            MODIFY it_fieldcat FROM str_fcat .
          ENDIF .
        ENDLOOP .
        CALL METHOD g_alv_grid->set_frontend_fieldcatalog
          EXPORTING
            it_fieldcatalog = it_fieldcat[].
      ENDIF.

    In that You change the Field catalog and
    call this method..
      CALL METHOD G_GRID->REFRESH_TABLE_DISPLAY
        EXCEPTIONS
          FINISHED = 1
          OTHERS   = 2.
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                   WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    try this...

  • How is DefaultTable populated after dbms_xdb.createResource?

    ** 10gR2 **
    hi, I'm inheriting some XMLDB/PlSql code
    new to XMLDB, appreciate some help
    <p>
    Sample snip of registered xsd:
    <div style="color:red;">
    <xs:complexType name="OurTransactions" xdb:SQLType="OurTransaction1234_T" xdb:SQLSchema="SCOTT">
    <xs:complexContent>
    <xs:extension base="SalesTransactions">
    <xs:sequence>
    <xs:element name="OurTransaction" type="SalesOurType"
    maxOccurs="unbounded" <strong>xdb:defaultTable="OUR_TRANSACTION_TABLE</strong>" xdb:SQLInline="false"
    xdb:SQLName="OurTransaction" xdb:SQLType="SalesOur4321_T"
    xdb:SQLSchema="SCOTT" xdb:defaultTableSchema="SCOTT"
    xdb:SQLCollType="XDB$XMLTYPE_REF_LIST_T" xdb:SQLCollSchema="XDB"/>
    </xs:sequence>
    </xs:extension>
    </xs:complexContent>
    </xs:complexType>
    </div>
    </p>
    <p>
    I do see the XMLtype tables and types referenced in the annotation above.
    <strong>and XML doc is added this way: <span style="color:blue;">
    dbms_xdb.createResource('some_url', xml_clob);</span></strong>
    </p>
    <p>
    the default XMLtype table "OUR_TRANSACTION_TABLE" gets populated after dbms_xdb.createResource
    <strong>
    My question is "How ?"
    How is the default table populated when XML is added via "dbms_xdb.createResource" ?</strong>
    I haven't come across this in the documentation, appreciate if you can point out where in the doco.
    this specific topic is mentioned.
    thanks!
    </p>

    Truncate table should delete the associated resources (at least it appears to in 11g)
    If that doesn't work you can try something like this
    SQL> set timing on
    SQL> --
    SQL> select ANY_PATH
      2    from RESOURCE_VIEW, PURCHASEORDER p
      3   where extractValue(res,'/Resource/XMLRef') = ref(p)
      4  /
    /home/SCOTT/purchaseOrders/2003/Apr/AMCEWEN-20030409123336200304.xml
    /home/SCOTT/purchaseOrders/2003/Apr/EABEL-20030409123336200304.xml
    /home/SCOTT/purchaseOrders/2003/Apr/PTUCKER-20030409120030491PDT.xml
    /home/SCOTT/purchaseOrders/2003/Apr/PTUCKER-20030409123336200304.xml
    /home/SCOTT/purchaseOrders/2003/Apr/SBELL-20030409120030431PDT.xml
    /home/SCOTT/purchaseOrders/2003/Apr/SBELL-20030409123336200304.xml
    /home/SCOTT/purchaseOrders/2003/Apr/SKING-200304091233363200304.xml
    /home/SCOTT/purchaseOrders/2003/Apr/SMCCAIN-20030409120030441PDT.xml
    /home/SCOTT/purchaseOrders/2003/Apr/SMCCAIN-20030409120030451PDT.xml
    /home/SCOTT/purchaseOrders/2003/Apr/SMCCAIN-20030409123336151PDT.xml
    /home/SCOTT/purchaseOrders/2003/Apr/VJONES-20030409120030401PDT.xml
    /home/SCOTT/purchaseOrders/2003/Apr/VJONES-20030409123336301PDT.xml
    /home/SCOTT/purchaseOrders/2003/AsianExamples/BEVERETT-2003110912343601PDT.xml
    /home/SCOTT/purchaseOrders/2003/AsianExamples/BEVERETT-2003112302343802PDT.xml
    /home/SCOTT/purchaseOrders/2003/AsianExamples/CDAVIES-2003100809243618PDT.xml
    /home/SCOTT/purchaseOrders/2003/AsianExamples/CDAVIES-2003120809668273PDT.xml
    /home/SCOTT/purchaseOrders/2003/AsianExamples/ChineseMovieTitles.xml
    /home/SCOTT/purchaseOrders/2003/AsianExamples/WTAYLOR-2003082311908574PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/AWALSH-20030809123337203PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/AWALSH-20030809123337303PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/CJOHNSON-20030809123337283PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/DAUSTIN-20030809123337103PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/JCHEN-20030809123337123PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/JCHEN-20030809123337223PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/LSMITH-20030809123337323PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/SBELL-20030809123337353PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/SKING-20030809123337153PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/SMCCAIN-20030809123337173PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/TFOX-20030809123337243PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/AMCEWEN-20031209123338445PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/CJOHNSON-20031209123338595PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/DAUSTIN-20031209123338645PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/EABEL-20031209123338324PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/JCHEN-20031209123338475PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/LSMITH-20031209123338535PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/PTUCKER-20031209123338565PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/SBELL-20031209123338304PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/SBELL-20031209123338505PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/TFOX-20031209123338354PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/VJONES-20031209123338374PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/AMCEWEN-20030209123335600PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/AMCEWEN-20030209123335701PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/DAUSTIN-20030209123335811PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/EABEL-20030209123335791PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/PTUCKER-20030209123335721PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/PTUCKER-20030209123335821PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/SBELL-20030209123335771PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/SMCCAIN-20030209123335681PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/WSMITH-20030209123335650PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/WSMITH-20030209123335741PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/WSMITH-20030209123335751PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/AMCEWEN-20030109123335370PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/AWALSH-2003010912333570PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/CJOHNSON-20030109123335170PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/LSMITH-20030109123335500PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/PTUCKER-20030109123335430PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/SBELL-20030109123335280PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/SKING-20030109123335560PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/SMCCAIN-20030109123335470PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/TFOX-20030109123335520PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/VJONES-20030109123335350PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/WSMITH-20030109123335450PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/AMCEWEN-20030709123336902PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/CJOHNSON-2003070912333783PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/DAUSTIN-2003070912333702PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/DAUSTIN-2003070912333742PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/LSMITH-2003070912333722PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/SBELL-2003070912333763PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/SKING-20030709123336952PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/SMCCAIN-20030709123336972PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/TFOX-20030709123336872PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/TFOX-20030709123336912PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/VJONES-20030709123336932PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/AMCEWEN-20030609123336762PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/AWALSH-20030609123336642PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/CJOHNSON-20030609123336712PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/LSMITH-20030609123336852PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/SKING-20030609123336622PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/SKING-20030609123336822PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/SMCCAIN-20030609123336842PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/TFOX-20030609123336582PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/TFOX-20030609123336782PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/VJONES-20030609123336602PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/VJONES-20030609123336802PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/AWALSH-20030309123335871PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/AWALSH-20030309123335911PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/AWALSH-20030309123336101PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/CJOHNSON-20030309123335851PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/DAUSTIN-20030309123335931PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/JCHEN-20030309123335961PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/LSMITH-2003030912333661PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/SBELL-2003030912333601PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/SKING-20030309123336131PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/TFOX-2003030912333681PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/VJONES-20030309123335971PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/CJOHNSON-20030509123336482PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/EABEL-20030509123336382PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/JCHEN-20030509123336462PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/LSMITH-20030509123336562PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/PTUCKER-20030509123336452PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/SBELL-20030509123336362PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/SBELL-20030509123336532PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/SKING-20030509123336392PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/SMCCAIN-20030509123336512PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/VJONES-20030509123336502PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/WSMITH-20030509123336412PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/AWALSH-20031109123337954PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/AWALSH-2003110912333844PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/CJOHNSON-20031109123338124PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/CJOHNSON-2003110912333824PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/LSMITH-20031109123338234PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/SBELL-20031109123338204PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/SKING-20031109123337974PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/SKING-20031109123338294PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/SMCCAIN-2003110912333894PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/TFOX-20031109123337994PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/WSMITH-20031109123338154PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/AMCEWEN-20031009123337874PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/DAUSTIN-20031009123337613PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/JCHEN-20031009123337633PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/JCHEN-20031009123337733PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/JCHEN-20031009123337764PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/SBELL-20031009123337673PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/SKING-20031009123337703PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/TFOX-20031009123337653PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/TFOX-20031009123337784PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/VJONES-20031009123337814PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/WSMITH-20031009123337924PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/AWALSH-20030909123337483PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/DAUSTIN-20030909123337423PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/DAUSTIN-20030909123337553PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/JCHEN-20030909123337443PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/SKING-20030909123337383PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/SKING-20030909123337503PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/SMCCAIN-20030909123337403PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/TFOX-20030909123337463PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/TFOX-20030909123337563PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/VJONES-20030909123337363PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/VJONES-20030909123337583PDT.xml
    139 rows selected.
    Elapsed: 00:00:00.40
    SQL> call dbms_xdbz.DISABLE_HIERARCHY('SCOTT','PURCHASEORDER')
      2  /
    Call completed.
    Elapsed: 00:00:01.81
    SQL> select ANY_PATH
      2    from RESOURCE_VIEW, USER_XML_SCHEMAS
      3   where existsNode
      4         (
      5            res,
      6            '/Resource[SchOID="' || SCHEMA_ID || '" and ElNum="' ||
      7            extractValue
      8            (
      9              schema,
    10              '/xsd:schema/xsd:element[@name="PurchaseOrder"]/@xdb:propNumber',
    11              'xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xdb="http://xmlns.oracle.com/xdb"'
    12            )
    13            || '"]'
    14         )  = 1
    15     and SCHEMA_URL = 'http://localhost:80/home/SCOTT/poSource/xsd/purchaseOrder.xsd'
    16  /
    /home/SCOTT/purchaseOrders/2003/Apr/AMCEWEN-20030409123336200304.xml
    /home/SCOTT/purchaseOrders/2003/Apr/EABEL-20030409123336200304.xml
    /home/SCOTT/purchaseOrders/2003/Apr/PTUCKER-20030409120030491PDT.xml
    /home/SCOTT/purchaseOrders/2003/Apr/PTUCKER-20030409123336200304.xml
    /home/SCOTT/purchaseOrders/2003/Apr/SBELL-20030409120030431PDT.xml
    /home/SCOTT/purchaseOrders/2003/Apr/SBELL-20030409123336200304.xml
    /home/SCOTT/purchaseOrders/2003/Apr/SKING-200304091233363200304.xml
    /home/SCOTT/purchaseOrders/2003/Apr/SMCCAIN-20030409120030441PDT.xml
    /home/SCOTT/purchaseOrders/2003/Apr/SMCCAIN-20030409120030451PDT.xml
    /home/SCOTT/purchaseOrders/2003/Apr/SMCCAIN-20030409123336151PDT.xml
    /home/SCOTT/purchaseOrders/2003/Apr/VJONES-20030409120030401PDT.xml
    /home/SCOTT/purchaseOrders/2003/Apr/VJONES-20030409123336301PDT.xml
    /home/SCOTT/purchaseOrders/2003/AsianExamples/BEVERETT-2003110912343601PDT.xml
    /home/SCOTT/purchaseOrders/2003/AsianExamples/BEVERETT-2003112302343802PDT.xml
    /home/SCOTT/purchaseOrders/2003/AsianExamples/CDAVIES-2003100809243618PDT.xml
    /home/SCOTT/purchaseOrders/2003/AsianExamples/CDAVIES-2003120809668273PDT.xml
    /home/SCOTT/purchaseOrders/2003/AsianExamples/ChineseMovieTitles.xml
    /home/SCOTT/purchaseOrders/2003/AsianExamples/WTAYLOR-2003082311908574PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/AWALSH-20030809123337203PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/AWALSH-20030809123337303PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/CJOHNSON-20030809123337283PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/DAUSTIN-20030809123337103PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/JCHEN-20030809123337123PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/JCHEN-20030809123337223PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/LSMITH-20030809123337323PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/SBELL-20030809123337353PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/SKING-20030809123337153PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/SMCCAIN-20030809123337173PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/TFOX-20030809123337243PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/AMCEWEN-20031209123338445PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/CJOHNSON-20031209123338595PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/DAUSTIN-20031209123338645PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/EABEL-20031209123338324PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/JCHEN-20031209123338475PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/LSMITH-20031209123338535PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/PTUCKER-20031209123338565PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/SBELL-20031209123338304PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/SBELL-20031209123338505PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/TFOX-20031209123338354PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/VJONES-20031209123338374PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/AMCEWEN-20030209123335600PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/AMCEWEN-20030209123335701PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/DAUSTIN-20030209123335811PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/EABEL-20030209123335791PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/PTUCKER-20030209123335721PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/PTUCKER-20030209123335821PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/SBELL-20030209123335771PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/SMCCAIN-20030209123335681PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/WSMITH-20030209123335650PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/WSMITH-20030209123335741PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/WSMITH-20030209123335751PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/AMCEWEN-20030109123335370PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/AWALSH-2003010912333570PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/CJOHNSON-20030109123335170PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/LSMITH-20030109123335500PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/PTUCKER-20030109123335430PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/SBELL-20030109123335280PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/SKING-20030109123335560PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/SMCCAIN-20030109123335470PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/TFOX-20030109123335520PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/VJONES-20030109123335350PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/WSMITH-20030109123335450PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/AMCEWEN-20030709123336902PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/CJOHNSON-2003070912333783PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/DAUSTIN-2003070912333702PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/DAUSTIN-2003070912333742PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/LSMITH-2003070912333722PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/SBELL-2003070912333763PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/SKING-20030709123336952PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/SMCCAIN-20030709123336972PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/TFOX-20030709123336872PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/TFOX-20030709123336912PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/VJONES-20030709123336932PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/AMCEWEN-20030609123336762PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/AWALSH-20030609123336642PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/CJOHNSON-20030609123336712PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/LSMITH-20030609123336852PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/SKING-20030609123336622PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/SKING-20030609123336822PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/SMCCAIN-20030609123336842PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/TFOX-20030609123336582PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/TFOX-20030609123336782PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/VJONES-20030609123336602PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/VJONES-20030609123336802PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/AWALSH-20030309123335871PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/AWALSH-20030309123335911PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/AWALSH-20030309123336101PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/CJOHNSON-20030309123335851PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/DAUSTIN-20030309123335931PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/JCHEN-20030309123335961PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/LSMITH-2003030912333661PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/SBELL-2003030912333601PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/SKING-20030309123336131PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/TFOX-2003030912333681PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/VJONES-20030309123335971PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/CJOHNSON-20030509123336482PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/EABEL-20030509123336382PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/JCHEN-20030509123336462PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/LSMITH-20030509123336562PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/PTUCKER-20030509123336452PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/SBELL-20030509123336362PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/SBELL-20030509123336532PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/SKING-20030509123336392PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/SMCCAIN-20030509123336512PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/VJONES-20030509123336502PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/WSMITH-20030509123336412PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/AWALSH-20031109123337954PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/AWALSH-2003110912333844PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/CJOHNSON-20031109123338124PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/CJOHNSON-2003110912333824PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/LSMITH-20031109123338234PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/SBELL-20031109123338204PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/SKING-20031109123337974PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/SKING-20031109123338294PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/SMCCAIN-2003110912333894PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/TFOX-20031109123337994PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/WSMITH-20031109123338154PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/AMCEWEN-20031009123337874PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/DAUSTIN-20031009123337613PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/JCHEN-20031009123337633PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/JCHEN-20031009123337733PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/JCHEN-20031009123337764PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/SBELL-20031009123337673PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/SKING-20031009123337703PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/TFOX-20031009123337653PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/TFOX-20031009123337784PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/VJONES-20031009123337814PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/WSMITH-20031009123337924PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/AWALSH-20030909123337483PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/DAUSTIN-20030909123337423PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/DAUSTIN-20030909123337553PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/JCHEN-20030909123337443PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/SKING-20030909123337383PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/SKING-20030909123337503PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/SMCCAIN-20030909123337403PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/TFOX-20030909123337463PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/TFOX-20030909123337563PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/VJONES-20030909123337363PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/VJONES-20030909123337583PDT.xml
    139 rows selected.
    Elapsed: 00:00:00.25
    SQL> truncate table PURCHASEORDER
      2  /
    Table truncated.
    Elapsed: 00:00:00.25
    SQL> select ANY_PATH
      2    from RESOURCE_VIEW, USER_XML_SCHEMAS
      3   where existsNode
      4         (
      5            res,
      6            '/Resource[SchOID="' || SCHEMA_ID || '" and ElNum="' ||
      7            extractValue
      8            (
      9              schema,
    10              '/xsd:schema/xsd:element[@name="PurchaseOrder"]/@xdb:propNumber',
    11              'xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xdb="http://xmlns.oracle.com/xdb"'
    12            )
    13            || '"]'
    14         )  = 1
    15     and SCHEMA_URL = 'http://localhost:80/home/SCOTT/poSource/xsd/purchaseOrder.xsd'
    16  /
    /home/SCOTT/purchaseOrders/2003/Apr/AMCEWEN-20030409123336200304.xml
    /home/SCOTT/purchaseOrders/2003/Apr/EABEL-20030409123336200304.xml
    /home/SCOTT/purchaseOrders/2003/Apr/PTUCKER-20030409120030491PDT.xml
    /home/SCOTT/purchaseOrders/2003/Apr/PTUCKER-20030409123336200304.xml
    /home/SCOTT/purchaseOrders/2003/Apr/SBELL-20030409120030431PDT.xml
    /home/SCOTT/purchaseOrders/2003/Apr/SBELL-20030409123336200304.xml
    /home/SCOTT/purchaseOrders/2003/Apr/SKING-200304091233363200304.xml
    /home/SCOTT/purchaseOrders/2003/Apr/SMCCAIN-20030409120030441PDT.xml
    /home/SCOTT/purchaseOrders/2003/Apr/SMCCAIN-20030409120030451PDT.xml
    /home/SCOTT/purchaseOrders/2003/Apr/SMCCAIN-20030409123336151PDT.xml
    /home/SCOTT/purchaseOrders/2003/Apr/VJONES-20030409120030401PDT.xml
    /home/SCOTT/purchaseOrders/2003/Apr/VJONES-20030409123336301PDT.xml
    /home/SCOTT/purchaseOrders/2003/AsianExamples/BEVERETT-2003110912343601PDT.xml
    /home/SCOTT/purchaseOrders/2003/AsianExamples/BEVERETT-2003112302343802PDT.xml
    /home/SCOTT/purchaseOrders/2003/AsianExamples/CDAVIES-2003100809243618PDT.xml
    /home/SCOTT/purchaseOrders/2003/AsianExamples/CDAVIES-2003120809668273PDT.xml
    /home/SCOTT/purchaseOrders/2003/AsianExamples/ChineseMovieTitles.xml
    /home/SCOTT/purchaseOrders/2003/AsianExamples/WTAYLOR-2003082311908574PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/AWALSH-20030809123337203PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/AWALSH-20030809123337303PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/CJOHNSON-20030809123337283PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/DAUSTIN-20030809123337103PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/JCHEN-20030809123337123PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/JCHEN-20030809123337223PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/LSMITH-20030809123337323PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/SBELL-20030809123337353PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/SKING-20030809123337153PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/SMCCAIN-20030809123337173PDT.xml
    /home/SCOTT/purchaseOrders/2003/Aug/TFOX-20030809123337243PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/AMCEWEN-20031209123338445PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/CJOHNSON-20031209123338595PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/DAUSTIN-20031209123338645PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/EABEL-20031209123338324PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/JCHEN-20031209123338475PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/LSMITH-20031209123338535PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/PTUCKER-20031209123338565PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/SBELL-20031209123338304PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/SBELL-20031209123338505PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/TFOX-20031209123338354PDT.xml
    /home/SCOTT/purchaseOrders/2003/Dec/VJONES-20031209123338374PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/AMCEWEN-20030209123335600PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/AMCEWEN-20030209123335701PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/DAUSTIN-20030209123335811PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/EABEL-20030209123335791PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/PTUCKER-20030209123335721PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/PTUCKER-20030209123335821PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/SBELL-20030209123335771PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/SMCCAIN-20030209123335681PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/WSMITH-20030209123335650PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/WSMITH-20030209123335741PDT.xml
    /home/SCOTT/purchaseOrders/2003/Feb/WSMITH-20030209123335751PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/AMCEWEN-20030109123335370PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/AWALSH-2003010912333570PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/CJOHNSON-20030109123335170PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/LSMITH-20030109123335500PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/PTUCKER-20030109123335430PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/SBELL-20030109123335280PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/SKING-20030109123335560PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/SMCCAIN-20030109123335470PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/TFOX-20030109123335520PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/VJONES-20030109123335350PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jan/WSMITH-20030109123335450PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/AMCEWEN-20030709123336902PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/CJOHNSON-2003070912333783PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/DAUSTIN-2003070912333702PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/DAUSTIN-2003070912333742PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/LSMITH-2003070912333722PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/SBELL-2003070912333763PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/SKING-20030709123336952PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/SMCCAIN-20030709123336972PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/TFOX-20030709123336872PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/TFOX-20030709123336912PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jul/VJONES-20030709123336932PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/AMCEWEN-20030609123336762PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/AWALSH-20030609123336642PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/CJOHNSON-20030609123336712PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/LSMITH-20030609123336852PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/SKING-20030609123336622PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/SKING-20030609123336822PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/SMCCAIN-20030609123336842PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/TFOX-20030609123336582PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/TFOX-20030609123336782PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/VJONES-20030609123336602PDT.xml
    /home/SCOTT/purchaseOrders/2003/Jun/VJONES-20030609123336802PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/AWALSH-20030309123335871PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/AWALSH-20030309123335911PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/AWALSH-20030309123336101PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/CJOHNSON-20030309123335851PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/DAUSTIN-20030309123335931PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/JCHEN-20030309123335961PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/LSMITH-2003030912333661PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/SBELL-2003030912333601PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/SKING-20030309123336131PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/TFOX-2003030912333681PDT.xml
    /home/SCOTT/purchaseOrders/2003/Mar/VJONES-20030309123335971PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/CJOHNSON-20030509123336482PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/EABEL-20030509123336382PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/JCHEN-20030509123336462PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/LSMITH-20030509123336562PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/PTUCKER-20030509123336452PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/SBELL-20030509123336362PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/SBELL-20030509123336532PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/SKING-20030509123336392PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/SMCCAIN-20030509123336512PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/VJONES-20030509123336502PDT.xml
    /home/SCOTT/purchaseOrders/2003/May/WSMITH-20030509123336412PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/AWALSH-20031109123337954PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/AWALSH-2003110912333844PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/CJOHNSON-20031109123338124PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/CJOHNSON-2003110912333824PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/LSMITH-20031109123338234PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/SBELL-20031109123338204PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/SKING-20031109123337974PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/SKING-20031109123338294PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/SMCCAIN-2003110912333894PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/TFOX-20031109123337994PDT.xml
    /home/SCOTT/purchaseOrders/2003/Nov/WSMITH-20031109123338154PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/AMCEWEN-20031009123337874PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/DAUSTIN-20031009123337613PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/JCHEN-20031009123337633PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/JCHEN-20031009123337733PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/JCHEN-20031009123337764PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/SBELL-20031009123337673PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/SKING-20031009123337703PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/TFOX-20031009123337653PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/TFOX-20031009123337784PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/VJONES-20031009123337814PDT.xml
    /home/SCOTT/purchaseOrders/2003/Oct/WSMITH-20031009123337924PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/AWALSH-20030909123337483PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/DAUSTIN-20030909123337423PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/DAUSTIN-20030909123337553PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/JCHEN-20030909123337443PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/SKING-20030909123337383PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/SKING-20030909123337503PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/SMCCAIN-20030909123337403PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/TFOX-20030909123337463PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/TFOX-20030909123337563PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/VJONES-20030909123337363PDT.xml
    /home/SCOTT/purchaseOrders/2003/Sep/VJONES-20030909123337583PDT.xml
    139 rows selected.
    Elapsed: 00:00:00.26
    SQL> declare
      2    cursor findDocs is
      3    select ANY_PATH
      4      from RESOURCE_VIEW, USER_XML_SCHEMAS
      5     where existsNode
      6           (
      7             res,
      8             '/Resource[SchOID="' || SCHEMA_ID || '" and ElNum="' ||
      9             extractValue
    10             (
    11               schema,
    12               '/xsd:schema/xsd:element[@name="PurchaseOrder"]/@xdb:propNumber',
    13               'xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xdb="http://xmlns.oracle.com/xdb"'
    14             )
    15             || '"]'
    16           )  = 1
    17       and SCHEMA_URL = 'http://localhost:80/home/SCOTT/poSource/xsd/purchaseOrder.xsd';
    18  begin
    19    for d in findDocs loop
    20      dbms_xdb.deleteResource(d.ANY_PATH,4);
    21    end loop;
    22  end;
    23  /
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:01.15
    SQL>
    SQL>
    SQL>1. Disable the Hierarchy. This will prevent truncate from attempting to delete the resource before deleting the content of the table
    2. Truncate the table
    3. Delete all resources associated with the table..

  • PPD field grayed out.....How do I get the PPD field populated?  Windows 7 x64

    I have an employee running Illustrator in the Creative Cloud and for whatever reason her PPD field is grayed out when she goes to print.  My other two employees running this both have the Fiery file for the printer we have as an option.  Any idea how I can get the PPD field populated?

    Permissions issues on the PPD files or the printer... Or the driver has never been fully installed in the first place due to whatever technical or again permissions issues...
    Mylenium

  • My ical is not populating after i reinstalled my operating system - my Outlook 2011 is ok but I now want to sink my iphone 4 with my outlook and i presume i need ical to be populated for this

    My ical is not populating after i reinstalled my operating system - my Outlook 2011 is ok but I now want to sink my iphone 4 with my outlook and i presume i need ical to be populated for this

    Generally this is a sign that the iPhone had previously been
    hacked/modified/jailbroken and the update relocked it to the
    original wireless carrier. If this is the case, only that wireless
    carrier can unlock your iPhone. You must contact them to see
    if they offer unlocking and if you qualify.
    Where did you acquire this iPhone?
    What wireless carrier did you use before this problem?
    Does the app Cydia appear on your iPhone?
    What does it say when you look at Settings=>General=>About=>Carrier?

  • Enhanced 3 fields unavailable in BI after DS enhancement

    I did datasource enhancement in R/3 to add 3 fields into DS "0FI_GL_4". Then I go to RSA6 to click unhide for those 3 fields, activate DS. And then I put coding in CMOD. After that I replicate DS to BW system. I found those 3 fields are existing in DS, but the Transfer check box show uncheck for those 3 fields. That mean those 3 enhanced fields are still unavailable in BI. Does anybody know the reason for that?

    Hi,
    Need few clarifications.
    You said that Transfer check box is Unchecked. Which Transfer check box you are refering to?
    Regards,
    Nagasekhar

Maybe you are looking for

  • Mac pro turns on but screen goes black after a while what could be wrong please help!!!

    Hello mac community, I am new, I updated a program today everything was working fine yesterday and now today I was updating PLAY a music engine program it seems to have caused the mac to go crazy. I also updated VE PRO 5 another music program. Everyt

  • Mail rules signatures lost

    recently i changed my macbook pro (2008 late with lion) to the new MBP with ML. after that, at everytime i restart, l lost all rules and signatures. after i lost, even though i remade new rules and signatures, but i restarted again, i lost both. do y

  • Error: Region could not be found in AK_REGIONS;

    we are doing one customization in which we are calling pageContext.forwardImmediatelyToCurrentPage(params, true, OAWebBeanConstants.ADD_BREAD_CRUMB_NO); from process form request and in process request we are checking the parameter passes from proces

  • Updates fail

    updates fail; error message is serial # not correct but Photoshop works.  Need to update RAW to 6.7.1 and other updates

  • Help, My Nano is Dead

    I was working out last night and sweat got on my nano and froze it. At first the screen froze, then it had the dead battery logo on the screen, then the apple logo appeared. All without me touching it at all. Then I tried to plug it in to my computer