<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://community.activestate.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>ActiveState Community Site - perlapp causing Oracle error ORA-06550 - Comments</title>
 <link>http://community.activestate.com/forum-topic/perlapp-causing-oracle-error-ora-06550</link>
 <description>Comments for &quot;perlapp causing Oracle error ORA-06550&quot;</description>
 <language>en</language>
<item>
 <title>possible missing dependency</title>
 <link>http://community.activestate.com/forum-topic/perlapp-causing-oracle-error-ora-06550#comment-5124</link>
 <description>&lt;p&gt;Cases where the script runs and compiles, but the executable will not run almost always mean a missing dependency.&lt;/p&gt;
&lt;p&gt;This can happen in scripts which use extensions that in turn rely on libraries not loaded by Perl&#039;s standard dynamic loading mechanism (i.e. DynaLoader or XSLoader). These additional libraries are not included automatically in the freestanding executable. Database client libraries are typical of the kind of external library which gets left out. If these libraries are not part of the freestanding executable, they must be present on the target machine and be accessible via the PATH environment variable. Alternatively (on Windows), you can bind such libraries into the executable using the --bind option in PDK.&lt;/p&gt;
</description>
 <pubDate>Fri, 18 Apr 2008 16:27:00 -0700</pubDate>
 <dc:creator>grahams</dc:creator>
 <guid isPermaLink="false">comment 5124 at http://community.activestate.com</guid>
</item>
<item>
 <title>perlapp causing Oracle error ORA-06550</title>
 <link>http://community.activestate.com/forum-topic/perlapp-causing-oracle-error-ora-06550</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&#039;m having the exact issue on this posting &lt;a href=&quot;http://aspn.activestate.com/ASPN/Mail/Message/pdk/1822140&quot; title=&quot;http://aspn.activestate.com/ASPN/Mail/Message/pdk/1822140&quot;&gt;http://aspn.activestate.com/ASPN/Mail/Message/pdk/1822140&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I have a module with a lot of database calls, works fine and compiles fine but when I run it it gives me this error:&lt;/p&gt;
&lt;pre class=&quot;geshifilter&quot;&gt;DBD::Oracle::st execute failed: ORA-06550: line 1, column 6:
PLS-00103: Encountered the symbol &quot;&quot; when expecting one of the following:

   begin case declare exit for goto if loop mod null pragma
   raise return select update while with [an identifier]
   [a double-quoted delimited-identifier] [a bind variable] 
   close current delete fetch lock insert open rollback
   savepoint set sql execute commit forall merge pipe
The symbol &quot;begin was inserted before &quot;&quot; to continue.
ORA-06550: line 2, column 57:
PLS-00103: Encountered the symbol &quot;&quot; when expecting one of the following:

   ( ) - + case mod new not null others [an identifier]
   [a double-quoted delimited-identifier] [a bind variable]
   table avg count current exists max min prior (DBD ERROR: error possibly near&lt;/pre&gt;&lt;p&gt;
The solution from the poster was to move the code into the script, but for me that will be very inefficient (code duplication = lot of maintenance).&lt;/p&gt;
&lt;p&gt;I&#039;m using PDK 7 with Perl 5.8.8&lt;/p&gt;
&lt;p&gt;Is there a solution or workaround for this problem (other than the mentioned)? &lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Victor&lt;/p&gt;
</description>
 <comments>http://community.activestate.com/forum-topic/perlapp-causing-oracle-error-ora-06550#comments</comments>
 <category domain="http://community.activestate.com/forums/pdk-support-0">PDK Support</category>
 <category domain="http://community.activestate.com/os/windows-xp-pro">Windows XP Pro</category>
 <category domain="http://community.activestate.com/os/windows-server-2003">Windows Server 2003</category>
 <pubDate>Mon, 24 Mar 2008 13:55:05 -0700</pubDate>
 <dc:creator>vdozal</dc:creator>
 <guid isPermaLink="false">2104 at http://community.activestate.com</guid>
</item>
</channel>
</rss>
