GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle Apps  >  Basics
Go To First  |  Previous Question  |  Next Question 
 Basics  |  Question 91 of 98    Print  
what is the difference between spfile and pfile?

  
Total Answers and Comments: 3 Last Update: August 10, 2008     Asked by: bkrishnareddy 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
August 19, 2007 08:49:04   #1  
Salil        

RE: what is the difference between spfile and pfile?


spfile is a binary file ans pfile is a text file.

We can change parameter in spfile dynamically but we cant change pfile dynamically ...to change parameter in pfile we need to bounce the instance.


 
Is this answer useful? Yes | No
August 07, 2008 10:05:21   #2  
suvashnaidu Member Since: August 2008   Contribution: 1    

RE: what is the difference between spfile and pfile?
sfile is text file spfile is binary file
It can be maintained using a standard operating system editor
spfile is maintained by the Oracle Server.

 
Is this answer useful? Yes | No
August 09, 2008 20:22:03   #3  
Cadie_H Member Since: August 2008   Contribution: 1    

RE: what is the difference between spfile and pfile?
An spfile and a pfile are both init parameter files.

The pfile is a readable text file which you can edit directly in Notepad (Windows) or vi (Unix). The pfile's name is initSID.ora.

The spfile is a binary file which means it can't be edited directly (if you try to edit it directly it'll corrupt the file). The spfile can only be modified by using the "alter system" command. The spfile's name is spfileSID.ora.

The spfile is useful to have because it lets you dynamically make changes to some parameters whereas the pfile does not - you will need to shutdown and startup the instance for any changes you make in the pfile to be applied.

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape