Problem with Insert command
528439Aug 17 2006 — edited Aug 17 2006I have problem with double insert operation with triple which object starts with space (' ').
1. Step.
I execute
INSERT INTO artemGraph_test3 VALUES (sdo_rdf_triple_s('artemGraph_test3',
'<http://localhost/subjTest>',
'<http://localhost/predTest>',
'" 2"^^<http://www.w3.org/2001/XMLSchema#string>'))
Result - triple was added.
2. Step.
I execute the same command again:
INSERT INTO artemGraph_test3 VALUES (sdo_rdf_triple_s('artemGraph_test3',
'<http://localhost/subjTest>',
'<http://localhost/predTest>',
'" 2"^^<http://www.w3.org/2001/XMLSchema#string>'))
and oracle server begins work long time.
The second question: Why I can't correctly execute
INSERT INTO artemGraph_test3 VALUES (sdo_rdf_triple_s('artemGraph_test3',
'<http://localhost/subjTest>',
'<http://localhost/predTest>',
'" "^^<http://www.w3.org/2001/XMLSchema#string>')) ?
Thank you.
Message was edited by:
user525436
Message was edited by:
user525436
Message was edited by:
user525436