blob: bc6d96c5ad74cc75e7f9b7759f2b48c543993c43 [file] [log] [blame]
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> .
@prefix sdb: <http://jena.hpl.hp.com/2007/sdb#> .
_:c rdf:type sdb:SDBConnection ;
sdb:sdbType "oracle" ;
sdb:sdbHost "localhost:1521" ;
sdb:sdbName "XE" ;
## Use different users to have different tests database in the same installation
sdb:sdbUser "test2-hash" ;
sdb:sdbPassword "test2-hash" ;
# sdb:driver "oracle.jdbc.driver.OracleDriver" ;
.
[] rdf:type sdb:Store ;
sdb:layout "layout2/hash" ;
sdb:connection _:c ;
.