Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Where Are the Settings Stored for Each Instance
Where Are the Settings Stored for Each Instance? - Oracle DBA FAQ - Introduction to Oracle Database 10g Express Edition
✍: 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.
2007-04-25, 4923👍, 0💬
Popular Posts:
Wha is the output from System.out.println("Hell o"+null);?Hellonull
The following variable is available in file1.c, who can access it? static int average; Answer: all t...
What Is C Language? The C programming language is a standardized programming language developed in t...
What is synchronization and why is it important? With respect to multithreading, synchronization is ...
What's wrong with this initialization? char *p = malloc(10); My compiler is complaining about an ``i...