<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="0.92">
<channel>
	<title>Oracle Faq</title>
	<link>http://www.oraclefaq.net</link>
	<description>Learn Oracle through my Experience</description>
	<lastBuildDate>Mon, 26 Nov 2007 06:39:41 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>RMAN Features of Oracle 11g</title>
		<description><![CDATA[Hi All,
With each newer version of Oracle from Oracle 8i to Oracle 11g rman features are enchanced making it more and more powerful and thereby simplifying backup and recovery process to large extent.
The new feature of Oracle 11g makes rman more powerful by automatically detecting the failure, advising how to recover from failure and then actually recovering [...]]]></description>
		<link>http://www.oraclefaq.net/2007/11/26/rman-features-of-oracle-11g/</link>
			</item>
	<item>
		<title>Oracle Question II</title>
		<description><![CDATA[20)  What is the location of init&#60;SID&#62;.ora file for windows system and for unix system?
The default location of init&#60;SID&#62;.ora file is %ORACLE_HOME%/database  folder for Windows while it is $ORACLE_HOME/dbs for UNIX System.
21) What is the use of init&#60;SID&#62;.ora file in Oracle Database?
init&#60;SID&#62;.ora Files contains all the parameters which is used to configure the Oracle Instance.
For e.g
shared_pool_size parameter in init&#60;SID&#62;.ora decides  the size of shared pool
large_pool parameter decides the size of large pool.
22) Can the parameter of init file be changed dynamically?
No, the parameters of the init&#60;SID&#62;.ora does not take effect on the fly when the database
is running. To change the parameter we need to modify the parameter in init&#60;SID&#62;.ora
and then stop the database and start the database with the modified pfile.
23) How can we start the database with pfile which is 
located in the non default location?
To start the database with pfile located in the non default location
i.e (Not in %oracle_home%/database OR $ORACLE_HOME/  dbs) we can use the following command at SQL prompt
SQL&#62; startup pfile=&#60;location of pfile&#62;
24) Which parameter determines the location control files in oracle database?
CONTROL_FILES parameter decides the location of control files in oracle database.
25) What are Instance specific parameters and how are they defined in init&#60;SID&#62;.ora?
In RAC (Real Application Cluster) which is a Oracle HA(High Availability) Feature we can have multiple oracle instance configured on different nodes which can access the same database [...]]]></description>
		<link>http://www.oraclefaq.net/2007/11/20/oracle-question-ii/</link>
			</item>
</channel>
</rss>
