 




<?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 Tables</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/oracle-tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 23:18:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Temporary Table in Oracle 10g</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/temporary-table/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/temporary-table/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 05:23:19 +0000</pubDate>
		<dc:creator>Salmanra</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle 10g]]></category>
		<category><![CDATA[Oracle Tables]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[create global temporary table transaction_tab     &#8211;on commit delete rows     as SELECT * FROM CUSTOMERTELEPHONYSERVICE WHERE 0=1;     commit;     insert into transaction_tab SELECT * FROM CUSTOMERTELEPHONYSERVICE WHERE CUSTOMERTELEPHONYSERVICEID = 1;               select * from transaction_tab; No any row inserted. someone can elaborate how to use temporary table.]]></description>
				<content:encoded><![CDATA[<div>create global temporary table transaction_tab</div>
<div>    &#8211;on commit delete rows</div>
<div>    as SELECT * FROM CUSTOMERTELEPHONYSERVICE WHERE 0=1;</div>
<div>    commit;</div>
<div>    insert into transaction_tab SELECT * FROM CUSTOMERTELEPHONYSERVICE WHERE CUSTOMERTELEPHONYSERVICEID = 1;</div>
<div>    </div>
<div>    </div>
<div>    select * from transaction_tab;</div>
<div></div>
<div></div>
<div>No any row inserted.</div>
<div>someone can elaborate how to use temporary table.</div>
<div></div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/temporary-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ORA-1555 insert table with 3 billions rows in Oracle with SQL</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ora-1555-insert-table-with-3-billions-rows/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/ora-1555-insert-table-with-3-billions-rows/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 18:05:16 +0000</pubDate>
		<dc:creator>Mrosa001</dc:creator>
				<category><![CDATA[ORA-1555]]></category>
		<category><![CDATA[Oracle 9i]]></category>
		<category><![CDATA[Oracle Tables]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a big table with 3 billions rows and would like to rebuild in a less period of time as possible. I ran 3 plsql scrits , each plsql script is doing a full table scan to get 3 diferente range of data and insert in a new table , the commit in the [...]]]></description>
				<content:encoded><![CDATA[<p>I have a big table with 3 billions rows and would like to rebuild in a less period of time as possible.<br />
I ran 3 plsql scrits , each plsql script is doing a full table scan to get 3 diferente range of data and insert in a new table , the commit in the cursor is for each 200.000 rows ( forall ) , after 16 hours I got the ORA-1555 , ( oracle 9.2 ) , but I am only doing a insert , I am alone in the database. How can I avoid the ORA-1555 in insert sql ?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/ora-1555-insert-table-with-3-billions-rows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Reports 6i tables</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-7/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/oracle-7/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 11:50:39 +0000</pubDate>
		<dc:creator>Kathiravan</dc:creator>
				<category><![CDATA[Oracle 6i]]></category>
		<category><![CDATA[Oracle Reports]]></category>
		<category><![CDATA[Oracle Reports 6i]]></category>
		<category><![CDATA[Oracle Tables]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi All, I am working in Oracle 6i reports, I want to hide some report columns value at runtime. For example if dataentry operatior run a invoice report the value columns are print like &#8216;**********&#8217; otherwise it will print original value. The users are controlled in a seprate table. Using that table I want to [...]]]></description>
				<content:encoded><![CDATA[<p>Hi All,<br/><br/> I am working in Oracle 6i reports, I want to hide some report columns value at runtime. For example if dataentry operatior run a invoice report the value columns are print like &#8216;**********&#8217; otherwise it will print original value. The users are controlled in a seprate table. Using that table I want to do this. This tabel contain username,report_id and column name(which column i want to hide at runtime).<br/><br/> I don&#8217;t want to write  any code in column format trigers. It should be common for all columns.  Plz post your comments.. Plzzz<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/oracle-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Temp table with months in Oracle</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/temp-table-with-months/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/temp-table-with-months/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 04:31:35 +0000</pubDate>
		<dc:creator>Deb4u</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Forms]]></category>
		<category><![CDATA[Oracle Table]]></category>
		<category><![CDATA[Oracle Tables]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[how to create temporary table which contains all the months from january to december]]></description>
				<content:encoded><![CDATA[<p>how to create temporary table which contains all the months from january to december</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/temp-table-with-months/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>use of external tables oracle 10g</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/use-of-external-tables/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/use-of-external-tables/#comments</comments>
		<pubDate>Sun, 02 May 2010 02:31:00 +0000</pubDate>
		<dc:creator>Nip</dc:creator>
				<category><![CDATA[Oracle 10g]]></category>
		<category><![CDATA[Oracle Tables]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Answer by mirzamanz]]></description>
				<content:encoded><![CDATA[New Answer by mirzamanz]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/use-of-external-tables/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to find duplicate records in an Oracle table</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-find-duplicate-records-in-a-table/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-find-duplicate-records-in-a-table/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 13:28:59 +0000</pubDate>
		<dc:creator>gettosrinivas</dc:creator>
				<category><![CDATA[Oracle Tables]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How to find duplicate records in a table]]></description>
				<content:encoded><![CDATA[<p>How to find duplicate records in a table</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-find-duplicate-records-in-a-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>to delete the duplicate record  from Oracle table  plz provide command</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/to-delete-the-duplicate-record-from-table-plz-provide-command/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/to-delete-the-duplicate-record-from-table-plz-provide-command/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 08:22:39 +0000</pubDate>
		<dc:creator>Least</dc:creator>
				<category><![CDATA[Oracle commands]]></category>
		<category><![CDATA[Oracle Tables]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[to delete the duplicate record  from table  plz provide command]]></description>
				<content:encoded><![CDATA[<p>to delete the duplicate record  from table  plz provide command</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/to-delete-the-duplicate-record-from-table-plz-provide-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle table update exist ?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/update-exist/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/update-exist/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 12:36:06 +0000</pubDate>
		<dc:creator>Tchywallace</dc:creator>
				<category><![CDATA[Oracle Tables]]></category>
		<category><![CDATA[Oracle upgrades]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Question Edited by Serena3]]></description>
				<content:encoded><![CDATA[Question Edited by Serena3]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/update-exist/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Exporting Oracle 9i tables</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/exporting-oracle-9i-tables/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/exporting-oracle-9i-tables/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 15:27:01 +0000</pubDate>
		<dc:creator>ITKE</dc:creator>
				<category><![CDATA[Oracle 9i]]></category>
		<category><![CDATA[Oracle export]]></category>
		<category><![CDATA[Oracle Tables]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have installed Oracle 9i server on Windows 2000 and clients on other machines. The database name is admin. I have created tables in my own login ora102 on the client machine. Now I want to export the tables which I have created in my own login. I used the following command on theclient machine [...]]]></description>
				<content:encoded><![CDATA[<p>I have installed Oracle 9i server on Windows 2000 and clients on other machines. The database name is admin. I have created tables in my own login ora102 on the client machine. Now I want to export the tables which I have created in my own login. I used the following command on theclient machine to export tables:</p>
<p>exp ora102/ora102@admin file=c:demo.dmp tables=(emp,dept)</p>
<p>But it’s giving me the following error: </p>
<p>Exp 00056: oracle error 942 occured<br />
ORA-00942: table or view does not exist<br />
EXP-00000: Export terminated unsuccessfully</p>
<p>I also executed catexp.sql, catalog.sql, catproc.sql. but I am still having this problem.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/exporting-oracle-9i-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data issue in a Oracle Table</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/data-issue-in-a-oracle-table/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/data-issue-in-a-oracle-table/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 08:55:57 +0000</pubDate>
		<dc:creator>Ctnaveenkumar</dc:creator>
				<category><![CDATA[Oracle Tables]]></category>
		<category><![CDATA[Oracle Tablespaces]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a 180 GB size table. When I select the table,it returns some columns with null data. But if I Select that particular record showing NULL column with a Primary key filter,it is showing data for that column. Please let me know what might be the problem with that table.]]></description>
				<content:encoded><![CDATA[<p>I have a 180 GB size table. When I select the table,it returns some columns with null data. But if I Select that particular record showing NULL column with a Primary key filter,it is showing data for that column. Please let me know what might be the problem with that table.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/data-issue-in-a-oracle-table/feed/</wfw:commentRss>
		<slash:comments>4</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/30 queries in 0.042 seconds using memcached
Object Caching 875/1034 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 23:45:57 -->