Oracle dynamic server parameter file

Source: Internet
Author: User

Oracle dynamic server parameter file
The Oracle dynamic server parameter file (SPFILE) SPFILE is a binary file that is automatically maintained by the Oralce server process. This file cannot be manually modified. Once it is manually modified, it becomes invalid. On UNIX, this file is located in the $ ORACLE_HOME/dbs directory by default. On the Window, this file is located in the $ ORACLE_HOME \ database directory by default. This file is introduced to modify the instance or database configuration without stopping or restarting Oralce. Use the create SPFILE command to create a spfile. the user must be a SYSDBA role. Create spfile [= 'spfile name'] from pfile [= 'pfile name'] If the SPFILE and PFILE names are not specified, the system creates a default SPFILE file using the default PFILE file, the default SPFILE name is "SPFILESID. ora ". View SPFILE because SPFILE is a binary file, you cannot open it in a text editor to view and edit it. You can use the create pfile command to create pfile through SPFILE: create pfile [= 'pfile name'] from spfile: Modify SPFILE by using the alter system set command.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.