This content has been marked as final.
Show 3 replies
-
1. Re: new to Oracle..need help
alwu-Oracle Dec 2, 2008 2:58 PM (in response to 672682)Jena is a set of JAVA APIs and implementations from HP Lab. See the following links for details.
http://jena.sourceforge.net/
Jena Adaptor is from Oracle and this adaptor implements some of Jena's basic and important APIs
including Graph, Model, BulkUpdateHandler, etc. Basically, Jena Adaptor allows users to use Oracle's
semantic store (semantic data management provided inside RDBMS) through Jena's Java APIs.
Assume you don't have a Metalink account, you can find the server side patch to 11.1.0.6 using
the following link.
http://www.oracle.com/technology/software/tech/semantic_technologies/files/jenadrv_patch111rdf.zip
To install the above patch, please follow Section 2 of the following document.
http://www.oracle.com/technology/tech/semantic_technologies/documentation/jenadrv_patch_ig.txt
If you are not familiar with Oracle Database, please read the last section (Example: Step-by-step instructions (new Oracle Database 11g installation) in the above document.
Hope it helps,
Zhe Wu (a.k.a Alan Wu) -
2. Re: new to Oracle..need help
JorgeB-Oracle Dec 2, 2008 8:04 PM (in response to 672682)Hi,
I recommend to install 11.1.0.7.0 to have the latest patchset and to avoid the installation of the Jena patch which is included in 11.1.0.7.0
The prerequisite note just indicates that you need to run this script:
$ORACLE_HOME/md/admin/catsem11i.sql
connected as sys as sysdba
Oracle spatial has to be installed as Semantics uses some code from Oracle Spatial but the Spatial option is a separate feature of the Oracle Database.
I will contact you via email to follow up.
Regards!
Jorge -
3. Re: new to Oracle..need help
672682 Dec 3, 2008 1:41 AM (in response to JorgeB-Oracle)hi thanks for the link. i'll try out...
thanks once again for the HELP!
Go Oracle!