Resources to learn XML DB

Hello Guys,
For quite some time now, I have been trying to Learn XML DB features, but never managed to grasp the concepts.
Currently, I am reading and trying to understand from XML DB 10.2 but still unable to understand. I understand that I am completely confused, probably much more of the thought in understanding internal of XML processing. Hence, I wondered if somebody could help me with Basic tutorials/Blogs that will help me start with a begineer's level and I can then move to Documentation to understand it in a better way.
Any pointers are appreciated!!!
Thanks,
Purvesh.

Also have a look at (besides of course the XMLDB Developers Guide):
- The howto's and examples on http://www.liberidu.com/blog/index/ (www.xmldb.nl)
- Odie's cool examples on http://odieweblog.wordpress.com/
- A_Non's examples on http://anononxml.blogspot.nl/
Start with the suggestions by Mark though. The Oracle by Example on the virtualbox environment might be enlightening.

Similar Messages

  • Want to learn XML - Please advice

    Dear ALl,
    So far I am using SQL,PLSQL, Forms/Reports.
    What XML - is it like SQL- I searched Google, but unable to identify the correct resource.
    I have installed Oracle 10g on my laptop - is this is enough to practice XML.
    Please adive

    >
    I have installed Oracle 10g on my laptop - is this is enough to practice XML.
    >
    yes
    >
    want to learn XML - Please advice
    >
    advice ;)
    as example goto
    Oracle® XML DB Developer's Guide 10g Release 2 (10.2) - http://docs.oracle.com/cd/B19306_01/appdev.102/b14259/toc.htm

  • Need help in learning XML in the context of ABAP

    Experts,
    I am wondering if you can help me.
    I know abap (up to SAP 4.6c versions) but I know nothing about XML ( I am literally zero on XML). I want to learn XML in the contexts of ABAP programs in SAP Netweaver versions. I tied to google XML tutorials but information is overwhelmingly too much. I do not intend to become an XML expert but want to be able to learn XML only to the level where where I can use them in ABAP programs.
    Can you guide me if there is some step by step material / documents/ tutorial on internet which is not too much?
    Thanks
    AP

    hi,
    check these:
    [http://help.sap.com/saphelp_nw70/helpdata/en/fd/9d734b389211d596a200a0c94260a5/frameset.htm]
    [http://searchsap.techtarget.com/generic/0,295582,sid21_gci1207657,00.html#]
    [http://sapblog.rmtiwari.com/2009/02/discovering-hidden-gem-generate-simple.html]
    These are just a few to start. Explore and google to dig more.
    Regards,
    Subramanian

  • Setting up JNDI resources in web.xml only

    Hi,
    I'm using Tomca 4.0 LE and JDK 1.4.0_01.
    I've been using a database connection pool on my local machine by editing the server.xml file and web.xml. However, I need to move the webapp onto a web hosting compaines server (same tomcat and jdk version). I cannot edit the server.xml file, so I need to set up my JNDI resource in web.xml only.
    I have done this (in web.xml):
    <resource-ref>
          <res-ref-name>jdbc/ocb_clients</res-ref-name>
          <res-type>javax.sql.DataSource</res-type>
          <res-auth>Container</res-auth>
      </resource-ref> Now, before when I had this all set up in web.xml, I had a list of <ResourceParams> within the <context> element:
    <ResourceParams name="jdbc/ocb_clients">
        <parameter>
          <name>factory</name>
          <value>org.apache.commons.dbcp.BasicDataSourceFactory</value>
        </parameter>
        <parameter>
         <name>username</name>
         <value>username_here</value>
        </parameter>
        <parameter>
         <name>password</name>
         <value>password_here</value>
        </parameter>          
        <parameter>
           <name>driverClassName</name>
           <value>org.gjt.mm.mysql.Driver</value>
        </parameter>       
        <parameter>
          <name>url</name>
          <value>jdbc:mysql://localhost:3306/ocb_clients</value>
        </parameter>
      </ResourceParams>These parameters are obviously needed for the datasource to work. How can I set these up just using web.xml?
    Also, this code is from a servlet that I have loading on tomcat startup. Will this still work with the new configuration?
    public void init() throws ServletException
         DataSource ds = null;       
         try
           //Set up the inital context
           Context ctx = new InitialContext();
           //Look up the database
           ds = (DataSource) ctx.lookup("java:comp/env/jdbc/ocb_clients");
         catch(NamingException nameE)
           System.err.println("Error looking up database: " + nameE);
         //Add the datasource to the application scope
         getServletContext().setAttribute("ocbDatabase", ds);
      }Any help is greatly appricated,
    Thanks, Mel.

    I am Having exactly the same problem with tomcat 5.0. I have tried to do everything mention as solutions at different fourums but I failed.
    BTW I am using MySQL
    Thanks
    Dibakar

  • Peter Fabian from Ottawa – Wants to learn XML and SQL

    Hi There,
    I am Peter Fabian from Ottawa. I want to learn XML and SQL. I have basic knowledge of HTML. Please provide me necessary tutorial which can help me to learn XML and SQL.
    Thanks
    Peter Fabian

    Some starting points based on existing Oracle documentation
    [url http://www.oracle.com/technetwork/indexes/documentation/index.html]Oracle Documentation
    SQL - [url http://docs.oracle.com/cd/E11882_01/appdev.112/e10766/toc.htm]2 Day Developer&apos;s Guide
    XML DB - [url http://docs.oracle.com/cd/E11882_01/appdev.112/e23094/xdb01int.htm#ADXDB0100]XML DB Developer&apos;s Guide
    If you are going for the basics of XML, here is a place to start at [url http://www.w3schools.com/xml/]XML Tutorial
    You can also just google for tutorials on both SQL and XML and find the basics as well.

  • Learning XML/EJB

    Hi,
    I'm Master's student here in US and into my final semester now. This is my first visit to this website and am excited to be able to reach out to experts in this area.
    I'd like to learn XML and EJB and wanted someone to guide me with regards to the books that i could use and some projects that i could do on my own. I possess strong
    C/C++ prog skills and am comfortable in Java.
    I'd highly appreciate any help i can receive in this regard,
    Thanks for your time,
    Best Regards,
    Aby
    EMAIL : [email protected]

    OTN has some sample apps that might interest you:
    [list][*]Hotel Reservation Application
    [*]WebStore B2B Exchange
    [*]XML Flight Finder
    [*]B2B with XML
    [*]Customizing Web Content
    [list]
    And there's much more sample code available.
    Regards,
    -rh

  • Pointers to start learning XML

    Hi,
    I am an Oracle DBA and want to start learning
    about XML. Can some one please provide me
    helpful pointers to URL/books for learning
    XML. Pls email me at [email protected]
    Thanks
    Himanshu.

    OTN is a good place to start. Browse to the OTN XML Home page:
    http://otn.oracle.com/tech/xml/content.html
    Near the bottom of the page is the "For Those New to XML"
    section. It provides links to help you get started.
    Regards,
    -rh

  • Good Resources for learning Bash Scripting

    I know, I should probably be lectured for the fact that I'm a heavy Linux user who programs in a variety of languages, but is very limited when it comes to bash scripting itself.
    So, I've decided now is the time to learn. It seriously beats writing configuration scripts in C, I think (that's not really what C is used for these days...).
    So, anyone know of some good (preferably free) resources on learning Bash?
    Edit:
    OR if someone has any suggested alternatives (e.g., Python as a replacement?), do tell.
    Last edited by holland01 (2012-09-07 23:09:11)

    sisco311 wrote:Greg's Wiki
    +1
    See also: https://bbs.archlinux.org/viewtopic.php?id=103851 & https://bbs.archlinux.org/viewtopic.php?id=114288

  • Some good resources for learning Unity scripting in C#.

    Title said evrything.Recomend me some good resource for learning scripting in Unity3d for C#.
    But because i write on C# for year and half i really want to lessons be more about new features for scripting in C# in Unity,then introducing some basic features in C#.

    Unity webpage provides best tutorials for learning Unity, including C# scripting.
    http://unity3d.com/learn/tutorials/modules/beginner/scripting

  • What are the best resources for learning JSP?

    In your experience, what have been the best resources for learning JSP? I am new to this, and so far have been plugging away at a "Dummies" book. Hopefully there are other inexpensive ways (I checked the book out at the library), to learn it, and possibly even less boring (though I doubt it). I can deal with the boring, but I was wondering if I was going about learning it the best way.

    Hi ..
    GO to website www.Apache.org
    down load Apache tomcat server .
    install it ...
    Go to sun site
    c and download jsp tutorials ...
    Go to
    (www.coreservlets.com)download book core servlets
    u can find lots of nice books supported by sun on sunwebsite ...
    Now u r equipped ....
    start doing everything (R &D) on server ..
    Join This JSP forum and ask any thing u didnt got ..or learn or get confused..
    I thing once u go through this ..it will do all what u want
    Hope it helps
    Best of Luck :)
    regds & take care

  • Learning XML

    Does anyone know of some good learning resources for XML?

    XML is almost useless without the XSLT and the rendering engines behind it, that allow you to present your XML files as html, word doc, pdf, and what not ... 
    The first guys to do it were Microsoft, with MSXML, in the times of IE 5 or later- they used Javascript or whatever they call it for their XSLT engine.
    Mozilla was quick to catch up, and Firefox sports some xml parsing capabilities built-in, and even moe intriguing, the posibility to configure itself using XML- style files.
    There are some XSLT engines written in Java, others written in C++, and maybe other languages as well (perl, python, ...)
    Try to google XSLT (XML StyleSheet Language Transformation ?), FO (formatting-objects), xalan, xercess, you get the point ...

  • Wants to Learn XML

    Hi Every one,
    I am new in it. Can any one please tell me from where I can learn this XML.
    How to create, insert, update, read etc.
    If any one has the document or any source from where I can read all this please let me know.
    I will thankful to you for sharing the knowledge.
    Thank you.
    Zee

    If you read the forum introduction at the top of the Thread List for this forum you'll find that the XDB page on OTN Is an excellent starting point

  • Resources to learn Premier Pro CS6

    Hi there,
    Ive ordered Classroom in a Book and Learn by Video DVD set already, but was wondering if there are any other resources you can recommend?
    Thank you
    a.mouse

    Maybe this
    https://helpx.adobe.com/creative-cloud/learn/start/premiere.html
    and/or this
    http://library.creativecow.net/tutorials/adobepremierepro
    can be helpful

  • How to get bundled message resource in validation.xml?

    Hi,
    Is it possible to get a bundled message resource in the validation.xml? Basically i want to do the following validation:
    <form name="testForm">
             <field property="name" depends="required">
                  <arg0 key="form.testForm.name" />
             </field>
    </form>But the message "fom.testForm.name" is stored in a resource file stated as below in struts-config.xml:
    <message-resources parameter="com.test.TestResources" key="test"/>Means if u want to use this message in jsp, u need to add bundle="test". In this case, how to write the validation? Possible to get this message?

    u can give your message key value pair the default
    application resource bundle..Do u mean that here i could only use default application resource messages? Other resource messages could not be used for validation?

  • Best Online resource to reference XML tags for SharePoint 2013

    Hi All,
    I was wondering if anyone can direct me to any online resources to reference when building a xml script to build a term set for a choice column. Maybe I should be looking at what properties I need to set I guess I am looking for something like a VMA guide
    and example type thing  any help to steer me in the right direction would help

    Yes they are documented in MSDN. Please follow the links:
    http://msdn.microsoft.com/en-us/library/ee231576.aspx
    http://msdn.microsoft.com/en-us/library/ms454677(office.14).aspx
    http://msdn.microsoft.com/en-us/library/ms447717(v=office.14).aspx
    http://msdn.microsoft.com/en-us/library/ms434726(v=office.14).aspx
    Thanks,
    Sohel Rana
    http://ranaictiu-technicalblog.blogspot.com

Maybe you are looking for

  • How to move music from Ipod to Windows 8

    I am having difficulty putting my music from my IPod 4G to Windows 8. I have both Xbox music and iTunes and neither one will recognize the music on the iPod. When I connect the iPod, I can play the music, but I cannot find a way to transfer it to my

  • JAXB unmarshalling problem

    Hi I have a problem with unmarshalling. when my XML document is valide ,there is no probem but when the document is not valid(for exemple i put a String value in an element of type xs:decimal) i get a strange result:I thought that i will get a java.l

  • How to correct distorted raw image?

    The image i took was one of my desktop accessories from about one ft. away  and at 24mm wide angle.  in the image"s  four corners is the black edges of the lens.(raw one)  Also the front edge of the desk is curved inwards and i have some bowing of th

  • JDBC  odbc performance issue...

    I know this is not the right place to post this memo but some of you are very nice and have deep knowledge of what i am going to ask.... I have a java programme which call a stored procedure using oracle callable ( OracleCallableStatement ) slowConn.

  • Error while installing AD exchange connector

    Hi All, When I m trying to install exchange connector 9.1.1.7.0 in OIM 11.1.1.3.0 I m getting the following error the error occurred while importing connector xml files please help me in this regards DOBJ.XML_IMPORT_ERROR oracle.iam.reconciliation.ex