<?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>Oracle Database Administration Blog &#187; aarthimudhalvan</title>
	<atom:link href="http://www.bestremotedba.com/author/aarthimudhalvan/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bestremotedba.com</link>
	<description>Oracle Database Administration Blog</description>
	<lastBuildDate>Tue, 07 Sep 2010 03:32:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Command to find files created a day before</title>
		<link>http://www.bestremotedba.com/command-to-find-files-created-a-day-before/</link>
		<comments>http://www.bestremotedba.com/command-to-find-files-created-a-day-before/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 03:32:53 +0000</pubDate>
		<dc:creator>aarthimudhalvan</dc:creator>
				<category><![CDATA[Database Administration]]></category>
		<category><![CDATA[Unix-Linux Administration]]></category>
		<category><![CDATA[Command to find files created a day before]]></category>
		<category><![CDATA[find command]]></category>

		<guid isPermaLink="false">http://www.bestremotedba.com/?p=791</guid>
		<description><![CDATA[This command will help you to find the files created one day before in the specified folder. find . -type f -mtime 1 -exec ls -lth &#8216;{}&#8217; \;]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>This command will help you to find the files created one day before in the specified folder. </p>
<p>find . -type f -mtime 1 -exec ls -lth &#8216;{}&#8217; \;</p>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.bestremotedba.com/command-to-find-files-created-a-day-before/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ORA-1578: ORACLE data block corrupted</title>
		<link>http://www.bestremotedba.com/ora-1578-oracle-data-block-corrupted/</link>
		<comments>http://www.bestremotedba.com/ora-1578-oracle-data-block-corrupted/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 06:06:33 +0000</pubDate>
		<dc:creator>aarthimudhalvan</dc:creator>
				<category><![CDATA[Database Administration]]></category>
		<category><![CDATA[ORA-1578: ORACLE data block corrupted]]></category>

		<guid isPermaLink="false">http://www.bestremotedba.com/?p=785</guid>
		<description><![CDATA[Issue: Database is in Flashback Mode. Enabled No logging on some db Tables Recover the database. Truncate those no logging Temporary tables. Now we get error message ORA-1578: ORACLE data block corrupted Reason: Oracle says it is a behavior in 10g and fixed in 11g Rel1. Cannot Reuse a Corrupt Block in Flashback Mode, ORA-1578 [...]]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p><strong>Issue:</strong></p>
<p>        Database is in Flashback Mode. </p>
<p>        Enabled No logging on some db Tables</p>
<p>        Recover the database. </p>
<p>        Truncate those no logging Temporary tables. </p>
<p>        Now we get error message ORA-1578: ORACLE data block corrupted</p>
<p><strong>Reason:</strong></p>
<p>        Oracle says it is a behavior in 10g and fixed in 11g Rel1.</p>
<p>        Cannot Reuse a Corrupt Block in Flashback Mode, ORA-1578 [ID 729433.1] </p>
<p>        In 11g (11.1 releases) there is an optimization introduced to skip the block read if the object was dropped before the flashback retention range, and this will help with corrupt blocks on disk. </p>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.bestremotedba.com/ora-1578-oracle-data-block-corrupted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flashback Database disabled automatically</title>
		<link>http://www.bestremotedba.com/flashback-database-disabled-automatically/</link>
		<comments>http://www.bestremotedba.com/flashback-database-disabled-automatically/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 06:04:33 +0000</pubDate>
		<dc:creator>aarthimudhalvan</dc:creator>
				<category><![CDATA[Database Administration]]></category>
		<category><![CDATA[Flashback Database]]></category>
		<category><![CDATA[Flashback Database disabled automatically]]></category>

		<guid isPermaLink="false">http://www.bestremotedba.com/?p=783</guid>
		<description><![CDATA[Issue 1: Intially Flashback Database was enabled but noticed Flashback was disabled automatically long time ago. Reason: It could be because the flashback area 100% Once Flashback Area become 100% full then oracle will log in Alert that Flashback will be disabled and it will automatically turn off Flash Back without user intervention.]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p><strong>Issue 1:</strong></p>
<p>Intially Flashback Database was enabled but noticed Flashback was disabled automatically long time ago. </p>
<p><strong>Reason:</strong></p>
<p> It could be because the flashback area 100% </p>
<p>Once Flashback Area become 100% full then oracle will log in Alert that Flashback will be disabled and it will automatically turn off Flash Back without user intervention.</p>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.bestremotedba.com/flashback-database-disabled-automatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I check if there is anything rolling back?</title>
		<link>http://www.bestremotedba.com/how-can-i-check-if-there-is-anything-rolling-back/</link>
		<comments>http://www.bestremotedba.com/how-can-i-check-if-there-is-anything-rolling-back/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 03:22:47 +0000</pubDate>
		<dc:creator>aarthimudhalvan</dc:creator>
				<category><![CDATA[Database Administration]]></category>
		<category><![CDATA[How can I check if there is anything rolling back]]></category>
		<category><![CDATA[used_ublk block in v$transaciton]]></category>
		<category><![CDATA[V$FAST_START_TRANSACTIONS]]></category>

		<guid isPermaLink="false">http://www.bestremotedba.com/?p=774</guid>
		<description><![CDATA[It depends on how you killed the process. If you did and alter system kill session you should be able to look at the used_ublk block in v$transaciton to get an estimate for the rollback being done. If you killed to server process in the OS and pmon is recovering the transaction you can look [...]]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>It depends on how you killed the process.</p>
<p>If you did and alter system kill session you should be able to look at the used_ublk block in v$transaciton to get an estimate for the rollback being done.</p>
<p>If you killed to server process in the OS and pmon is recovering the transaction you can look at V$FAST_START_TRANSACTIONS view to get the estimate</p>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.bestremotedba.com/how-can-i-check-if-there-is-anything-rolling-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Explain the relationship among database, tablespace, and datafile.</title>
		<link>http://www.bestremotedba.com/explain-the-relationship-among-database-tablespace-and-datafile/</link>
		<comments>http://www.bestremotedba.com/explain-the-relationship-among-database-tablespace-and-datafile/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 02:34:36 +0000</pubDate>
		<dc:creator>aarthimudhalvan</dc:creator>
				<category><![CDATA[Oracle DBA Interview Questions]]></category>
		<category><![CDATA[Explain the relationship among database and tablespace and datafile.]]></category>

		<guid isPermaLink="false">http://www.bestremotedba.com/?p=772</guid>
		<description><![CDATA[The database is logically divided into one or more tablespaces. For each tablespace we explicitly create one or more datafiles.]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>The database is logically divided into one or more tablespaces.<br />
For each tablespace we explicitly create one or more datafiles.</p>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.bestremotedba.com/explain-the-relationship-among-database-tablespace-and-datafile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to recover if we delete a data file at OS level no backup for that?</title>
		<link>http://www.bestremotedba.com/how-to-recover-if-we-delete-a-data-file-at-os-level-no-backup-for-that/</link>
		<comments>http://www.bestremotedba.com/how-to-recover-if-we-delete-a-data-file-at-os-level-no-backup-for-that/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 02:55:37 +0000</pubDate>
		<dc:creator>aarthimudhalvan</dc:creator>
				<category><![CDATA[Oracle DBA Interview Questions]]></category>
		<category><![CDATA[how to recover if we delete a data file at OS level no backup for that?]]></category>

		<guid isPermaLink="false">http://www.bestremotedba.com/?p=770</guid>
		<description><![CDATA[bring the database to the mount state sql>alter database create datafile ; sql>recover datafile ; sql>alter database open;]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>bring the database to the mount state<br />
sql>alter database create datafile <datafile_number>;<br />
sql>recover datafile <datafile_number>;<br />
sql>alter database open;</p>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.bestremotedba.com/how-to-recover-if-we-delete-a-data-file-at-os-level-no-backup-for-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do you see how many instances are running?</title>
		<link>http://www.bestremotedba.com/how-do-you-see-how-many-instances-are-running/</link>
		<comments>http://www.bestremotedba.com/how-do-you-see-how-many-instances-are-running/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 10:26:58 +0000</pubDate>
		<dc:creator>aarthimudhalvan</dc:creator>
				<category><![CDATA[Oracle DBA Interview Questions]]></category>
		<category><![CDATA[How do you see how many instances are running?]]></category>

		<guid isPermaLink="false">http://www.bestremotedba.com/?p=768</guid>
		<description><![CDATA[In Linux, Unix the command: ps -ef&#124;grep pmon In Windows: services.msc]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>In Linux, Unix the command:  ps -ef|grep pmon<br />
In Windows: services.msc</p>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.bestremotedba.com/how-do-you-see-how-many-instances-are-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which is more efficient Incremental Backups using RMAN or Incremental Export?</title>
		<link>http://www.bestremotedba.com/which-is-more-efficient-incremental-backups-using-rman-or-incremental-export/</link>
		<comments>http://www.bestremotedba.com/which-is-more-efficient-incremental-backups-using-rman-or-incremental-export/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 09:48:00 +0000</pubDate>
		<dc:creator>aarthimudhalvan</dc:creator>
				<category><![CDATA[Oracle DBA Interview Questions]]></category>
		<category><![CDATA[RMAN]]></category>
		<category><![CDATA[Which is more efficient Incremental Backups using RMAN or Incremental Export?]]></category>

		<guid isPermaLink="false">http://www.bestremotedba.com/?p=765</guid>
		<description><![CDATA[RMAN]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>RMAN</p>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.bestremotedba.com/which-is-more-efficient-incremental-backups-using-rman-or-incremental-export/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You lost some datafiles and you don&#8217;t have any full backup and the database was running in NOARCHIVELOG mode. What you can do now?</title>
		<link>http://www.bestremotedba.com/you-lost-some-datafiles-and-you-dont-have-any-full-backup-and-the-database-was-running-in-noarchivelog-mode-what-you-can-do-now/</link>
		<comments>http://www.bestremotedba.com/you-lost-some-datafiles-and-you-dont-have-any-full-backup-and-the-database-was-running-in-noarchivelog-mode-what-you-can-do-now/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 06:04:48 +0000</pubDate>
		<dc:creator>aarthimudhalvan</dc:creator>
				<category><![CDATA[Oracle DBA Interview Questions]]></category>
		<category><![CDATA[Recovery Interview questions]]></category>
		<category><![CDATA[You lost some datafiles and you don't have any full backup and the database was running in NOARCHIVELOG mode. What you can do now?]]></category>

		<guid isPermaLink="false">http://www.bestremotedba.com/?p=762</guid>
		<description><![CDATA[You have lost datafiles and you dont have backup and database is not running in archive log mode&#8230;&#8230; So we need to recreate the datafiles which will be empty&#8230;.. you can not recover, becuase you dont have backup and database not in archive log mode]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>You have lost datafiles and you dont have backup and database is not running  in archive log mode&#8230;&#8230;<br />
So we need to recreate the datafiles which will be empty&#8230;.. you can not recover, becuase you dont have backup and database not in archive log mode </p>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.bestremotedba.com/you-lost-some-datafiles-and-you-dont-have-any-full-backup-and-the-database-was-running-in-noarchivelog-mode-what-you-can-do-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You loss one datafile and DB is running in ARCHIVELOG mode. You have full database backup of 1 week old and partial backup of this datafile which is just 1 day old. From which backup should you restore this file?</title>
		<link>http://www.bestremotedba.com/you-loss-one-datafile-and-db-is-running-in-archivelog-mode-you-have-full-database-backup-of-1-week-old-and-partial-backup-of-this-datafile-which-is-just-1-day-old-from-which-backup-should-you-restor/</link>
		<comments>http://www.bestremotedba.com/you-loss-one-datafile-and-db-is-running-in-archivelog-mode-you-have-full-database-backup-of-1-week-old-and-partial-backup-of-this-datafile-which-is-just-1-day-old-from-which-backup-should-you-restor/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 05:45:44 +0000</pubDate>
		<dc:creator>aarthimudhalvan</dc:creator>
				<category><![CDATA[Oracle DBA Interview Questions]]></category>
		<category><![CDATA[Oracle DBA Questions]]></category>
		<category><![CDATA[You loss one datafile and DB is running in ARCHIVELOG mode. You have full database backup of 1 week old and partial backup of this datafile which is just 1 day old. From which backup should you restor]]></category>

		<guid isPermaLink="false">http://www.bestremotedba.com/?p=760</guid>
		<description><![CDATA[Restore it from Full backup and recover that data file using archive log files which are after Full backup to till date]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>Restore it from Full backup and recover that data file using archive log files which are after Full backup to till date </p>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.bestremotedba.com/you-loss-one-datafile-and-db-is-running-in-archivelog-mode-you-have-full-database-backup-of-1-week-old-and-partial-backup-of-this-datafile-which-is-just-1-day-old-from-which-backup-should-you-restor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
