<?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>EveryDay Practical Solutions for an Oracle&#124;SQL Server DBA &#187; PLSQL Development</title>
	<atom:link href="http://www.oracledbasupport.co.uk/category/plsql-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oracledbasupport.co.uk</link>
	<description>This is my (Sagar PATIL ) blog to list day to day issues</description>
	<lastBuildDate>Fri, 20 Jan 2012 22:39:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Oracle Roles and Users audit report</title>
		<link>http://www.oracledbasupport.co.uk/oracle-roles-and-users-audit-report/</link>
		<comments>http://www.oracledbasupport.co.uk/oracle-roles-and-users-audit-report/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 15:58:25 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[General DBA Tasks]]></category>
		<category><![CDATA[PLSQL Development]]></category>
		<category><![CDATA[DBA]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[utl]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=5368</guid>
		<description><![CDATA[I have often used following procedure to create list of roles &#38; corresponding users mapped into it. This was then used to email business owners as well as for user accesss auditing. -- Package Name : users_granted_role -- This package was created to spool user and their respective Privs from oracle data Dictionary. CREATE OR [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/oracle-roles-and-users-audit-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PLSQL Help: Execute Immediate with Parameters</title>
		<link>http://www.oracledbasupport.co.uk/execute-immediate-with-parameters/</link>
		<comments>http://www.oracledbasupport.co.uk/execute-immediate-with-parameters/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 10:40:23 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[PLSQL Development]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[EXECUTE IMMEDIATE]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[STMT]]></category>
		<category><![CDATA[USING]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/2009/11/execute-immediate-with-parameters/</guid>
		<description><![CDATA[Example 1 : Running Execute immediate with an OUT parameter. I wanted to output a count of tables to see if there is a data difference between Live/Test. I would have created a SQL script but it is hard to share with other developers so I found creating a procedure handy. Create or replace procedure [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/execute-immediate-with-parameters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Oracle 10g Scheduler</title>
		<link>http://www.oracledbasupport.co.uk/the-oracle-10g-scheduler/</link>
		<comments>http://www.oracledbasupport.co.uk/the-oracle-10g-scheduler/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 10:40:14 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[General DBA Tasks]]></category>
		<category><![CDATA[PLSQL Development]]></category>
		<category><![CDATA[The Oracle 10g Scheduler]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/2009/10/the-oracle-10g-scheduler/</guid>
		<description><![CDATA[Oracle 10g&#8217;s DBMS_SCHEDULER provides significant improvements over DBMS_JOB for scheduling jobs and tasks. Let&#8217;s take an overview of new functionalities that the Oracle Scheduler provides for DBAs. There are three basic components to DBMS scheduler: Programs,Schedules &#38; Jobs Programs : A program defines what Scheduler will execute. A program&#8217;s attributes include its name, its type [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/the-oracle-10g-scheduler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Log4plsql for PL/SQL Logging</title>
		<link>http://www.oracledbasupport.co.uk/log4plsql-for-plsql-logging/</link>
		<comments>http://www.oracledbasupport.co.uk/log4plsql-for-plsql-logging/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 11:37:23 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[PLSQL Development]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[Log4plsql]]></category>
		<category><![CDATA[Optional package]]></category>
		<category><![CDATA[OUT]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[web application]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/2009/02/25/log4plsql-for-plsql-logging/</guid>
		<description><![CDATA[Log4plsql is an open source tool that uses PL/SQL framework to log into PL/SQL code package, function, web application, procedure, trigger and various oracle tools such as reports, forms etc. Before we proceed with Log4plsql for PL/SQL Logging, it is important to understand the concept behind the importance of logging and logs in the development [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/log4plsql-for-plsql-logging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

