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, 2864🔥, 0💬
Popular Posts:
How To Create a Stored Program Unit in Oracle? If you want to create a stored program unit, you can ...
What are single-byte character string data types supported in SQL Server Transact-SQL? Single-byte c...
What Happens If the Imported Table Already Exists in Oracle? If the import process tries to import a...
How To Break Query Output into Pages in MySQL? If you have a query that returns hundreds of rows, an...
How To Generate Random Numbers with the RAND() Function in SQL Server Transact-SQL? Random numbers a...