<?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"
	>

<channel>
	<title>Technical Interview Questions &#187; Oracle Interview Questions-IV</title>
	<atom:link href="http://www.technicalinterview.info/category/oracle-interview-questions-iv/feed" rel="self" type="application/rss+xml" />
	<link>http://www.technicalinterview.info</link>
	<description>Java Interview Questions &#124; IT interview questions &#124; Software Testing Interview questions &#124; .Net Interview Questions &#124; Job Interview Questions &#38; Answers &#124; Tough Interview Questions &#124; Technology Interview Questions &#124; Tech Interview Questions &#124; Testing Interview Questions &#124; SAP Interview Questions &#124; ABAP Interview Questions &#124; Data Warehousing Interview Questions</description>
	<pubDate>Tue, 02 Sep 2008 08:33:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Oracle Interview Questions-IV</title>
		<link>http://www.technicalinterview.info/oracle-interview-questions-iv/</link>
		<comments>http://www.technicalinterview.info/oracle-interview-questions-iv/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 19:41:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Oracle Interview Questions-IV]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/oracle-interview-questions-iv/</guid>
		<description><![CDATA[1. Explain the difference between a hot backup and a cold backup and the benefits associated with each.
A hot backup is basically taking a backup of the database while it is still up and running and it must be in archive log mode. A cold backup is taking a backup of the database while it [...]]]></description>
			<content:encoded><![CDATA[<p>1. Explain the difference between a hot backup and a cold backup and the benefits associated with each.</p>
<p>A hot backup is basically taking a backup of the database while it is still up and running and it must be in archive log mode. A cold backup is taking a backup of the database while it is shut down and does not require being in archive log mode. The benefit of taking a hot backup is that the database is still available for use while the backup is occurring and you can recover the database to any ball in time. The benefit of taking a cold backup is that it is typically easier to administer the backup and recovery process. In addition, since you are taking cold backups the database does not require being in archive log mode and thus there will be a slight performance gain as the database is not cutting archive logs to disk.</p>
<p>2. You have just had to restore from backup and do not have any control files. How would you go about bringing up this database?</p>
<p>I would create a text based backup control file, stipulating where on disk all the data files where and then issue the recover command with the using backup control file clause.</p>
<p>3. How do you switch from an init.ora file to a spfile?</p>
<p>Issue the create spfile from pfile command.</p>
<p>4. Explain the difference between a data block, an extent and a segment.</p>
<p>A data block is the smallest unit of logical storage for a database object. As objects grow they take chunks of additional storage that are composed of contiguous data blocks. These groupings of contiguous data blocks are called extents. All the extents that an object takes when grouped together are considered the segment of the database object.</p>
<p>5. Give two examples of how you might determine the structure of the table DEPT.</p>
<p>Use the describe command or use the dbms_metadata.get_ddl package.</p>
<p>6. Where would you look for errors from the database engine?</p>
<p>In the alert log.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/oracle-interview-questions-iv/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
