Xquery API for JAVA

Hi,
I am trying to execute this examples: http://www.oracle.com/technology/sample_code/tech/xml/xmldb/jxqi.html , but when i dont have any jar files imported in my classpath.
I have the following error in imports:
import oracle.xml.parser.v2.*;
import oracle.xquery.*;
import oracle.xquery.exec.*;
Where can i download the necessary jar files?
Best regards,
Bruno oliveira

The Oracle databases, since 9 (and certainly 10) have an embedded Java VM in them.
That VM supports functionality that is not available elsewhere. Certainly not available in the standard Java VM (the one created by Sun and the one that the vast majority of posts in the java forums refer to.)
The root of your post appears at the following and looking through all of it may help.
http://www.oracle.com/technology/sample_code/tech/xml/index.html

Similar Messages

  • Where can i get  MySQL api for java?

    I'm new to jsp,
    where can i get MySQL api for java?
    thanks

    You mean the jdbc driver for mysql ? if yes, www.mysql.com/downloads/api-jdbc.html

  • JAXB as standard API for Java Mappings in XI?

    Hi there,
    Has anyone on this forum implemented Java mappings in XI using JAXB (reference implementation for XML/JAVA data bindings of SUN)?
    If Yes, can you please share any experiences?
    We're considering to use this API for Java Mappings in XI but first would like to get more background info.
    Cheers,
    Rob.

    Hi Roberto,
    Have tried implementing Java mapping using JAXB technique couple of years ago. However I was not able to test the mapping in XI/PI environment.
    <ul>
    <li>There is no in built support for JAXB from SAP XI.</li>
    <li>There is no documentation available from SAP on JAXB hence it is difficult to implement the mapping.</li>
    <li>We have to import JAXB specific jars along with the mapping code. my attempt to execute the mapping test in IR tool was unsuccessful It was running fine in standalone mode in local PC </li>
    </ul>
    [My question on SDN on same topic..|Java Mapping Using JAXB [Java Arch for XML Binding];
    Thanks and regards,
    Ananth

  • What is the good voice xml api for java

    dear buddies,
    what is the best voice xml api for java? has somebody comeacross and work involving this, i would like to hear more about this
    thanks
    Kuha

    Maybe the VXML forum is a better place: http://www.voicexml.org/
    Good luck.

  • Data Warehouse:java.lang.NoClassDefFound Error while using OWB API for Java

    I was writing code to use the OWB APIs for Java:
    I have imported the folowing files:
    oracle.owb.connection.RepositoryManager;
    oracle.owb.connection.OWBConnection;
    oracle.owb.connection.ConnectionFailureException;
    when jvm tries to get instance of Repositary Manger by the following code
    reposManager = RepositoryManager.getInstance();
    I get the following exception:
    Exception in thread main
    java.lang.NoClassDefFoundError: com/objectspace/jgl/HashMap
    I have checked my OWB and Java environment but I cant locate com/objectspace/jgl.jar file. Can some one tell me were this jar is located in so i can import it.

    Either use some criteria you develop related to one of the keys on the table or use some sort of record limiting method.
    Note the method of limiting will vary related to the database you are using. You will have to look at the documentation.
    For example I am told this will work in MySQL to get 200 records starting at record 100.
    SELECT * FROM myTable ORDER BY whatever ASC LIMIT 100,200
    Because you are running out of memroy I assume the table is large,
    I am not sure what the impact of the above will have on performance because if in the above if the order by is not based on an index at the server level all the records will be selected and sorted before the records are limited.
    I would make sure you have an appropriate index.
    If you use the advanced search over the user forums using "resultset paging" and possibility the database you are using you should be able to get some ideas.
    I hope this makes sense to you.
    rykk

  • Java.lang.NoClassDefFound Error while using OWB API for Java

    I was writing code to use the OWB APIs for Java:
    I have imported the folowing files:
    oracle.owb.connection.RepositoryManager;
    oracle.owb.connection.OWBConnection;
    oracle.owb.connection.ConnectionFailureException;
    when jvm tries to get instance of Repositary Manger by the following code
    reposManager = RepositoryManager.getInstance();
    I get the following exception:
    Exception in thread main
    java.lang.NoClassDefFoundError: com/objectspace/jgl/HashMap
    I have checked my OWB and Java environment but I cant locate com/objectspace/jgl.jar file. Can some one tell me were this jar is located in so i can import it.

    Do you have JAVA_HOME set in your environment?
    What's the result of
    env
    Make sure DBCA is calling the java under $ORACLE_HOME not from other installation.

  • Is there any Sun Java's official SVG API for Java SE?

    Hi, I'm still learning Java and SVG.
    Currently I want to build a kind of client-server application transferring SVG files.
    I'm using JSR 226 to parse SVG files in my Java ME client, but I dont know what API I should use to parse SVG files in my Java SE server.
    I want the server to read a large SVG image file and then parse it and divide it into some small linked SVG image parts before it can transferred to the client.
    Does Java SE have a standard API for SVG? Bcause I only found Batik..
    thnks in advance.

    Hello,
    I am using SVG Salamander... it is a nice small library.
    https://svgsalamander.dev.java.net/
    Jacco

  • Microsoft VSS API for java

    Hi there.
    Do anyone know about API for Microsoft Visual Source Safe for java.
    I want to access VSS server from java code.
    I require help regarding that .

    Try this. Also, this might be of use in the future.

  • An abstract database api for java

    hi there
    does somebody know if there is something like this around - I mean, an API, that works with abstract objects like tables, fields, rows, where-conditions, joins and so on, and then automatically generates the appropriate SQL-statements ?
    java.sql is a quite low-level and implementation dependent API, I'd be glad to see an abstracter framework. anybody seen something like that ?

    JDO? Though it provides for more than just portable queries, and doesn't provide any of the niceness of something like the RogueWave DBtools.h++ in terms of being able to build up a query procedurally, but it's a big step..

  • Require MS WORD API for Java

    I am looking for a way to access only the attributes of a Word document. I don't need to access the document content, no reading or writing. Just read the attributes. Is there an API out there for this?
    I've heard you can do this using a com-bridge, but I have no experience with this - is it easily done and should I venture it - is it worth the effort and can it actually done what I need?
    I've heard from someone about a JWord interface, but couldn't find any info on it.
    Thanks.

    you could use a combination of a word macro and the ActiveX bridge. the activex bridge is for accessing java and the macro for reading the attributes and pass it over the activx bridge to java. btw: the activex bridge is removed in the latest J2SE.

  • Scanning Libraries/API for Java

    Hello I'm looking for an API or library that will allow me to use or access an external scanner's functionality from Java.
    The idea is to integrate this functionality in our BBj Application.
    Thank you for any info.

    Hello I'm looking for an API or library that will allow me to use or access an external scanner's functionality from Java.
    The idea is to integrate this functionality in our BBj Application.
    Thank you for any info.

  • Need API for Java communicating with RS232

    Dear All,
    I am a newbie to Java. I have a sensor connected to a microcontroller, and this microcontroller is also connected to a PC through the RS232 (COM 1). I have installed the Java Communications API "Javax.comm" on my PC and was able to run the "BlackBox" sample program. What I require is a simple Java program that will read and show the bytes comming through the COM1 port. If anyone has done anything similar or has an idea of how to go about it, could they please send me some example code, I would be very grateful. Or if anyone knows about any website with such similar examples i would be very grateful.
    Thank you very much.
    FREDERIC

    Cross posted numerous times...
    http://forum.java.sun.com/thread.jspa?threadID=634826

  • Which java Api for Java Wallet Subtitute

    Hello,
    i would like make a web site who make secure transaction beween applet and a bank remote using credit Card.
    I don't know which technology to use since Java Wallet has been discontinued.
    Does someone know a official Sun Java platform for use Secure Transfert Electronic (SET) Protocol on web site???
    Thank you.

    Hello,
    i would like make a web site who make secure transaction beween applet and a bank remote using credit Card.
    I don't know which technology to use since Java Wallet has been discontinued.
    Does someone know a official Sun Java platform for use Secure Transfert Electronic (SET) Protocol on web site???
    Thank you.

  • [Exchange-Online][EWS][Android]Is it possible to reach Exchange room resource mailbox through Office 365 API for Java/Android

    Hi guys,
    Title covers largely what I'm trying to do. I'm trying to create an app in Android Studio that uses the Office365 for Android API (https://github.com/OfficeDev/O365-Android-Start).
    In this app i want to bind calander events to Locations that i create in Exchange online. Is this possible? If so, how? Have not been succesful in finding in any information on the issue so far.
    At the moment when the user wants to create an event, the user just types in the "location", but this is just a string and not bound to anything. I would prefer to get a dropdown of all the room resources I have on Exchange and that this will make
    that the location. This to prevent 2 seperate meetings happening in the same room at the same time.
    (Was sent here from the O365-forums, so sorry if this is a misplaced post)
    Thanks for any and all help.
    Mathias

    So then I'm guessing you want to be able to retrieve the list of resources in the address book? If the Exchange admins have configured room lists, you could use those:
    https://msdn.microsoft.com/EN-US/library/office/dn643730(v=exchg.150).aspx.

  • License for EWS API FOR JAVA

    Dear all,
    I am wondering if the licensing terms for EWS API 1.2 forbids ms to rent, lease or lend the product I develop with it, and which may contain some or all of the files listed in the REDIST.TXT file. Technically, sec. 4 of the license terms says that "You
    may not ... * rent, lease or lend the software; ...", and the files in REDIST.TXT are part of the software. However, I would find it strange if the use of REDIST files could actually limit me from renting, leasing, lending my product. Background: our
    complex and somewhat costly appliances are sometimes leased by the customer (rent/lease), and in some cases the customer gets to test them for free (lend).
    My organization has a strict governance process and any software/API used for our products must be obtained under licensing terms which do not restrict us from marketing and exploiting our products.
    Would be thankful for any hint, even if it is just a pointoer to some place where the question has been answered.
    Thanks, Udo

    Looks like someone reported my post above as 'abusive' and as a result I was banned from the forums and all my posts deleted shortly after I posted it. I am surprised why anyone reported that post and what is in it that makes it abusive. But thankfully it's
    now fixed; I hope everyone can see the above message.

Maybe you are looking for

  • Importing to Catalog

    I recently had to reinstall Windows on my computer and then reinstall the applications.  In doing so I lost my photoshop catalog.  I have about 31,000 photos and videos on my computer (in the "Pictures" folder which is the folder I have told photosho

  • Adobe Media Encoder Quality Issues  for 4:3 FLV Files

    I am working in a 480x360 window for a FLV file. Whether I export a 60 minute presentation or a 10 second pre-roll FLV file, the rendered file quality is distorted and poor. I have done the same work in CS3, but as I changed computers, the CS4 was in

  • Link to download firmware s

    I understand i need to download these softwares before i can update my at&t Lumia 1520 to denim. Is there a link to download firmware : 02061.00074.14273.33019 and firmware 1028.3562.1407.1001 Solved! Go to Solution.

  • Corrupt itunes library.xml

    The last time I opened iTunes, it told me my library file was corrupt and began importing my library XML file. iTunes doesn't keep a very good job of syncing the XML file with the library because only about 1/10th of the import was accurate. I lost a

  • Does lumia 735 have a glance screen, and when will...

    I have a lumia 720 and i am addicted to glance screen and don't know whether lumia 735 will have a glance screen as lumia 730 lacks glance, glance is a key feature that attracts me to a windows phone.