Home » Server Options » Spatial » RDF, SDO_RDF_MATCH
RDF, SDO_RDF_MATCH [message #199977] Fri, 27 October 2006 04:49
anatalida
Messages: 1
Registered: October 2006
Junior Member
Hello,

I have a little problem.

If I execute the folowing statement:

select x from table (sdo_rdf_match('(?x prop:clientpf cpf:1260861)',
sdo_rdf_models('clients'),
null,
sdo_rdf_aliases(sdo_rdf_alias('prop','http://exemple.com/property/'),
sdo_rdf_alias('pers','http://exemple.com/person/'),
sdo_rdf_alias('cpf','http://exemple.com/clipf/')
),
null))

, I will receive the folowing error:

ORA-29532: Java call terminated by uncaught Java exception: oracle.spatial.rdf.server.TokenMgrError: Lexical error at line 1, column 28. Encountered: "1" (49), after : "cpf:"
ORA-06512: at "MDSYS.RDF_MATCH_IMPL_T", line 94
ORA-06512: at "MDSYS.RDF_MATCH_IMPL_T", line 34
ORA-06512: at line 4.


But if I use a letter in front of the number, for example if I use "cpf:cod1260861" instead of "cpf:1260861" it works, i don't have any lexical error.
can anyone explain me why? and more important, what should I do to make it work with cpf:1260861 ?

Thanks
Previous Topic: Truncate Table
Next Topic: how to run mapviewer??
Goto Forum:
  


Current Time: Thu Mar 28 04:06:06 CDT 2024