首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

Oracle数据库相干名词解释

2013-03-06 
Oracle数据库相关名词解释?2、Control File??? The control file is a binary file that describes the str

Oracle数据库相关名词解释

?

2、Control File

??? The control file is a binary file that describes the structure of the database. It must be available for writing by the Oracle server whenever the database is mounted or open. Its default name is operating system-dependent. Without this file, the database cannot be mounted and recovery or re-creation of the control file will be required. The recommended configuration is a minimum of two control files on different disks to minimize the impact of a loss of one control file.

?

Control File Contents
? Database name
? Time stamp of database creation
? Synchronization information (checkpoint and log sequence information) needed for recovery
? Names and locations of datafiles and redo log files
? Archiving mode of the database
? Current log sequence number
? Recovery Manager backup meta data

?

3、Archive Background Process

??? The ARCn process is an optional process. When enabled, it archives the redo log files to designated storage areas. This process has a great significance in backup, restoration, and recovery of a database set to ARCHIVELOG mode, where databases are operational 24 hours a day and 7 days a week.
The ARCn process initiates when a log switch occurs and copies one member of the last (unarchived) redo log group to at least one of the destinations specified by one or more initialization parameters.

?

?

热点排行