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..

Similar Messages

  • DBMS_XDB.CREATERESOURCE from JAVA

    Hi all,
    i'm trying to load XML-data into the database with the following pseudocode:
    SQLText := "DECLARE
                  retB boolean;
                  XMLDoc XMLType;
                BEGIN
                  XMLDoc := XMLType(?);
                  retB   := DBMS_XDB.CREATERESOURCE('Resourcename', XMLDoc);
                END";
    SQLStmt := (OraclePreparedStatement) _conn.prepareStatement(SQLText);
    SQLStmt.setString(1, xml);
    SQLStmt.execute();
    It works in JAVA with one exception. All characters using more than one byte in UTF-8 are double encoded. That means, if the XML-String contains an german umlaut &auml; (U+00E4) this character is encoded as "C3 A4" in the string. After submitting the XML to the database the &auml; has the value C3 83 C2 A4 => the value C3 is encoded as C3 83 and the value A4 is encoded as C2 A4.
    Thats no problem if i query the documents from Java because the way back is the same. But if i retrieve the document over the protocoll server (WebDav or FTP) the character encoding is corrupted (2 characters for &auml;).
    I am using Ora 11.2.0.1 on Linux with ojdbc6.jar. My NLS settings are as follows:
    NLS_LANGUAGE             GERMAN
    NLS_TERRITORY            GERMANY
    NLS_CHARACTERSET         AL32UTF8
    NLS_NCHAR_CHARACTERSET   AL16UTF16
    On the client GERMAN_GERMANY.WE8MSWIN1252, but i also tried with SET NLS_LANG=GERMAN_GERMANY.AL32UTF8 because of the UTF coding of the XML string.
    What I am doing the wrong way?
    Thanks for your help,
    regards
    Frank

    Hi odie_63,
    thanks for your reply. I have extracted the relevant code of the program into a tiny test application.
    package project1;
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.text.MessageFormat;
    import oracle.jdbc.OraclePreparedStatement;
    import oracle.ucp.jdbc.PoolDataSource;
    import oracle.ucp.jdbc.PoolDataSourceFactory;
    public class Application1 {
        public static void main(String[] args) {
            try {
                doSimpleTest();
            } catch (Exception e) {
                e.printStackTrace();
        public static void doSimpleTest(){
            System.out.println("doing simple test case...");
            final String insertSQL    = "  DECLARE\n" +
                                        "    retB boolean;\n" +
                                        "    XMLDoc XMLType;\n" +
                                        "  BEGIN\n" +
                                        "    XMLDoc := XMLType(?);\n" +
                                        "    retB   := DBMS_XDB.CREATERESOURCE({0},XMLDoc);         \n" +
                                        "  END;";  
            final String xml            = "<?xml version=\"1.0\" encoding=\"utf-8\"?><test xmlns=\"http://www.gfai.de/Test\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.gfai.de/Test http://www.gfai.de/Test\">äöü</test>";
            String SQL_QUERY          = null;
            PoolDataSource _pds       = null;
            Connection _conn          = null;
            OraclePreparedStatement s = null;
            try{
                DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
                //Creating a pool-enabled data source
                _pds = PoolDataSourceFactory.getPoolDataSource();
                //Setting connection properties of the data source
                _pds.setConnectionFactoryClassName("oracle.jdbc.pool.OracleDataSource");
                _pds.setURL("jdbc:oracle:thin:@10.10.182.110:1521:ORALX64");
                _pds.setUser("test");
                _pds.setPassword("tset");
                //Setting pool properties
                _pds.setInitialPoolSize(5);
                _pds.setMinPoolSize(5);
                _pds.setMaxPoolSize(10);
                // connection           
                _conn = _pds.getConnection();  
                // Insert
                SQL_QUERY = MessageFormat.format(insertSQL, new Object[]{"'/public/test/test.xml'"});
                s = (OraclePreparedStatement) _conn.prepareStatement(SQL_QUERY);
                s.setString(1, new String(xml.getBytes("UTF-8")));
                s.execute();
                System.out.println("inserted...");
            catch(Exception ex){
                ex.printStackTrace();
            finally{
                try{s.close();_conn.close();}catch(Exception ex){};
            return;
    Before running the test it's required to set up the user test and the XML-schema. I have done it with the following lines of code:
    CONNECT SYSTEM;
    CREATE USER TEST IDENTIFIED BY "tset";
    GRANT CREATE SESSION TO TEST;
    GRANT RESOURCE TO TEST;
    DECLARE
      RETB BOOLEAN;
    BEGIN
      RETB := DBMS_XDB.CREATEFOLDER('/sys/schemas/PUBLIC/www.gfai.de');
      RETB := DBMS_XDB.CREATEFOLDER('/sys/schemas/PUBLIC/www.gfai.de/test');
      RETB := DBMS_XDB.CREATEFOLDER('/public/test');
      COMMIT;
    END;
    CREATE OR REPLACE DIRECTORY TEST_DIR AS '/home/oracle';
    GRANT  READ ON DIRECTORY TEST_DIR TO test;
    BEGIN
      DBMS_XMLSCHEMA.registerSchema(
    SCHEMAURL => 'http://www.gfai.de/Test',
    SCHEMADOC => BFILENAME('TEST_DIR','Test.xsd'),
    LOCAL => FALSE,
    GENTYPES => TRUE,
    GENTABLES => TRUE);
    END;
    After executing the test case i get the following results with sqlplus:
    SQL> select dump(extractvalue(object_value,'/test')) from test_document;
    DUMP(EXTRACTVALUE(OBJECT_VALUE,'/TEST'))
    Typ=1 Len=12: 195,131,194,164,195,131,194,182,195,131,194,188
    SQL>
    The whole document is saved as
    SQL> select xdburitype('/public/test/test.xml').getblob() from dual;
    XDBURITYPE('/PUBLIC/TEST/TEST.XML').GETBLOB()
    3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D38223F3E0A3C
    7465737420786D6C6E733D22687474703A2F2F7777772E676661692E64652F546573742220786D6C
    6E733A7873693D22687474703A2F2F7777772E77332E6F72672F323030312F584D4C536368656D61
    2D696E7374616E636522207873693A736368656D614C6F636174696F6E3D22687474703A2F2F7777
    772E676661692E64652F5465737420687474703A2F2F7777772E676661692E64652F54657374223E
    C383C2A4C383C2B6C383C2BC3C2F746573743E0A
    SQL>
    The schema definition file is as follows:
    <?xml version="1.0" encoding="windows-1252" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                xmlns="http://www.gfai.de/Test"
                targetNamespace="http://www.gfai.de/Test"
                elementFormDefault="qualified"
                xmlns:xdb="http://xmlns.oracle.com/xdb"
                xdb:storeVarrayAsTable="true">
      <xsd:element name="test" xdb:defaultTableSchema="TEST"
                   xdb:defaultTable="TEST_DOCUMENT">
        <xsd:complexType>
          <xsd:simpleContent>
            <xsd:extension base="xsd:string">
            </xsd:extension>
          </xsd:simpleContent>
        </xsd:complexType>
      </xsd:element>
    </xsd:Schema>
    thanks again,
    regards
    Frank

  • How to get ProcessInstanceId after Workflow KickOff. Am able to get the InvocationId

    How to get ProcessInstanceId after Workflow KickOff. Am able to get the InvocationId.
    This is the Snippet :
    InvocationResponse response = myServiceClient.invoke(request);
    invocationId = response.getInvocationId();
    System.out.println("ClientParams="+response.getClientParameters());
    System.out.println("OutputParams="+response.getOutputParameters());
    System.out.println("invocationId="+invocationId);
    JobManager jobManager = new JobManager(myFactory);
    JobStatus jobStatus = null;
    JobId myJobId = new JobId(invocationId);
    jobStatus = jobManager.getStatus(myJobId);
    System.out.println("Job Status: " + jobStatus.getStatusCode());
    if (jobStatus.getStatusCode()==JobStatus.JOB_STATUS_COMPLETED)
    System.out.println("INVOCATION COMPLETED SUCCESSFULLY!");
    InvocationResponse jobResponse = jobManager.getResponse(myJobId);
    jobManager.terminateJob(myJobId);
    jobResponse.getInvocationId();
    Process id need to be fetched after Workflow Kickoff
    Can anyone please help me..?

    There are 5 process level variables that get populated when you invoke a process. They are
    /process_data/create_time
    /process_data/creator_id
    /process_data/id
    /process_data/status
    /process_data/update_time
    Within the xPath builder you can differentiate them from other process variable because they are italicized.
    Now you can create your own process variable - let's say called pid - and have it contain the process id which is stored in /process_data/id.
    The xPath would look something like
    /process_data/@pid = /process_data/@id
    If the pid variable is marked as an 'output' variable, then it will be returned as part of the InvocationResponse.
    Jasmin

  • DBMS_XDB.createResource(path, XMLTYPE) removes the XML declaration

    Hi,
    I'm writing out XML documents to the XMLDB repository by looping through a view which has an XMLTYPE column and writing each instance of that column using the 2nd form of createresource specified in the PL/SQL Packages and Types Reference.
    DBMS_XDB.CREATERESOURCE(
    path IN VARCHAR2,
    data IN SYS.XMLTYPE)
    RETURN BOOLEAN;
    It creates the resource but the xml is missing the <?xml version="1.0" encoding="UTF-8"?> declaration.
    Any idea of why this is happening and how I can fix it, preferably without having to mess about with converting XMLTYPE to VARCHAR2 and prepending the declaration.
    Thanks,
    Chris
    Oops forgot the version info. Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 on Windows
    Edited by: chrisis on Oct 16, 2009 2:31 PM

    I had VERSION NO VALUE, STANDALONE NO VALUE on the XMLRoot function.

  • How to stored data after clicking checkbox  save in database table

    TYPE-pools: slis.
    tables:mkpf,mseg,mard,COWB_COMP.
    TYPES: BEGIN OF tp_data,
          mblnr LIKE mseg-mblnr,
         matnr LIKE mseg-matnr,
         werks LIKE mard-werks,
         lgort LIKE mard-lgort,
         lgpbe LIKE mard-lgpbe,
         charg LIKE mseg-charg,
         bwart LIKE mseg-bwart,
         budat LIKE mkpf-budat,
         menge LIKE mseg-menge,
         meins LIKE mseg-meins,
         kostl LIKE mseg-kostl,
         aufnr LIKE mseg-aufnr,
         rsnum LIKE mseg-rsnum,
         endkz like COWB_COMP-endkz,
    END OF tp_data,
    tp_tbl_data TYPE STANDARD TABLE OF tp_data.
    *data: t_data like ztable occurs 0 with header line.
    Constants
    Data objects (variable declarations and definitions)
    Report data to be shown.
    DATA: it_data TYPE STANDARD TABLE OF tp_data.
    Heading of the report.
    DATA: t_heading TYPE slis_t_listheader.
    ========================== Selection Screen ==========================
      SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    SELECT-OPTIONS:smblnr FOR mseg-mblnr MODIF ID m1,
                   smatnr FOR mseg-matnr MODIF ID m2,
                   swerks FOR mard-werks MODIF ID m3,
                   slgort FOR mard-lgort MODIF ID m4,
                   slgpbe FOR mard-lgpbe MODIF ID m5,
                   scharg FOR mseg-charg MODIF ID m6,
                   sbwart FOR mseg-bwart MODIF ID m7,
                   skostl FOR mseg-kostl MODIF ID m8,
                   saufnr FOR mseg-aufnr MODIF ID m9,
                   srsnum FOR mseg-rsnum MODIF ID m10.
    SELECTION-SCREEN END OF BLOCK b1.
    SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-002.
    PARAMETERS:pre RADIOBUTTON GROUP radi USER-COMMAND ucomm DEFAULT 'X',
               pse RADIOBUTTON GROUP radi,
               bps RADIOBUTTON GROUP radi.
    SELECTION-SCREEN END OF BLOCK b2.
    SELECTION-SCREEN BEGIN OF BLOCK b3 WITH FRAME TITLE text-003.
    PARAMETER:layout TYPE i.
    SELECTION-SCREEN END OF BLOCK b3.
    =========================== Event Blocks =============================
    AT selection-SCREEN.
    start-OF-selection.
    PERFORM get_data USING it_data.
    END-OF-selection.
    PERFORM build_alv USING it_data t_heading.
    =========================== Subroutines ==============================
    *&      Form  get_data
          Gets the information to be shown in the report.
    FORM get_data USING t_data TYPE tp_tbl_data.
      SELECT msegmblnr msegmatnr mardwerks mardlgort mardlgpbe msegcharg msegbwart mkpfbudat
        msegmenge  msegmeins msegkostl msegaufnr mseg~rsnum
      INTO CORRESPONDING FIELDS OF TABLE t_data
      FROM mseg
      JOIN mard ON mardmatnr EQ msegmatnr
                   JOIN mkpf ON msegmblnr EQ mkpfmblnr
                   WHERE mseg~matnr IN smatnr.
    ENDFORM.                    " get_data
    *&      Form  build_alv
          Builds and display the ALV Grid.
    FORM build_alv USING t_data TYPE tp_tbl_data
          t_heading  TYPE slis_t_listheader.
    ALV required data objects.
      DATA: w_title   TYPE lvc_title,
            w_comm    TYPE slis_formname,
            w_status  TYPE slis_formname,
            x_layout  TYPE slis_layout_alv,
            t_event    TYPE slis_t_event,
            t_fieldcat TYPE slis_t_fieldcat_alv,
            t_sort     TYPE slis_t_sortinfo_alv.
      REFRESH t_fieldcat.
      REFRESH t_event.
      REFRESH t_sort.
      CLEAR x_layout.
      CLEAR w_title.
    Field Catalog
      PERFORM set_fieldcat2 USING:
            1 'MBLNR' 'MBLNR' 'MSEG' space space space space space space space space space space space space t_fieldcat ,
            2 'MATNR' 'MATNR' 'MSEG' space space space space space space space space space space space space  t_fieldcat ,
            3 'WERKS' 'WERKS' 'MARD' space space space space space space space space space space space space  t_fieldcat,
            4 'LGORT' 'LGORT' 'MARD' space space space space space space space space space space space space t_fieldcat ,
            5 'LGPBE' 'LGPBE' 'MARD' space space space space space space space space space space space space t_fieldcat ,
            6 'CHARG' 'CHARG' 'MSEG' space space space space space space space space space space space space t_fieldcat ,
            7 'BWART' 'BWART' 'MSEG' space  space space space space space space space space space space space t_fieldcat,
            8 'BUDAT' 'BUDAT' 'MKPF' space  space space space space space space space space space space space t_fieldcat,
            9 'MENGE' 'MENGE' 'MSEG' space  space space space space space space space space space space space t_fieldcat,
            10 'MEINS' 'MEINS' 'MSEG' space  space space space space space space space space space space space t_fieldcat,
            11 'KOSTL' 'KOSTL' 'MSEG' space  space space space space space space space space space space space t_fieldcat,
            12 'AUFNR' 'AUFNR' 'MSEG' space  space space space space space space space space space space space t_fieldcat,
            13 'RSNUM' 'RSNUM' 'MSEG' space  space space space space space space space space space space space t_fieldcat,
        14 'ENDKZ' 'ENDKZ' 'COWB_COMP' space space 'select' 'Select this row' 'Sel' 'Select this row' space space space 'X' 'X' space t_fieldcat.
    Layout
      x_layout-zebra = 'X'.
    Top of page heading
      PERFORM set_top_page_heading USING t_heading t_event.
    Events
      PERFORM set_events USING t_event.
    GUI Status
      w_status = ''.
    User commands
      w_comm   = 'USER_COMMAND'.
    Order
    Example
    PERFORM set_order USING '<field>' 'IT_DATA' 'X' space space t_sort.
      PERFORM set_order USING 'MBLNR' 'IT_DATA' 'X' space 'X' t_sort.
    PERFORM set_order USING 'EBELN' 'IT_DATA' 'X' space 'X' t_sort.
    PERFORM set_order USING 'EBELP' 'IT_DATA' 'X' space space t_sort.
    Displays the ALV grid
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
      EXPORTING
        i_callback_program       = sy-repid
        it_fieldcat              = t_fieldcat
        is_layout                = x_layout
        it_sort                  = t_sort
        i_callback_pf_status_set = w_status
        i_callback_user_command  = w_comm
        i_save                   = 'X'
        it_events                = t_event
        i_grid_title             = w_title
      TABLES
        t_outtab                 = t_data
      EXCEPTIONS
        program_error            = 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.
    ENDFORM.                    " build_alv.
    *&      Form  set_top_page_heading
          Creates the report headings.
    FORM set_top_page_heading USING t_heading TYPE slis_t_listheader
          t_events  TYPE slis_t_event.
      DATA: x_heading TYPE slis_listheader,
            x_event   TYPE LINE OF slis_t_event.
    Report title
      CLEAR t_heading[].
      CLEAR x_heading.
      x_heading-typ = 'H'.
      x_heading-info = 'Reporte Prueba'(001).
      APPEND x_heading TO t_heading.
    Program name
      CLEAR x_heading.
      x_heading-typ = 'S'.
      x_heading-KEY = 'Program: '.
      x_heading-info = sy-repid.
      APPEND x_heading TO t_heading.
    User who is running the report
      CLEAR x_heading.
      x_heading-typ = 'S'.
      x_heading-KEY = 'User: '.
      x_heading-info = sy-uname.
      APPEND x_heading TO t_heading.
    Date of execution
      CLEAR x_heading.
      x_heading-typ = 'S'.
      x_heading-KEY = 'Date: '.
      WRITE sy-datum TO x_heading-info.
      APPEND x_heading TO t_heading.
    Time of execution
      CLEAR x_heading.
      x_heading-typ = 'S'.
      x_heading-KEY = 'Time: '.
      WRITE sy-uzeit TO x_heading-info.
      APPEND x_heading TO t_heading.
    Top of page event
      x_event-name = slis_ev_top_of_page.
      x_event-FORM = 'TOP_OF_PAGE'.
      APPEND x_event TO t_events.
    ENDFORM.
    *&      Form  set_events
          Sets the events for ALV.
          The TOP_OF_PAGE event is alredy being registered in
          the set_top_page_heading subroutine.
    FORM set_events USING t_events TYPE slis_t_event.
      DATA: x_event   TYPE LINE OF slis_t_event.
    Example
    clear x_event.
    x_event-name = .
    x_event-form = .
    append x_event to t_event.
    ENDFORM.
    *&      Form  set_order
          Adds an entry to the order table.
    FORM set_order USING p_fieldname p_tabname p_up p_down p_subtot
          t_sort TYPE slis_t_sortinfo_alv.
      DATA: x_sort TYPE slis_sortinfo_alv.
      CLEAR x_sort.
      x_sort-fieldname = p_fieldname.
      x_sort-tabname   = p_tabname.
      x_sort-UP = p_up.
      x_sort-down = p_down.
      x_sort-subtot = p_subtot.
      APPEND x_sort TO t_sort.
    ENDFORM.                    "set_order
    *&      Form  set_fieldcat2
          Adds an entry to the field catalog.
    FORM set_fieldcat2 USING p_colpos p_fieldname p_ref_fieldname p_ref_tabname
          p_outputlen p_noout
          p_seltext_m p_seltext_l p_seltext_s p_reptext_ddic p_ddictxt
          p_hotspot p_showasicon p_checkbox p_edit
          p_dosum
          t_fieldcat TYPE slis_t_fieldcat_alv.
      DATA: wa_fieldcat TYPE slis_fieldcat_alv.
      CLEAR wa_fieldcat.
    General settings
      wa_fieldcat-fieldname = p_fieldname.
      wa_fieldcat-col_pos = p_colpos.
      wa_fieldcat-no_out = p_noout.
      wa_fieldcat-HOTSPOT = p_hotspot.
      wa_fieldcat-CHECKBOX = p_checkbox.
      wa_fieldcat-ICON = p_showasicon.
      wa_fieldcat-do_sum = p_dosum.
    Set reference fieldname, tablenam and rollname.
    If p_ref_tabname is not given, the ref_fieldname given is a data element.
    If p_ref_tabname is given, the ref_fieldname given is a field of a table. In case ref_fieldname is not given, it is copied from the fieldname.
      IF p_ref_tabname IS INITIAL.
        wa_fieldcat-rollname =   p_ref_fieldname.
      ELSE.
        wa_fieldcat-ref_tabname = p_ref_tabname.
        IF p_ref_fieldname EQ space.
          wa_fieldcat-ref_fieldname =   wa_fieldcat-fieldname.
        ELSE.
          wa_fieldcat-ref_fieldname =   p_ref_fieldname.
        ENDIF.
      ENDIF.
    Set output length.
      IF NOT p_outputlen IS INITIAL.
        wa_fieldcat-outputlen = p_outputlen.
      ENDIF.
    Set text headers.
      IF NOT p_seltext_m IS INITIAL.
        wa_fieldcat-seltext_m = p_seltext_m.
      ENDIF.
      IF NOT p_seltext_l IS INITIAL.
        wa_fieldcat-seltext_l = p_seltext_l.
      ENDIF.
      IF NOT p_seltext_s IS INITIAL.
        wa_fieldcat-seltext_s = p_seltext_s.
      ENDIF.
      IF NOT p_reptext_ddic IS INITIAL.
        wa_fieldcat-reptext_ddic = p_reptext_ddic.
      ENDIF.
      IF NOT p_ddictxt IS INITIAL.
        wa_fieldcat-ddictxt = p_ddictxt.
      ENDIF.
    Set as editable or not.
      IF p_edit IS NOT INITIAL.
        wa_fieldcat-INPUT     = 'X'.
        wa_fieldcat-EDIT     = 'X'.
      ENDIF.
      APPEND wa_fieldcat TO t_fieldcat.
    ENDFORM.                   "set_fieldcat2
    =========================== Subroutines called by ALV ================
    *&      Form  top_of_page
          Called on top_of_page ALV event.
          Prints the heading.
    FORM top_of_page.
      CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
      EXPORTING
        i_logo             = 'XXXXX'
        it_list_commentary = t_heading.
    ENDFORM.                    " alv_top_of_page
    *&      Form  user_command
          Called on user_command ALV event.
          Executes custom commands.
    FORM user_command USING r_ucomm     LIKE sy-ucomm
          rs_selfield TYPE slis_selfield.
    ENDFORM.                    "user_command
    this is my code, how to store data after clicking checkbox in databasetable,
    how to write that cide.
    plz send me code.

    hi!,
    use MODIFY to update data into the data base table.
    regards
    anjali

  • Any ideas on how to fix ipad after the new iOS 7 update? My battery will not charge, my ipad is hot to the touch, the iTunes Store won't open, and my messages on Facebook aren't showing up when I chat and pintrest won't pin to my boards.

    Any ideas on how to fix ipad after the new iOS 7 update? My battery will not charge, my ipad is hot to the touch, the iTunes Store won't open, and my messages on Facebook aren't showing up when I chat and pintrest won't pin to my boards.

    If you have all your music on the cmputer then i would connect up my phone uncheck the Sync Music option and apply.
    This should take all the music off your phone .Then you can resync the music back on to it.
    If this doesn't work maybe a restore to factory settings and start from scratch is the way to go

  • TS4036 How do I restore after 5.1 os upgrade

    I upgraded my software and lost al my apps

    fdonnelly wrote:
    How do I restore after I have already setup a new device? ...
    ...to restore from an iCloud backup, erase your device (by going to Settings > General > Reset > Erase All Content and Settings). When prompted to set up as new or to restore from previous backup, select Restore from iCloud Backup. Enter your AppleID and password when prompted.
    See  How to Restore from a Backup   Here...
    http://support.apple.com/kb/ht1766

  • How to install iPhoto after upgrading to yosemite?

    how to install iPhoto after upgrading to yosemite?

    Download it from the App Store as Matt suggested.  You may have to move the current version to the Trash Bin (don't delete yet), go to the App Store and look for iPhoto 9.6 under purchases.  It will be free.
    What iPhoto version did you have prior to the Yosemite upgrade?  If it was iPhoto 7 (08) or earlier you'll also have to download and run the iPhoto Library Upgrader 1.1 on your library before opening it with iPhoto 9.6.

  • How can I use After Effects filters on a whole sequence without getting stuck in After Effects?

    It appears that, with the options that are visible to the user, Dynamic Link only goes one-way and can't make round trips from Premiere Pro to After Effects and back again.  If I send a sequence to After Effects, that part works fine and I can do what I want and save the comp.  However, even though the comp appears as an asset in Premiere Pro, I am not allowed to do anything with it.  If I try to drag it to a new sequence, it just says no.  If I click "Create Sequence from Clip" it creates an empty sequence.
    So how can I use After Effects on whole sequences/tracks instead of just on a clip-by-clip-by-clip-by-clip-by-clip basis?  is this possible?  For instance, if I have a whole sequence where I've neutralized the white balance, I might want to apply a warming filter to the whole thing as a unit.  That would be really painful with even a few clips to keep doing that again and again, and if you want to modify it slightly you have to do it over and over.  If there is a way to do that through Dynamic Link through some hidden option, what happens with the audio?  Would I have to cut it out of the lower sequence and paste it into the higher sequence with the After Effects comp as a video track?

    I'm not an Adoby guy, hence you may ignore my reply, but Adobe Dynamic Link is obviously not just one way ticket and in most cases works just fine.
    You have already been explained by J-MS and tclark513 how to properly use it and which pitfalls may occur.
    So as to apply an effect onto a whole sequence or a group of clips you need to either nest them in PrPro or pre-compose them in AE. Then just apply an effect (or several ones) onto that composition.
    So, if you nest clips in PrPro, select your nested sequence in the timeline, right-click and choose 'Replace with After Effects Composition'. Done! Your dynamically linked AE composition is in the right place in your timeline and in your Project panel as well. If you can not treat it as an ordinary footage, there are obviously some mistakes in your workflow. 
    If you didn't nest your sequence or a group of clips in PrPro before replacing them with AE composition, you may easily do it within AE. Just select all the layers in AE composition and choose Layer -> Pre-compose... (Ctrl/Cmd+Shift+C) Done! Switch back to your Master comp and apply your desired effect(s) 
    You may loose some effects or/and transitions while travelling from PrPro to AE via Adobe Dynamic Link, whereas you don't while travelling back
    (If you start building your AE composition from scratch right in AE and then need to import it into PrPro, DO NOT export one as PrPro project out of AE, but rather choose Adobe Dynamic Link -> Import After Effects Composition... within PrPro)
    P.S. And yes, submit a feature-request so that Adobe will convert 'Transparent Video' into fully functional 'Adjustment Layer'.

  • How can I install after effects on 32 bit operating system?

    How can I install after effects on 32 bit operating system?
    I cant even find it in creative cloud.
    I want to make  a intro but it dossent allow me to even find/ istall it.
    I hope some one will help me by anwsering my question.
    Than you for time.

    If your system does not meet the minimum system requirements you have to go back to a version that does. Try the direct download links you'll find here.. CS5 comes bundled with CS4 for AE which is the last  version to run on a 32 bit system.

  • I have lost all my notes data after restore. Anyone know how to retrieve notes after restore?

    I have lost all my notes data after restore. Anyone know how to retrieve notes after restore?
    I havent' took any backup of my notes in icloud. The moment I enter the password after restore my notes will be empty. The only option to get notes back is that after restore skip entering icloud password. But any time I enter icloud password anywhere again my notes will be empty. I have huge data saved in my notes. Apple need to look into this issues very seriously. This is the 5th time I restoring my iphone today just to get my note back.

    I have the issue with losing all my notes and I don't even know why.  I can't remember changing any email account info.  What happened to them?
    Ipad 3rd io7
    Please Help!
    Thank you,
    S.

  • How to remove space after paragrph in pages on ipad

    Can't figure out how to remove space after each paragraph in Pages for Ipad

    Settings > General > International > Region Format
    Set it to your country to format numbers and dates in the way your country does.

  • How to change an after login page?

    Does anyone knows how to change an after login page from a default page 1 to, let's say page 200?

    Jessica,
    The URL to run your application is http://apex.oracle.com/pls/otn/f?p=23533.
    If you use this, page 3 is the first page shown after login.
    Using the URL you gave runs the Application Builder, not your application. If you use the Builder's Run Application icon to run your application, the page in your application that you are requesting is page 1 (or whatever is in the application's Home URL attribute). But running your application this way is something you do in a development environment only
    Your basic question has to do with how end users would get to a particular after-login page. End users do not have access to the Application Builder.
    Scott

  • How do I unactivate after hard drive crash?

    Just purchased an upgrade to CS6 Photoshop from CS3 Photoshop but hard drive crashed before I could uninstall it. How do I deactivate after hard drive crash? Do I need to or can I just load my full CS3 copy and then upgrade it to my new CS6?

    You can just install CS6 directly.  You will be prompted to enter your qualifying serial number from CS3 during the install process.

  • I NEED A SOLUTION ON HOW TO UNLOCK THE AFTER EFFECT "Action Trailer.aep"

    I NEED A SOLUTION ON HOW TO UNLOCK THE AFTER EFFECT File, "Action Trailer.aep"

    We seriously don't have enough information to help you.
    What do you mean by "unlock"?
    My wild, shot-in-the-dark guess is that you've got some sort of template that, when you try to save, says that it's locked. If that's the case, try using "Save As" instead. If that's not your problem, refer to Todd's link and provide more info.

Maybe you are looking for

  • Getting a suitable LCD monitor for MacBook

    Hi, There are so many wide screen monitor selling in the market. May I know which resolution is best suitable for the new macbook 13.3"? I have been seeing 1440X900(19"), 1366X768(18.5"), 1680X1050(19"), 1600X900(20"). Any recommendation, for the abo

  • R200 - Question about external display resolution 1920*1200

    My boss has bought this screen and is a little bit disappointed because he can't reach the maximum resolution of the 23" tft screen 1920*1200. The R200 proposes only resolution that have an aspect ratio of 4:3 so the maximum for the screen is 1600*12

  • 5230: how to disable all automatic calling (intern...

    Another problem with my new 5230: I have a pre-paid card (Pay and Go, Proximus, Belgium). I left my phone standby (and ... the battery still doesn't last 1 day, see other post) all day. I checked the amount of pre-paid credit I had in the morning. I

  • Restrict order creation with respect to previous production order.

    Hi dudes, i have a urgent and important requirement like this, if i create a production order until unless this order should get CNF or TECO status other order(next order) should not be created. is there any way to do this or what is way is right whe

  • How can I speed up application build

    I'm new to Labview and testing Converting application from LV 6.02 to 7.0. We build the various plugin libraries then run a VI to delete redundant VI's. This uses the Delete From VI Library.vi and the Librarian.vi. In version 6.02 we started the dele