<font size=2 face="sans-serif">Hi</font>
<br>
<br><tt><font size=2>&gt; Gibt es eine Längenbegrenzung für das SQL (um
die 2000 Zeichen), das ich <br>
&gt; im Mapfile eintragen kann?<br>
</font></tt><font size=2 face="sans-serif">Könnte gut sein, dass diese
Idee zielführend ist..</font>
<br>
<br><font size=2 face="sans-serif">In msoraclespatial.c sind maximale String-Längen
leider nicht so richtig griffig augeschlüsselt.</font>
<br><font size=2 face="sans-serif">In der Funktion msOracleSpatialLayerGetItems
werden char-Arrays beispielsweise mit maximalen </font>
<br><font size=2 face="sans-serif">Längen in recht &quot;klassischem C-Stil&quot;
angelegt. Wenn ich es richtig sehe, enthält dort die Variable </font>
<br><font size=2 face="sans-serif">&quot;char table_name[2000]&quot; Dein
Hammerstatement. Und in die Größenordnung von </font>
<br><font size=2 face="sans-serif">2000 Zeichen kommt Deine Abfrage bestimmt.</font>
<br>
<br><font size=2 face="sans-serif">Das kann man nicht übers Mapfile verändern.
Falls Du mapserver selber kompilierst:</font>
<br><font size=2 face="sans-serif">&nbsp; In Version 5.4.2/msoraclespatial.c
sollten die Zeilen 1884, 2346, 2488 und 2753 angepasst werden.</font>
<br><font size=2 face="sans-serif">&nbsp; Da sollte dann sowas wie &nbsp;&quot;table_name[3000]&quot;
stehen.</font>
<br>
<br><font size=2 face="sans-serif">Falls Du das nicht machen möchtest und
das das Kürzen des Statements - mit welcher Technik auch immer - </font>
<br><font size=2 face="sans-serif">keine tragfähige Lösung ist könntest
Du vielleicht in der englischen Liste nachfragen, ob für die nächste Version
</font>
<br><font size=2 face="sans-serif">diese Konstante vergrößert wird.</font>
<br>
<br><font size=2 face="sans-serif">Grüße, Benedikt Rothe</font>
<br>
<br>
<br><tt><font size=2>mapserver-de-bounces@freegis.org schrieb am 22.12.2009
08:56:54:<br>
<br>
&gt; Stefan Schantz &lt;SSchantz@BfS.de&gt; </font></tt>
<br><tt><font size=2>&gt; Gesendet von: mapserver-de-bounces@freegis.org<br>
&gt; </font></tt>
<br><tt><font size=2>&gt; 22.12.2009 09:27</font></tt>
<br><tt><font size=2>&gt; <br>
&gt; An</font></tt>
<br><tt><font size=2>&gt; <br>
&gt; umn-ms@hydrotec.de</font></tt>
<br><tt><font size=2>&gt; <br>
&gt; Kopie</font></tt>
<br><tt><font size=2>&gt; <br>
&gt; mapserver-de-bounces@freegis.org, mapserver-de@freegis.org</font></tt>
<br><tt><font size=2>&gt; <br>
&gt; Thema</font></tt>
<br><tt><font size=2>&gt; <br>
&gt; Re: [Mapserver-DE] Antwort: Query Error bei getFqatureRequest auf
Oracle DB</font></tt>
<br><tt><font size=2>&gt; <br>
&gt; Hallo Benedikt,<br>
&gt; vielen Dank für deinen Tip. An der unbenamten Spalte hat es leider
nicht <br>
&gt; gelegen. Eine eigene View kommt leider auch nicht in Frage.<br>
&gt; Gibt es eine Längenbegrenzung für das SQL (um die 2000 Zeichen), das
ich <br>
&gt; im Mapfile eintragen kann?<br>
&gt; Durch die radikale Kürzung der Tabellennamen hat nämlich das SQL geklappt.<br>
&gt; Grüße<br>
&gt; Stefan<br>
&gt; <br>
&gt; umn-ms@hydrotec.de schrieb:<br>
&gt; &gt; Hallo<br>
&gt; &gt;<br>
&gt; &gt; Ich persönlich bevorzuge in solchen Fällen, für die SQL-Abfrage
einen <br>
&gt; &gt; Datenbank-View anzulegen und im Map-File<br>
&gt; &gt; dann eine übersichtlichere Anweisung wie &quot;DATA geom FROM
(SELECT * <br>
&gt; &gt; FROM MYVIEW)&quot; zu haben.<br>
&gt; &gt;<br>
&gt; &gt; Ob Mapserver beispielsweise mit unbenamten Spalten wie <br>
&gt; &gt; &quot;((R_VORGANG.OID)-(255297803876564992))&quot;<br>
&gt; &gt; ohne wieteres klar kommt?<br>
&gt; &gt;<br>
&gt; &gt; Grüße, Benedikt<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; mapserver-de-bounces@freegis.org schrieb am 18.12.2009 08:59:12:<br>
&gt; &gt;<br>
&gt; &gt; &gt; Stefan Schantz &lt;sschantz@bfs.de&gt;<br>
&gt; &gt; &gt; Gesendet von: mapserver-de-bounces@freegis.org<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; 18.12.2009 09:31<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; An<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; mapserver-de@freegis.org<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Kopie<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Thema<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; [Mapserver-DE] Query Error bei getFqatureRequest auf Oracle
DB<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Hallo Liste,<br>
&gt; &gt; &gt; ich habe einen Layer, der seine Daten aus einer Oracle DB
holt und sich<br>
&gt; &gt; &gt; sich problemlos auf meinem Clienten darstellen läßt.<br>
&gt; &gt; &gt; Sobald ich jedoch einen getFeatureRequest absetze, erscheint
die<br>
&gt; &gt; &gt; Fehlermeldung &quot;msOracleSpatialLayerGetItems(): Query
error. Cannot<br>
&gt; &gt; &gt; retrieve column list&quot;<br>
&gt; &gt; &gt; Im Log-File stehen 2 SQLs. Das eine SQL mit der Spatial-Abfrage
kann <br>
&gt; &gt; ich<br>
&gt; &gt; &gt; im Oracle Developer &nbsp;ausführen und erhalte ein Ergebnis.
&nbsp;Warum &nbsp;erhält<br>
&gt; &gt; &gt; der UMN keine Daten?<br>
&gt; &gt; &gt; Danke für die Unterstützung!<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Grüße<br>
&gt; &gt; &gt; Stefan Schantz<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; ############################## Ausschnitt<br>
&gt; &gt; &gt; Layerdefinition############################<br>
&gt; &gt; &gt; LAYER<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; NAME &quot;aero_nukspez_cs137&quot;<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; STATUS ON<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; DEBUG ON<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; TYPE POINT<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; PROJECTION<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;init=epsg:25832&quot;<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; END<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; METADATA<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;...<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; END<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; DUMP TRUE<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; CONNECTIONTYPE oraclespatial<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; CONNECTION<br>
&gt; &gt; &gt; <br>
&gt; &gt; &quot;***/***@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=***)(PORT=
<br>
&gt; &gt;<br>
&gt; &gt; &gt; 1521)))(CONNECT_DATA=(SID=***)))&quot;<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; PROCESSING &quot;CLOSE_CONNECTION=DEFER&quot;<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; DATA &quot;GEOM from (SELECT<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;geom,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_PROBE.PROBEENTNAHME_BEGINN,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_PROBE.PROBEENTNAHME_ENDE,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; S_MESSGROESSE.BEZEICHNUNG,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; to_char(P_MESSWERT.MESSWERT,
'0.99999') AS WERT,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;S_MESS_EINHEIT1.BEZEICHNUNG,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_MESSWERT.MESSFEHLER,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_PROBE.MITTELUNGSDAUER,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; S_NETZ_BETREIBER.BEZEICHNUNG,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; dwd_mess_utm.mst_id AS ID,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_ENTNAHMEORT.KOORD_X_UTM,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_ENTNAHMEORT.KOORD_Y_UTM,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; ((R_VORGANG.OID)-(255297803876564992)),<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; R_VORGANG.AUSFUEHRUNGSDATUM,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_MESSUNG.STATUS_1,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_MESSUNG.STATUS_2,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_MESSUNG.STATUS_4,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; S_STATUS_BMU.BEZEICHNUNG,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_PROBE.IST_TESTDATENSATZ<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; FROM<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; dwd_mess_utm,IMIS.P_ENTNAHMEORT,IMIS.S_MESS_EINHEIT<br>
&gt; &gt; &gt; <br>
&gt; &gt; <br>
&gt; S_MESS_EINHEIT1,IMIS.S_MESSGROESSE,IMIS.S_STATUS_BMU,IMIS.P_MESSUNG,IMIS.S_NETZ_BETREIBER,IMIS.P_MESSWERT,IGS2.R_VORGANG_MESSUNG_P,IMIS.P_PROBE,IMIS.S_MESS_STELLE<br>
&gt; &gt; &gt; S_MESS_STELLE14,IGS2.R_VORGANG<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; WHERE<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; (R_VORGANG_MESSUNG_P.S_OID =
R_VORGANG.OID(+)<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND R_VORGANG_MESSUNG_P.T_PROBE_ID(+)
= P_MESSUNG.PROBE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND R_VORGANG_MESSUNG_P.T_MESSUNGS_ID(+)
= P_MESSUNG.MESSUNGS_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND p_probe.mst_id = dwd_mess_utm.mst_id<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_ENTNAHMEORT.PROBE_ID =
P_PROBE.PROBE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSUNG.STATUS_5 = S_STATUS_BMU.STATUS_5<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND S_MESS_STELLE14.NETZBETREIBER_ID
=<br>
&gt; &gt; &gt; S_NETZ_BETREIBER.NETZBETREIBER_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSUNG.PROBE_ID = P_PROBE.PROBE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSWERT.MESSGROESSE_ID
= S_MESSGROESSE.MESSGROESSE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_ENTNAHMEORT.PROBE_ID =
P_PROBE.PROBE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_PROBE.MST_ID = S_MESS_STELLE14.MST_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSWERT.PROBE_ID = P_MESSUNG.PROBE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSWERT.MESSUNGS_ID =
P_MESSUNG.MESSUNGS_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSWERT.MEH_ID = S_MESS_EINHEIT1.MEH_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND (P_PROBE.UMW_ID IN ('L31'))<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND (P_MESSWERT.MESSGROESSE_ID
IN (373))<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND (P_ENTNAHMEORT.STAAT_ID
IN (0))<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND (P_PROBE.DATENBASIS_ID IN
(1))<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND (P_PROBE.NETZBETREIBER_ID
IN ('W'))<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_PROBE.PROBEENTNAHME_BEGINN
= TO_DATE('16.12.2009<br>
&gt; &gt; &gt; 06:00','DD.MM.YYYY HH24:MI')))<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; USING UNIQUE ID SRID 25832&quot;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; TEMPLATE &quot;../templates/getFeature_ODL.html&quot;<br>
&gt; &gt; &gt; ...<br>
&gt; &gt; &gt; <br>
&gt; &gt; <br>
&gt; ########################################################################################<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; ####################################### MS<br>
&gt; &gt; &gt; LOGFILE######################################<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:05 2009].932804 msOracleSpatialLayerClose.
Cleaning<br>
&gt; &gt; &gt; Oracle Cache.<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:05 2009].932814 msOracleSpatialLayerClose.
Release <br>
&gt; &gt; the<br>
&gt; &gt; &gt; Oracle Pool.<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:05 2009].932816<br>
&gt; &gt; &gt; msConnPoolRelease(aero_nukspez_cs137,i****/***@(DESCRIPTION=<br>
&gt; &gt; &gt; (ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=***)(PORT=<br>
&gt; &gt; &gt; 1521)))(CONNECT_DATA=(SID=***))),82368a8)<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:05 2009].932981<br>
&gt; &gt; &gt; msConnPoolClose(***/***@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=<br>
&gt; &gt; &gt; (PROTOCOL=TCP)(HOST=***)(PORT=<br>
&gt; &gt; &gt; 1521)))(CONNECT_DATA=(SID=***))),82368a8)<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:06 2009].470320 msOracleSpatialLayerOpen
called with:<br>
&gt; &gt; &gt; GEOM from (SELECT<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;geom,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_PROBE.PROBEENTNAHME_BEGINN,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_PROBE.PROBEENTNAHME_ENDE,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; S_MESSGROESSE.BEZEICHNUNG,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; to_char(P_MESSWERT.MESSWERT,
'0.99999') AS WERT,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;S_MESS_EINHEIT1.BEZEICHNUNG,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_MESSWERT.MESSFEHLER,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_PROBE.MITTELUNGSDAUER,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; S_NETZ_BETREIBER.BEZEICHNUNG,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; dwd_mess_utm.mst_id AS ID,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_ENTNAHMEORT.KOORD_X_UTM,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_ENTNAHMEORT.KOORD_Y_UTM,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; ((R_VORGANG.OID)-(255297803876564992)),<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; R_VORGANG.AUSFUEHRUNGSDATUM,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_MESSUNG.STATUS_1,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_MESSUNG.STATUS_2,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_MESSUNG.STATUS_4,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; S_STATUS_BMU.BEZEICHNUNG,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_PROBE.IST_TESTDATENSATZ<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; FROM<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; dwd_mess_utm,IMIS.P_ENTNAHMEORT,IMIS.S_MESS_EINHEIT<br>
&gt; &gt; &gt; <br>
&gt; &gt; <br>
&gt; S_MESS_EINHEIT1,IMIS.S_MESSGROESSE,IMIS.S_STATUS_BMU,IMIS.P_MESSUNG,IMIS.S_NETZ_BETREIBER,IMIS.P_MESSWERT,IGS2.R_VORGANG_MESSUNG_P,IMIS.P_PROBE,IMIS.S_MESS_STELLE<br>
&gt; &gt; &gt; S_MESS_STELLE14,IGS2.R_VORGANG<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; WHERE<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; (R_VORGANG_MESSUNG_P.S_OID =
R_VORGANG.OID(+)<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND R_VORGANG_MESSUNG_P.T_PROBE_ID(+)
= P_MESSUNG.PROBE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND R_VORGANG_MESSUNG_P.T_MESSUNGS_ID(+)
= P_MESSUNG.MESSUNGS_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND p_probe.mst_id = dwd_mess_utm.mst_id<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_ENTNAHMEORT.PROBE_ID =
P_PROBE.PROBE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSUNG.STATUS_5 = S_STATUS_BMU.STATUS_5<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND S_MESS_STELLE14.NETZBETREIBER_ID
=<br>
&gt; &gt; &gt; S_NETZ_BETREIBER.NETZBETREIBER_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSUNG.PROBE_ID = P_PROBE.PROBE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSWERT.MESSGROESSE_ID
= S_MESSGROESSE.MESSGROESSE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_ENTNAHMEORT.PROBE_ID =
P_PROBE.PROBE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_PROBE.MST_ID = S_MESS_STELLE14.MST_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSWERT.PROBE_ID = P_MESSUNG.PROBE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSWERT.MESSUNGS_ID =
P_MESSUNG.MESSUNGS_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSWERT.MEH_ID = S_MESS_EINHEIT1.MEH_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND (P_PROBE.UMW_ID IN ('L31'))<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND (P_MESSWERT.MESSGROESSE_ID
IN (373))<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND (P_ENTNAHMEORT.STAAT_ID
IN (0))<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND (P_PROBE.DATENBASIS_ID IN
(1))<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND (P_PROBE.NETZBETREIBER_ID
IN ('W'))<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_PROBE.PROBEENTNAHME_BEGINN
= TO_DATE('16.12.2009<br>
&gt; &gt; &gt; 06:00','DD.MM.YYYY HH24:MI')))<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; USING UNIQUE ID SRID 25832<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:06 2009].494014 msOracleSpatialLayerOpen.
Shared<br>
&gt; &gt; &gt; connection not available. Creating one.<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:06 2009].494020<br>
&gt; &gt; &gt; msConnPoolRegister(aero_nukspez_cs137,***/***@(DESCRIPTION=<br>
&gt; &gt; &gt; (ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=***)(PORT=<br>
&gt; &gt; &gt; 1521)))(CONNECT_DATA=(SID=***))),82368a8)<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:06 2009].500778 msOracleSpatialLayerFreeItemInfo
was<br>
&gt; &gt; &gt; called.<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:06 2009].500796 msOracleSpatialLayerInitItemInfo
was<br>
&gt; &gt; &gt; called.<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:06 2009].500972 msOracleSpatialLayerWhichShapes
was<br>
&gt; &gt; &gt; called.<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:06 2009].501042 msOracleSpatialLayerWhichShapes.
<br>
&gt; &gt; Using<br>
&gt; &gt; &gt; this Sql to retrieve the data: SELECT ID, WERT, GEOM FROM
(SELECT<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;geom,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_PROBE.PROBEENTNAHME_BEGINN,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_PROBE.PROBEENTNAHME_ENDE,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; S_MESSGROESSE.BEZEICHNUNG,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; to_char(P_MESSWERT.MESSWERT,
'0.99999') AS WERT,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;S_MESS_EINHEIT1.BEZEICHNUNG,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_MESSWERT.MESSFEHLER,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_PROBE.MITTELUNGSDAUER,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; S_NETZ_BETREIBER.BEZEICHNUNG,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; dwd_mess_utm.mst_id AS ID,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_ENTNAHMEORT.KOORD_X_UTM,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_ENTNAHMEORT.KOORD_Y_UTM,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; ((R_VORGANG.OID)-(255297803876564992)),<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; R_VORGANG.AUSFUEHRUNGSDATUM,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_MESSUNG.STATUS_1,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_MESSUNG.STATUS_2,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_MESSUNG.STATUS_4,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; S_STATUS_BMU.BEZEICHNUNG,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_PROBE.IST_TESTDATENSATZ<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; FROM<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; dwd_mess_utm,IMIS.P_ENTNAHMEORT,IMIS.S_MESS_EINHEIT<br>
&gt; &gt; &gt; <br>
&gt; &gt; <br>
&gt; S_MESS_EINHEIT1,IMIS.S_MESSGROESSE,IMIS.S_STATUS_BMU,IMIS.P_MESSUNG,IMIS.S_NETZ_BETREIBER,IMIS.P_MESSWERT,IGS2.R_VORGANG_MESSUNG_P,IMIS.P_PROBE,IMIS.S_MESS_STELLE<br>
&gt; &gt; &gt; S_MESS_STELLE14,IGS2.R_VORGANG<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; WHERE<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; (R_VORGANG_MESSUNG_P.S_OID =
R_VORGANG.OID(+)<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND R_VORGANG_MESSUNG_P.T_PROBE_ID(+)
= P_MESSUNG.PROBE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND R_VORGANG_MESSUNG_P.T_MESSUNGS_ID(+)
= P_MESSUNG.MESSUNGS_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND p_probe.mst_id = dwd_mess_utm.mst_id<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_ENTNAHMEORT.PROBE_ID =
P_PROBE.PROBE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSUNG.STATUS_5 = S_STATUS_BMU.STATUS_5<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND S_MESS_STELLE14.NETZBETREIBER_ID
=<br>
&gt; &gt; &gt; S_NETZ_BETREIBER.NETZBETREIBER_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSUNG.PROBE_ID = P_PROBE.PROBE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSWERT.MESSGROESSE_ID
= S_MESSGROESSE.MESSGROESSE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_ENTNAHMEORT.PROBE_ID =
P_PROBE.PROBE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_PROBE.MST_ID = S_MESS_STELLE14.MST_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSWERT.PROBE_ID = P_MESSUNG.PROBE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSWERT.MESSUNGS_ID =
P_MESSUNG.MESSUNGS_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSWERT.MEH_ID = S_MESS_EINHEIT1.MEH_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND (P_PROBE.UMW_ID IN ('L31'))<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND (P_MESSWERT.MESSGROESSE_ID
IN (373))<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND (P_ENTNAHMEORT.STAAT_ID
IN (0))<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND (P_PROBE.DATENBASIS_ID IN
(1))<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND (P_PROBE.NETZBETREIBER_ID
IN ('W'))<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_PROBE.PROBEENTNAHME_BEGINN
= TO_DATE('16.12.2009<br>
&gt; &gt; &gt; 06:00','DD.MM.YYYY HH24:MI'))) WHERE SDO_FILTER( GEOM,<br>
&gt; &gt; &gt; MDSYS.SDO_GEOMETRY(2003, 25832,<br>
&gt; &gt; &gt; NULL,MDSYS.SDO_ELEM_INFO_ARRAY(1,1003,3),MDSYS.SDO_ORDINATE_ARRAY<br>
&gt; &gt; &gt; (814703.455,5375543.26,827001.233,5393241.81)<br>
&gt; &gt; &gt; ),'querytype=window') = 'TRUE'<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:06 2009].543163 msOracleSpatialLayerFreeItemInfo
was<br>
&gt; &gt; &gt; called.<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:06 2009].543169 msOracleSpatialLayerClose
was called.<br>
&gt; &gt; &gt; Layer name: aero_nukspez_cs137. Layer connection:<br>
&gt; &gt; &gt; <br>
&gt; &gt; ***/***@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=***)(PORT=
<br>
&gt; &gt;<br>
&gt; &gt; &gt; 1521)))(CONNECT_DATA=(SID=***)))<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:06 2009].543172 msOracleSpatialLayerClose.
Cleaning<br>
&gt; &gt; &gt; layerinfo handlers.<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:06 2009].543201 msOracleSpatialLayerClose.
Cleaning<br>
&gt; &gt; &gt; Oracle Cache.<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:06 2009].543236 msOracleSpatialLayerClose.
Release <br>
&gt; &gt; the<br>
&gt; &gt; &gt; Oracle Pool.<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:06 2009].543238<br>
&gt; &gt; &gt; msConnPoolRelease(aero_nukspez_cs137,***/***@(DESCRIPTION=<br>
&gt; &gt; &gt; (ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=***)(PORT=<br>
&gt; &gt; &gt; 1521)))(CONNECT_DATA=(SID=***))),82368a8)<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:06 2009].543297 msOracleSpatialLayerOpen
called with:<br>
&gt; &gt; &gt; GEOM from (SELECT<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;geom,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_PROBE.PROBEENTNAHME_BEGINN,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_PROBE.PROBEENTNAHME_ENDE,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; S_MESSGROESSE.BEZEICHNUNG,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; to_char(P_MESSWERT.MESSWERT,
'0.99999') AS WERT,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;S_MESS_EINHEIT1.BEZEICHNUNG,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_MESSWERT.MESSFEHLER,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_PROBE.MITTELUNGSDAUER,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; S_NETZ_BETREIBER.BEZEICHNUNG,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; dwd_mess_utm.mst_id AS ID,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_ENTNAHMEORT.KOORD_X_UTM,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_ENTNAHMEORT.KOORD_Y_UTM,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; ((R_VORGANG.OID)-(255297803876564992)),<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; R_VORGANG.AUSFUEHRUNGSDATUM,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_MESSUNG.STATUS_1,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_MESSUNG.STATUS_2,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_MESSUNG.STATUS_4,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; S_STATUS_BMU.BEZEICHNUNG,<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; P_PROBE.IST_TESTDATENSATZ<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; FROM<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; dwd_mess_utm,IMIS.P_ENTNAHMEORT,IMIS.S_MESS_EINHEIT<br>
&gt; &gt; &gt; <br>
&gt; &gt; <br>
&gt; S_MESS_EINHEIT1,IMIS.S_MESSGROESSE,IMIS.S_STATUS_BMU,IMIS.P_MESSUNG,IMIS.S_NETZ_BETREIBER,IMIS.P_MESSWERT,IGS2.R_VORGANG_MESSUNG_P,IMIS.P_PROBE,IMIS.S_MESS_STELLE<br>
&gt; &gt; &gt; S_MESS_STELLE14,IGS2.R_VORGANG<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; WHERE<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; (R_VORGANG_MESSUNG_P.S_OID =
R_VORGANG.OID(+)<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND R_VORGANG_MESSUNG_P.T_PROBE_ID(+)
= P_MESSUNG.PROBE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND R_VORGANG_MESSUNG_P.T_MESSUNGS_ID(+)
= P_MESSUNG.MESSUNGS_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND p_probe.mst_id = dwd_mess_utm.mst_id<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_ENTNAHMEORT.PROBE_ID =
P_PROBE.PROBE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSUNG.STATUS_5 = S_STATUS_BMU.STATUS_5<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND S_MESS_STELLE14.NETZBETREIBER_ID
=<br>
&gt; &gt; &gt; S_NETZ_BETREIBER.NETZBETREIBER_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSUNG.PROBE_ID = P_PROBE.PROBE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSWERT.MESSGROESSE_ID
= S_MESSGROESSE.MESSGROESSE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_ENTNAHMEORT.PROBE_ID =
P_PROBE.PROBE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_PROBE.MST_ID = S_MESS_STELLE14.MST_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSWERT.PROBE_ID = P_MESSUNG.PROBE_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSWERT.MESSUNGS_ID =
P_MESSUNG.MESSUNGS_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_MESSWERT.MEH_ID = S_MESS_EINHEIT1.MEH_ID<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND (P_PROBE.UMW_ID IN ('L31'))<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND (P_MESSWERT.MESSGROESSE_ID
IN (373))<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND (P_ENTNAHMEORT.STAAT_ID
IN (0))<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND (P_PROBE.DATENBASIS_ID IN
(1))<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND (P_PROBE.NETZBETREIBER_ID
IN ('W'))<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; AND P_PROBE.PROBEENTNAHME_BEGINN
= TO_DATE('16.12.2009<br>
&gt; &gt; &gt; 06:00','DD.MM.YYYY HH24:MI')))<br>
&gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; USING UNIQUE ID SRID 25832<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:06 2009].543311<br>
&gt; &gt; &gt; msConnPoolRequest(aero_nukspez_cs137,***/***@(DESCRIPTION=<br>
&gt; &gt; &gt; (ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=***)(PORT=<br>
&gt; &gt; &gt; 1521)))(CONNECT_DATA=(SID=***)))) -&gt; got 82368a8<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:06 2009].550280 msOracleSpatialLayerFreeItemInfo
was<br>
&gt; &gt; &gt; called.<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:06 2009].550283 msOracleSpatialLayerGetItems
was <br>
&gt; &gt; called.<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:06 2009].562636 msOracleSpatialLayerGetItems():
Query<br>
&gt; &gt; &gt; error. Cannot retrieve column list<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:06 2009].562686 mapserv request processing
time<br>
&gt; &gt; &gt; (msLoadMap not incl.): 0.093s<br>
&gt; &gt; &gt; [Fri Dec 18 08:36:06 2009].562706 msFreeMap(): freeing map
at 82052a8.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; Mapserver-DE mailing list<br>
&gt; &gt; &gt; Mapserver-DE@freegis.org<br>
&gt; &gt; &gt; </font></tt><a href="https://freegis.org/mailman/listinfo/mapserver-de"><tt><font size=2>https://freegis.org/mailman/listinfo/mapserver-de</font></tt></a><tt><font size=2><br>
&gt; <br>
&gt; _______________________________________________<br>
&gt; Mapserver-DE mailing list<br>
&gt; Mapserver-DE@freegis.org<br>
&gt; </font></tt><a href="https://freegis.org/mailman/listinfo/mapserver-de"><tt><font size=2>https://freegis.org/mailman/listinfo/mapserver-de</font></tt></a><tt><font size=2><br>
</font></tt>