<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; PL/SQL procedure</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/plsql-procedure/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Tue, 18 Jun 2013 20:40:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>4 to 5 sql statements in procedures</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/4-to-5-sql-statements-in-procedures/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/4-to-5-sql-statements-in-procedures/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 04:26:49 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[PL/SQL]]></category>
		<category><![CDATA[PL/SQL procedure]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I want to create 5 sql statements in one procedures which are performing diff tasks. can u provide the pl/sql PROC which can be include 5 sql statements.]]></description>
				<content:encoded><![CDATA[<p>I want to create 5 sql statements in one procedures which are performing diff tasks. can u provide the pl/sql PROC which can be include 5 sql statements.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/4-to-5-sql-statements-in-procedures/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>calling reports  in pl/sql code</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/calling-reports-in-plsql-code/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/calling-reports-in-plsql-code/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 06:03:09 +0000</pubDate>
		<dc:creator>P009</dc:creator>
				<category><![CDATA[Oracle 6i]]></category>
		<category><![CDATA[Oracle Reports]]></category>
		<category><![CDATA[Oracle Reports 6i]]></category>
		<category><![CDATA[PL/SQL]]></category>
		<category><![CDATA[PL/SQL procedure]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Discussion Post by]]></description>
				<content:encoded><![CDATA[New Discussion Post by ]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/calling-reports-in-plsql-code/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DDL in PL/SQL procedure</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ddl-in-pl-sql-proc/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/ddl-in-pl-sql-proc/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 07:13:57 +0000</pubDate>
		<dc:creator>Binwal</dc:creator>
				<category><![CDATA[DDL]]></category>
		<category><![CDATA[PL/SQL]]></category>
		<category><![CDATA[PL/SQL procedure]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a question, i create drop and create a table in pl/sql proc using execute immediate. Later I declare a ref cursor, to process data from table created. Problem is the procedure executes correctly, but after execution procedure becomes invalid. How can i solve this issue. Thanks in advance.]]></description>
				<content:encoded><![CDATA[<p>I have a question, i create drop and create a table in pl/sql proc using execute immediate. Later I declare a ref cursor, to process data from table created. Problem is the procedure executes correctly, but after execution procedure becomes invalid. How can i solve this issue. Thanks in advance.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/ddl-in-pl-sql-proc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PL/SQL: How to check address NOT NULL but can take -(hyphen) instead being NULL</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-check-address-not-null-but-can-take-hyphen-instead-being-null/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-check-address-not-null-but-can-take-hyphen-instead-being-null/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 03:59:45 +0000</pubDate>
		<dc:creator>Inprise</dc:creator>
				<category><![CDATA[NOT NULL]]></category>
		<category><![CDATA[NULL]]></category>
		<category><![CDATA[PL/SQL]]></category>
		<category><![CDATA[PL/SQL procedure]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi Experts, How can we make a check on an attribute not null but can take &#8211; rather I have address 3 which can&#8217;t take null instead &#8211; would be fine how this can be check n PL/SQL procedure I can check IF address 3 IS NULL THEN &#8230; END IF But i want to [...]]]></description>
				<content:encoded><![CDATA[<p>Hi Experts,</p>
<p>How can we make a check on an attribute not null but can take &#8211; rather </p>
<p>I have address 3 which can&#8217;t take null instead &#8211; would be fine </p>
<p>how this can be check n PL/SQL procedure</p>
<p>I can check IF address 3 IS NULL THEN<br />
&#8230;<br />
END IF</p>
<p>But i want to test with test case tat it can&#8217;t take NULL but can take &#8216;-&#8217; hyphen instead </p>
<p>please guide how can i achive this .</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-check-address-not-null-but-can-take-hyphen-instead-being-null/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>PL/SQL &#8211; Attribute to test not null and can take specific value instead</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/attribute-to-test-not-null-and-can-take-specific-value-instead/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/attribute-to-test-not-null-and-can-take-specific-value-instead/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 11:13:40 +0000</pubDate>
		<dc:creator>Inprise</dc:creator>
				<category><![CDATA[NOT NULL]]></category>
		<category><![CDATA[NULL]]></category>
		<category><![CDATA[Oracle development]]></category>
		<category><![CDATA[Oracle PL/SQL]]></category>
		<category><![CDATA[PL/SQL]]></category>
		<category><![CDATA[PL/SQL procedure]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi Experts, How can we make a check on an attribute not null but can take &#8211; rather I have address 3 which can&#8217;t take null instead &#8211; would be fine how this can be check n PL/SQL procedure]]></description>
				<content:encoded><![CDATA[<p>Hi Experts,</p>
<p>How can we make a check on an attribute not null but can take &#8211; rather </p>
<p>I have address 3 which can&#8217;t take null instead &#8211; would be fine </p>
<p>how this can be check n PL/SQL procedure</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/attribute-to-test-not-null-and-can-take-specific-value-instead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PL/SQL Insert</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/plsql-insert/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/plsql-insert/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 11:00:18 +0000</pubDate>
		<dc:creator>Inprise</dc:creator>
				<category><![CDATA[INSERT statement]]></category>
		<category><![CDATA[ORA-01400]]></category>
		<category><![CDATA[Oracle development]]></category>
		<category><![CDATA[Oracle error messages]]></category>
		<category><![CDATA[PL/SQL]]></category>
		<category><![CDATA[PL/SQL procedure]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi Experts, I am trying to do 2 INSERT stms on 2 tables consecutively n same transaction and my first insert is successful while doing the insert on second table which is completely carry same set of attibutes and values of 1st table + 1 additional static value attribute,it gives ORA :01400 error for primary [...]]]></description>
				<content:encoded><![CDATA[<p>Hi Experts,</p>
<p>I am trying to do 2 INSERT stms on 2 tables consecutively   n same transaction and my first insert is successful<br />
while doing the insert on second table which is completely carry same set of attibutes and values of 1st table + 1 additional static value attribute,it gives ORA :01400 error for primary key attribute.</p>
<p>Even in 1st table in Insert statement i did not include the primary key attibute and its value </p>
<p>I did all trial and errors still showing the below error o nly</p>
<p>i am wondering why this error s poping if the INSERT is successful for 1st table </p>
<p>please guide me</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/plsql-insert/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>pl/sql procedure ,urgent!!!</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/plsql-procedure-urgent/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/plsql-procedure-urgent/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 10:18:12 +0000</pubDate>
		<dc:creator>Ecsbc</dc:creator>
				<category><![CDATA[Oracle Business Applications]]></category>
		<category><![CDATA[PL/SQL]]></category>
		<category><![CDATA[PL/SQL procedure]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How to write a procedure for displying the data in a TREE or (PARENT and CHILD ) relationship , for ex: A is the main project id, for this project B,C,D are sub tasks(sub project id&#8217;s) for B the sub tasks are e,f,g and for c is h ,i ,j and for d is k,l,m [...]]]></description>
				<content:encoded><![CDATA[<p>How to write a procedure for displying the data in a TREE or (PARENT and CHILD ) relationship , for ex: A is the main project id, for this project B,C,D are  sub tasks(sub project id&#8217;s) for B the sub tasks are e,f,g and for c is h ,i ,j and for d is k,l,m<br />
now i need to display the o/p in a TREE fashion </p>
<p>pls help me ,<br />
thanks in advance<br />
surendra</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/plsql-procedure-urgent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>$$PLSQL_UNIT</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/plsql_unit/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/plsql_unit/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 06:51:14 +0000</pubDate>
		<dc:creator>AhmadSaeed</dc:creator>
				<category><![CDATA[Oracle development]]></category>
		<category><![CDATA[PL/SQL]]></category>
		<category><![CDATA[PL/SQL procedure]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Answer by MTidmarsh]]></description>
				<content:encoded><![CDATA[New Answer by MTidmarsh]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/plsql_unit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</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/18 queries in 0.022 seconds using memcached
Object Caching 792/873 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 00:13:06 -->