This content has been marked as final.
Show 3 replies
-
1. Re: Oracle Jena Plugin and "?Resource" in select
alwu-Oracle Apr 9, 2010 4:06 PM (in response to 758212)Hi,
That is because resource is a reserved keyword.
Please refer to the following document.
http://download-west.oracle.com/docs/cd/B19306_01/appdev.102/b14261/reservewords.htm
Thanks,
Zhe Wu -
2. Re: Oracle Jena Plugin and "?Resource" in select
758212 Apr 9, 2010 4:17 PM (in response to alwu-Oracle)So no PL/SQL keyword can appear in the select clause of a SPARQL statement? Shouldn't the code that translates a SPARQL statement into a SEM_MATCH statement just change that into a valid string? I'm not writing the PL/SQL statement, the Oracle Jena plugin is the one creating the improper statement.
-Ryan -
3. Re: Oracle Jena Plugin and "?Resource" in select
alwu-Oracle Apr 9, 2010 5:45 PM (in response to 758212)Hi Ryan,
You have a valid point. It is a good requirement for us. For now, please change the names slightly.
Thanks,
Zhe Wu