XSD and WSDL in MDS

Experts,
Can someone give me the steps to create a project, add the xsd and wsld files in it and deploy the project to MDS.
Thanks,
Jai.

Hi Anuj,
I followed this link to create the MDS connection and local MDS repository, should I create an empty composite project and place the
zip file of my xsd's in this and bundle that in to an MAR file? Are there any documents that talks about MAR creation?
Thanks,
Jai.

Similar Messages

  • How to create xsd and wsdl..?

    Dear All,
    I am new to BPEL.
    Can anyone help me on creating xsd and wsdl.
    Thanks

    the easiest way is using jdeveloper xsd builder to define your types ..
    the wsdl itself is just a defintion of
    a) types (either here or in a schema)
    b) messages
    c) operations (like functions)
    d) and bindings .. to specify the technology ..
    I would take a look on http://www.w3schools.com/WSDL/ which a tutorial ..
    and then use jdev to create the things ..
    hth clemens

  • Consuming URL renames XSD and WSDL files in OSB

    We try to define a proxy service in the OSB 11g by consuming an URL.
    We have all our WSDLs, XSDs etc online available, that is references like import of include in a WSDL uses URLs to identify other WSDLs or XSDs. In fact a webservice has a concrete WSDL which imports an abstract WSDL. The abstract WSDL imports XSD's. The XSD's file can import another XSD's as well. It is more or less a tree structure of XML documents.
    When we try to define a proxy or business service on the concrete WSDL in Eclipse by consuming the URL ending on ?wsdl, all meaningfull names of XSD's are replaced by generated names i.e. common.xsd becomes xml_1233.xsd. And all URL references are replaced by file references. The depencency tree is preserved, everthing is still valid however the names are no longer human readable.
    Is there any way to preserve the filenames of XML documents?
    With kinds regards,
    Jornica

    Hi Anuj,
    I followed this link to create the MDS connection and local MDS repository, should I create an empty composite project and place the
    zip file of my xsd's in this and bundle that in to an MAR file? Are there any documents that talks about MAR creation?
    Thanks,
    Jai.

  • Problem with importing XSDs and deploying to Weblogic 9.2

    Hi Guys,
    I am trying to deploy a simple web service wiith request response xsds packaged as an EAR to Weblogic 9.2
    Instead of making the request/response inline in the wsdl,I am importing it
    <message name="RequiredResponse">
    <part name="parameters" element="tns:requiredServiceResponse"/>
    </message>
    tns:http:://some.com/some
    And tns points to a valid namespace and I have made sure the xsd and wsdl are in the same folder and there are no import issues.
    When I try to start this application in Weblogic I get this error
    java.lang.IllegalArgumentException: no local element named 'parameters' on global element e=requiredServiceResponse@:http:://some.com/some
    This has no problem when deployed to Oracle App Server 10g.
    Thanks

    I have the same issue, albeit I am using WLS 10.... anyone have an answer?

  • CustomizeWSDL, importing xsd in wsdl file.

    We have requirement of importing centralized XSD files in WSDL,
    1) based on best practices I believe we should do following:
    <types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" >
    <import namespace="http://xmlns.oracle.com/HelloWorld" schemaLocation="http://localhost:7777/xsd/HelloWorld.xsd"/>
    </schema>
    </types>
    2) Now, for life cycle management I thought of writing custom Ant task, but I believe customizeWSDL should take care of it,
    I tried,
    <customizeWSDL inFile="${process.dir}/bpel/WriteToMyFile.wsdl" outFile="${process.dir}/bpel/WriteToMyFile.wsdl">
    <wsdlImport namespace="http://xmlns.oracle.com/HelloWorld" locationURI="http://${http.hostname}:${http.port}/xsd/HelloWorld.xsd" />
    </customizeWSDL>
    but it didn't work. I know it is for wsdl import, but based document it says XSD and WSDL import are both supported in customizeWSDL.
    I looked at the source code of customizeWSDL as well, it doesn't look like there is any special xsdImport child tag inside customizeWSDL.
    Can anybody please help me here??
    Thanks a lot!
    Chintan

    Hi Ninad,
    WS Policy is  Standard that is used by any intregration tools while generating the .WSDL's, If the 3 party systems cannot understand WS Policy, you can easily remove them by using tools like XML notepad, XML spy in deleting them and feed in your WSDL files to the 3rd party systems.
    Hope this clears your issue.
    Thanks,
    KishoreJ.

  • XSD Namespace and WSDL Namespaces

    Hi,
    I have a wsdl in which I'm defining a xsd schema in the <wsdl:types> element. Can we have same targetnamespace for both (wsdl) and (xsd that is defined in wsdl <types> element) ?? Please clarify.
    Thanks
    Edited by: bpeltechie on Jul 5, 2012 2:17 PM

    Yes, you can have the same target name space for both wsdl and schema file. Tried with a helloworld.wsdl and helloworld.xsd its valid scenario.
    HelloWorldBPELProcess.wsdl
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions name="HelloWorldBPELProcess"
    targetNamespace="*http://xmlns.oracle.com/PIMtoRPASAmendment_jws/Helloworld/HelloWorldBPELProcess*"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:client="http://xmlns.oracle.com/PIMtoRPASAmendment_jws/Helloworld/HelloWorldBPELProcess"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
    <wsdl:types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="*http://xmlns.oracle.com/PIMtoRPASAmendment_jws/Helloworld/HelloWorldBPELProcess*" schemaLocation="xsd/HelloWorldBPELProcess.xsd" />
    </schema>
    </wsdl:types>
    HelloWorldBPELProcess.xsd file.
    <?xml version="1.0" encoding="UTF-8"?>
    <schema attributeFormDefault="unqualified"
         elementFormDefault="qualified"
         targetNamespace="*http://xmlns.oracle.com/PIMtoRPASAmendment_jws/Helloworld/HelloWorldBPELProcess*"
         xmlns="http://www.w3.org/2001/XMLSchema">
         <element name="process">
              <complexType>
                   <sequence>
                        <element name="input" type="string"/>
                   </sequence>
              </complexType>
         </element>
    </schema>
    Thanks,
    Vijay
    Edited by: veejai24 on 05-Jul-2012 04:03

  • SOAP RECEIVER and WSDL-what specifies how my SOAP REQUEST should look like?

    Hi
    I am sending a request to a webservice (SOAP RECEIVER) but the webservice in question does not have a wsdl. I have created my own wsdl based on another example but when mapping to the REQUEST part of this and routing it through my SOAP RECEIVER channel it appears that it has NO SOAP-ENV only the pure XML in the request sent to the webservice.
    I have UNTICKED the "No SOAP envelope.." so all is pretty basic.
    What specifies how the REQUEST sent to the webservice through the SOAP RECEIVER comm channel should look like?
    I thought that the SOAP RECEIVER ADAPTER did this automatically, but in my scenariao, it looks as if it something else as well? Is it the XSD or WSDL that dictates how the SOAP REQUEST should look like?
    Cheers

    > I thought that the SOAP RECEIVER ADAPTER did this automatically, but in my scenariao, it looks as if it something else as well? Is it the XSD or WSDL that dictates how the SOAP REQUEST should look like?
    No. The SOAP adapter adds the SOAP enveloped, no matter how the WSDL looks like.
    I have no idea why this does not work for you. Check whether the channel is active and the cache is refreshed.
    Regards
    Stefan

  • How to generate WS and WSDL for proper working DS under ALDSP 3.0?

    Hi,
    Ive got small problem with generating WebService and WSDL for proper working DataService in AL Data Service Studio.
    Whats the worse, I cant find any good documentation showing how to do it step by step in the new development enviroment.
    Currently Im doing it like:
    1) right click on DS and then Create Web Service Map
    2) when Im trying to View WSDL for created (in previous point) WS Map, after a while for deployment, I get Error 404--Not Found
    3) when Im trying to Save WSDL As ... , after showing where it should to be saved, nothing happens
    4) At Test Web Service Map option Ive got (in ZIP archive there is error trace from WebLogic console):
    http://localhost:7001/xyz/abc/test/something.ws?WSDL
    failed due to weblogic.testclient.WsdlParseFailedException: Not Found
    My questions are:
    i) how I can generate WS for DS?
    ii) when there will be some tutorials to download for ALDSP 3.0?

    Some new facts about this situation.
    A moment ago Ive made all the things like in edocs:
    http://edocs.bea.com/aldsp/docs30/install/migration.html#wp1081343
    After that problems still exists and what is the worst - the same problem as at the first time.
    So:
    1) Problem of not migrated kind="private" to visibility="private"
    2) Problem of migrating the files encoded in CP1250 if they got charakters encoded in CP1250
    3) I know that proces of migration from multiple imports to the same namespace within XSDs must be done in manual way but problem still exist
    4) There are some issue like this:
    "[ld:xXx_PIDataServices/cache/order/order.ds]: The return type of the read function "{ld:xXx_PIDataServices/cache/order/order}setOrderStatus" with arity 1 does not match the Data Service target (element) type "{services.cache.integration.amg}setOrderOut"."
    When I remove kind="read" from pragma then its going to be valid.
    In short time we will try to contact with our local BEA support.
    PS Right now I was trying to import another project (sample one for Workshop 8.1 - <BEA_HOME>\weblogic81\samples\workshop\SamplesApp) and it also didnt go smoothly :/
    Edited by PiotrGalas at 02/01/2008 4:20 AM

  • Want to download the segment structure into xsd or wsdl

    Hi Guys,
    I want to dwonload the segement structure (E1KNA1M) into XSD or WSDL.
    Then i can import into XI as datatype,
    How can i download the segment structure into XSD?
    Thanks
    Srinivas

    Srinivas,
    I tried to put the E1KNA1M segment xsd here. But it seems I cannot do because the length of it is more than 15000 characters. So I just send a mail this xsd. Take a look and update here.
    What I did basically is copied the DEBMAS.DEBMAS04 xsd into altova xml spy and manually deleted all the segments except E1KNA1M segement. You can change the name of the segment names also if you want.
    Regards,
    ---Satish

  • XSD or WSDL

    Hi,
    I need to import the structure for XI --> Web Services scenario.
    What file should I need: XSD or WSDL?
    I'm a bit confused here. In IB there is an explicit option to import XSD, while somebody advised me to import the WSDL file.
    Please advise.
    Thanks

    Hi Rokie,
    We use the wsdl file for Webservice..
    There is the option to import wsdl as well in XI exactly at the same place where you are looking for xsd.. just drop down that box and find wsdl option.
    check this blog for referance....
    /people/shabarish.vijayakumar/blog/2007/11/07/walkthrough--soap-xi-rfcbapi
    Sachin

  • XSD from WSDL SOAP response

    From WSDL, I have SOAP respose as
    <?xml version="1.0" encoding="UTF-8"?>
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <soapenv:Body>
              <ns1:getDistanceResponse xmlns:ns1="http://DefaultNamespace" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
                   <ns1:getDistanceReturn xsi:type="xsd:double">0.0</ns1:getDistanceReturn>
              </ns1:getDistanceResponse>
         </soapenv:Body>
    </soapenv:Envelope>
    How do I create XSD so that I can import external defintion in designer message_type without typing the fields from scratch?
    Here is the XSD:-
    <?xml version="1.0" encoding="ISO-8859-1"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"><xs:element name="getDistanceResponse"><xs:annotation><xs:documentation>Comment describing your root element</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element name="getDistanceReturn" type="xs:double" /></xs:sequence></xs:complexType></xs:element></xs:schema>

    Satish,
    When I look at /people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1, from WSDL an XSD is created for getDistanceResponse.
    Also there is a note from Shabarish "At my first try i used the messages getDistanceRequest and getDistanceResponse in my mapping but later found out that it wasnt the message structure that the webservice expected."
    Hence wondering how to create XSD from WSDL so that I can use the structures in message mapping.
    In this case it is simple, so i can create the data type but for complex it is better to create XSD from WSDL. May be I'm not putting the right words and question. Please help

  • Deploying xsd to the SOA MDS

    Hi,
    I am trying to deploy some xsds to the SOA MDS ..
    I am following the SOA developer's guide (http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10224/toc.htm - 43.4 Deploying and Using Shared Metadata Across SOA Composite Applications) but while deploying I get the error :
    [04:30:27 PM] ---- Deployment started. ----
    [04:30:27 PM] Target platform is (Weblogic 10.3).
    [04:30:27 PM] Entering Target Selection Dialog
    [04:30:29 PM] Retrieving existing application information
    [04:30:30 PM] Running dependency analysis...
    [04:30:30 PM] Building...
    [04:30:31 PM] Deploying 2 profiles...
    [04:30:31 PM] Wrote Archive Module to C:\JDeveloper\TestsWorkspace\Tests\bin\deploy\metadata_shared.jar
    [04:30:33 PM] #### Deployment incomplete. ####
    [04:30:33 PM] == ERROR: No j2ee modules detected in EAR archive. Deployment aborted. == (oracle.jdeveloper.deploy.VetoableDeployException)
    Does someone have an idea ?
    Thanks,
    romain.

    Hi,
    Thank you for your answer.
    Yes, I followed the documentation in which it is said to deploy the application ....
    I found the problem :
    I was trying to deploy a SOA Bundle containing only the metadata jar => I got the error.
    I tried to deploy a SOA Bundle containing 2 jars : one for metadata and another for a BPEL Project, it worked.
    I can't deploy the metadata only ...
    Romain.

  • Import External XSD into WSDL ?

    Hello,
    How to import external XSD like ABC.xsd into WSDL ?? Or Do I also need to enter namespece in the BPEL source file ??
    Actually I have created a BPEL that using some XML input along with namespace like
    <ssml name="asd" xlmns:abc="urn:ssml:core:3:5"> So I need to define this namespace somewhere in BPEL or WSDL.
    Thanks

    you can drag your external xsd to types section in WSDL file from your XSD folder then it will comes automatically
    If you want to place your external xsd in XSD folder then copy that xsd and paste in XSD folder in your project directory

  • How to Import xsd and use it in transformation for mapping

    I have constructed an xsd and want to use it in BPEL Process.I imported the xsd into development.But I am unable to understand how to further proceed.Can anybody suggest me how to import xsd and use it as it has to be defined in wsdl before using right.Is there any way we can use xsd?

    Hi',
    See in a BPEL (web service) we use XSD to define its input and output, inside this BPEL process you have input and output variable.
    Now inside the transform you can use this variables to transform data, there can be many other variables too, when you try to invoke
    some other BPEL process you again create new input and output variable.
    Inside a transform activity you have a source and a target there you can decide where all the input is coming from you could have
    one or many variables in source and only 1 in target, this is how your variables (or XSD) can go inside the transform, inside the transform.xsl
    view you can right click on the source side(left) and include any new variable there.
    -Yatan

  • Question regarding xsd and shredding

    All,
    I have the following xsd and xml file, I register the xsd in xmldb and create a resource from the xml file. Upon registration of the xsd, the proper (I think) tables are created and upon creating the resource the primary table seems to have a row in it. I am having a problem trying to figure out how to get the values out of the types that have the enumeration values. Any help would be appreciated.
    $sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.3.0 - Production on Tue Aug 28 10:40:41 2012
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    SQL> select * from V$VERSION
    2 /
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
    PL/SQL Release 10.2.0.3.0 - Production
    CORE 10.2.0.3.0 Production
    TNS for HPUX: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    SQL>
    xsd:
    <?xml version="1.0" encoding="UTF-8"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xdb="http://xmlns.oracle.com/xdb" xdb:storeVarrayAsTable="true">
         <xs:element name="ITEMS" xdb:defaultTable="TMP_ITEMS">
              <xs:complexType xdb:SQLType="TMP_ITEMS_T" xdb:maintainDOM="false">
                   <xs:sequence>
                        <xs:element name="ITEM_GROUP" xdb:SQLCollType="ITEM_GROUP_ROW_NTT">
                             <xs:simpleType>
                                  <xs:restriction base="xs:string">
                                       <xs:enumeration value="GROUP_A"/>
                                       <xs:enumeration value="GROUP_B"/>
                                       <xs:enumeration value="GROUP_C"/>
                                       <xs:enumeration value="GROUP_D"/>
                                  </xs:restriction>
                             </xs:simpleType>
                        </xs:element>
                        <xs:element ref="ITEM" maxOccurs="unbounded"/>
                   </xs:sequence>
              </xs:complexType>
         </xs:element>
         <xs:element name="ITEM" xdb:defaultTable="TMP_ITEM" xdb:SQLType="TMP_ITEM_T" xdb:maintainDOM="false">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element name="ITEM_NUMBER" type="xs:string"/>
                        <xs:element name="ITEM_STATUS">
                             <xs:simpleType>
                                  <xs:restriction base="xs:string">
                                       <xs:enumeration value="ACTIVE"/>
                                       <xs:enumeration value="INACTIVE"/>
                                  </xs:restriction>
                             </xs:simpleType>
                        </xs:element>
                        <xs:element name="ITEM_DATE" type="xs:string"/>
                        <xs:element name="ITEM_ID" type="xs:string"/>
                        <xs:element ref="ITEM_SUBGROUP_1" maxOccurs="unbounded"/>               
                        <xs:element ref="ITEM_SUBGROUP_2" maxOccurs="unbounded"/>               
                   </xs:sequence>
              </xs:complexType>
         </xs:element>
         <xs:element name="ITEM_SUBGROUP_1" xdb:defaultTable="TMP_ITEM_SUBGROUP_1" xdb:SQLType="TMP_ITEM_SUBGROUP_1_T" xdb:maintainDOM="false">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element name="SUBGROUP_1_ID" type="xs:string"/>
                   </xs:sequence>
              </xs:complexType>
         </xs:element>
         <xs:element name="ITEM_SUBGROUP_2" xdb:defaultTable="TMP_ITEM_SUBGROUP_2" xdb:SQLType="TMP_ITEM_SUBGROUP_2_T" xdb:maintainDOM="false">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element name="SUBGROUP_2_ID" type="xs:string"/>
                        <xs:element name="SUBGROUP_2_TYPE">
                             <xs:simpleType>
                                  <xs:restriction base="xs:string">
                                       <xs:enumeration value="SUBGROUP_TYPE_2_TYPE_A"/>
                                       <xs:enumeration value="SUBGROUP_TYPE_2_TYPE_B"/>
                                       <xs:enumeration value="SUBGROUP_TYPE_2_TYPE_C"/>
                                  </xs:restriction>
                             </xs:simpleType>
                        </xs:element>
                   </xs:sequence>
              </xs:complexType>
         </xs:element>
    </xs:schema>xml:
    <?xml version="1.0"?>
    <ITEMS xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="tmp_items.xsd">
         <ITEM_GROUP>GROUP_A</ITEM_GROUP>
         <ITEM>
              <ITEM_NUMBER>1</ITEM_NUMBER>
              <ITEM_STATUS>ACTIVE</ITEM_STATUS>
              <ITEM_ID>0000000123</ITEM_ID>
              <ITEM_SUBGROUP_1>
                   <SUBGROUP_1_ID>SG1_000000987</SUBGROUP_1_ID>
              </ITEM_SUBGROUP_1>
              <ITEM_SUBGROUP_2>
                   <SUBGROUP_2_ID>SG2_000000987</SUBGROUP_2_ID>
                   <SUBGROUP_2_TYPE>SUBGROUP_TYPE_2_TYPE_A</SUBGROUP_2_TYPE>
              </ITEM_SUBGROUP_2>
         </ITEM>
         <ITEM>
              <ITEM_NUMBER>2</ITEM_NUMBER>
              <ITEM_STATUS>INACTIVE</ITEM_STATUS>
              <ITEM_ID>0000000456</ITEM_ID>
              <ITEM_SUBGROUP_1>
                   <SUBGROUP_1_ID>SG1_000000654</SUBGROUP_1_ID>
              </ITEM_SUBGROUP_1>
              <ITEM_SUBGROUP_2>
                   <SUBGROUP_2_ID>SG2_000000654</SUBGROUP_2_ID>
                   <SUBGROUP_2_TYPE>SUBGROUP_TYPE_2_TYPE_A</SUBGROUP_2_TYPE>
              </ITEM_SUBGROUP_2>
         </ITEM>
    </ITEMS>registration of xsd:
    BEGIN
      IF DBMS_XDB.CREATERESOURCE(
         abspath => '/public/tmp/tmp_items.xsd',
         data    => BFILENAME ('XSD_DIR','tmp_items.xsd')
      THEN
         DBMS_XMLSCHEMA.REGISTERSCHEMA(
            schemaurl => 'tmp_items.xsd',
            schemadoc => sys.UriFactory.getUri('/public/tmp/tmp_items.xsd')
         COMMIT;
      END IF;
    END;creation on xml resource:
    declare
       v_return BOOLEAN;
    BEGIN
       v_return := DBMS_XDB.CREATERESOURCE(abspath => '/public/tmp/tmp_items.xml', data => BFILENAME('XML_DIR', 'tmp_items.xml'));
    END;query the high level:
      select xml.item_number                  as item_number,
             extractvalue(value(i),'/ITEMS/ITEM_GROUP') item_status
      from tmp_items i,
           table(i.xmldata.item) xmlquery the sub_group for one high level:
    select *
    from table(
    select xml.ITEM_SUBGROUP_2
      from tmp_items i,
           table(i.xmldata.item) xml
           where xml.item_number = '1')When I execute the above query, I can't seem to extract the value out of the subgroup_2_type element. I used the extractvalue function to get it out of the high level, but can't seem to get it right here.
    Thanks
    Eric
    Edited by: Eric Schrauth on Aug 28, 2012 8:39 AM

    Have to create a base view on the elements that will always be there and other views on the items that might not and query them appropriately. Right?Not necessarily.
    The usual approach is to use an OUTER JOIN :
    SELECT x1.item_number
         , x1.item_status
         , x2.*
    FROM tmp_items t
       , XMLTable(
           '/ITEMS/ITEM'
           passing t.object_value
           columns item_number     varchar2(15) path 'ITEM_NUMBER'
                 , item_status     varchar2(15) path 'ITEM_STATUS'
                 , item_subgroup_2 xmltype      path 'ITEM_SUBGROUP_2'
         ) x1
       , XMLTable(
           '/ITEM_SUBGROUP_2'
           passing x1.item_subgroup_2
           columns subgroup_2_id   varchar2(15) path 'SUBGROUP_2_ID'
                 , subgroup_2_type varchar2(15) path 'SUBGROUP_2_TYPE'
         ) (+) x2
    ;Or the equivalent with ANSI JOIN :
    SELECT x1.item_number
         , x1.item_status
         , x2.*
    FROM tmp_items t
       , XMLTable(
           '/ITEMS/ITEM'
           passing t.object_value
           columns item_number     varchar2(15) path 'ITEM_NUMBER'
                 , item_status     varchar2(15) path 'ITEM_STATUS'
                 , item_subgroup_2 xmltype      path 'ITEM_SUBGROUP_2'
         ) x1
       LEFT OUTER JOIN
         XMLTable(
           '/ITEM_SUBGROUP_2'
           passing x1.item_subgroup_2
           columns subgroup_2_id   varchar2(15) path 'SUBGROUP_2_ID'
                 , subgroup_2_type varchar2(15) path 'SUBGROUP_2_TYPE'
         ) x2
         ON 1 = 1
    ;

Maybe you are looking for

  • (Invoice register Report – Payment Register report = Aging Report)

    Hi, The total balance for Invoice registers report "minus" the balance for Payment register report not give me the balance of Invoice aging report The expected behavior: It must minus the balance between the two reports equal to invoice aging report

  • How can i change my additional email from id apple?

    I want to change my additional email because that email doesn't exist anymore and  I forgot my  security questions and I  need to  change the answers! I cant buy music because I capture many times the answers... help me please!!

  • Upgrade To Qicktime 7.1.3, then internet videos don't play. Help!!!

    the title explains it all. I upgraded to the newest quicktime. But when i went online to look at movies and other video files, it just shows white. Everything else is fine besides that. Weird. Help?

  • Problem with Archiving

    when playing around with my archiving option within Aperture, I messed up and saved the library which is almost 2gigs, twice on my Desktop, and library. PROBLEM: the file is locked and unable to trash because its encrypted What To Do? To get one of t

  • XML and object styles

    Two things : 1. add aid:ostyle (for object styles) 2. add "map object styles to tags"