Oracle commonly uesd tables/views and processes
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Oracle commonly uesd tables/views and processes相关的知识,希望对你有一定的参考价值。
一、
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的主要内容,如果未能解决你的问题,请参考以下文章
我找不到 oracle.wsm.common.config.WsmConfig 的 jar
Oracle .Net ManagedDataAccess 错误:无法从程序集中加载类型“OracleInternal.Common.ConfigBaseClass”
The ORDER BY clause is invalid in views, inline functions, derived tables, subqueries, and common ta