December 2002
Intermediate to advanced
928 pages
85h 29m
English
CREATE SPFILE
CREATE SPFILE [= 'spfile_name'] FROM PFILE [= 'pfile_name']
Creates a binary server parameter file by importing the contents of a text initialization parameter file (INIT.ORA or SPFILE). New with Oracle9i Release 2.
Name of the binary server parameter file that will be created. If spfile_name is not specified, Oracle uses a platform-specific filename, usually INITsid.ORA.
Name of the existing text initialization parameter file. If pfile_name is not specified, Oracle uses a platform-specific filename.