1.

What Is Difference Between Pfile And Spfile?

Answer»

A PFILE is a static, text FILE located in $ORACLE_HOME/dbs - UNIX.
An SPFILE (SERVER Parameter File) is a PERSISTENT server-side binary file that can only be MODIFIED with the "ALTER SYSTEM SET" command.

A PFILE is a static, text file located in $ORACLE_HOME/dbs - UNIX.
An SPFILE (Server Parameter File) is a persistent server-side binary file that can only be modified with the "ALTER SYSTEM SET" command.



Discussion

No Comment Found