Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem with Insert command

528439Aug 17 2006 — edited Aug 17 2006
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 14 2006
Added on Aug 17 2006
3 comments
3,044 views