Look up Schema

Dear OTN members,
I want to set up a schema which would contain the defined set of objects such as tables, views and synonyms. At the end of the day i need to generate report against several other schemas compared on par with my master schema and do a kind of synch check and list the differences in my report, especially like column width changes, addition of constrainsts, dropping of columns/constraints. As the schemas which are gonna be compared are set up for development and research kind of activiities, i would like to do the above activity. Please help me with concepts or ideas to get this done.
Regards,
Vivek

Here is one which i tried to report tablesCongratulations. Does that mean you've answered your own question? All PL/SQL Developer etc do is provide a nice GUI over a more complete set of those queries.
Cheers, APC

Similar Messages

  • Not able to do transformation between two schemas

    I have this two very similar schemas, I tried to do a transform activity between them. I kept getting error says 'Failed to save XSL Map, Make sure XSL Map is valid'. I am not even able to map a single element.
    This two schemas are generated from 'Define Native Format schema' using the same sample file. most of elements have same name and type in both files.
    Here is how they look like:
    Schema one:
    <?xml version="1.0" encoding="UTF-8" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:nxsd="http://xmlns.oracle.com/pcbpel/nxsd"
    targetNamespace="http://TargetNamespace.com/FRead"
    xmlns:tns="http://TargetNamespace.com/FRead"
    elementFormDefault="qualified"
    attributeFormDefault="unqualified" nxsd:encoding="ASCII" nxsd:stream="chars" nxsd:version="NXSD">
    <xsd:element name="Root-Element">
    <xsd:complexType>
    <xsd:choice minOccurs="1" maxOccurs="unbounded" nxsd:choiceCondition="terminated" nxsd:terminatedBy=",">
    <xsd:element name="RECORD1" nxsd:conditionValue="RH">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="ReqHeaderId" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;">
    </xsd:element>
    <xsd:element name="LastUpdateDate" type="xsd:date" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;"
    minOccurs="1">
    </xsd:element>
    <xsd:element name="Description" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;">
    </xsd:element>
    <xsd:element name="Note" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" nxsd:quotedBy="&quot;">
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="RECORD2" nxsd:conditionValue="RL">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="LineId" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;">
    </xsd:element>
    <xsd:element name="ReqHeaderIdToLine" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;">
    </xsd:element>
    <xsd:element name="LineDescription" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;">
    </xsd:element>
    <xsd:element name="LineNote" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;">
    </xsd:element>
    <xsd:element name="Quantity" type="xsd:int" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;">
    </xsd:element>
    <xsd:element name="ExtendedAmount" type="xsd:decimal" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;">
    </xsd:element>
    <xsd:element name="TotalAmount" type="xsd:decimal" nxsd:style="terminated" nxsd:terminatedBy="${eol}" nxsd:quotedBy="&quot;">
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:choice>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    Schema 2:
    <?xml version="1.0" encoding="UTF-8" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:nxsd="http://xmlns.oracle.com/pcbpel/nxsd"
    targetNamespace="http://TargetNamespace.com/Fwrite"
    xmlns:tns="http://TargetNamespace.com/Fwrite"
    elementFormDefault="qualified"
    attributeFormDefault="unqualified" nxsd:encoding="ASCII" nxsd:stream="chars" nxsd:version="NXSD">
    <xsd:element name="Root-Element">
    <xsd:complexType>
    <xsd:choice minOccurs="1" maxOccurs="unbounded" nxsd:choiceCondition="terminated" nxsd:terminatedBy=",">
    <xsd:element name="RECORD1" nxsd:conditionValue="RH">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="ReqHeaderId" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;">
    </xsd:element>
    <xsd:element name="LastUpdateDate" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;">
    </xsd:element>
    <xsd:element name="Description" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;">
    </xsd:element>
    <xsd:element name="Note" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" nxsd:quotedBy="&quot;">
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="RECORD2" nxsd:conditionValue="RL">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="LineNumber" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;">
    </xsd:element>
    <xsd:element name="ReqHeaderIdtoLine" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;">
    </xsd:element>
    <xsd:element name="LineDescription" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;">
    </xsd:element>
    <xsd:element name="LineNote" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;">
    </xsd:element>
    <xsd:element name="Quantity" type="xsd:int" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;">
    </xsd:element>
    <xsd:element name="ExtendedAmount" type="xsd:decimal" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;">
    </xsd:element>
    <xsd:element name="TotalAmount" type="xsd:decimal" nxsd:style="terminated" nxsd:terminatedBy="${eol}" nxsd:quotedBy="&quot;">
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:choice>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>

    Coul not reprocduce it:
    - created BPEL process.
    - imported the two XSD schema's
    - Ceated two variables and each pointed to an element in the schema.
    - Create transformation:
    <?xml version="1.0" encoding="UTF-8" ?>
    <?oracle-xsl-mapper
    <!-- SPECIFICATION OF MAP SOURCES AND TARGETS, DO NOT MODIFY. -->
    <mapSources>
    <source type="XSD">
    <schema location="x1.xsd"/>
    <rootElement name="Root-Element" namespace="http://TargetNamespace.com/FRead"/>
    </source>
    </mapSources>
    <mapTargets>
    <target type="XSD">
    <schema location="xs2.xsd"/>
    <rootElement name="Root-Element" namespace="http://TargetNamespace.com/Fwrite"/>
    </target>
    </mapTargets>
    <!-- GENERATED BY ORACLE XSL MAPPER 10.1.2.0.2(build 060111.0746) AT [MON OCT 09 10:32:38 CEST 2006]. -->
    ?>
    <xsl:stylesheet version="1.0" xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap" xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20" xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ora="http://schemas.oracle.com/xpath/extension" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc" xmlns:ns0="http://TargetNamespace.com/FRead" xmlns:tns="http://TargetNamespace.com/Fwrite" xmlns:nxsd="http://xmlns.oracle.com/pcbpel/nxsd" exclude-result-prefixes="xsl xsd ns0 nxsd tns ldap xp20 bpws ora orcl">
    <xsl:template match="/">
    <tns:Root-Element>
    <tns:RECORD1>
    <tns:ReqHeaderId>
    <xsl:value-of select="/ns0:Root-Element/ns0:RECORD1/ns0:ReqHeaderId"/>
    </tns:ReqHeaderId>
    <tns:LastUpdateDate>
    <xsl:value-of select="/ns0:Root-Element/ns0:RECORD1/ns0:LastUpdateDate"/>
    </tns:LastUpdateDate>
    <tns:Description>
    <xsl:value-of select="/ns0:Root-Element/ns0:RECORD1/ns0:Description"/>
    </tns:Description>
    <tns:Note>
    <xsl:value-of select="/ns0:Root-Element/ns0:RECORD1/ns0:Note"/>
    </tns:Note>
    </tns:RECORD1>
    <tns:RECORD2>
    <tns:LineNumber>
    <xsl:value-of select="/ns0:Root-Element/ns0:RECORD2/ns0:LineId"/>
    </tns:LineNumber>
    <tns:ReqHeaderIdtoLine>
    <xsl:value-of select="/ns0:Root-Element/ns0:RECORD2/ns0:ReqHeaderIdToLine"/>
    </tns:ReqHeaderIdtoLine>
    <tns:LineDescription>
    <xsl:value-of select="/ns0:Root-Element/ns0:RECORD2/ns0:LineDescription"/>
    </tns:LineDescription>
    <tns:LineNote>
    <xsl:value-of select="/ns0:Root-Element/ns0:RECORD2/ns0:LineNote"/>
    </tns:LineNote>
    <tns:Quantity>
    <xsl:value-of select="/ns0:Root-Element/ns0:RECORD2/ns0:Quantity"/>
    </tns:Quantity>
    <tns:ExtendedAmount>
    <xsl:value-of select="/ns0:Root-Element/ns0:RECORD2/ns0:ExtendedAmount"/>
    </tns:ExtendedAmount>
    <tns:TotalAmount>
    <xsl:value-of select="/ns0:Root-Element/ns0:RECORD2/ns0:TotalAmount"/>
    </tns:TotalAmount>
    </tns:RECORD2>
    </tns:Root-Element>
    </xsl:template>
    </xsl:stylesheet>

  • Servlet 2.4 web.xml error - Cant load the Schema

    i have coded the web.xml for my application as below,
    i am using Servlet 2.4 and Tomcat 5.5
    when i viewed the same in XML editor, it gave the following error -
    "Can't Load the W3C XML Schema" , cant figure what is the reason for this error. Any help would be greatly appreciated
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app
    xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
    http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    version="2.4">
         <display-name>Rdp</display-name>
         <servlet>
              <servlet-name>action</servlet-name>
              <servlet-class>com.rdp.util.RDServlet</servlet-class>
              <init-param>
                   <param-name>config</param-name>
                   <param-value>/WEB-INF/config/struts-config.xml</param-value>
              </init-param>
              <init-param>
                   <param-name>debug</param-name>
                   <param-value>2</param-value>
              </init-param>
              <init-param>
                   <param-name>detail</param-name>
                   <param-value>2</param-value>
              </init-param>
              <init-param>
                   <param-name>validate</param-name>
                   <param-value>true</param-value>
              </init-param>
              <init-param>
                   <param-name>programe-name</param-name>
                   <param-value>Rdp</param-value>
              </init-param>
              <init-param>
                   <param-name>application</param-name>
                   <param-value>ApplicationResources</param-value>
              </init-param>                              
              <load-on-startup>2</load-on-startup>
         </servlet>
         <servlet-mapping>
              <servlet-name>action</servlet-name>
              <url-pattern>*.do</url-pattern>
         </servlet-mapping>
         <welcome-file-list>
              <welcome-file>index.html</welcome-file>
              <welcome-file>index.htm</welcome-file>
              <welcome-file>index.jsp</welcome-file>
              <welcome-file>default.html</welcome-file>
              <welcome-file>default.htm</welcome-file>
              <welcome-file>default.jsp</welcome-file>
         </welcome-file-list>
         <taglib>
              <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
              <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
         </taglib>
         <taglib>
              <taglib-uri>/WEB-INF/struts-html.tld</taglib-uri>
              <taglib-location>/WEB-INF/struts-html.tld</taglib-location>
         </taglib>
         <taglib>
              <taglib-uri>/WEB-INF/struts-logic.tld</taglib-uri>
              <taglib-location>/WEB-INF/struts-logic.tld</taglib-location>
         </taglib>
    </web-app>

    i have coded the web.xml for my application as below,
    i am using Servlet 2.4 and Tomcat 5.5
    when i viewed the same in XML editor, it gave the
    following error -
    "Can't Load the W3C XML Schema" , cant figure what is
    the reason for this error. Any help would be greatly
    appreciated
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app
    xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
    http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    version="2.4">
    <display-name>Rdp</display-name>
         <servlet>
              <servlet-name>action</servlet-name>
              <servlet-class>com.rdp.util.RDServlet</servlet-class
    >
              <init-param>
                   <param-name>config</param-name>
                   <param-value>/WEB-INF/config/struts-config.xml</par
    am-value>
              </init-param>
              <init-param>
                   <param-name>debug</param-name>
                   <param-value>2</param-value>
              </init-param>
              <init-param>
                   <param-name>detail</param-name>
                   <param-value>2</param-value>
              </init-param>
              <init-param>
                   <param-name>validate</param-name>
                   <param-value>true</param-value>
              </init-param>
              <init-param>
                   <param-name>programe-name</param-name>
                   <param-value>Rdp</param-value>
              </init-param>
              <init-param>
                   <param-name>application</param-name>
                   <param-value>ApplicationResources</param-value>
              </init-param>                              
              <load-on-startup>2</load-on-startup>
         </servlet>
         <servlet-mapping>
              <servlet-name>action</servlet-name>
              <url-pattern>*.do</url-pattern>
         </servlet-mapping>
         <welcome-file-list>
              <welcome-file>index.html</welcome-file>
              <welcome-file>index.htm</welcome-file>
              <welcome-file>index.jsp</welcome-file>
              <welcome-file>default.html</welcome-file>
              <welcome-file>default.htm</welcome-file>
              <welcome-file>default.jsp</welcome-file>
         </welcome-file-list>
         <taglib>
              <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
              <taglib-location>/WEB-INF/struts-bean.tld</taglib-lo
    cation>
         </taglib>
         <taglib>
              <taglib-uri>/WEB-INF/struts-html.tld</taglib-uri>
              <taglib-location>/WEB-INF/struts-html.tld</taglib-lo
    cation>
         </taglib>
         <taglib>
              <taglib-uri>/WEB-INF/struts-logic.tld</taglib-uri>
              <taglib-location>/WEB-INF/struts-logic.tld</taglib-l
    ocation>
         </taglib>
    </web-app>
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-app_2_4.xsd"
    version="2.4">
    It looks the schema specified in your application is slightly different or wrong.
    Please correct it !!

  • Single schema or multiple schemas

    Hello
    A few years ago I worked on a greenfield project where we were building a system to serve 20 or so different departments with 1200+ users. The approach the existing DBA had taken was to use a single schema for all objects and for all apps. The big advantage I found with this approach was for development, we could have one database and each developer could develop whatever they wanted in their own schema. Name resolution meant that they could override the main copy of whichever object they were working on just by having it in their schema. Unfortunately the project went nowhere and I left after 3 months so I never got to see what issues were raised with the system in production. So I'm wondering, has anyone else taken this approach and if so what would you say are the main things to be wary of? Especially things that aren't a problem when the objects are distributed between multiple schemas.
    Thank you in advance
    David

    user12065404 wrote:
    Hi Ed
    Thank you for your reply. I think I need to clarify what I meant a little.
    On a number of sites I've been to there have been multiple applications spread out over multiple schemas for the same business unit. To draw on the emp example it would be like having the EMP schema containing the emp table and the DEPT schema containing the dept table, with a single HR application (for a single buisness unit/department) selecting from both. If you scale this up to 000s of tables and 30 odd schemas, it's a bit of a nightmare from the perspective of code location and permissions because each department needs to look across schemas to get all of the data to do their job. Effectively tables and code had become segregated into separate schemas by business "function" and it means that the applicaitons are so intertwined with the different schemas that to have more than one business unit means you either need a completely separate database or you have to look at VPD.
    App         SCHEMA      Table
    HR          emp         emp
    dept        dept
    Invoicing   emp         emp
    invoicing   inv
    contracts   contract
    orders      ORDER
    Ordering    emp         emp
    contracts   contract
    orders      ORDER
    orders     orderitem
    ...The advantage I saw with a single schema for all the data for a single business unit is the one you have mentioned - i.e. you can very easily set up a new business unit that is totally separate from the other by having a new schema and point the same version of the same application at it. Or failing that, using VPD. And on top of that, security is simplified - no needing direct grants from one schema to the other and especially not requiring WITH GRANT OPTION in the case of a view that pulls data from various schemas and rights to select from the view have to be grated to a role.
    App         SCHEMA      Table
    HR          abc_ltd     emp
    abc_ltd     dept
    Invoicing   abc_ltd     emp
    abc_ltd     inv
    abc_ltd     contract
    abc_ltd     ORDER
    Ordering    abc_ltd     emp
    abc_ltd     contract
    abc_ltd     ORDER
    abc_ltd     orderitem
    ...The other big advantage I saw was from a development and testing perspective. You can have one testing database supporting lots of developers working on lots of different projects against the same core data set and code. The multiple schema setup I described above means that effectively you need to have one testing database per project - which becomes unmanageable when databases start growing to the TB range.
    David
    Edited by: user12065404 on 26-Mar-2010 08:30
    Saw a typo in my first exampleOK, now it is a lot more clear.
    What you have here is a problem of some data (employee) being enterprise data, and other data being application data.
    I take it your "invoiceing" app is used by the sales side of the business, and "ordering" is used by the purchasing side (my last assignment when I was an apps analyst was the purchasing/inventory control for an auto manufacturer).
    With what I know at this point, I'd have an HR schema, an INVOICING schema, and an ORDERING schema. (Well actually, I'd have SALES and PURCHASING, because INVOICEING and ORDERING are going to have to integrate with other stuff in those areas). Even though invoicing and ordering both have a CONTRACT table, I'd think the properties of a contract for one would be different than the other, so the table design itself would be different. How about tables SALES_CONTRACT and PURCHASING_CONTRACT. Same concept for ORDERS, and both sales and purchasing would need header and details .... SALES_ORDER_HEADER, SALES_ORDER_DETAIL, PURCH_ORDER_HEADER, PURCH_ORDER_DETAIL.
    These two apps need for employee data should be pulled directly from the HR emp table, with access limited to stored procedures that control what data is exposed. Or from materialized views. Never try to maintain the same data in two places at once. It will never maintain consistency.

  • Oracle DB schema and data comparison tools that compare BLOBs

    I'm looking for schema and data comparison tool like DBDiff or DbTools, but it has to be able to compare BLOB and CLOB fields. I went thru few products available on the market but could not find any that does that.
    Can you please recommend tool that will help me with it.
    Thanks,
    E

    Hi.
    I use Comparenicus for Oracle from Orbium Software. It compares data and schema, CLOBs, BLOBs..
    It can also handle large tables which is very useful for some of my environments.
    Last (but not least) it has a unique feature for copying selective data from one DB to another. You can read about it this post:
    Efficient way to copy business data from Production DB to Test DB
    Enjoy..

  • XML Schema based parsers

    Hello guys,
    I am looking for schema xml parser.
    I have following question.
    1) Where can download the parser fo Oracle 8.1.6.
    Pointer would be a great help.
    regards
    null

    I am also looking for the XML Parser for Oracle 8.1.6. When I go to the link indicated, I am presented with lots of Oracle 9 links, but nothing for Oracle 8. Is this download still available for Oracle 8.1.6? If so, how do I get to it?
    Thanks

  • BPM 12c Schema files for labs

    Hello, I am looking for schema files to complete the labs.  i was able to find the quote.xsd, however, I have no luck with loanquotefault.xsd.  If you have it or know where i could get it then please either upload or point me to the right place.
    Thanks,
    Tim

    Good day!
    You mean this one^
    <?xml version= '1.0' encoding= 'UTF-8' ?>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
         xmlns:qt="http://www.mycompany.com/ns/salesquote" targetNamespace="http://www.mycompany.com/ns/salesquote"
         elementFormDefault="qualified">
        <annotation>
            <documentation xml:lang="en">Loan Quote Fault XSD</documentation>
        </annotation>
        <element name="LoanQuoteFault" type="qt:LoanQuoteFaultType"/>
        <complexType name="LoanQuoteFaultType">
            <sequence>
                <element name="errorInfo" type="xsd:string" minOccurs="0"/>
                <element name="faultName" type="xsd:string" minOccurs="0"/>
                <element name="faultNamespace" type="xsd:string" minOccurs="0"/>
            </sequence>
        </complexType>
    </schema>

  • Front Row Sharing - Some TV shows not showing up

    Hi all,
    I have a problem with iTunes' shared libary - it only shows a subset of TV shows within iTunes. I have a Mac Pro in my den, which hosts a pretty large itunes library (about 750GB), of which 350GB are TV shows I've either bought from iTunes or ripped from DVD. The machine is running 10.6 and iTunes is fully up to date. Everything works as you'd expect on the Mac Pro, and Front row can see all the videos iTunes can see.
    In our bedroom we have a fairly recent Mac Mini. If i use iTunes ->iTunes sharing, all the titles show up correctly and I an watch any TV show.
    However, if we use the sharing feature in front row on the mac mini, only a subset of TV shows appears - and infuriatingly it's not even 100% reliable which items will fail to show - but it is about 90% reliable, which is even more frustrating, as it's clearly not totally random. The shows most likely to be effected seem to be the ones added in the last few months.
    I've also tried running front row on different clients on the same LAN - both my wife and my Macbook pros do the same, as does an iMac in our kitchen, so it seems to me to be either a problem which effects Front Row generally, or a fault on the iTunes server Mac Pro. Is my library simply too big for the Front Row sharing feature to work correctly? If so - this is ridiculous!?
    I've looked into alternative clients for the Mac Mini, like Mediacentral, which doesn't seem to support sharing of iTunes videos, and also Plex which again doesn't appear to support this, but is frankly so complex it's hard to tell - if it will support seamless iTunes sharing of all content, I'd be happy to give it a go - but it doesn't look like it does.
    Preferably there would just be a fix like deleteing some iTunes cache files or something on the Mac Pro - I've had a sniff about the iTunes XML file, and compared the data of some of theTV shows which turn up to some of those that don't and they all look identical, schema wise, so I'm none the wiser.
    All machines tested are totally up to date, OS/iTUnes wise..
    I haven't managed to find anything on the internet about this, which leads me to think it's probably an obscure issue with my iTUnes installation, rather than a problem with library size, since I'm sure many other people have bigger libraries than this....
    Any help greatly appreciated!

    I have the same issue. My home shared library can all be seen on my iPhone or my Apple TV 3rd Gen but not on my ipad. Only some movies and tv shows show up. Also. Many of the TV shows are all mixed up. Episodes shows up in different series and all mix up. All those issues only on the iPad, on other devices, all seems fine.

  • Invoking a web service with multi document WSDL

    Hi,
    I'm trying to call a web service from BPEL using the partner link button. The WSDL I have is in two parts, the first document includes the endpoint and a wsdl:import statement which points to the second document containing types and definitions. I can create a client to the service using JDeveloper but BPEL doesn't seem to register the WSDL as valid.
    I have included the wsdls below for information. I would appreciate any help or suggestions.
    Thanks in advance
    John
    Document One:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- Generated by WSDLDefinitionsParser --><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="RADCalcWSWsd" targetNamespace="urn:RADCalcWSWsd" xmlns:bns0="urn:RADCalcWSWsd/Config1/rpc" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
    <wsdl:documentation>RAD Calculator Service description.</wsdl:documentation>
    <wsdl:import location="./bindings/Config1_rpc.wsdl" namespace="urn:RADCalcWSWsd/Config1/rpc"/>
    <wsdl:service name="RADCalcWS">
    <wsdl:port name="Config1Port_Rpc" binding="bns0:Config1Binding">
    <soap:address location="http://ermprot1:50000/RADCalcWS/Config1?style=rpc"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    Document Two
    <?xml version="1.0" encoding="utf-8"?>
    <!-- Generated by WSDLDefinitionsParser --><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:RADCalcWSWsd/Config1/rpc" xmlns:prt0="urn:RADCalcWSWsd/RADCalcWSVi/rpc" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
    <wsdl:import location="../porttypes/Config1_RADCalcWSVi_rpc.wsdl" namespace="urn:RADCalcWSWsd/RADCalcWSVi/rpc"/>
    <wsdl:binding name="Config1Binding" type="prt0:RADCalcWSVi_Rpc">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
    <wsdl:operation name="add">
    <soap:operation soapAction=""/>
    <wsdl:input>
    <soap:body use="literal" namespace="urn:RADCalcWSVi" parts="f1 f2 "/>
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal" namespace="urn:RADCalcWSVi"/>
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="divide">
    <soap:operation soapAction=""/>
    <wsdl:input>
    <soap:body use="literal" namespace="urn:RADCalcWSVi" parts="f1 f2 "/>
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal" namespace="urn:RADCalcWSVi"/>
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getDateTime">
    <soap:operation soapAction=""/>
    <wsdl:input>
    <soap:body use="literal" namespace="urn:RADCalcWSVi"/>
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal" namespace="urn:RADCalcWSVi"/>
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="multiply">
    <soap:operation soapAction=""/>
    <wsdl:input>
    <soap:body use="literal" namespace="urn:RADCalcWSVi" parts="f1 f2 "/>
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal" namespace="urn:RADCalcWSVi"/>
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="subtract">
    <soap:operation soapAction=""/>
    <wsdl:input>
    <soap:body use="literal" namespace="urn:RADCalcWSVi" parts="f1 f2 "/>
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal" namespace="urn:RADCalcWSVi"/>
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="test">
    <soap:operation soapAction=""/>
    <wsdl:input>
    <soap:body use="literal" namespace="urn:RADCalcWSVi"/>
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal" namespace="urn:RADCalcWSVi"/>
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    </wsdl:definitions>

    I've noticed that JDeveloper [edit:]doesn't[:edit] recursively look for schema type infomation and things in sub wsdl files, could you have a similar issue? (BPEL engine don't have an issue though)
    BTW, your second wsdl file imports a third wsdl file -> I presume this defines the portType?
    Message was edited by:
    taylor_tails

  • Generating Web Service from PL/SLQL procedures using ODSI

    1) Is there a way for us to generate REST based web services from PL/SQL procedures using Oracle data services Integrator? If Yes, Can you please point me to any available documentation
    2) I am trying to create a phyiscal data source based on PL/SQL procedures in the hope of turning these data sources into web services. I created a JDBC connection in web logic server console and am trying to view the packages under APPS but ODSI always crashes after selecting APPS. Is there a way to resolve this?
    Thanks
    Bhanu

    Hi..
    We came accross this problem a while back (I think it was us that the patch was created for). The patch was released under CR369707.
    Additionally it took us a while to figure out how to use it correctly.. Here's the info for it from a mail i receievd from our support contact..
    Here is more information from engineering on the patch:
    This is patch for filtering Stored Procedures in the New Physical Data Service Wizard. It is a partial fix to the problem. It just does filtering - it still retrieves all the jdbc metadata for everything that matches the filter. Ideally, the wizard would let you explore the stored procedures - retrieving the name only - and once you selected a stored procedure, it would retrieve the argument types (which is the expensive part).
    Copy these two files to a safe place
    <bea_home>\<aldsp_home>\eclipse-plugins\dsp\eclipse\plugins\com.bea.dsp.ide.external_10.3.0\dsp-ide-ldshredder.jar
    <bea_home>\<aldsp_home>\eclipse-plugins\dsp\eclipse\plugins\com.bea.dsp.ide.import_metadata_10.3.0.jar
    Replace the files with the ones provided in the patch (which I sent you be eMail recently).
    Creating Relational Database Physical Data Services -> Stored Procedures will be affected as follows :
    The Search field used to represent a pattern for the stored procedures only, and this patterns were applied against every schema visible to ALDSP. The patch allows you to also specify a list of catalogue patterns (useful only when applicable), a list of schema patterns and a list of procedure name patterns. These lists are separated by the pipe symbol, and the lists themselves are command-separated. The catalogue and schema patterns are regular expressions, the procedure pattern is for a database 'like' clause. For, Oracle, the catalogue patterns are not applicable.
    Example:
    |ODM1,ODM2|B% // look in schemas containing the strings ODM1 or ODM2 for procedures that start with B
    // possible results would be MY_ODM1.BUILDER, ODM2.BOTTOM
    |^ODM$|B%D // look in the ODM schema for procedures that start with B and end with D.
    Also - if there is a search string in the Search box, that search string will be applied to the schema when you click on the + to expand it in the Tree.
    Note that once a schema has been 'explored' - either by a search, or by expanding it in the tree, further searches will not update it's children. You would need to quit the wizard and restart.
    Once you get the patch if you have issues let me know..

  • How to reuse a centrally stored Canonical Datamodel

    Hello,
    For a client we are placing the Canonical Data Model, containing all cross domain message definitions, in a central location.
    The XSD definitions are reachable with a URL, for instance http://localhost:7001/CDM/Relatie.xsd
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns="http://www.test.nl/poc/relatie"
    targetNamespace="http://www.test.nl/poc/relatie"
    elementFormDefault="qualified">
    I create a WSDL and add the following lines of code
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.test.nl/poc/relatie">
    <xsd:include schemaLocation="http://localhost:7001/CDM/Relatie.xsd"/>
    </xsd:schema>
    In the Structure pane the following Warning appears 'Remote schema not loaded'
    In the WSDL I am not able to use the content of the XSD,
    for instance add a namespace reference
    xmlns:wfnpr="http://www.test.nl/poc/relatie"
    Then create a message
    <message name="RealtieService_relaties">
    <part name="part" element="wfnpr:relaties"/>
    </message>
    Also results in a Warning 'Reference wfnpr:relaties not found'
    When I copy the XSD in my project, it all works ok. But that's not the idea of having a centrally based CDM.....
    Who's got ideas?
    Regards Léon Smiers

    I also have a similar interest. I am not sure that having the Schema sit on a webserver is the best approach, there must be others (which I cannot work out yet).
    It is very important to distribute a common Schema such that if there is a change you don't have to go into each and every JDeveloper project, delete the old XSDs and cut and paste the new ones.
    There needs to be a central store for the canonical XSDs. The client projects needs to reference this central store and at build time and possibly drawn them into the deployment archive.
    I cannot see how this can be done though.
    To give another view on this consider that XMLSchema.xsd is accessed in a common way in JDeveloper. I don't need to import it to use it. I can use xsd:string whenever I want. All I need to do is define the namespace i.e. xmlns:xsd="http://www.w3.org/2001/XMLSchema".
    Importantly this isn't actually looking the schema up on the web. If I unplug my network cable JDeveloper still sees this Schema because it is actually defined somewhere in the libraries that JDeveloper is using.
    However all this doesn't help me much. I am still completely stumped in how to centrally store and reuse a CDM effectively.
    Edited by: user10103872 on 20-Jan-2012 09:25

  • 9.0.4.1 Metadata Repository in 9.2.0.6

    I just upgraded my 9iAS infrastructure and mid tier with BI and Forms from 9.0.2.3 to 9.0.4.2. We had all the components on one server except we had a separate 9.2 db for our portal repository.
    I want to know how to migrate my metadata repository to a different server and use database version 9.2.0.6. Are there any documents or specofic sections of documents which could guide me in this migration?

    I am not familiar with the document you refer to, but suspect you should apply the 9.0.4.2 patch if you want to integreate OCS with a 10g portal.
    I have successfully integrated a 9iAS portal with R2 OCS (9.0.4.1), and the following details may be worth a closer look:
    1. To my knowledge, the passwords for your portal user and SSO user (orasso) are encrypted and stored in OID based on the hostname and IP address of your SSO server. Thus, the password for orasso and portal will differ between your portal Infra and your OCS infra, resulting in that only one of the two will work properly with your common OID. run the attached script on both your SSO servers and compare the result:
    #!/bin/ksh
    OIDHOST=antares1.i2sp.no
    OIDPORT=4032
    echo "Enter the desired Oracle schema name (default orasso): \c"
    READ DBUSERNAME
    if [[ -z $DBUSERNAME ]]; then
    echo "No schema value entered, using default:orasso"
    DBUSERNAME=orasso
    fi8
    echo "Enter the password of the cn=orcladmin user (usually the ias installation password): \c"
    stty -echo
    read OIDPW
    ty echo
    echo "Looking up schema password from $OIDHOST:$OIDPORT"
    $ORACLE_HOME/bin/ldapsearch -h $OIDHOST -p $OIDPORT -D "cn=orcladmin" -w "$OIDPW" -b "cn=IAS Infrastructure Databases,cn=IAS,cn=Products,cn=OracleContext" -s sub "orclResourceName=$DBUSERNAME" orclpasswordattribute
    Setting the password for orasso and portal to the same encrypted string is a good start. If they differ, change to the same encrypted string using "alter user orasso identified by xxxxxx" in sqlplus.
    Hope this will help you on the way :-)

  • Sql server 7.0 generation support

    Looking through the documentation, it only looks like schema up
    to sql server version 6.5 can be generated. Is this true? If
    so, are there any plans for generating or capturing schema from
    sql server version 7.0?
    null

    Rhys,
    I assume you are talking about Designer generation. Which
    version of Designer are you using?
    In Des 1.3.2, you can generate and capture from ver 7.3.4.
    In Des 2.1.2, you can generate and capture from ver 7.3.4, 8.0.4,
    and 8.0.5.
    In Des 6.0, you can generate and capture from ver 7.3.4, 8.0.4,
    8.0.5, and 8i.
    Note: This is a Headstart Only Forum. You should use Metalink
    or contact support for more general Designer questions.
    Regards,
    Lauri
    rhys smallwood (guest) wrote:
    : Looking through the documentation, it only looks like schema up
    : to sql server version 6.5 can be generated. Is this true? If
    : so, are there any plans for generating or capturing schema from
    : sql server version 7.0?
    null

  • Does BPEL allow partnerlinks where the WSDL has more than one namespace

    Hi
    I have a WSDL where the schema is in a different namespace than the message types. BPEL Designer throws "Exception: Problem building schema" when accessing the variable in the "Assign" activity. Can someone point out if there is a problem with my WSDL file ?
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="ProvWithXSL"
    targetNamespace="http://xmlns.oracle.com/ProvWithXSL"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:client="http://xmlns.oracle.com/ProvWithXSL"
    xmlns:tns="http://www.example.org"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         TYPE DEFINITION - List of services participating in this BPEL process
         The default output of the BPEL designer uses strings as input and
         output to the BPEL Process. But you can define or import any XML
         Schema type and us them as part of the message types.
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <types>
              <schema attributeFormDefault="qualified"
                   elementFormDefault="qualified"
    targetNamespace="http://www.example.org"
    xmlns:tns="http://www.example.org">
                   xmlns="http://www.w3.org/2001/XMLSchema">
    <complexType name="EventHdr">
    <sequence>
    <element name="eventType" type="string"/>
    <element name="eventID" type="string"/>
    <element name="eventSrc" type="string"/>
    <element name="objectDN" type="string"/>
    <element name="profileID" type="string"/>
    </sequence>
    </complexType>
    <complexType name="Attribute">
    <sequence>
    <element name="attrname" type="string"/>
    <element name="attrval" type="string" maxOccurs="unbounded"/>
    </sequence>
    </complexType>
    <complexType name="EventAttrs">
    <sequence>
    <element name="attr" type="tns:Attribute" maxOccurs="unbounded"/>
    </sequence>
    </complexType>
    <element name="event">
    <complexType>
    <sequence>
    <element name="hdr" type="tns:EventHdr"/>
    <element name="attrs" type="tns:EventAttrs"/>
    </sequence>
    </complexType>
    </element>
    <element name="ProvWithXSLProcessRequest">
              <complexType>
                   <sequence>
                        <element name="parameters" type="string"/>
                   </sequence>
              </complexType>
         </element>
         <element name="ProvWithXSLProcessResponse">
              <complexType>
                   <sequence>
                        <element name="result" type="string"/>
                   </sequence>
              </complexType>
         </element>
    </schema>
    </types>
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         MESSAGE TYPE DEFINITION - Definition of the message types used as
         part of the port type defintions
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <message name="ProvWithXSLRequestMessage">
              <!--<part name="payload" element="tns:event"/>-->
    <part name="payload" element="tns:ProvWithXSLProcessRequest"/>
         </message>
         <message name="ProvWithXSLResponseMessage">
              <part name="payload" element="tns:ProvWithXSLProcessResponse"/>
         </message>
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         PORT TYPE DEFINITION - A port type groups a set of operations into
         a logical service unit.
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <!-- portType implemented by the ProvWithXSL BPEL process -->
         <portType name="ProvWithXSL">
              <operation name="initiate">
                   <input message="client:ProvWithXSLRequestMessage"/>
              </operation>
         </portType>
         <!-- portType implemented by the requester of ProvWithXSL BPEL process
         for asynchronous callback purposes
         -->
         <portType name="ProvWithXSLCallback">
              <operation name="onResult">
                   <input message="client:ProvWithXSLResponseMessage"/>
              </operation>
         </portType>
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         PARTNER LINK TYPE DEFINITION
         the ProvWithXSL partnerLinkType binds the provider and
         requester portType into an asynchronous conversation.
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <plnk:partnerLinkType name="ProvWithXSL">
              <plnk:role name="ProvWithXSLProvider">
                   <plnk:portType name="client:ProvWithXSL"/>
              </plnk:role>
              <plnk:role name="ProvWithXSLRequester">
                   <plnk:portType name="client:ProvWithXSLCallback"/>
              </plnk:role>
         </plnk:partnerLinkType>
    </definitions>

    You can use more than one namespace (done so before), and several ways to do so.
    But first, there's one error in your schema definition:
    <schema attributeFormDefault="qualified"
    elementFormDefault="qualified"
    targetNamespace="http://www.example.org"
    xmlns:tns="http://www.example.org">
    xmlns="http://www.w3.org/2001/XMLSchema">
    remove the ">" after xmlns:tns. Btw, this will cause the exception to occur as well.
    Why not put your elements in a new schema, like below, and leave the original ports & messages intact, as you don't change anything in it from the original generation. Just add this schema above/below the schema for the messages and it will work just fine.
    hth,
    Mike
    So, you will have a wsdl that looks like:
    <schema attributeFormDefault="qualified"
    elementFormDefault="qualified"
    targetNamespace="http://www.example.org"
    xmlns:tns="http://www.example.org"
    xmlns="http://www.w3.org/2001/XMLSchema">
    <complexType name="EventHdr">
    <sequence>
    <element name="eventType" type="string"/>
    <element name="eventID" type="string"/>
    <element name="eventSrc" type="string"/>
    <element name="objectDN" type="string"/>
    <element name="profileID" type="string"/>
    </sequence>
    </complexType>
    <complexType name="Attribute">
    <sequence>
    <element name="attrname" type="string"/>
    <element name="attrval" type="string" maxOccurs="unbounded"/>
    </sequence>
    </complexType>
    <complexType name="EventAttrs">
    <sequence>
    <element name="attr" type="tns:Attribute" maxOccurs="unbounded"/>
    </sequence>
    </complexType>
    <element name="event">
    <complexType>
    <sequence>
    <element name="hdr" type="tns:EventHdr"/>
    <element name="attrs" type="tns:EventAttrs"/>
    </sequence>
    </complexType>
    </element>
    </schema>     
    <schema attributeFormDefault="qualified"
    elementFormDefault="qualified"
    targetNamespace="http://xmlns.oracle.com/ProvWithXSL"
    xmlns:tns="http://www.example.org"
    xmlns="http://www.w3.org/2001/XMLSchema">
    <element name="ProvWithXSLProcessRequest">
    <complexType>
    <sequence>
    <element name="parameters" type="string"/>
    </sequence>
    </complexType>
    </element>
    <element name="ProvWithXSLProcessResponse">
    <complexType>
    <sequence>
    <element name="result" type="string"/>
    </sequence>
    </complexType>
    </element>
    </schema>

  • Javascript dropdown burnout

    Using 5.0.1 with hotfixes
    I have a navigation scheme ready that is using custom javascript. I am facing dropdown burnout issues (whenever they come over a select box/combo-box).One way is to use zindex in javascript, but for that need to know the "id" of the combo box. As there are many combo-boxes and their "id"s are not known, its kinda difficult way.Any suggestions to resolve this problem??

    Zindex won't help you when it comes to burnthrough problems since they are caused by browsers (Netscape 6.x/7.x are the only browsers that don't have this issue ) and not a DHTML behaviour. Patrick's method will hide ALL select and comboboxes on the page which is one of the most common work-arounds.
    You should know that 5.0.2 ships with a better looking navigation scheme which has a more elegant work-around for burnthroughs.

Maybe you are looking for

  • Improved user experience transferring from APF to webDAV volume

    We've all experienced how files that we drag from our Desktops and drop on folders on the same volume are "received" at their destination and "lost" at their origin. They move. Users in my organization desire a similar experience when dragging files

  • Apple Aluminum Wireless keyboard and startup options

    Does the Apple wireless keyboard allow the various choices on startup, e.g., "option" or "c" or does this require a wired keyboard? Message was edited by: GRS

  • Guidelines to improve the reliability of a LabVIEW application in Windows XP.

    I am searching for guidelines to improve the reliability of a LabVIEW application in Windows XP (ie: disable keyboard, bypass login screen, disable questions during boot up, disable antivirus, etc.) - customer will use LV RT but currently running in

  • Tree from XML

    I have a tree control that is rendered from an xml file with the following format: <element name="textnode1">value here</element> <element name="groupnode1"> .....<element name="item"> ..........<element name="itemnode1">value here</element> ........

  • Aperture 3.4.3 "Loupe" bug

    On my new iMac running OSX 10.8.2 and Aperture 3.4.3 ... if "Use Centered Loupe" is selected, the Loupe appears, but if I try to move it, the Loupe zips to the upper left corner of the Aperture window and the entire Aperture window slides to the righ