有关数据库的一小段话 谁能帮我翻译一下 急用 谢谢

来源:百度知道 编辑:UC知道 时间:2024/06/23 13:17:00
1,后台进程(数据写进程、日志写进程、系统监控、进程监控、检查点进程、归档进程、服务进程、用户进程) 数据写进程:负责将更改的数据从数据库缓冲区高速缓存写入数据文件 日志写进程:将重做日志缓冲区中的更改写入在线重做日志文件 系统监控:检查数据库的一致性如有必要还会在数据库打开时启动数据库的恢复 进程监控:负责在一个Oracle 进程失败时清理资源 检查点进程:负责在每当缓冲区高速缓存中的更改永久地记录在数据库中时,更新控制文件和数据文件中的数据库状态信息。 归档进程:在每次日志切换时把已满的日志组进行备份或归档 服务进程:用户进程服务。 用户进程:在客户端,负责将用户的SQL 语句传递给服务进程,并从服务器段拿回查询

2 oracle例程:Oracle 例程由SGA 内存结构和用于管理数据库的后台进程组成。例程一次只能打开和使用一个数据库。
3、SCN(System Change Number):系统改变号,一个由系统内部维护的序列号。当系统需要更新的时候自动增加,他是系统中维持数据的一致性和顺序恢复的重要标志。

1, background processes (data writing process, log writing process, system monitoring, process monitoring, inspection point process, archive, process, process service, users process) data writing process: will be responsible for changes to the data from the database into the buffer cache writing process log data files: redo log changes in the buffer zone into the online redo log files System Monitoring: Check the consistency of the database if necessary, will be activated in the database open database recovery process control: responsible for an Oracle failure of the process when the process of cleaning up checkpoints resources: the buffer zone in the cache whenever changes in the permanent record in the database, document control and update data files in the database state information. Archiving process: each log switching to the full group log backup or archiving services for the process: the process of user services. Users process: on the client side, users will be responsible fo