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, 3034🔥, 0💬
Popular Posts:
How To Round a Numeric Value To a Specific Precision in SQL Server Transact-SQL? Sometimes you need ...
How To Install Oracle Database 10g XE in Oracle? To install 10g universal edition, double click, Ora...
How To Convert Characters to Numbers in Oracle? You can convert characters to numbers by using the T...
What are DDL (Data Definition Language) statements for tables in SQL Server? DDL (Data Definition La...
What Privilege Is Needed for a User to Delete Rows from Tables in Another Schema in Oracle? For a us...