博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
oracle - learn-one
阅读量:4607 次
发布时间:2019-06-09

本文共 869 字,大约阅读时间需要 2 分钟。

SGA : System Global Area

查看sga

SQL>show sga;

Sga sized by the SGA_MAX_SIZE prarmeter.

Select component,granule_size from v$sga_dynamic_components;

Shared Pool:

  1. library cache
  2. date dictionary cache

database buffer cache:

Redo log buffer:

Large pool:

Java pool:

-----------------------------------------------------------------------------------------------

PGA: program Glob Area

Process structure

  1. user process
  2. server process
  3. Background process

 

IPC  & TCP/IP

Ipc :inter process communication,包括共享内存、队列、信号量等几种形式。

To start Universal Installer in non-interactive mode:

./runInstaller –responsefile myrespfile –silent

User SYS:

       Owner of the database data dictionary

       Default password:change_on_install

User system:

       Owner of additional internal tables and views used by oracle tools

       Default password: manager

 

转载于:https://www.cnblogs.com/Alex-Zeng/archive/2012/03/18/2405221.html

你可能感兴趣的文章
js原生Ajax的封装与使用
查看>>
周总结6
查看>>
PostgreSQL 务实应用(二/5)插入冲突
查看>>
一种公众号回复关键词机制
查看>>
java多线程入门学习(一)
查看>>
基于 Web 的 Go 语言 IDE - Wide 1.1.0 公布!
查看>>
nyist oj 138 找球号(二)(hash 表+位运算)
查看>>
Movidius软件手册阅读 2017-09-04
查看>>
ytu 1910:字符统计(水题)
查看>>
201671030110 姜佳宇 实验三作业互评与改进
查看>>
mysql-5.6.15 开启二进制文件
查看>>
python的沙盒环境--virtualenv
查看>>
软件自动化测试——入门、进阶与实战
查看>>
BZOJ1878 [SDOI2009]HH的项链 树状数组 或 莫队
查看>>
BZOJ3675 [Apio2014]序列分割 动态规划 斜率优化
查看>>
Django extend(继承)模板标签
查看>>
2016.10.24 继续学习
查看>>
产品功能对标 - 服务授权管理
查看>>
各地IT薪资待遇讨论
查看>>
splay入门
查看>>