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

Oracle commonly uesd tables/views and processes(一)

时间:2019-11-15 09:22:17      阅读:89      评论:0      收藏:0      [点我收藏+]

标签:oca   trigger   byte   process   hat   rest   users   status   roc   

一、
Oracle commonly used tables
1、
DBA_USERS #DataBase users information
技术图片
common column
username
user_id
account_status
lock_date
expiry_date
default_tablespace
temporary_tablespace
2、
DBA_SEGMENTS #describe the storage allocated for all segments in the database.
技术图片
common column
owner
segment_name
segment_type
partition_name
tablespace_name
bytes
二、
Oracle commonly used processes
1、instance background processes
技术图片

PMON :periodically check the status of the server process and restore abnormal processes 。
LGWR: to write the log  buffer contents to the redo log file,oracle writes the user chenges to the redo log file and then writes the data files.
CKPT:A checkpoint is an event that triggers DBWR to require dirty data to be written to a data file when a checkpoint occurs .LGWR writes to the log .
SMON:mandatory to perform  a recovery when the database is started . reclaim space to merge free and adjacent extents in the tablespace .clean up temporary tablespace/temporary segmentes.
ARCH:only started in archive mode .when the online redo logs  is full ,copy the log the spectfied location.
DBWR:writes the database buffer cache to the data files.

Oracle commonly uesd tables/views and processes(一)

标签:oca   trigger   byte   process   hat   rest   users   status   roc   

原文地址:https://blog.51cto.com/11298469/2450506

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