ORACLE little knowledge architecture
rn
rn
ORACLE from the routine (Instance) and database (Database) composed of two parts. Routine is a set of memory structures and background processes collections. The memory structure includes data cache, redo log buffer and shared pool of three parts, these memory structures referred to as SGA (System Global Area); background process includes SMON, PMON, DBWR, CKPT, LGWR, ARCH and so on. The database is a collection of a set of OS files, which consists of data files, control files and redo log files. As for the detailed function of each block and each process uses, see the detailed documentation. And then there are the database works, to be continued
rn
Related Posts of ORACLE little knowledge architecture
-
ORACLE instance of the process of the structure and memory structure
ORACLE instance of the process of the structure and memory structure 1. ORACLE instance of the process of the structure and memory structure 1) the process of the structure of the process is a mechanism for the operating system, which operated a seri ...
-
How to restore archived logs have a missing data file
Kamus yesterday asked a question, if a cold backup, but missing one data file, but the existence of all of the archive, it should be how to restore data files. Try yourself, is probably the following steps: [oracle @ jumper eygle] $ sqlplus "/ a ...
-
Log archive have a how to restore lost data files
Kamus yesterday asked a question, if a cold backup, but missing one data file, but the existence of all of the archive, it should be how to restore data files. Try yourself, is probably the following steps: [oracle @ jumper eygle] $ sqlplus "/ a ...
-
Oracle database on the start and stop
Oracle database on the start and stop Shutdown normal: waiting for all users disconnected, the closure of the database, uninstall the instance of the database and shut down. immediate: all users rollback services, the closure of the database, uninsta ...
-
How to have the archive log restore a lost data files
Kamus yesterday to ask a question, if a cold backup, but missing one of a data file, but the archive of all existence, it should be how to restore data files. Try yourself, is perhaps the following steps: [oracle @ jumper eygle] $ sqlplus "/ as ...
-
Back to archive not archiving
-bash-2.05b $ svrmgrl Oracle Server Manager Release 3.1.7.0.0 - Production Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved. Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production With the Partitioning option JServer Release 8.1. ...
-
Oracle structure
500) this.width = 500; "height = 324> Data cache pool (Database Buffer) data files stored in data blocks of copy, to facilitate quick access to (minimize physical io). It contains the default buffer pool (Default pool), to preserve the cache ...
-
Detailed: database name. Instance name. ORACLE_SID. Database name
Detailed: database name, instance name, ORACLE_SID, database name, global database names, service names and hand the script to create oracle database Database name, instance name, database name, global database names, service names, This is easy for some
-
Oracle locking mechanism (reprint)
Blocking mechanism is set up in order to control the concurrent operation of the block interference, to ensure data consistency and accuracy. Oracle database blockade There are three ways: sharing blockade blockade exclusive, shared update blockade [ ...













Leave a Reply