<?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; Oracle SQL</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/oracle-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 19:45:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How can i keep sys_guid() unique in multiple table insert</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-can-i-keep-sys_guid-unique-in-multiple-table-insert/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-can-i-keep-sys_guid-unique-in-multiple-table-insert/#comments</comments>
		<pubDate>Mon, 26 Nov 2012 12:40:42 +0000</pubDate>
		<dc:creator>arnuwan</dc:creator>
				<category><![CDATA[Oracle 9]]></category>
		<category><![CDATA[Oracle SQL]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/?p=272408</guid>
		<description><![CDATA[New Discussion Post by carlosdl]]></description>
				<content:encoded><![CDATA[New Discussion Post by carlosdl]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-can-i-keep-sys_guid-unique-in-multiple-table-insert/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using select statement in an update query of Oracle SQL</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/using-select-statement-in-an-update-query-of-oracle-sql/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/using-select-statement-in-an-update-query-of-oracle-sql/#comments</comments>
		<pubDate>Tue, 22 May 2012 11:28:56 +0000</pubDate>
		<dc:creator>Farhandgr8</dc:creator>
				<category><![CDATA[Oracle Query]]></category>
		<category><![CDATA[Oracle SQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[how to update an entire column of an table by an subquery in an update statement.and that subquery is returning multiple rows]]></description>
				<content:encoded><![CDATA[<p>how to update an entire column of an table by an subquery in an update statement.and that subquery is returning multiple rows</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/using-select-statement-in-an-update-query-of-oracle-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Return only one word&#8211; SQL</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/return-only-one-word-sql/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/return-only-one-word-sql/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 19:12:15 +0000</pubDate>
		<dc:creator>Ethanp</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle SQL]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello, I have a column called Profile in a table and I am searching for a specific word in that column. I use the keyword LIKE with the wildcard (%) and that is working fine, but how do I have the query only return that word and not all the text in the Profile column. [...]]]></description>
				<content:encoded><![CDATA[<p>Hello, </p>
<p>I have a column called Profile in a table and I am searching for a<br />
specific word in that column. I use the keyword LIKE with the wildcard<br />
(%) and that is working fine, but how do I have the query only return<br />
that word and not all the text in the Profile column. For example, if an<br />
 entry in Profile was &#8216;Have you seen my dog&#8217;, how do I just have the<br />
query return dog (the word I&#8217;m looking for) and not the whole statement.</p>
<p>Thank you</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/return-only-one-word-sql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Create date as column name in Oracle SQL?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/create-date-as-column-name/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/create-date-as-column-name/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 12:39:07 +0000</pubDate>
		<dc:creator>Rajpavan54</dc:creator>
				<category><![CDATA[Oracle administration]]></category>
		<category><![CDATA[Oracle SQL]]></category>
		<category><![CDATA[Oracle SQL Developer]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I WANT TO CREATE A TABLE WITH THE COLUMN NAME AS DATE BUT IT SHOWING THE ERROR.BUT I WANT TO DISPLAY COLUMN NAME AS DATE ONLY CAN ANY ONE HELP i try it SQL&#62; create create table store_information(store_name varchar2(10),sales varchar2(10),date date); create create table store_information(store_name varchar2(10),sales varchar2(10),date date)        * ERROR at line 1: ORA-00901: [...]]]></description>
				<content:encoded><![CDATA[<p>I WANT TO CREATE A TABLE WITH THE <b>COLUMN NAME AS DATE</b> BUT IT SHOWING THE ERROR.BUT I WANT TO DISPLAY COLUMN NAME AS DATE ONLY CAN ANY ONE HELP </p>
<p>i try it<br />
SQL&gt; create create table store_information(store_name varchar2(10),sales varchar2(10),date date);<br />
create create table store_information(store_name varchar2(10),sales varchar2(10),date date)<br />
       *<br />
ERROR at line 1:<br />
ORA-00901: invalid CREATE command</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/create-date-as-column-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Oracle for rolling the period return</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-for-rolling-the-period-return/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql-for-rolling-the-period-return/#comments</comments>
		<pubDate>Fri, 13 May 2011 17:56:26 +0000</pubDate>
		<dc:creator>Piyushr</dc:creator>
				<category><![CDATA[Oracle SQL]]></category>
		<category><![CDATA[Oracle SQL Developer]]></category>
		<category><![CDATA[Oracle SQL Pagination]]></category>
		<category><![CDATA[SQL Database]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi ,  i had requirement such that .. if i enter a period , it should return 5 other periods based on that in oracle sql query .  return of period is done as below .. for Jan 2011 it should return march2010,june2010,sep2010,dec2010,jan2011 for feb it should return march2010,june2010,sep2010,dec2010,feb2011 for march it should return march2010,june2010,sep2010,dec2010,march2011 for April [...]]]></description>
				<content:encoded><![CDATA[<p>Hi , </p>
<div></div>
<div>i had requirement such that .. if i enter a period , it should return 5 other periods based on that in oracle sql query . </div>
<div></div>
<div>return of period is done as below ..</div>
<div></div>
<div>for Jan 2011 it should return march2010,june2010,sep2010,dec2010,jan2011</div>
<div></div>
<div>for feb it should return march2010,june2010,sep2010,dec2010,feb2011</div>
<div></div>
<div>for march it should return march2010,june2010,sep2010,dec2010,march2011</div>
<div></div>
<div>for April it should return june2010,sep2010,dec2010,mrch2011,april2011</div>
<div></div>
<div></div>
<div>So after each 3 months .. returns period must be rolled </div>
<div></div>
<div></div>
<div>any suggestions are  welcome </div>
<div></div>
<div>Thanks in advance</div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql-for-rolling-the-period-return/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Converting double byte characters to single byte characters in a single string</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/converting-double-byte-characters-to-single-byte-characters-in-a-single-string/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/converting-double-byte-characters-to-single-byte-characters-in-a-single-string/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 21:58:35 +0000</pubDate>
		<dc:creator>taskman</dc:creator>
				<category><![CDATA[Double-byte]]></category>
		<category><![CDATA[Oracle SQL]]></category>
		<category><![CDATA[Oracle SQL Developer]]></category>
		<category><![CDATA[Single Byte]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Answer by TomLiotta]]></description>
				<content:encoded><![CDATA[New Answer by TomLiotta]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/converting-double-byte-characters-to-single-byte-characters-in-a-single-string/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>un-format object viewer sql tab</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/un-format-object-viewer-sql-tab/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/un-format-object-viewer-sql-tab/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 08:13:19 +0000</pubDate>
		<dc:creator>Blackrebelmotorcyclefairy</dc:creator>
				<category><![CDATA[Oracle SQL]]></category>
		<category><![CDATA[Oracle SQL Developer]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi experts, Can someone tell me, how can I turn off automatic code formating on the Object viewer&#8217;s SQL tab (i.e. the sql code in the SQL tab of an opened view is automatically formated compared to the code I used to create it) Thnx in advance for yr answers]]></description>
				<content:encoded><![CDATA[<p>Hi experts,<br />
Can someone tell me, how can I turn off automatic code formating on the Object viewer&#8217;s SQL tab (i.e. the sql code in the SQL tab of an opened view is automatically formated compared to the code I used to create it)<br />
Thnx in advance for yr answers</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/un-format-object-viewer-sql-tab/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IN and Exists in SQL?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/in-and-exists-in-sql/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/in-and-exists-in-sql/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 07:18:15 +0000</pubDate>
		<dc:creator>Prcvjr</dc:creator>
				<category><![CDATA[Oracle 10g Express]]></category>
		<category><![CDATA[Oracle SQL]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL commands]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[What is the difference between IN and EXISTS IN SQL? I googled but I dint get good information. PLease provide me the exact deifference between them.]]></description>
				<content:encoded><![CDATA[<p>What is the difference between IN and EXISTS IN SQL?</p>
<div></div>
<div>I googled but I dint get good information. PLease provide me the exact deifference between them.</div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/in-and-exists-in-sql/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Terminate SQL exception, if it is running more than a specified time.</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/terminate-sql-exception-if-it-is-running-more-than-a-specified-time/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/terminate-sql-exception-if-it-is-running-more-than-a-specified-time/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 10:03:03 +0000</pubDate>
		<dc:creator>Liveena</dc:creator>
				<category><![CDATA[Oracle 9i]]></category>
		<category><![CDATA[Oracle performance]]></category>
		<category><![CDATA[Oracle SQL]]></category>
		<category><![CDATA[SQL Exception]]></category>
		<category><![CDATA[SQL statement]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Whether we can forcefully terminate an sql statement during its execution if it is running for a long time or running more than a specified time?]]></description>
				<content:encoded><![CDATA[<p>Whether we can forcefully terminate an sql statement during its execution if it is running for a long time or running more than a specified time?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/terminate-sql-exception-if-it-is-running-more-than-a-specified-time/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Database for OLTP</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/database-for-oltp/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/database-for-oltp/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 11:26:45 +0000</pubDate>
		<dc:creator>Akansha</dc:creator>
				<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[OLTP]]></category>
		<category><![CDATA[Oracle SQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Which database is most suited for OLTP? Is it Oracle or Microsoft SQL?]]></description>
				<content:encoded><![CDATA[<p>Which database is most suited for OLTP? Is it Oracle or Microsoft SQL?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/database-for-oltp/feed/</wfw:commentRss>
		<slash:comments>8</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/17 queries in 0.023 seconds using memcached
Object Caching 907/950 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 22:30:33 -->