List of XML-DB functionalities for 8i ?

Hi all,
we are forced to use Oracle 8i (8.1.7) for another couple of month, but we would like to implement XML functionalities now.
Nowhere on OTN nor elsewhere have I found a list of XML-DB functionalities that are also supported for Oracle 8i. Can somebody please point me to a document ?
Thank you.
Ron

Mark,
thanks for your reply. I am somewhat puzzeled about the difference of the XDK and XML DB differences. On OTN (http://otn.oracle.com/tech/xml/xdkhome.html), I have found 2 notes:
1:
The Oracle9i versions of the XDK can be used to build applications designed to interface with Oracle8i databases. This extends to loading the XDK for Java components in the the Oracle8i JVM.
2:
Oracle8i XML Documentation
*Please Note:
Errata in Chapter 1 of "Oracle8i Release 8.1.7 Application Developers Guide-XML": The existsnode() and extract() functionality associated with the new datatype XMLType, discussed in Chapter 1, is only available in Oracle9i.
Both notes lead me to the conclusion that the XML functionality is available for Oracle 8i too, but with some restrictions. Exactly these restrictions I would like to know about, as they influence our planning.
Thanks.
Ron

Similar Messages

  • List Schema.XML

    Hey,
    I have to write with a custom list definition. The list definition must also include a
    content type. 
    But the problem is I cannot reference the content type by guid. The list definition must
    run in different site collection and the content type was build manually. The only constant is the content type name.
    How can I reference the content type by name in the list schema.xml?
    Thanks for your help
    Regards
    Stefan

    Hi,
    According to your description, my understanding is that you want to reference the content type in a custom list definition.
    I have something to confirm. Did the content type is located at the different site collection from the list ?
    If yes, you need to use content type hub to publish the content type to the other site collection firstly and then reference it in the schema.
    If No, then in the list schema, if you need to reference the content type, you need to know the content type ID firstly, it is necessary in the schema.
    You can use the PowerShell command to get the all content type details like the command below:
    $site = Get-SPSite http://yoursiteurl
    $web = $site.RootWeb
    ForEach($ctype in $web.ContentTypes){write-host $ctype.Name": "$ctype.ID}
    More information:
    How to: Add a Content Type to a SharePoint List
    Publish a content type from a content publishing hub
    Understanding Content Type Hub (CTH) in SharePoint 2013
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Generate xml source file for Oracle Order Capture Print Quote

    Hi,
    I am new to xml and need to work on creating templates for Print Quote.
    I am trying to generate the xml source file for which I enabled the report in system administrator and set the output to XML and assigned to Quoting Reports responsiblity. I then assigned XML Report Publisher to the same responsiblity.
    I ran the report (Print Quote) and then I am trying to run the XML Report Publisher but I cannot get the request id in the list of values.
    I am able to generate xml source file for other reports like Printed Purchase Order etc.,
    The view output for the (Print Quote) report is as follows:
    <?xml version="1.0" ?>
    - <!-- Generated by Oracle Reports version 6.0.8.26.0
    -->
    <ASOPQTER />
    How do I get the xml source file? Or are there seeded templates that I can use to create more templates? Any help would be appreciated. Thanks Ravi

    Hi, I am in the same position - did this issue ever ger resolved by anyone. I have done a few XMLP reports successfully now using the Word add-in, but customising the Quote output differs from other standard reports.
    If you look at the data definition for Quote it is a 'dummy' definition and has no XML file attached. Does anyone know how I can get the XML format for the report output?
    Also the template uses XSL-FO ?!?!?! rather than RTF - not sure how to work with this, the Oracle docs are not very helpful in this regard either.
    Has anyone successfully managed to customise the Quote print report? Many thanks,
    Roger

  • How to assign drop down list in XML form to properties

    Hi ALL,
    When i was creating <b>Edit form</b> in XML Forms Builder,for <b>Bulletin Board</b> Application, i had to assign two drop down list boxes to properties created under Content Management Configuration > Global Services > Property Metadata. Can any one help me how to ASSIGN it or provide any related documents.
    Suitable replies will be rewarded, for sure.
    Regards,
    Shankar

    Hi Shankar
    Please have a look at this document, especially the part about the cookbook. It explains how to add properties in a dropdown list to your XML form.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ee639033-0801-0010-0883-b2c76b18583a
    Good Luck!
    Barry

  • Directory List from XML

    I would outsource this section of a Flash site to someone who
    understands
    actionscript and xml.
    The section that needs to be created is a project title
    directory.
    The project title list or directory:
    1. needs to be created from an existing XML file.
    2. be displayed in Flash as 3 columns with a scroll when
    necessary. Each
    column lists all Proj_title's for that Category.
    3. Clicking on a Proj_title from the list would open up that
    project in the
    existing allprojects.fla.
    The All Projects page is already done and pulls its data from
    the same XML
    file.
    It displays scrolling images of products. When an image is
    clicked, a
    detailed section opens with other images and text all coming
    from the same
    xml file. This section is completed. Now with a Directory
    List, the same
    happens when clicking on a Proj_title from the list.
    The directory list is what needs to be done.
    The XML file contains: Image, Category, Proj_title,
    Thumbnail, Summary,
    Description, Picture1, Pic1Desc, Picture2, Pic2Desc,
    Picture3, Pic3Desc,
    Use, Builder, Builder etc.....
    The XML file used for the directory is the same used for the
    rest of this
    allprojects.fla..
    Please find link to see the xml file:
    www.filecondo.com/allimages.xml
    If you are interested in this freelance job please respond to
    this post.
    Thank you

    The IsGetDevice operation will get you all the devices including their extension numbers from a CME. You need to set up the router XML interface on the router as per this document: http://cisco.com/en/US/docs/voice_ip_comm/cucme/srnd/design/guide/managcme.html#wp1076023
    then follow the appropriate developer guide which you can get here: http://www.cisco.com/cgi-bin/dev_support/access_level/product_support (under voice gateway applications)
    You'll also find searching this forum for the topic useful as there are a few things the developer guide fails to mention (specifially that you need to urlencode the message before sending).

  • Where is the doc for xml task options for deploy and ojdeploy-build ?

    I am a new user.
    I tried using jdev help to find my answer, but got lost quickly in the zillions of manuals.
    1) Where is the manual/doc for the xml task attributes/options for the Ant tags <deploy> and <ojdeploy-build>?
    I am modifying an xml script that ojdeploy will call, but do not know what attributes/options are supported for these tags. I need to know whether an option such as failonerror exists, so that I can report a bug that <deploy> does not default to fail on error (or that <ojdeploy-build> ignores the error and continues with the script.
    Followup questions:
    2) How do I find the java code that implements the tags <deploy> and <ojdeploy-build>?
    3) How do I report a bug on the implementation for these tags and propose a fix (assuming I can see the java source code)?

    I guess I wasn't clear enough. What I tried to say was:
    1) Where is the manual/doc for the xml task attributes/options [I meant to say attributes/elements] for the Ant tags [I meant to say tasks] <deploy> and <ojdeploy-build>?
    I did not mean the ojdeploy command, but the Ant tasks <ojdeploy-build> and <deploy>.
    The jdev help does not seem to provide the complete list of elements or attributes for these critical Ant tasks, though it has a few examples.
    So far, it appears that <deploy> has been misdesigned and I cannot do what I want, which is to "failonerror" (failonerror="true" should be the default but the opposite is true and there is no attribute to change the setting).
    You could consider this to be a bad flaw in Ant itself, that you cannot get the exit code from every Ant task (since they are java programs they do have an exit code), so when new tasks are implemented by folks who lack experience they may leave out access to this programming feature that is however implemented for a bunch of important core Ant tasks such as "java" or "exec". It would have been far more useful to make this a generic feature of all Ant tasks. Of course then folks would be asking for stuff like "fail if" or "fail unless" and where would it end? Maybe with a real programming language like TCL but in XML form.

  • Exporting 'managed list' - only XML format - why??

    Was wanting to export my actors list using the export button provided in 'managed lists'. It only allowed for xml format, which for 'joe punter' like me is useless. Of course, I could go into reports and print out 'cast list', but wanted a .csv file so I could use the data.
    Please explain.

    Wonderful! I never thought of providing an extension to file names, thinking Shake would have been more intuitive than that. Extensions are not needed when exporting files to Quick Time. Nevertheless, it works which is the important point.
    Thank you.

  • [SOLVED]List of XML Publisher templates

    hi frs,
    i want to know where the list of xml publisher templates are stored.
    anyone help.
    regards
    Rajesh
    Message was edited by:
    Rajesh.mani

    As I have said before, you have to create a new template definition and assign the seeded data definition to it. Then you need to do the Purchasing setup as defined in the other thread:
    Logo on a Standard Purchase Order Stylesheet
    PO Output for Communication will automatically use the defined template when the Purchasing setup is completed.
    Please also see the white paper mentioned in that thread.
    Cheers,
    Dave

  • How to find out the list of Production orders created for sales orders

    Dear All,
    Our company wants to generate a report for a List of Materials sold out in a particular Product Hierarchy. Along with that we want to know the list of Production orders created for the sales orders.
    How to identify the production orders which are created based on Sales orders.
    Kindly suggest.
    Regards,
    Mullairaja

    Check these threads
    [Sale Order & Production Order|Sale Order & Production Order;
    [Re: Linking Production Order against a Sale Order MRP run|Linking Production Order against a Sale Order MRP run;
    thanks
    G. Lakshmipathi

  • How to update an existing item in a sharepoint list using the WSS adapter for Biztalk

    Is there a way that a record in SP list be updated using WSS adapter in biztalk ?
    BizTalk 2013 and SP 2013 ..
    Regards
    Ritu Raj
    When you see answers and helpful posts,
    please click Vote As Helpful, Propose As Answer, and/or Mark As Answer

    A ListItem has its own unique row id so in all likelihood, an insert with the same data will result in a new list entry. The Lists Web Service however, has an UpdateListItem method which will take an update request. [refer
    http://msdn.microsoft.com/en-us/library/office/websvclists.lists.updatelistitems(v=office.15).aspx ]
    There is another note in the conference (marked answered) to your List Item Update problem. Probably worth a try too. [refer
    http://social.msdn.microsoft.com/Forums/en-US/bee8f6c6-3259-4764-bafa-6689f5fd6ec9/how-to-update-an-existing-item-in-a-sharepoint-list-using-the-wss-adapter-for-biztalk?forum=biztalkgeneral ]
    Regards.

  • List of open purchase order for a sales division

    Hi experts ,
    I want to generate report for open purchase orders.This report is reqired for a perticular sales division.
    I tried to use ME2L , for this we need to give list of vendors for that division. However i guess that in purchasing we dont maintain vendors at sales division level. Can you help me in this regard
    Thanx in advance.
    Regards,
    Anand

    Hi Anand,
    One way to get the desired output is
    First you get a list of all Sales Orders for a particular division.
    then use transaction ME2K and input all Sales Order that belong to particular division and excute.
    you will get all POs for that division. But the layout of the report is not very friendly still it serves the purpose.
    Regards
    Seema

  • List of pending GR/IRs for invoicing

    hi,
    can anybody help me the T. code for list of pending GR/IR for invoice verification
    thanks
    sai

    Sai,
    Kindly have a look at T-Code MR11
    Prasanna

  • Hi I  newly started using Iphone 6, I am not getting all the applications list under Use Cellular date for to restrict my unwanted apps on cellular data

    Hi I  newly started using Iphone 6, I am not getting all the applications list under Use Cellular date for to restrict my unwanted apps on cellular data
    Please help me out

    Hi Rajesh778484,
    Welcome to the Apple Support Communities!
    I understand that some of your applications are not appearing under Settings > Cellular on your iPhone so that you can restrict or allow use of cellular data. If you have some installed applications on your iPhone that are not showing here, the first troubleshooting step I would suggest would be to reset your iPhone. Please refer to the attached article for information on how to perform a reset. 
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support
    Best regards,
    Joe

  • How can I list all the domains configured for Weblogic Servers?

    How can I list all the domains configured for Weblogic Servers?
    I saw a note, which says the following:
    "WebLogic Server does not support multi-domain interaction using either the Administration Console, the weblogic.Admin utility, or WebLogic Ant tasks. This restriction does not, however, explicitly preclude a user written Java application from accessing multiple domains simultaneously."
    In my case, I just want to list all the domains, is that possible by using any scripts?
    Thanks
    AJ

    If you use WLS Node Manager and the Config Wizard was used to create the domains, then the list of domains should be in a location like this:
    <MIDDLEWARE_HOME>\wlserver_10.3\common\nodemanager\nodemanager.domains
    Enterprise Manager Grid Control also has support for multi-domain management of WLS in a console.

  • List of sales condition types for a material

    Hi,
    I have a material and maintained pricing and discount condition types for that material. I guess VK33 helps to view what condition types maintained for that material.
    However when I tried VK33 and selected the material from the conditions from the node on the left hand side and entered the sales org, dist. channel and material and executed after I clicked on the display icon on the condition type, Sales org, Dchl material no conditions are displayed.
    Please let me know how I can view the list of sales condition maintained for a specific material.
    Thanks.

    Hi Giri,
    Thanks for the response.
    In VK13 I should enter the condition type then I can hit condition information so that the details of all records maintained for a specific condition type will only be displayed but not for other condition types.
    In V/LD, I am getting the list only for individual prices. If I insert 17 u2013 Discounts and surcharges by customer or 18 u2013 Discounts and surcharges by material, I am unable to get the list. Is it anything because of the u2018release statusu2019?  We had not checked the u2018release statusu2019 field for the tables assigned to access sequence for the condition types.
    As per the requirement business wants to view the list of u201CDiscounts and surcharges by customer/materialu201D. I think this is possible if I run the report provided by inserting values 17 or 18 but the unable to view the list. Any config settings required to activate?
    Please let me know how to view the list of condition types.
    Thanks

Maybe you are looking for

  • Using .png images in a website?

    Being new'ish to Fireworks and the .png format I am really amazed at the quality of png's in a webpage and how the hold their quality. In web design I tend to like placing text over images and this can often have quality issues as text tends not to w

  • Artwork on iPod Nano (3rd Gen)

    Hey everyone, I just got a new iPod nano and when I transfered songs from my computer over to my iPod only some of the artwork appears, does anyone know what the problem is? I even have changed the pictures to no avail.

  • Where do imported images go in Photos for Mac?

    I can't seem to find images that I imported from my iPhone in the new Photos app on my mac. I see the "Last imported" album, but that doesn;t help me if I need to find a previous import. I see that I can find them in the Moments view, but that combin

  • [Security:090314]Entitlement Engine unable to connect to the embedded LDAP server

              I rebuilt the server and I still can't start cluster server but got a different           error message. Any thoughts? (Migrating from Weblogic 6.1 to 8.1)           ==========================================================================

  • Non Returnable tax in Service PO

    Hi, We need to capture the Non returnable Service tax in the service PO.  For Non returnable service tax code there is no specified GL account assigned in the OB40 transaction. Because of this system is throwing an error in invoice verification. Our