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

Reply via email to