<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<small><font size="+1"><small>Hi List,<br>
<br>
<br>
<br>
I was looking for parameter syntax when using native Oracle support.<br>
I found in the documetation a PDF from 2004 or 5 telling all about
FUNCTION and VERSION, but i couldn';t get it right and was very unhappy
about it<br>
<br>
But then i looked in the source&nbsp; file (maporaclespatial.c) and found
the follwing short notice<br>
&nbsp;</small></font><font size="+1"><small><tt>*****************************************************************************<br>
&nbsp;*<br>
&nbsp;* Using OracleSpatial:<br>
&nbsp;* - CONNECTIONTYPE oraclespatial<br>
&nbsp;* - CONNECTION 'username/password@database'<br>
&nbsp;* - DATA 'geometry_column FROM &lt;table&gt;'<br>
&nbsp;*&nbsp;&nbsp; or<br>
&nbsp;*&nbsp;&nbsp; DATA 'geometry_column FROM &lt;table&gt; [USING UNIQUE
&lt;column&gt;' SRID #srid &lt;function&gt; VERSION &lt;vcode&gt;]'<br>
&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;function&gt; can be:<br>
&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'FILTER', 'RELATE', GEOPMRELATE' or 'NONE'<br>
&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;vcode&gt; can be:<br>
&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '8i', '9i' or '10g'<br>
&nbsp;* <br>
&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;table&gt; can be:<br>
&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; One database table name<br>
&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; or:<br>
&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (SELECT stmt)<br>
&nbsp;*<br>
&nbsp;*****************************************************************************<br>
&nbsp;* Notices above shall be included in all copies or portions of the
software.<br>
&nbsp;* This piece is provided "AS IS", without warranties of any kind. Got
it?<br>
&nbsp;*****************************************************************************</tt></small></font><font
 size="+1"><small>/ <br>
<br>
<br>
<br>
Looks clear to me, and surprizingly it answered all my questions to
satisfaction.<br>
So, please </small></font></small><small><font size="+1"><small>
whoever manages that part now, </small></font></small><small><font
 size="+1"><small>start the extensive PDF help info with this.<br>
<br>
Regards, Huub<br>
<br>
<br>
p.s. i have a small extra:<br>
<br>
&nbsp;In <br>
*&nbsp;&nbsp; DATA 'geometry_column FROM &lt;table&gt;<br>
<br>
&lt;table&gt; can or sometimes&nbsp; must be a select query in brackets <br>
&nbsp;<br>
e.g.<br>
<br>
SELECT geom FROM (select geom,id from geo_table)&nbsp; USING UNIQUE id SRID
123123 RELATE VERSION 10g<br>
<br>
</small></font></small>
</body>
</html>