On 26 Apr 2012, at 17:18, Mariusz Sepczuk wrote:
> Hi,
>
> I created table using SQL Developer Create table sem(s VARCHAR(200),p
> VARCHAR(200),o VARCHAR(200)); And insert data INSERT INTO SEM VALUES
> ('<http://www.a.pl>', '<http://www.b.pl>', 'ania'). Now using Jena and sdb I
> try select this data SELECT * WHERE { ?s ?p ?o }. But I have error ORA-00942:
> table or view does not exist... What is wrong?
>
> MS
Oracle's native RDF support is not the same as SDB, which stores a graph in a
relational database. You need the Oracle Jena adapter (from Oracle), or
alternatively use SDB to format the database.
Damian