<?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 database administration</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/oracle-database-administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 01:12:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Oracle fails due to disk partition is full. Data now is corrupted.</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-fails-due-to-disk-partition-is-full-data-now-is-corrupted/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/oracle-fails-due-to-disk-partition-is-full-data-now-is-corrupted/#comments</comments>
		<pubDate>Wed, 25 May 2011 17:06:41 +0000</pubDate>
		<dc:creator>Mariodlg</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[Corrupted database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Database]]></category>
		<category><![CDATA[Oracle database administration]]></category>
		<category><![CDATA[Oracle error messages]]></category>
		<category><![CDATA[Oracle errors]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi all, I have a big trouble with one application that is working in a wrong way due to Oracle failure. Oracle is running on AIX. I just have access to see the disk partitions on the server with df command but I have no access to see Oracle logs. I can see that one [...]]]></description>
				<content:encoded><![CDATA[<p>Hi all,<br />
I have a big trouble with one application that is working in a wrong way due to Oracle failure. Oracle is running on AIX. I just have access to see the disk partitions on the server  with df command but  I have no access to see Oracle logs. I can see that one of the system partitions is almost full, with 99% of used space.<br />
Oracle is reporting a corrupted datafile and that is the reason of why my program is working bad.<br />
The principal oracle error is this:<br />
ORA-01578: ORACLE data block corrupted (file # 60, block # 35052) ORA-01110: data file 60: &#8216;/oradata/XXXXXX03.dbf<br />
The people who manage Oracle doesn&#8217;t have enought knowledge to do something about it and I don&#8217;t have access (nor knowledge) to help them.<br />
So I asking you for some tips of what to do in this case with Oracle.<br />
Any suggestions will be appreciated!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/oracle-fails-due-to-disk-partition-is-full-data-now-is-corrupted/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Large number rounding in Oracle 10g</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/large-number-rounding-in-oracle-10g/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/large-number-rounding-in-oracle-10g/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 20:27:55 +0000</pubDate>
		<dc:creator>Techguys</dc:creator>
				<category><![CDATA[Oracle 10g administration]]></category>
		<category><![CDATA[Oracle 10g Database]]></category>
		<category><![CDATA[Oracle database administration]]></category>
		<category><![CDATA[SQL Plus]]></category>
		<category><![CDATA[TOAD]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Oracle 10g database table with a column having data type Number(20) stores 18 digits organization code.  When this data is retrieved in SQL*Plus or Toad it is displayed in scientific notation format. The display format can be changed from scientific notation format to number format. But, for some reason the number rounds up. For example if the [...]]]></description>
				<content:encoded><![CDATA[<p>Oracle 10g database table with a column having data type Number(20) stores 18 digits organization code.  When this data is retrieved in SQL*Plus or Toad it is displayed in scientific notation format. The display format can be changed from scientific notation format to number format. But, for some reason the number rounds up. For example if the organization code stored in the database is 541200659999999999 when it is retrieved from database it is found to be 541200660000000000. Is there any one who knows why Oracle does this?  Thank you in advance for your help.<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/large-number-rounding-in-oracle-10g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code to Update retrieved record in Oracle Forms 6i</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/code-to-update-retrieved-record/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/code-to-update-retrieved-record/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 08:49:07 +0000</pubDate>
		<dc:creator>Jehangir</dc:creator>
				<category><![CDATA[Oracle database administration]]></category>
		<category><![CDATA[Oracle development]]></category>
		<category><![CDATA[Oracle Forms 6i]]></category>
		<category><![CDATA[Retrieve Data Area]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[In Oracle Forms 6i, can anybody tell me about code to update data retrieved from database, which can be place under When Button Pressed trigger?]]></description>
				<content:encoded><![CDATA[<p>In Oracle Forms 6i, can anybody tell me about code to update data retrieved from database, which can be place under When Button Pressed trigger?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/code-to-update-retrieved-record/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>ORA-02019: Connection description for remote database not found</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ora-02019-connection-description-for-remote-database-not-found/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/ora-02019-connection-description-for-remote-database-not-found/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 15:22:40 +0000</pubDate>
		<dc:creator>ITKE</dc:creator>
				<category><![CDATA[Oracle Database]]></category>
		<category><![CDATA[Oracle database administration]]></category>
		<category><![CDATA[Oracle error messages]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I had 7 databases in production environment. I wanted to create a testing environment but I only wanted 2 databases in that so I took the cold back up of two databases and did the cloning. Now my application is able to connect to the database but I am getting an error on some of [...]]]></description>
				<content:encoded><![CDATA[<p>I had 7 databases in production environment. I wanted to create a testing environment but I only wanted 2 databases in that so I took the cold back up of two databases and did the cloning. Now my application is able to connect to the database but I am getting an error on some of the operations &#8220;ORA-02019: Connection description for remote database not found&#8221;. Since I did not clone the rest of the sites I deleted the links to those sites. Can you suggest what can be the reason for this error?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/ora-02019-connection-description-for-remote-database-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/database-5/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/database-5/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 18:06:11 +0000</pubDate>
		<dc:creator>PSS</dc:creator>
				<category><![CDATA[Oracle Database]]></category>
		<category><![CDATA[Oracle database administration]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How do I create an oracle database?]]></description>
				<content:encoded><![CDATA[<p>How do I create an oracle database?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/database-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link Between MTL_MATERIAL_TRANSACTIONS and GL_INTERFACE in Release12</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/link-between-mtl_material_transactions-and-gl_interface-in-release12/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/link-between-mtl_material_transactions-and-gl_interface-in-release12/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 21:21:05 +0000</pubDate>
		<dc:creator>Tanque</dc:creator>
				<category><![CDATA[GL]]></category>
		<category><![CDATA[Oracle database administration]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;m in an upgrade project from 11.5.7 to 12.0.4, the client has some major customizations using the existing link between MTL_MATERIAL_TRANSACTIONS and GL_INTERFACE like the reference21 in GL_INTERFACE = batch_id in MTL_MATERIAL_TRANSACTIONS and the reference23 in GL_INERFACE = TRANSACTION_ID in MTL_MATERIAL_TRANSACTIONS. Now I want to know if there&#8217;s a new way to link this tables [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m in an upgrade project from 11.5.7 to 12.0.4, the client has some major customizations using the existing link between MTL_MATERIAL_TRANSACTIONS and GL_INTERFACE like the reference21 in GL_INTERFACE = batch_id in MTL_MATERIAL_TRANSACTIONS and the reference23 in GL_INERFACE = TRANSACTION_ID in MTL_MATERIAL_TRANSACTIONS.</p>
<p>Now I want to know if there&#8217;s a new way to link this tables in Release12 since the references are not populated by the Subledger Accounting process now.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/link-between-mtl_material_transactions-and-gl_interface-in-release12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>oracle &#8211; automated testing tools</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-automated-testing-tools/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/oracle-automated-testing-tools/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 16:31:15 +0000</pubDate>
		<dc:creator>Rm1</dc:creator>
				<category><![CDATA[Automated Testing]]></category>
		<category><![CDATA[Oracle database administration]]></category>
		<category><![CDATA[Oracle database testing]]></category>
		<category><![CDATA[Testing software]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[what automated tools can be used to test oracle forms application and oracle database backend]]></description>
				<content:encoded><![CDATA[<p>what automated tools can be used to test oracle forms application and oracle database backend</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/oracle-automated-testing-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL query ORACLE report &#8220;Active Users&#8221;</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-query-oracle-report-active-users/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql-query-oracle-report-active-users/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 15:25:18 +0000</pubDate>
		<dc:creator>Jkort</dc:creator>
				<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[Oracle database administration]]></category>
		<category><![CDATA[Oracle reporting]]></category>
		<category><![CDATA[Oracle SQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have problems analysing the standard Oracle report &#8220;Active Users&#8221;. I want to get my users into excel but the report lay out sucks. How can i get this report directly from the database?]]></description>
				<content:encoded><![CDATA[<p>I have problems analysing the standard Oracle report &#8220;Active Users&#8221;. I want to get my users into excel but the report lay out sucks. How can i get this report directly from the database?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql-query-oracle-report-active-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Urgent Help</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/urgent-help/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/urgent-help/#comments</comments>
		<pubDate>Mon, 16 Oct 2006 06:44:52 +0000</pubDate>
		<dc:creator>Abtest</dc:creator>
				<category><![CDATA[ECC5]]></category>
		<category><![CDATA[Oracle administration]]></category>
		<category><![CDATA[Oracle database administration]]></category>
		<category><![CDATA[Oracle database availability]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have some doubts related to oracle database&#8230;.. I am in ECC 5 implementation project (OS: Windows, DB: Oracle) My Question&#8230;&#8230;. After Installing ECC 5 the default database size is around 50 GB, some 300 GB HDD is allotted to database , the client is saying to utilize the remaining 250 GB (300 &#8211; 50 [...]]]></description>
				<content:encoded><![CDATA[<p>I have some doubts related to oracle database&#8230;.. I am in ECC 5 implementation project (OS: Windows, DB: Oracle) </p>
<p>My Question&#8230;&#8230;. </p>
<p>After Installing ECC 5  the default database size is around 50 GB, some 300 GB HDD is allotted to database , the client is saying to utilize the remaining 250 GB (300 &#8211; 50 = 250) by adding Data files to the tablespace, so that the DB Administration part of adding Data files is reduced and also since the entire HDD is utilized the I/O will be good. </p>
<p>Is the client right ? Having large data files will it affect the performance ? </p>
<p>Waitng for ur reply.</p>
<p>Thanks in advance</p>
<p>Regrads<br />
Abtest</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/urgent-help/feed/</wfw:commentRss>
		<slash:comments>3</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/26 queries in 0.030 seconds using memcached
Object Caching 850/971 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 03:35:50 -->