<?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>Techgoeasy</title>
	<atom:link href="https://techgoeasy.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://techgoeasy.com/</link>
	<description>Learn Oracle, PHP, HTML,CSS,Perl,UNIX shell scripts</description>
	<lastBuildDate>Sat, 14 Mar 2026 17:22:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>How to use Analytic functions in oracle (Over Partition by Keyword)</title>
		<link>https://techgoeasy.com/analytic-function-in-oracle/</link>
					<comments>https://techgoeasy.com/analytic-function-in-oracle/#respond</comments>
		
		<dc:creator><![CDATA[techgoeasy]]></dc:creator>
		<pubDate>Sat, 14 Mar 2026 17:22:19 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Sql]]></category>
		<guid isPermaLink="false">https://techgoeasy.com/?p=3829</guid>

					<description><![CDATA[<p>This post is part of Oracle SQL tutorial and we would be discussing Analytic functions in oracle(Over by partition) with examples, detailed explanation . Analytic functions in oracle We have already studied about Oracle Aggregate function like avg ,sum ,count. Lets take an example First lets create the sample data CREATE TABLE "DEPT" ( "DEPTNO" [&#8230;]</p>
<p>The post <a href="https://techgoeasy.com/analytic-function-in-oracle/">How to use Analytic functions in oracle (Over Partition by Keyword)</a> appeared first on <a href="https://techgoeasy.com">Techgoeasy</a>.</p>
]]></description>
		
					<wfw:commentRss>https://techgoeasy.com/analytic-function-in-oracle/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SQL loader in oracle</title>
		<link>https://techgoeasy.com/sql-loader-in-oracle/</link>
					<comments>https://techgoeasy.com/sql-loader-in-oracle/#respond</comments>
		
		<dc:creator><![CDATA[techgoeasy]]></dc:creator>
		<pubDate>Sat, 14 Mar 2026 17:17:24 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Database]]></category>
		<guid isPermaLink="false">https://techgoeasy.com/?p=9610</guid>

					<description><![CDATA[<p>In this post, we will learn about sql loader in oracle, SQL loader syntax in oracle, SQL loader direct path load, SQL loader examples SQL Loader in Oracle How Sql loader works Two types of input have to be provided to SQL*Loader. SQL Loader generates three files Sql loader Syntax Syntax sqlldr keyword=value Example SQLLDR [&#8230;]</p>
<p>The post <a href="https://techgoeasy.com/sql-loader-in-oracle/">SQL loader in oracle</a> appeared first on <a href="https://techgoeasy.com">Techgoeasy</a>.</p>
]]></description>
		
					<wfw:commentRss>https://techgoeasy.com/sql-loader-in-oracle/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Oracle password file Utility :ORAPWD</title>
		<link>https://techgoeasy.com/all-details-about-orapwd-utlity/</link>
					<comments>https://techgoeasy.com/all-details-about-orapwd-utlity/#respond</comments>
		
		<dc:creator><![CDATA[techgoeasy]]></dc:creator>
		<pubDate>Sat, 14 Mar 2026 17:09:25 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Database]]></category>
		<category><![CDATA[orapwd]]></category>
		<category><![CDATA[sys password change]]></category>
		<guid isPermaLink="false">http://techgoeasy.com/index.php/2014/03/03/all-details-about-orapwd-utlity/</guid>

					<description><![CDATA[<p>In this post, we will discuss password file in oracle,oracle password file utility orapwd, how to create a password file in oracle , create password file in RAC Introduction to ORAPWD How to create password file in oracle Creating a password file, via orapwd, enables remote users to connect with administrative privileges. Here is the [&#8230;]</p>
<p>The post <a href="https://techgoeasy.com/all-details-about-orapwd-utlity/">Oracle password file Utility :ORAPWD</a> appeared first on <a href="https://techgoeasy.com">Techgoeasy</a>.</p>
]]></description>
		
					<wfw:commentRss>https://techgoeasy.com/all-details-about-orapwd-utlity/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Aggregate functions in oracle</title>
		<link>https://techgoeasy.com/aggregating-data-using-group-functions/</link>
					<comments>https://techgoeasy.com/aggregating-data-using-group-functions/#respond</comments>
		
		<dc:creator><![CDATA[techgoeasy]]></dc:creator>
		<pubDate>Sun, 08 Mar 2026 17:25:40 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Sql]]></category>
		<category><![CDATA[Aggregating Data Using Group Functions]]></category>
		<guid isPermaLink="false">http://techgoeasy.com/?p=1371</guid>

					<description><![CDATA[<p>As part of learning the Oracle SQL tutorial, Here is good detail on&#xA0;the Aggregate functions in oracle Aggregate functions in oracle/Group Functions Group Functions unlike single value functions operate on the set of rows and return one row per group.&#xA0; The set of rows may be a whole table or the table split into groups [&#8230;]</p>
<p>The post <a href="https://techgoeasy.com/aggregating-data-using-group-functions/">Aggregate functions in oracle</a> appeared first on <a href="https://techgoeasy.com">Techgoeasy</a>.</p>
]]></description>
		
					<wfw:commentRss>https://techgoeasy.com/aggregating-data-using-group-functions/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>opatch version command, apply the patch, Upgrade,lsinventory</title>
		<link>https://techgoeasy.com/how-to-check-opatch-version-apply-patch-upgrade/</link>
					<comments>https://techgoeasy.com/how-to-check-opatch-version-apply-patch-upgrade/#respond</comments>
		
		<dc:creator><![CDATA[techgoeasy]]></dc:creator>
		<pubDate>Sun, 08 Mar 2026 17:20:17 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Database]]></category>
		<guid isPermaLink="false">https://techgoeasy.com/?p=9497</guid>

					<description><![CDATA[<p>In this post, we will be discussing opatch, How to check the opatch version or opatch version command, apply the patch(opatch apply), Upgrade, opatch lsinventory etc How to check the opatch version(opatch version command) we can check the opatch version using the below command Log in to the Oracle Database serverSource the Oracle Home$ORACLE_HOME/OPatch/opatch versionOracle [&#8230;]</p>
<p>The post <a href="https://techgoeasy.com/how-to-check-opatch-version-apply-patch-upgrade/">opatch version command, apply the patch, Upgrade,lsinventory</a> appeared first on <a href="https://techgoeasy.com">Techgoeasy</a>.</p>
]]></description>
		
					<wfw:commentRss>https://techgoeasy.com/how-to-check-opatch-version-apply-patch-upgrade/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to check failed login attempts in Oracle</title>
		<link>https://techgoeasy.com/how-to-find-the-invalid-login-attempt-in-the-database/</link>
					<comments>https://techgoeasy.com/how-to-find-the-invalid-login-attempt-in-the-database/#respond</comments>
		
		<dc:creator><![CDATA[techgoeasy]]></dc:creator>
		<pubDate>Sun, 08 Mar 2026 17:18:19 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Database]]></category>
		<guid isPermaLink="false">https://techgoeasy.com/?p=8746</guid>

					<description><![CDATA[<p>We sometime might see accounts getting locked in the Oracle Database. This may be because of failed login attempt due to the wrong password. So we often look at How to check failed login attempts in Oracle. Let&#8217;s discuss those below How to check failed login attempts in Oracle we can find the failed login [&#8230;]</p>
<p>The post <a href="https://techgoeasy.com/how-to-find-the-invalid-login-attempt-in-the-database/">How to check failed login attempts in Oracle</a> appeared first on <a href="https://techgoeasy.com">Techgoeasy</a>.</p>
]]></description>
		
					<wfw:commentRss>https://techgoeasy.com/how-to-find-the-invalid-login-attempt-in-the-database/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
