<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ORA-06553: PLS-306: wrong number or type of arguments in call to 'ST_GEOMETRY' in ArcMap Questions</title>
    <link>https://community.esri.com/t5/arcmap-questions/ora-06553-pls-306-wrong-number-or-type-of/m-p/1217031#M4048</link>
    <description>&lt;P&gt;There seems to be a typo in your definition of the SDE.ST_GEOMETRY Table.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;create table TEST (OBJECTID number(10),SHAPE sde.st_geo&lt;STRONG&gt;em&lt;/STRONG&gt;try);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Particular questions regarding MDSYS.ST_GEOMETRY syntax may be better answered by Oracle themselves, as that's a type that is created and maintained by them.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://support.esri.com/en/technical-article/000010625" target="_blank"&gt;https://support.esri.com/en/technical-article/000010625&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2022 17:23:39 GMT</pubDate>
    <dc:creator>ChrisUnderwood</dc:creator>
    <dc:date>2022-09-28T17:23:39Z</dc:date>
    <item>
      <title>ORA-06553: PLS-306: wrong number or type of arguments in call to 'ST_GEOMETRY'</title>
      <link>https://community.esri.com/t5/arcmap-questions/ora-06553-pls-306-wrong-number-or-type-of/m-p/1215478#M4042</link>
      <description>&lt;P&gt;We have created a new table and tried to insert a record in it.&lt;/P&gt;&lt;P&gt;Tried insert data for a point feature which has ST_GEOMETRY in Arcmap. But the insert statement throwing an error for arguments inside the SDE.ST_GEOMETRY. Data is exported from the same database using sql developer.&lt;/P&gt;&lt;P&gt;Below are the statements with SDE.ST_GEOMETRY&lt;/P&gt;&lt;P&gt;--SDE.ST_GEOMETRY&lt;/P&gt;&lt;P&gt;create table TEST (OBJECTID number(10),SHAPE sde.st_geoemtry);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Insert into TEST (OBJECTID,SHAPE) values (233313,SDE.ST_GEOMETRY(1,1,-431957.171802968,1960785.64391692,-431957.171802968,1960785.64391692,NULL,NULL,NULL,NULL,0,0,300002,'oracle.sql.BLOB@3c0b1c3e'));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Below are the statements with MDSYS.ST_GEOMETRY&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;--With MDSYS.ST_GEOMETRY&lt;BR /&gt;create table TEST (OBJECTID number(10),SHAPE MDSYS.st_geoemtry);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Insert into TEST (OBJECTID,SHAPE) values (233313,MDSYS.ST_GEOMETRY(1,1,-431957.171802968,1960785.64391692,-431957.171802968,1960785.64391692,NULL,NULL,NULL,NULL,0,0,300002,'oracle.sql.BLOB@3c0b1c3e'));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SQL Error: ORA-06553: PLS-306: wrong number or type of arguments in call to 'ST_GEOMETRY'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;06553. 00000 -&amp;nbsp; "PLS-%s: %s"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASIKIRANCHAGANTI_0-1663936537350.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/52017iBD8E14736650CBF4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASIKIRANCHAGANTI_0-1663936537350.png" alt="SASIKIRANCHAGANTI_0-1663936537350.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 12:39:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/ora-06553-pls-306-wrong-number-or-type-of/m-p/1215478#M4042</guid>
      <dc:creator>SASIKIRANCHAGANTI</dc:creator>
      <dc:date>2022-09-23T12:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-06553: PLS-306: wrong number or type of arguments in call to 'ST_GEOMETRY'</title>
      <link>https://community.esri.com/t5/arcmap-questions/ora-06553-pls-306-wrong-number-or-type-of/m-p/1217031#M4048</link>
      <description>&lt;P&gt;There seems to be a typo in your definition of the SDE.ST_GEOMETRY Table.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;create table TEST (OBJECTID number(10),SHAPE sde.st_geo&lt;STRONG&gt;em&lt;/STRONG&gt;try);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Particular questions regarding MDSYS.ST_GEOMETRY syntax may be better answered by Oracle themselves, as that's a type that is created and maintained by them.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://support.esri.com/en/technical-article/000010625" target="_blank"&gt;https://support.esri.com/en/technical-article/000010625&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 17:23:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/ora-06553-pls-306-wrong-number-or-type-of/m-p/1217031#M4048</guid>
      <dc:creator>ChrisUnderwood</dc:creator>
      <dc:date>2022-09-28T17:23:39Z</dc:date>
    </item>
  </channel>
</rss>

