 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: stored procedure in delphi with oracle</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/stored-procedure-in-delphi-with-oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/stored-procedure-in-delphi-with-oracle/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: apickel</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/stored-procedure-in-delphi-with-oracle/#comment-58863</link>
		<dc:creator>apickel</dc:creator>
		<pubDate>Mon, 29 Dec 2008 18:43:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-58863</guid>
		<description><![CDATA[select text from all_source where object_type=&#039;PROCEDURE&#039; and name=&#039;&lt;put your procedure name in caps here&gt;&#039;
where owner=&#039;&lt;put owner of the procedure here in caps&gt;&#039;

This is select statement that would be run from client software capable of executing sql (e.g., sql*plus).

Keep in mind, you have to have been granted rights to query the all_source view.  If you are logged in to the database with your user id and you know the procedure belongs to you (i.e., you are the owner) then you could change the view name in the query to user_source and omit the &quot;owner =&quot; clause of the query.]]></description>
		<content:encoded><![CDATA[<p>select text from all_source where object_type=&#8217;PROCEDURE&#8217; and name=&#8217;&lt;put your procedure name in caps here&gt;&#8217;<br />
where owner=&#8217;&lt;put owner of the procedure here in caps&gt;&#8217;</p>
<p>This is select statement that would be run from client software capable of executing sql (e.g., sql*plus).</p>
<p>Keep in mind, you have to have been granted rights to query the all_source view.  If you are logged in to the database with your user id and you know the procedure belongs to you (i.e., you are the owner) then you could change the view name in the query to user_source and omit the &#8220;owner =&#8221; clause of the query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vpl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/stored-procedure-in-delphi-with-oracle/#comment-58851</link>
		<dc:creator>vpl</dc:creator>
		<pubDate>Mon, 29 Dec 2008 11:09:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-58851</guid>
		<description><![CDATA[hI,

         I tried to view the procedure using sql plus for oracle 9.

but i got &#039;object does not exist&#039; error.  Does it mean there is no stored procedure in oracle??


is there any way to view the all stored procedure that are in a oracle database??]]></description>
		<content:encoded><![CDATA[<p>hI,</p>
<p>         I tried to view the procedure using sql plus for oracle 9.</p>
<p>but i got &#8216;object does not exist&#8217; error.  Does it mean there is no stored procedure in oracle??</p>
<p>is there any way to view the all stored procedure that are in a oracle database??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/stored-procedure-in-delphi-with-oracle/#comment-58820</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Wed, 24 Dec 2008 14:40:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-58820</guid>
		<description><![CDATA[Could you please paste your code here ?  By the error message, I don&#039;t think the problem is due to a datatype mismatch.

I guess you have oracle client software installed, so you can check the stored procedure from SQL*Plus.

To see the procedure signature use: describe &lt;stored procedure name&gt;;

To run the stored procedure use:  execute &lt;stored procedure name&gt; ( &lt;parameters&gt;);

Check these links for oracle data types documentation:
&lt;a href=&quot;http://stanford.edu/dept/itss/docs/oracle/10g/server.101/b10743/datatype.htm&quot;&gt;Oracle® Database Concepts 10g Release 1 (10.1) - Native Data Types&lt;/a&gt;
&lt;a href=&quot;http://download.oracle.com/docs/cd/B28359_01/server.111/b28318/datatype.htm#i3253&quot;&gt;Oracle® Database Concepts 11g Release 1 (11.1) - Oracle Data Types&lt;/a&gt;

Some Delphi information about data types can be found in the following link:
&lt;a href=&quot;http://www.delphibasics.co.uk/Article.asp?Name=DataTypes&quot;&gt;Delphi data types&lt;/a&gt;

Regards,]]></description>
		<content:encoded><![CDATA[<p>Could you please paste your code here ?  By the error message, I don&#8217;t think the problem is due to a datatype mismatch.</p>
<p>I guess you have oracle client software installed, so you can check the stored procedure from SQL*Plus.</p>
<p>To see the procedure signature use: describe &lt;stored procedure name&gt;;</p>
<p>To run the stored procedure use:  execute &lt;stored procedure name&gt; ( &lt;parameters&gt;);</p>
<p>Check these links for oracle data types documentation:<br />
<a href="http://stanford.edu/dept/itss/docs/oracle/10g/server.101/b10743/datatype.htm">Oracle® Database Concepts 10g Release 1 (10.1) &#8211; Native Data Types</a><br />
<a href="http://download.oracle.com/docs/cd/B28359_01/server.111/b28318/datatype.htm#i3253">Oracle® Database Concepts 11g Release 1 (11.1) &#8211; Oracle Data Types</a></p>
<p>Some Delphi information about data types can be found in the following link:<br />
<a href="http://www.delphibasics.co.uk/Article.asp?Name=DataTypes">Delphi data types</a></p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vpl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/stored-procedure-in-delphi-with-oracle/#comment-58814</link>
		<dc:creator>vpl</dc:creator>
		<pubDate>Wed, 24 Dec 2008 11:44:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-58814</guid>
		<description><![CDATA[one more question :

From where I can read the documentation for both (delphi and oracle) to see what type of data can store each data type ???]]></description>
		<content:encoded><![CDATA[<p>one more question :</p>
<p>From where I can read the documentation for both (delphi and oracle) to see what type of data can store each data type ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vpl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/stored-procedure-in-delphi-with-oracle/#comment-58813</link>
		<dc:creator>vpl</dc:creator>
		<pubDate>Wed, 24 Dec 2008 11:39:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-58813</guid>
		<description><![CDATA[thanks a lot !

i&#039;m using string datatype for varchar2 oracle datatype.
Actually what i have done here is,
i pass string and date variables to stored procedure. but am getting the error as &#039;no parameter type for parameter start_day&#039;.
Where start_day is the string parameter.
I think i need to check with stored procedure in oracle.
how can I check the stored procedure?? whether i need to install any software for this??
I&#039;m not aware of using stored procedure with oracle in delphi.
Please help out on this.
Thanks in Advance.]]></description>
		<content:encoded><![CDATA[<p>thanks a lot !</p>
<p>i&#8217;m using string datatype for varchar2 oracle datatype.<br />
Actually what i have done here is,<br />
i pass string and date variables to stored procedure. but am getting the error as &#8216;no parameter type for parameter start_day&#8217;.<br />
Where start_day is the string parameter.<br />
I think i need to check with stored procedure in oracle.<br />
how can I check the stored procedure?? whether i need to install any software for this??<br />
I&#8217;m not aware of using stored procedure with oracle in delphi.<br />
Please help out on this.<br />
Thanks in Advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.037 seconds using memcached
Object Caching 323/329 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 21:52:01 -->