码迷,mamicode.com
首页 > 数据库 > 详细

oracle 03-03 数据库实例管理

时间:2020-06-07 12:36:15      阅读:70      评论:0      收藏:0      [点我收藏+]

标签:ide   标准   缓冲   acl   obj   imu   form   nts   数据库实例   

Managing the Database Instance

 

Objectives
After completing this lesson, you should be able to:
• Start and stop the Oracle database instance and
components启动和关闭Oracle实例以及相关组成部件
• Modify database initialization parameters初始化参数
• Describe the stages of database startup
• Describe database shutdown options
• View the alert log
• Access dynamic performance views

 

技术图片

 

 

Initialization Parameters: Examples
Parameter Specifies
CONTROL_FILES控制文件 One or more control file names
DB_FILES Maximum number of database files数据库允许的最大文件个数
PROCESSES Maximum number of OS user processes that can
simultaneously connect最大后台进程及后台进程的个数
DB_BLOCK_SIZE Standard database block size used by all
tablespaces标准数据库块大小
DB_CACHE_SIZE 数据库告诉缓冲池Size of the standard block buffer cache

技术图片

 

 

 

 技术图片

内存大小设置

SGA_TARGET (Total size of all SGA components)
MEMORY_TARGET (Total size of system-wide usable memory)

 技术图片

 

 

Parameter Specifies
PGA_AGGREGATE_TARGET Amount of PGA memory available to all server
processes设置PGA内存大小

SHARED_POOL_SIZE 设定共享池大小Size of shared pool (in bytes)
UNDO_MANAGEMENT Undo space management mode to be used默认AUTO方式

 

技术图片

 

oracle 03-03 数据库实例管理

标签:ide   标准   缓冲   acl   obj   imu   form   nts   数据库实例   

原文地址:https://www.cnblogs.com/cloud7777/p/13060000.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!