Collections:
Instance Settings Stored in SPFile in Oracle
Where Are the Settings Stored for Each Instance in Oracle?
✍: FYIcenter.com
Settings for each instance are stored in a file called Server Parameter File (SPFile). Oracle supports two types of parameter files, Text type, and Binary type. parameter files should be located in $ORACLE_HOME\database directory. A parameter file should be named like "init$SID.ora", where $SID is the instance name.
⇒ Change Settings in Binary SPFile in Oracle
⇐ Start the Default Instance in Oracle
2020-09-15, 2840🔥, 0💬
Popular Posts:
Where to find answers to frequently asked questions I am new to Oracle database. Here is a list of f...
How To Create a Table Index in Oracle? If you have a table with a lots of rows, and you know that on...
How AdventureWorksLT tables are related in SQL Server? There are 12 user tables defined in Adventure...
How to change the data type of an existing column with "ALTER TABLE" statements in SQL Server? Somet...
How To Connect to a MySQL Server with a Port Number in MySQL? If you want to connect a MySQL server ...