Tool to create XML definition, a tool for creating XSD

I need a tool to create XML definition, a tool for creating XSD.
I was trying to do this with Oracle packages. But again there are some problems. Could you tell me which one, I should use?
Can I do it with the Oracle SQL Developer?

Hello,
i get the error message and I don't know, what I can do
The user have the permissions to use DBMS_LOB package.
Is it the sofware, do I need a license version tool for XML generation
SQL> select DBMS_XMLSCHEMA.GENERATESCHEMA( 'HR', 'EMP_DATA' )
2 from dual;
select DBMS_XMLSCHEMA.GENERATESCHEMA( 'HR', 'EMP_DATA' )
ERROR at line 1:
ORA-00904: "DBMS_XMLSCHEMA"."GENERATESCHEMA": invalid identifier

Similar Messages

  • Problem creating a new Glassfish 4 server with Oracle Tools for Kepler

    Hello,
    I installed Oracle Tools for Kepler with no problem. But when I want to create a new server and fill in the directory to the server (which is valid, C:/glassfish4/glassfish), nothing happens. I can only click 'back' or 'cancel'.
    There is no error message.
    Is this a bug in Eclipse or Oracle Tools, or do I do something wrong ?
    Thanks in advance for help.

    Hi,
    Could you let us know where you installed the GlassFish tools plugins from ?
    Glassfish 4 support in OEPE has been available since Glassfish was released in June. But it looks like a bug may have been introduced in the latest build  available on  http://download.java.net/glassfish/ which does not exist in the version available at http://download.oracle.com/otn_software/oepe/12.1.2.1/kepler/repository
    The workaround on the version you are running is to enter a dummy password value and this should allow you to create the Glassfish 4 server.
    I will be filing a bug to track this issue
    thanks
    Raj

  • How to create instant quote tool for website? Customer enters height and width and price is calculated.

    I am trying to create a instant quote tool for my site.. so customer type in there height and width and a price appears but I have no clue where to start.. is there any tutorial or would someone kindly give me some advice on how to do this on dreamweaver. I havent used Dreamweaver in years and I cant even remember anything now
    Kind Regards

    Well this is what I have soo far.. so I want to enter the height /width then if they want to add extras such as fixing options and cut out it will add to the product price ????
    <!doctype html>
    <html>
    <head>
    <div class="summary entry-summary">
            <h1 itemprop="name" class="product_title entry-title">Ral 1000</h1><div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
        <meta itemprop="price" content="160" />
        <meta itemprop="priceCurrency" content="GBP" />
        <link itemprop="availability" href="http://schema.org/InStock" />
    </div><div itemprop="description">
        <script src="https://apis.google.com/js/plusone.js" type="text/javascript">
    </script>
    <script type="text/javascript">gapi.plusone.go();</script>
    <p>6mm, low iron, toughened glass, PAR
    </div>
    <div class="shortcode-google-plusone"><div class="g-plusone"  data-size="standard" data-annotation="none"></div></div><!--/.shortcode-google-plusone-->
    </p>
    </div>
    <form class="cart" method="post" enctype='multipart/form-data'>
            <table id="price_calculator" class="simple_price_calculator">
            <tr>
            <td style="text-align:right;">
              </td>
    <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
    <script>
    $(document).ready(function() {
    $('#width').keyup(function() {
    var height = $('#height').val();
    var width = $('#width').val();
    var price = (height * width / 1000000 * 325).toFixed(2);;
    $('.price').html('Product price: &pound;' + price);
    </script>
    </head>
    <body>
    <p><label for="height">Height (mm)</label>
    <input type="text" name="height" id="height">
    </p>
    <p>
    <label for="width">Width (mm)</label>
    <input type="text" name="width" id="width">
    </p>
    <p>
    </p>
    </body>
    </html>
        </tr>
    </table>
    <div class=" product-addon product-addon-add-fixing-option">
                <h3 class="addon-name">Add Fixing Option </h3>
        <p class="form-row form-row-wide addon-wrap-1738-add-fixing-option">
        <select class="addon addon-select" name="addon-1738-add-fixing-option">
                        <option value="">Select an option...</option>
                        <option data-price="5" value="silicone-adhesive-tube" >Silicone Adhesive Tube (<span class="amount">&pound;0.00</span>)</option>
                        <option data-price="5" value="screws-and-drill-holes" >Screws and Drill Holes (<span class="amount">&pound;6.00</span>)</option>
        </select>
    </p>
        <div class="clear"></div>
    </div><div class=" product-addon product-addon-add-extra-layer-multi-coloured-fine-glitter">
                <h3 class="addon-name">Add Cut Out and Notches </h3>
        <p class="form-row form-row-wide addon-wrap-1738-add-extra-layer-multi-coloured-fine-glitter">
        <select class="addon addon-select" name="addon-1738-add-extra-layer-multi-coloured-fine-glitter">
                        <option value="">Select an option...</option>
                        <option data-price="8" value="1" >1 (<span class="amount">&pound;25.00</span>)</option>
                        <option data-price="15" value="2" >2 (<span class="amount">&pound;50.00</span>)</option>
                        <option data-price="25" value="3" >3 (<span class="amount">&pound;75.00</span>)</option>
                        <option data-price="25" value="4" > (<span class="amount">&pound;100.00</span>)</option>
        </select>
    </p>
    </p><p class="price">Product Price: &pound;</p>
        <div class="clear"></div>
    </div><div id="product-addons-total" data-type="simple" data-price="160"></div>
            <input type="hidden" name="add-to-cart" value="1738" />
            <button type="submit" class="single_add_to_cart_button button alt">Add to cart</button>
                </form>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    </head>
    <body>
    </body>
    </html>

  • Documentation tool for xsql-xsl-xml ??

    Hi,
    can anybody tell me if there is a good tool for documenting XSQL / XML / XSL Projects ?
    Like JavaDoc or any XREF programms?
    Thank you
    Thomas
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Thomas Viohl ([email protected]):
    Hi,
    can anybody tell me if there is a good tool for documenting XSQL / XML / XSL Projects ?
    Like JavaDoc or any XREF programms?
    Thank you
    Thomas<HR></BLOCKQUOTE>
    I recommend you take a look to XML Spy http://www.xmlspy.com
    null

  • Tool for creating batch jobs

    Hello,
    I need to create a batch job, which is having round about 90--100 steps, so is there any tool, by which i can create this quickly?
    Please help me, this is little urgent.
    Thanks,
    Anand.

    Hi anand,
    CATT/ECATT is the best tool for creating batch jobs.
    For more information on how to use these tools, go through the below links.
    http://www.*********************/tutorials/secat.htm
    http://www.*********************/tutorials/scat.htm
    Regards,
    Bharath

  • Visual tool for form definition

    Dear Friends,
    I generated an xml form defition file using the SBO Development Tools "SAP BO UDO Form Generator" and the xml file was succesfully generated.
    Now I would like to modify the form: is there any visual tool that can be used?
    I tried screen painter, but it opens only .srf files, not xml.
    Thank you for the attention
    Massimo

    HI,
    The screen painter will open the XML files also, just in the browse file dialog type *.xml and select ur XML file and modify.
    Hope it helps,
    Vasu Natari.

  • How do we use Script (batch file with msbuild/msbuild project) to build Cordova Project created with Visual Studio Tools for Apache Cordova?

    I use Visual Studio to create Cordova projects. I need to build Cordova projects using msbuild and buildbot via script for my project but I can find only information about how VS combine with Cordova CLI to build multi device hybrid application.

    Hi Samseth,
    Yes, correct, the only thing we can find on the MSDN is:
    Deploy and Run Your App
    And that's the reason why Visual Studio Tools for Apache Cordova existing.
    I think you may get more detail compile information from here:
    http://cordova.apache.org/docs/en/4.0.0/guide_cli_index.md.html
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Any tools for converting java class to xml schema ?

    Hi,
    Are there any tools out there that can convert my java class to xml schema. How such tools take care of java collections like HashTable, ArrayList etc. in my class structure. I am not interested in writing any configuration files(like jaxb configuration files, jibx binding xml files etc.) for serving this purpose and the can be able to give me xml schema from the java classes. Please suggest ...
    I am not sure even JAXB 2.0 allows me to do this without writing any jaxb configuration files or annotations in my java class which is not there in JDK 1.4.2
    Thanks & Regards,
    Kr.

    Hi,
    You can convert the EDI file to XML in any of the ways
    1) Using third party seeburger adapters
    2) Conversion agent
    3) Stylus studio.
    I think using java code it will be very difficult.
    Thnx
    Chirag

  • Does CS5 have tools for creating websites for mobile devices?

    Does DW CS5 have any built in tools for creating web pages for mobile devices, iPads, iPhones, etc?
    Thanks.

    This will go back to your other post about the CSS tables, it depends on how much you know.  CSS3 is a style language and while support is growing in Dreamweaver and within browsers it is taking some time so the more you understand the code the better off you will be.  With regards to HTML5 animations, you will find that no tool out there can do this easily outside of some Apple developer tools and if you are serious about programming to work with the iPhone/iPad you will want to sign up (registration is free) and download their developer tools.  Adobe has mentioned making some strides and trying to use their existing tools (ie: Flash) to help transition to HTML5 animations from Flash and Illustrator has also gained some HTML5 vector tools to help out.
    To find out more about what Adobe is doing for HTML5 there was a post made on John Nack's blog not too long ago that you might want to read over (and follow the links).
    http://blogs.adobe.com/jnack/2010/11/so-what-has-adobe-actually-done-for-html5-lately.html
    Dreamweaver is not going to hand you everything though.  To get the most out of it you have to put something into it.  It is easily the most advanced tool in the PHP and ColdFusion realms (ASP/.NET goes to Visual Studio).  But in order to do more and customize things to your needs, understanding the code is a must in the world of web design.

  • Tools for creating executables

    I am on a look out for a installation development tool for windows.
    Requirements :Should be easy to use and update for patch release. It should automatically create desktop icons, do any registry entries if reqd, automatically install and launch JVM.
    I think most of you who develop applications in java must be using some or the other tool for creating executables. So can you send me some suggestions on products avaliable and their popularity.

    Thanx for your response. I will go thro' that site

  • I am trying to use the liquify tool for the first time. I created a new document (RGB/8) and before I place my photo, the liquify option is available. After I place the photo, the liquify option disappears. What am I doing wrong?

    I am trying to use the liquify tool for the first time. I created a new document (RGB/8). Before I place my photo, the liquify option is available. After I place the photo, the liquify option disappears. What am I doing wrong?

    What am I doing wrong?
    For one thing you forgot to mention the version of Photoshop you use.
    Did you place the image as a Smart Object? Liquify got Smart-capabilities with Photoshop CC.

  • PXE booting - any tool for creating image?

    Hi All,
     can anybody help me with PXE bootin'? I need a tool for creating boot image...
     Thanx
       duhaCZek

    You can use the install Shild to create the installation package

  • Create ribbon button to launch my webpage in office 365 content pane application using napa tool for sharepoint

    Hi ,
    I have created Excel content pane application in office 365 using NAPA tool for SharePoint,so  here  i need to launch my page through the ribbon button instead of directly loading .
    please provide me some samples how to get ribbon for office 365 content pane application and on click of ribbon how to interact the page through the ribbon.
    Thanks
    Lokesh

    Actually i want to Create Custom Ribbon  for office 365 with the help of napa tool, without use of Visual studio 2013. 
    Please provide me a sample or help regarding to create Office 365 ribbon using "NAPA"
    Thanks
    Abhishek

  • Is Dreamweaver an appropriate tool for creating a Help system?

    Hi,
    I have the full Adobe Creative Suite and I'm looking to create a Help system. Is Dreamweaver an appropriate tool for this, or is there another tool that would be better? I don't have Robohelp.
    Robyn

    Hi Robyn
    Robohelp and most of the other help systems would be like splitting a nut with a sledgehammer, for what you describe.
    You are basically talking about a search system on specific topics, for which Dreamweaver is an adequate tool, it may be worth while incorporating one of the 'smaller' open source help system into your site, in order to achieve your goal.
    Your comment on posting to the 'indesign' forum is understandable but not recommenced (there is a great difference between dtp (classic graphic design) and web design / development), especially if you intend to incorporate your current 'user guide' into a web site. Any help system both for a program that you install on your computer or supply as a web site 'help' system can be constructed as a searchable html page (many are html pages now), and you can even use the a major search engine to do this for you, (providing you know how, of course). It is even possible to search pdf's, flash and audio, and provide then as a downloadable / online version as well if you so require.
    The one thing you did not say in your reply was how good your programming skills are, (if not very good, do you have someone who can do this for you), as this is what will limit your help / search system. But even here if you incorporate one of the search engines own search api into a basic web page they will index and search your site for you, both as a local search, and as a web search.
    Hope this helps, in some way.
    PZ

  • Philisophical Question:  Tools for synchronizing JSPs, Java Beans and XML?

    This is a "best practices" question...
    The JSTL and JSF tags provide a lot of support for minimizing the amount of text that must be included in a JSP page. For example:
    <c:out value="${customer.firstName}"/>This snippet will find an object named "customer" in any of the JSP scopes, extract the value of the property named "firstName", and output it as part of the page.
    Here are my questions:
    (1) Is there a recommended method to communicate to the page designer what objects are in scope for a particular page, and what the properties of those objects are?
    (2) Is there any programmatic way to determine from the program's source code that an object with the specified name and of the expected type will be in scope at run time?
    I would love to have an IDE that would be able to help the page designer by providing a list of the objects that are expected to be in scope, along with the name of their properties. What conventions exist to make this possible?

    Maybe you like this, it's one of dozens of tools for Struts and in version 3.0
    http://www.scioworks.com/scioworks_camino.html
    hth,
    .V

Maybe you are looking for

  • HT1491 How do I uninstall apps on my ipad?

    How do I uninstall ipad apps once they are loaded on my ipad mini?

  • LOG_MODE

    is there any data loss for converting log_mode form NOARCHIVE to ARCHIVE ? if no then how we can convert?

  • If your Muse subscription lapses can you purchase it again for editing your old website in the future?

    I am thinking of signing up to Adobe Muse as I am familiar with photoshop/indesign so it would fit me perfectly. However I only have 1 website so paying for months on end for the odd tweak seems excessive. Would I be able to join on a month to month

  • How to convert the varray to ref cursor

    Hi, Is there any way to convert varray to ref cursor.... i dont want to use any table or record as an ref cursor.. i just want to create a procedure which returns a ref cursor.. below is the sample procedure for it.. create or replace procedure FETCH

  • Apple TV mirroring feature not working

    I have a brand new macbook air and an apple tv (3rd generation) and the mirroring function was working earlier but is now not even showing up in my displays option. How can I use my mirroring feature again? I have restarted both my computer and my Ap