|
Oracle Home |
|
Home > Oracle Database Administration (DBA) > Architecture > Oracle Server Architecture (Q & A) |
|
Oracle Database 10g Administration (DBA): Architecture |
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Oracle Server Architecture (Q & A) |
||||||||||||||||||||
|
1. Which is the difference between an Oracle database and an Oracle instance?
The Oracle instance = SGA + oracle processes. For more information about SGA and SGA tuning click here.
Oracle database = Data files + Control Files + Redo log files
Note: The archive log files, the parameter files and password files are not part of the database. The archive logs are copies of redo log files, Init.ora is a configuration file for the Oracle instance and the password file is a place to store the password for "sysdba" accounts.
For more information about the SGA/ tuning the SGA area click here.
2. Which are the main Oracle background processes?
3. Which are the mandatory Oracle background processes?
PMON, SMON, DBWn, LGWR, CKPT
4. How could I see which Oracle background processes are running on the OS level?
On Solaris, UNIX, Linux systems using ls -ef | grep <SID> command:
On Windows, there is one process which has many threads.
More information about this subject ( Oracle Server Architecture ) you can get from www.in-oracle.com
|
|
Home > Oracle Database Administration (DBA) > Architecture > Oracle Server Architecture (Q & A) |
|
Different Romanian Links/ Linkuri romanesti diferite |
Disclaimer: The views expressed on this web site are my own and do not reflect the views of Oracle Corporation. You may use the information from this site only at your risk. Copyright (c) 2009-2011 Paul Catalin Tomoiu. All rights reserved.