Check database state using pfile/spfile.

How to check whether database whether it is opened by pfile/spfile.

Questions by Pragati.rch

Showing Answers 1 - 7 of 7 Answers

Kapil Relan

  • Apr 15th, 2011
 


if you are not aware about what your database has chosen at startup ie PFILE or SPFILE you can simply try the following SQL statement:,which i tried

create spfile from pfile;

if you get the output that

ERROR at line 1:
ORA-32002: cannot create SPFILE already being used by the instance


then you can be sure that database used SPFILE at startup.
else
PFILE.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions