Products needed for XML Support

One simple question:
If I want to store a XML document into a ORACLE database, which additional Products do I have to install beside the Oracle 8i server.

For storing as CLOB's, nothing extra.
For storing as relational, then:
[list]
[*]Before release 8.1.7, you need to install the XML SQL Utility in your database
[*]With 8.1.7 and beyond, it's pre-installed.
[list]

Similar Messages

  • ¿Products benchmark for XML development?

    Hello, I need to know that product for XML development can use for my development staff
    Please recommend me the best among:
    XMLSPY
    http://www.altova.com/
    Stylus Studio
    www.stylusstudio.com/
    ALchemist code generator
    http://www.mentattech.com/modules.php?op=modload&name=PagEd&file=index&page_id=21
    Thank you for the information that you can offer me

    For storing as CLOB's, nothing extra.
    For storing as relational, then:
    [list]
    [*]Before release 8.1.7, you need to install the XML SQL Utility in your database
    [*]With 8.1.7 and beyond, it's pre-installed.
    [list]

  • Products needed for X12

    Hi
    Could someone advice on the products required for outbound and inbound X12 messaging using AS904 EE.
    I'm unsure if InterConnect, ProcessConnect, BPEL are what I need to model and deploy X12 messaging.
    On the Integration pages there is mention of a B2B Adapter - is this included in any of the above ? if not where can I download it ?
    Thanks
    Pete

    Firstly forget about ProcessConnect, not sure if it has officially been scrapped but there are very few clients using it and it was so complicated to use that they are pushing BPEL instead.
    Oracle did release an add-on for Interconnect called PartnerConnect which I understand provided another set of adapters that implemented various B2B protocols such as RossettaNet and ebXML. I'm not sure what the full list was but search through OTN and i'm sure you will get some info.
    If you have Java experience then you always the option of writing your own custom adapter for Interconnect that called WebServices that implement the X12 protocol (if WebServices can do that, not sure??)...
    Regards
    Stuart.

  • Urgent help needed for XML Tags using XMLForest()

    Folks
    I need some urgent help regarding getting use defined tag in your
    XML output.
    For this I am using XMLElement and XMLForest which seems to work fine
    when used at the SQL prompt but when used in a procedure throws and error
    SQL> Select SYS_XMLAGG(XMLElement("SDI",
                                       XMLForest(sdi_num)))
         From sdi
         where sdi_num = 22261;- WORKS FINE
    But when used in a procedure,doesnt seem to work
    Declare
        queryCtx  DBMS_XMLQuery.ctxType;
        v_xml     VARCHAR2(32767);
        v_xmlClob CLOB;
        BEGIN
        v_xml:='Select SYS_XMLAGG(XMLElement("SDI",
                                             XMLFOREST(sdi_num)))
        From sdi
        where sdi_num = 22261';
        queryCtx :=DBMS_XMLQuery.newContext(v_xml);
        v_xmlClob :=DBMS_XMLQuery.getXML(queryCtx);
        display_xml(v_xmlClob);
    End;
    CREATE OR REPLACE PROCEDURE  display_xml(result IN OUT NOCOPY CLOB)
    AS
         xmlstr varchar2(32767);
         line varchar2(2000);
    BEGIN
         xmlstr:=dbms_lob.SUBSTR(result,32767);
         LOOP
         EXIT WHEN xmlstr is null;
         line :=substr(xmlstr,1,instr(xmlstr,chr(10))-1);
         dbms_output.put_line('.'||line);
         xmlstr := substr(xmlstr,instr(xmlstr,chr(10))+1);
         END LOOP;
    end;
    SQL> /
    .<?xml version = '1.0'?>
    .<ERROR>oracle.xml.sql.OracleXMLSQLException: Character ')' is not allowed in an
    XML tag name.</ERROR>
    PL/SQL procedure successfully completed.
    SQL>HELP is appreciated as to where I am going wrong?

    Hi,
    if you want to transform something to something else, you should declare, what is your source.
    I would prefer to use plain XSL-Transformations, because you have a lot more options to transform your source and you can even better determine, how your output should looks like.
    Kind regards,
    Hendrik

  • Jar files needed for XML in Java 1.3.1

    Hi there
    I was wondering if someone could help. I'm getting the following error. I think it is because I have not included the correct Jar file for using TransformerFactory. I am using java 1.3.1 and was wondering what jar files I must add to be able to perform this function.
    My error was
    No transaction log files are waiting to be archived.
    javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xa
    lan.processor.TransformerFactoryImpl not found
    at javax.xml.transform.TransformerFactory.newInstance(Unknown Source)
    at com.attix5.backup5.plugin.domino.DominoLogXML.writeXML(DominoLogXML.j
    ava:179)
    at com.attix5.backup5.plugin.domino.DominoIncrementalBackup.backupIncrem
    entalDomino(DominoIncrementalBackup.java:186)
    at com.attix5.backup5.plugin.domino.DominoPlugin.handleBackupStart(Domin
    oPlugin.java:240)
    at com.attix5.backup5.plugin.domino.DominoPlugin.progressEvent(DominoPlu
    gin.java:277)
    at com.letsbackup.fileutils.BackupProcessor.a(Unknown Source)
    at com.letsbackup.fileutils.BackupProcessor.h(Unknown Source)
    at com.letsbackup.fileutils.BackupProcessor.c(Unknown Source)
    at com.letsbackup.fileutils.BackupProcessor.run(Unknown Source)

    download the XML pack and add the JAXP jars in your classpath: http://java.sun.com/xml/downloads/javaxmlpack.html

  • Products Need for Replication and/or RAC

    Hy everybody,
    my company plans to integrate a windowsbased databasereplication (hot standby) and in future a RAC.
    Here are my questions:
    - do we need enterprise-versions of Windows Server 2003 ?
    - do we need enterprise-versions of oracle 10g ?
    Like this article http://www.oracle.com/database/product_editions.html are both (replication and rac) available in standardedition, but it's about
    Oracle 11g and not Oracle 10g.
    Thanks in advance,
    Markus.

    Hy,
    it's much easier.
    In first step, we want to build a database replication with 2 oracle databases (i just read in articles that there are 2 ways to do it - as an cold standby and an hot standby, we will use the hot-standby way).
    In second step we will build an RAC.
    I know, that dataguard is only available in enterprise-version, but (if i'm right) we do not need dataguard to build a replication or a RAC.
    The only (maybe too easy) question is, if we need an enterprise version of oracle (i don't think so) and if we need an enterprise version of Windows 2003 server (i also think no, but i'm quite not shure).
    Thanks,
    Markus

  • HELP NEEDED:  What is the phone number for Tech Support?

    I cannot find the Tech Support number for QuickTime support. I have been trying to resolve my QuickTime issue for three days and really need phone assistance. The self-reporting Tech Support online form requires a serial number for the product, but QuickTime does not come with a serial number.
    In reference to my post:
    QuickTime 7 Pro not working
    Posted: Mar 20, 2010 7:03 AM
    Click to reply to this topic Reply email Email
    When I click on the link to launch QuickTime Pro, it does not launch the program. A small box appears at the bottom of the screen with the QuickTime logo "Apple QuickTime", but when I hover the mouse over the icon, it contains a blank blue screen. If I click on it, nothing happens.
    Any suggestions?
    ~Annette
    Windows Vista

    I just bought this quicktime pro ( junk ) I can't believe there is no support for it other than these forums. tried several numbers and you end up with some poor boob in INDIA who doesn't know anything about it or they ask for a serial number that you can't give and don't have. WOW what a disapointment this products lack of support turned out to be, wish I didn't buy it.
    Anyway loaded it and it plays, but when I try to download the video to my computer the drop box on the right corner does not drop down. what am I missing here.?

  • Need To Find Product Key For Windows 8

     It's my son's laptop and I bought it brand new in January 2013. It crashed two months later. I tried to get help through HP but to no avail. They told me to update the BIOS, which I did, and it worked for maybe a week and crashed again. I had a friend wipe it and start over twice after that because it just kept crashing. I then called HP, since it was still under warranty, to have them send me a new one since this one was obviously defective and the lady with whom I spoke said she would have someone call me back to help me. This never happened. I just gave up on it and bought another laptop in March 2013...the same exact brand, model, specs, etc. and have had absolutely NO problems with it since. I've since decided that it merely needs a new hard drive, which I am more than happy to purchase and install. It is the only thing my son has asked for as a Christmas present this year. The problem I have is that I don't have the product key for the OS. It came installed with Windows 8 and I have read through several other messages and understand that it is not something you can buy, however, I do believe, and feel that I am entititled, to have the product key so that I can properly fix my son's laptop. After all, it was a defective laptop/hard drive with which to begin and since HP support was actually of no support whatsoever HP should be willing to help with this situation. I have only ever used HP for desktops and laptops and have since 2001 and this is the first product I have purchased that was probelmatic.
    Any and all help would be greatly appreciated.
    Thank you.

    Hi:
    Microsoft did away with OEM product key stickers starting on all PC's that come with W8.
    The OEM product key is now encoded into the BIOS in order to prevent it being used on other PC's.
    So, your notebook does have a product key. 
    You just can't read it and if you order recovery media for the specific model notebook, or use a Windows 8 OEM installation disk you won't need the key.
    It will automatically enter itself during the installation.

  • HT201412 my iphone using cant buy anything from itune store and they said i have trouble from the product (Our records indicate that this product has been replaced. Please provide the serial number for your replacement product to find the support and warr

    Our records indicate that this product has been replaced. Please provide the serial number for your replacement product to find the support and warranty coverage information. For more information, please ( this is the trouble they tell us )
    can't buy anything application on appstore, i bought this iphone from my friend , and this iphone actived ( 2012-11-05)
    IMEI: ****
    <Edited By Host>

    Instead of posting your IMEI in a public forum, contact iTunes Customer Support.
    FYI, they do not want/need your IMEI number.

  • Mini iPad says it doesn't support adobe flash player that is needed for many applications

    Mini iPad says it doesn't support adobe flash player that is needed for many applications

    Yes, that is correct. Apple products DO NOT support flash. Thank you, Apple.

  • WaveStudio 7.12 (and/or Audio Pack for MP3 Support) product Help files

    WaveStudio 7.2 product Help files (CTWAVE32.CHM) need to be revised to incorporate MP3 support, for those customers (like me) who have purchased the Audio Pack app for MP3 Support.
    -OR-
    Am I supposed to?just use the old WaveStudio 5.00.2 Help files (CTWave32.hlp)?
    Also, there doesn't seem to be any way of uninstalling WaveStudio 5.00.2, unless I uninstall the whole suite of Creative MediaSource software... And that doesn't seem like very much fun at all... ? So, what, should I just leave WaveStudio 5.00.2 on the machine?

    JRe: WaveStudio 7.2 (and/or Audio Pack for MP3 Support) product Help files?For anyone else experiencing this issue, the answer is:? Can't do it!? WaveStudio 5.00.20 can not be removed as a "stand-alone" application. The reason is, it's not listed as a separate program in Control Panel's Add or Remove Programs, and WaveStudio 5.00.20 has no Uninstall option.
    Furthermore, WaveStudio 7.2 doesn't seem to overwrite the earlier version (it's still there and for some odd reason, it still works).
    In order to remove the old version of WaveStudio, you must remove whichever Creative application that version of WaveStudio came bundled with.? Then, when you reinstall that application, WaveStudio 3.0 (or whatever iteration that application contained)?comes right back.
    Therefore, the answer seems to be, you have to?li've with two versions of WaveStudio on the 'puter:? 7.2?and whatever earliest version the original bundled software?came with on the Soundblaster disc. Sad, but apparently true!? So, good day!? :smileytongue:

  • Need product Code For AC Adaptor (Satellite Pro A100-722)

    I am looking for the product number for the AC adaptor of the model below so I can purchase the correct replacement AC adaptor.
    Satellite Pro A100-722
    Part Number: PSAAPE-00D006EN
    Help would be great.

    Thanks R2D2
    i was getting a different ac adaptor (*PA3468E*) on the Toshiba website for my laptop which was wrong as it had a 19v supply and my laptop only takes 15v.
    On the Topaz Support (Official Toshiba Parts Supplier) website it was refering me to one with the product code *PA2521E-2AC3* I gather there is no difference between this and the one you have suggested *PA2521U/E-2ACA*.
    Thanks Again.

  • InDesign CS3 Server - Support for Standard ECMA-357, ECMAScript for XML (E4X) Specification

    Does InDesign CS3 Server fully support the XML standards outlined by ECMA in 'Standard ECMA-357 ECMAScript for XML (E4X) Specification'?
    http://www.ecma-international.org/publications/standards/Ecma-357.htm

    Thanks Michael, for your prompt reply.
    I can see that some of the XML library/functions are available in the ExtendScript Editor - but I just wanted to make sure that I'm not missing something.
    Thanks again,
    Carl

  • I will be traveling to London for 2 months what kind a converter/adapters do I need for my apple products

    I will be traveling in London for school for 2 months what kind of converter/adapter do I need for my apple products?

    Covers your Mac and your iToys:
    http://store.apple.com/us/product/MB974ZM/B?fnode=MTY1NDEwMQ

  • Question on Support for XML in Oracle 9i and XDK 9.0.1

    Hi All,
    I just went through the Oracle 9i's features for XML. I have been working with Oracle's XDK too. I noticed that there are some new packages in Oracle 9i like SYS_XMLGEN and DBMS_XMLGEN that produce a XML file when presented a query to it. This feature is there in the XDK (XML SQL Utility) too. So, my question is as follows:
    1. Are there any differences in the XML File produced by XDK and these database packages?
    2. What are the scenerios when I should go for these packages and when should I go for the XSQL Utility.
    Cos I found out that both are doing effectively the same things. Is there any difference between them? Please explain the second question.
    Thanks in advance,
    Rajat

    The sys_xmlagg and sys_xmlgen are native implementations of functionality tied into the database code line. They replicate some of the functionality that was previously provided in a 'plugin' form by the XDK. DBMS_XMLGEN is a PLSQL Package that also provides access to native implimentations of some of this functionalitu. You should find that as a result of being native implimentation they are much more performant.
    SYS_XMLGEN and SYS_XMLAGG allow XML to be generated directly from a SQL Query. DBMS_XMLGEN is designed for use in procedural processing and provides a finer grain of control over the generated output.
    There are still some features, such as DTD and Schema generation that are not (yet) available with the native implementation, and for this reason, and backwards compatability the XDK functionality is still available
    As a rules of thumb, if you can use the native implimentations do so, as performance should be much better.
    Mark D. Drake
    Senior Product Manager,
    XML Infrastructure,
    Server Technology

Maybe you are looking for