How do you switch from an init.ora file to a spfile?
Answer Posted / ramakrishnach.dba
oracle searches parameter file in following manner
1) spfile$ORACLE_SID.ora
2) spfile.ora
3) init$ORACLE_SID.ora
4) init.ora
if oracle finds spfile$ORACLE_SID.ora file it ignores rest of the files
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is a system database and what is a user database? : sql server DBA
What is replication? : sql server DBA
What types of replication are supported in sql server? : sql server DBA
Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?
What is the default fill factor value? : sql server DBA
what is ora 24313?what is the procedure to exclude that error?
how can you find out if a table can be redefined?
Where do you find the default index fill factor and how to change it? : sql server DBA
What are the different types of indexes available in sql server? : sql server DBA
What are the new features in sql server 2005 when compared to sql server 2000? : sql server DBA
Why would you call update statistics? : sql server DBA
How do you trace the traffic hitting a sql server? : sql server DBA
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
What are the high-availability solutions in sql server and differentiate them briefly? : sql server DBA
What are the different types of upgrades that can be performed in sql server? : sql server DBA