<?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>Technical Notes&#187; Oracle Basic Functions</title>
	<atom:link href="http://technotes.towardsjob.com/tag/oracle-basic-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://technotes.towardsjob.com</link>
	<description>Technical Notes about Oracle, DotNet, Java, SQL Server, XML and UNIX</description>
	<lastBuildDate>Tue, 18 May 2010 01:45:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Inbuilt Functions in Oracle</title>
		<link>http://technotes.towardsjob.com/oracle/inbuilt-functions-in-oracle/</link>
		<comments>http://technotes.towardsjob.com/oracle/inbuilt-functions-in-oracle/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 13:38:10 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Character Functions in oracle]]></category>
		<category><![CDATA[Oracle Basic Functions]]></category>
		<category><![CDATA[Oracle Functions for Developers]]></category>
		<category><![CDATA[Oracle Inbuilt Functions]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/oracle/inbuilt-functions-in-oracle/</guid>
		<description><![CDATA[Character Functions in oracle 
String function plays important role in oracle as often it is required to convert the string or extract certain part of it. These functions accept column value or an expression as the input. 

ASCII 
This function is used to get the ASCII value of a character. 
E.g. SELECT ASCII (&#8217;A') from [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/oracle/oracle-pl-sql-advanced-cursors/' rel='bookmark' title='Permanent Link: Oracle PL/SQL: Advanced Cursors'>Oracle PL/SQL: Advanced Cursors</a> <small>A cursor is a mechanism by which you can assign a name to a "select statement" and manipulate the information within that SQL statement. This tutorial is a continuity of Oracle PL/SQL Cursors which discuses some basic functionalities of PL/SQL Cursors....</small></li>
<li><a href='http://technotes.towardsjob.com/oracle/oracle-pl-sql-cursors/' rel='bookmark' title='Permanent Link: Oracle PL/SQL: Cursors'>Oracle PL/SQL: Cursors</a> <small>A cursor is a mechanism by which you can assign a name to a "select statement" and manipulate the information within that SQL statement....</small></li>
<li><a href='http://technotes.towardsjob.com/oracle/oracle-plsql-datatypes/' rel='bookmark' title='Permanent Link: Oracle PL/SQL Datatypes'>Oracle PL/SQL Datatypes</a> <small>SQL: Data Types The following is a list of general SQL datatypes that may not be supported by all relational databases. Data Type Syntax Oracle 9i Explanation (if applicable) dec(p, s) The maximum precision [...]...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/oracle/inbuilt-functions-in-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>