Downloading xsu

where do I download XSU for Oracle 8.1.6 and what other APIs are required to run the utility from Java(not from SQL)
thanks in advance

XSU is now an integrated part of the Oracle XDK for Java download at http://otn.oracle.com/tech/xml

Similar Messages

  • In search of XDK for Oracle 8i.

    In some Application (what I am devbeloping) I need to fetch data from Oracle 8i and embed it into an XML for further processing.
    I read that XSQL Server pages is capable to generate XML with data embedded in it. For this operation XDK is Required. I don't know where I can get the XDK software for Oracle 8i. Please help.
    Thanks in advance.
    Vivek.
    E-mail:- [email protected]

    I downloaded xsu from 9i, and have no problem accessing 8i database. U may want to use XSU12_817.jar.

  • Inst. XDK on Oracle 8.05, just to transform sql-query in xml

    hi,
    id like to install xdk to use xsu to transform a sql query in xml.
    (i didnt find a way to download xsu without xdk)
    i4ve oracle 8.0.5 but i only find 9i-xdk-(pl/sql) - is this correct?
    what do i have to notice when i install
    this package with my orace-ver?
    thanks :o)

    XDK 9.x is not only for Oracle9i Database. You can download the
    9.0.2B XDK for Java and use XSU [or xsu12.jar(xsu11.jar)].

  • How To Install and run XML/XSU/XDK?

    Hello,
    I have installed Oracle 8.1.7, have downloaded the utilities
    and xdk but how to get all this integrated so I can work with
    the sample codes?
    I dont see the $ORACLE_HOME/rdbms/admin/dbmsxsu.sql -- this is
    the SQL script which builds the XSU's PL/SQL API. xsu12.jar
    need to be loaded into the database before dbmsxsu.sql is
    executed. This script is automatically ..Nor do I see catxsu.sql.
    I assume this creates the xdkdemo/xdkdemo (user/password)? I
    also re-run the runInstaller and attempt to see on the list any
    XSU related installed or to be installed and not seeing it on the
    list. What do I need to download?
    A nice step by step how to install and test the install would
    be nice.
    Thanks in advance for any response.

    I entered "install XSU" into the "search" box and got the
    following back:
    http://www.oracle.com/pls/use/use_query_html_v3.submit_query_inpu
    t?p_adv_query_text=install+XSU&p_origin=OTN&p_person_id=100081&p_
    community=technet_adv&p_doc_location_array=Place+Holder&p_doc_loc
    ation_array=document&p_location_array=&p_keyword_array=100017&p_v
    alue_array=technet.oracle.com%2C+Discussion+Groups&p_date_begin=q
    date&pdate_end=q_date&p_max_return=200
    (GOD I hope that worked!)
    In any case, 2 documents came back. I think this one is probably
    what you want.
    http://download-east.oracle.com/otndoc/oracle9i/901_doc/appdev.90
    1/a88894/appgxsu.htm
    Mike

  • Can xsu not be used to update more than one table at a time.

    I would like to update two or more tables using the same XML package. However when I use XML that contains tags using column names from both tables I get an error that the second table's columns names can not be found in the first table even if I use setUpdateColumnList and build an array that contains only columns from the first table.
    Xsu does not do me a lot of good if only one table at a time can be updated.

    Assuming you are using Oracle 8i you may want to bone up on 'Object Views' and 'instead of' triggers. This is the functionality that is commonly used to perform multiple table updates from a single data source such as XML.
    An object view can be based on a query such as 'select a.col1, a.col2, b.col1, b.col2 from a, b where a.key1 = b.key1'.
    The object view is then used by the XSU to perform the XML query/update rather than using tables a and b.
    You would then write an 'instead of' trigger on the object view. The trigger would update the appropriate table (a or b) based on the columns provided in the update list.
    Steve's book 'Building Oracle XML Applications' in Chapter 12 explains how to do it and has sample code that demonstrates the process.
    The book is available everywhere and you can download the sample code from the book at o'reilly's web site.
    Good luck!

  • File Upload and Download with XSQL Utility

    Dear all,
    I'm working on a Web-based application to communicate with users.
    This application is based on the XSQL-Utility (XSU).
    Currently I cannot find any possibility to pass an arbitrary
    binary file from the client side to store it in a LOB column
    inside the Oracle RDBMS and vice versa.
    All examples I can find refers to store/read XML-content in CLOB
    columns.
    Thank you for any help.
    Stephan

    Hai Noufal,
        I successfully upload the files to the database.
        For file download i create two views.
       In the first view files are fetched from the database(datatype for the file is image in the database)and it is converted to byte from image.Afterthat the byte is converted to string by using the following code.
    byte source[]=new byte[1024];
                        if(rs.next()){
                             source=rs.getBytes("cv_document_file");
                        String sourcestr=source.toString();
                        wdContext.currentContextElement().setDownloadfile(sourcestr);     
            Now i put the converted string into the second view.In the second view i try to convert the string value into bytes by using the following codes.
    String sourcestr=wdContext.currentContextElement().getDownloadfile();
             byte bs[]=new byte[1024];
             bs=sourcestr.getBytes();
             wdContext.currentDownloadElement().setDownloadfile(bs);
             But it doesn't work and no error.
             Now i am expecting the valuable suggestions from you.
    Thanks in Advance,
    Kind Regards,
    S.V.Selva Bala.

  • Nested Tables and XSU

    Does anyone know if XSU supports the use of nested tables?
    I have looked at the examples in the documentation that show how to use XSU with an object-relational schema. They work great if you have a fairly simple schema, (no nested tables). The XML documents I am trying to get into my database are a bit more complex and contain collections of repeating elements. I have created a schema that includes nested tables to support these repeating elements. My problem is when I try to access the object table via XSU. As long as I don't reference the nested table columns all works fine. Am I trying to do something that is not supported by XSU?

    Steve,
    What release is your database server?
    XSU should work fine with nested tables. Did you check out samples in http://download-west.oracle.com/docs/cd/B10501_01/appdev.920/a96621/adx08xsu.htm#1014730?
    Regards,
    Geoff

  • Oracle XSU: oracle.xml.sql.query.OracleXMLQuery is not recognized

    Hi, there!
    I've got a problem when tryed to use Oracle XSU (xml-sql utility to generate xml). My simple java application works fine using XSU. But when I created session stateless bean I've got an EJBException regarding this
    line:
    oracle.xml.sql.query.OracleXMLQuery qry = new oracle.xml.sql.query.OracleXMLQuery(conn, commandSQLStatement);
    It doesn't recognize OracleXMLQuery class as I've got in dump. So my classpath includes original location of that utility and Oracle parser.
    I really appreciate for any help.
    Thanks.
    strXML = qry.getXMLString();

    Patricia,
    Did you go through the link
    Re: XML SQL Utility
    You have to put xsu12.jar in the lib directory of the jdev.
    xsu12.jar is in the lib directory of the XDK installation.
    You can download XDK from
    http://www.oracle.com/technology/tech/xml/xdk/software/prod/xdk_java.html
    Just download the XDK kit, get the xsu12.jar from the lib directory and put in the lib directory of the jdev.
    -- Arvind

  • Using XSU for Storing XML data

    Please how can I use the XSU API for storing XML documents in Oracle8i? I know part of the code to store a document but how do I import the XSU API?
    Do I have to download it or use it via Oracle?
    example:
    String xmlDoc = "my_xml_document";
    Connection conn = >>DriverManager.getConnection(...);
    OracleXMLSave sav = new OracleXMLSave
    (conn,"purchaseOrderTab");
    sav.insertXML(xmlDoc);But how do I use OracleXMLSave? How do I import the XSU API?
    thanks for your help
    null

    What is XSU? I think you question should be posted at the XML or XDK forum.

  • 8.1.7 xsu install

    The following error occurs when trying to loadjava
    xmlparserv2.jar. Documentation for manualy configuring the xsu
    in 8.1.7 are not very straight forward. Any assistance is
    appreciated.
    resolving: oracle/xml/parser/v2/AdditiveExpr
    Error while resolving class oracle/xml/parser/v2/AdditiveExpr
    ORA-04043: object oracle/xml/parser/v2/AdditiveExpr does not
    exist
    Thanks

    Make sure you are using the xsu package that is specific to
    8.1.7, it is available in the XDK 9.0.2.0.0D Beta download. I
    belieive it is called xsu12_817.jar
    Ola Kvalvaag

  • Install XSU

    Hi -
    I'm BRAND NEW to this XML stuff. I'm not JAVA experienced.
    I've got Windows 2000, Oracle8i Enterprise Edition 8.1.7 and Oracle 9iAS Application Server 1.0.2.2.1 running.
    I'm trying to install the XSU. I downloaded XSU12_ver1_2_1 from Technet. Installed it.
    Trying the XSU Command Line Front End -
    prompt> java OracleXML
    Got error: Exception in "main" java.lang.NoClassDefFoundError: OracleXML
    Next -
    Downloaded and installed xdk_plsql_9_0_1_2_0 from technet
    now the command:
    prompt> java OracleXML < this works
    prompt> java OracleXML getXML < this works
    prompt> java OracleXML getXML -user "scott/tiger" "select * from emp"
    This fails with:
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver
    at OracleXML.getConnection(OracleXML.java:1189)
    at OracleXML.To_XMLOracleXML.java:1004)
    at OracleXML.ExecuteGetXML(OracleXML.java:914)
    at OracleXML.main(OracleXML.java:181)
    also this:
    After I boot my machine, the command java OracleXML fails. If I re-execute the xdkload command, I'm back to this error.
    If my path statements are incorrect, can you provide step-by-step directions for correcting this?
    Thanks!

    You need to correctly set you JAVA classpath before run the front-end applications.
    Also please download the latest versions of XSU from:
    http://otn.oracle.com/tech/xml/xdk_java

  • My phone wont let me download apps

    I tried updating apps on my iphone. When I click update all it acts like it's going to download. Then it tells me there's an error. I put in my billing information but it still won't download them. I don't know what to do.

    What is the error?

  • Downloads to wrong folder

    Hello,
    When I sync music or podcasts onto my ipod nano (4th generation 16 GB) from my powerbook (OS X 10.4.11) using itunes (9.0.2) it appears, on the summary page of itunes, to be downloading into the correct blue audio folder however once the ipod is ejected no music or podcasts can be found. Once reconnected and on the summary page of itunes, the downloaded files appear to be in the incorrect orange 'other' file.
    I have reset and restored the ipod several times. I tried to run disk utilities and got the following message: "Repairing disk failed with error Could not unmount disk"
    Can anyone help me? Please?

    A simple solution found after many many hours of painstaking troubleshooting:
    the problem seemed to be with itunes
    trash itunes from the application folder
    re-download itunes from apple website
    restore ipod in itunes menu
    after doing the above I was able to successfully download music again! Previous attempts to restore the ipod failed to solve the problem probably because of an issue with my itunes software.
    I hope this saves other people all the time that I lost in the process!

  • Download error in (osx) adobe desktop app (corrupted download link).

    Here is a discription of the problem. Please consider that some of the wording might not be correct, as I do have to translate the error message from German into English.
    Using OSX 10.9.2, when clicking inside the adobe desktop app (top of the screen bar) on the tap "apps", the following screen (screenshot) appears, which states, translated from top to bottom:
    download error
    download error. Please contact support.
    (link) contact support
    (link/button) download creative cloud -> This button unfortunatly leads to the following error page "http://www.adobe.com/special/errorpages/404.html"
    All apps, like Bridge, Photoshop, Lightroom, etc. are installed and work just fine. So no problem here. I seem however unable to redownload the desktop app (in order to reinstall). As stated above the provided link inside the desktop app itself is coruppted and within the (online) web-based download centre (user logged in) I am only adviced to use the desktop app. This is a dead end and I do not know what to make of this error, let alone solving it. Please help!

    I am sorry Romsinha but this doesn't really help.
    I already restarted the desktop app and while I am obviously online and connected the problem (error message) remains the same. Information within the "home" tap is recieved/loaded  (little blue spinning wheel) stating that various apps recently have been updated. Yet the same loading wheel within the "apps" tap results in an error. My best guess is that some internal link within the app is corrupted, leading to a source on a server that can not be reached.
    UPDATE
    I clean uninstalled adobe creative cloud as discribed in the article you provided (using the cleaner tool) and even uninstalled the browser plugin. After downloading and reinstalling creative cloud the problem however remains the same. "Apps" tap still shows the same problem. "Home" tap now displays the following:

  • I am using Adobe Creative cloud enterprise version. I tried to download assets from newly launched Adobe Market place. It is saying that this feature is only available for premium paid customer. So Adobe CC enterprise is paid version. Why is it again aski

    Guys, Any idea why I am unable to download assets from Adobe Market Place. I am using Adobe CC enterprise.

    Cloud Market http://terrywhite.com/adobe-creative-cloud-market/ may help
    -and http://helpx.adobe.com/creative-cloud/help/market.html

Maybe you are looking for