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.

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

时间: 2024-08-02 13:43:10

Oracle commonly uesd tables/views and processes(一)的相关文章

Oracle commonly uesd tables/views and processes(二)

一.oracle commonly table1.dba_extents #describes the extents comprising the segments in all tablespaces in the database.commonly columnowner segment_namepartition_nametablespace_nameblocksbytes 2.dba_segments#describes the storage allocated for all se

do export method of oracle all database tables with dmp files.

usually we need to export the database tables to backup and others use. So we must know what to do export those data . just exmple when I export the oracle all database tables with dmp files. the method is following : #exp oracle_userName/""&quo

Oracle Schema Objects——Tables——Oracle Data Types

Character Data Types 字符数据类型 Character data types store character (alphanumeric) data in strings. 字符数据类型存储在字符串中的字符 (字母或数字) 数据. The most commonly used character data type is VARCHAR2, which is the most efficient option for storing character data. 最常用的字

Oracle Schema Objects——Tables——Table Compression

Table Compression 表压缩 The database can use table compression to reduce the amount of storage required for the table. 数据库可以使用表压缩来消除数据块中的重复值. Compression saves disk space, reduces memory use in the database buffer cache, and in some cases speeds query

Oracle Schema Objects——Tables——Overview of Tables

Overview of Tables A table is the basic unit of data organization in an Oracle database. 表是Oracle数据库中的数据组织的基本单位. A table describes an entity, which is something of significance about which information must be recorded. 一个表描述了一个实体,其相关重要信息必须被记录. A tabl

Oracle Schema Objects——Tables——TableStorage

Table Storage Oracle数据库如何保存表数据? Oracle Database uses a data segment in a tablespace to hold table data. Oracle 数据库使用表空间中的数据段保存表数据. As explained in "User Segments", a segment contains extents made up of data blocks. 如"用户段"所述,段包含由数据块组成的扩

Oracle 面试宝典 - 7

1. What is a CO-RELATED SUBQUERY A CO-RELATED SUBQUERY is one that has a correlation name as table or view designator in the FROM clause of the outer query and the same correlation name as a qualifier of a search condition in the WHERE clause of the

Migrating Oracle on UNIX to SQL Server on Windows

Appendices Published: April 27, 2005 On This Page Appendix A: SQL Server for Oracle Professionals Appendix B: Getting the Best Out of SQL Server 2000 and Windows Appendix C: Baselining Appendix D: Installing Common Drivers and Applications Installing

Oracle Applications Multiple Organizations Access Control for Custom Code

文档 ID 420787.1 White Paper Oracle Applications Multiple Organizations Access Control for Custom Code Checked for relevance on 12-JAN-2011 See Change Record This document discusses how to update the customization code that is affected by the access co