Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] FYI: SDOAPI.JAR, required for having any Oraclerelated test running, was not easy to find.

As for Oracle 11.1.0.7 install, sdoapi.jar should be under ORACLE_HOME\md\jlib

On 12/14/2009 5:22 PM, Sebastien Tardif wrote:
I did download win32_11gR1_database_111070.zip Enterprise edition for
Windows 32 bit, which is 2,031,081,539 bytes; however, I didn't found a
matching jar. But I didn't try to install it first.

So I think the doc should point to MapViewer Kit (much smaller), and
tell where the jar is hidden.

-----Original Message-----
From: eclipselink-dev-bounces@xxxxxxxxxxx
[mailto:eclipselink-dev-bounces@xxxxxxxxxxx] On Behalf Of Douglas Clarke
Sent: Monday, December 14, 2009 4:41 PM
To: Dev mailing list for Eclipse Persistence Services
Subject: RE: [eclipselink-dev] FYI: SDOAPI.JAR, required for having any
Oraclerelated test running, was not easy to find.


Sebastien,

In general the spatial library is included in your Oracle database
install (Standard Edition One, Standard Edition, and Enterprise Edition
but not XE). You will see at:
http://www.oracle.com/technology/software/products/spatial/index.html

For other readers of this thread I wanted to clarify. The spatial
library (sdoapi.jar) is an optional works-with dependency only required
to compile the org.eclipse.persistence.core project. If you do not have
this library you can use the compiled version of the jar that the build
process checks in whenever necessary.

You also need the sdoapi.jar if you want to use the Oracle specific
spatial features in your application.

Doug
-----Original Message-----
From: Sebastien Tardif [mailto:stardif@xxxxxxxxxxxx]
Sent: December 14, 2009 6:51 AM
To: Dev mailing list for Eclipse Persistence Services
Subject: [eclipselink-dev] FYI: SDOAPI.JAR, required for having any
Oracle related test running, was not easy to find.


FYI: SDOAPI.JAR, required for having any Oracle related test running,
was not easy to find.

It is inside the WAR that is inside the EAR that is inside MapViewer Kit
that can be downloaded here:
http://www.oracle.com/technology/software/products/mapviewer/htdocs/wins
oft.html

Web search gave other directions that end-up to be false.
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev


Back to the top