oracle 03-03 数据库实例管理

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

 

oracle 03-03 数据库实例管理

 

 

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

oracle 03-03 数据库实例管理

 

 

 

 oracle 03-03 数据库实例管理

内存大小设置

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

 oracle 03-03 数据库实例管理

 

 

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 数据库实例管理

 

oracle 03-03 数据库实例管理

上一篇:python数据库之sqlite3


下一篇:java-jdbc