|
|
Readme Information for XQuery download
Release Information:
This download is a prototype implementation of the XQuery language with
Oracle extensions. The release version is RELEASE_0.2_030116.
This is a technical preview release.
Dependent Products:
-
XDK - The Oracle XDK needs to be installed. The minimum
version needed is XDK 9i production release - XDK 9.2.0.1.0
-
Java JDK - The minimum JDK version that this product
has been tested with is JDK 1.3
-
Oracle XSU - The XML SQL utility. This is packaged
with the XDK and is needed only for accessing the database through the
XQuery implementation. The minimum tested version is XSU 9.2.0.1.0
-
JDBC drivers - This is needed only if you access
the database. The minimum JDBC drivers needed are those that work with
XSU and JDK 1.3 (For Oracle, you would need the JDBC 1.3 install which
includes classes12.zip)
Installation Instructions:
Windows download
-
Download xquery.zip.
-
Unzip the contents into some directory e.g. C:\xquery.
-
The directory will now contain the jar file (xquery.jar), a exmpl.xql,
bib.xml and a doc directory.
-
The doc directory contains the Java documentation for the OJXQI XQuery APIs.
-
To use the XQuery implementation, set your CLASSPATH to include xquery.jar.
This can be done by
-
setting the environment in your local command shell to include xquery.jar
-
set CLASSPATH=C:\xquery\xquery.jar;%CLASSPATH% (assuming that you unzipped
to c:\xquery)
-
To set the classpath globally, edit the CLASSPATH variable under the Control
Panel/System/Advanced/Environment Variables and add the directory as above.
Unix download
-
Download the xquery.tar.gz file
-
Unzip the contents using gunzip and untar the contents
into a directory (say /private/foo/xquery)
-
Set the CLASSPATH to include xquery.jar. This can
be done by setting the CLASSPATH variable in your .login or .cshrc (or
.shrc) files.
-
If you are using a tcsh or csh, set the CLASSPATH
by
-
setenv CLASSPATH /private/foo/xquery/xquery.jar:${CLASSPATH}
in your .login / .cshrc file
-
If you are using sh (ksh or bash) set the CLASSPATH
by
-
CLASSPATH=/private/foo/xquery/xquery.jar:${CLASSPATH}
-
export CLASSPATH
Testing the install:
|
|
|
|