Oracle学习笔记(六)
1、使用ODCA(oracle database configuration assistant)创建数据库 shutdown、nomount、mount、open
三、创建一个Oracle数据库
alter log file——alertsid.log
show parameter db_cache;
recovery
Process 包括User process、Server process、Background process;
开启数据库Starting Up a Database
初始参数文件init parameter file——initsid.ora
create tablespace test1 datafile='d:\12.dbf' size 3M;
v$system_parameter动态性能表
alter database db_01 mount;
restrict
oracle服务器有Oracle instace 和Oracle database
1、创建和管理初始参数文件initialization parameter files
:删除数据库
创建spfile
databasey有data file 和 log file 和 control file组成。
修改数据库指令( alter database command)
alter system set shared_pool_size=65M;
2、configure omf
create spfile='d:\spfile.ora' from pfile;
二、管理数据库实例
nomount——startup instance
create spfile from pfile
startup [nomount|mount|open]
database逻辑结构:表空间(tablespaces)、段(segments)、分区(extents)、块(blocks)
SGA包括:Database buffer cache 和 Redo log buffer cache.
show sga;
show parameter shared;
pfile=
used to create db,create controlfile
memory structure包括shared pool、 SGA(System Global Area).
alter database db_01 open read only;
放置位置在oracle安装目录下database文件下
参数分:显示参数explicit、隐式参数implicit、动态、静态
4、监视和使用diagnostic files
show parameter log;
关闭数据库Shutting Down the Database
used to change log mode,rename file,db recovery...
ODCA(Oracle Database Configuration Assistant)
1、改变数据库从nomount状态为mount;
2、打开一个只读的数据库
force
创建表空间
:管理数据库模板
mount——open controlfile
系统参数文件system parameter file——spfilesid,spfile
:配置数据库选项
background tace file、use trace files
一、oracle
3、开启和关闭数据库
:创建数据库
shutdown mode:normal、transactional、immediate、abort
相关热词: oracle
本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供用于网络技术学习参考,学习中请遵循相关法律法规!
本文地址: https://v30.fanwenzhu.com/sql/oracle/3214.shtml
相关文章
热门TAG
win10 ecshop 主机 阿里云 解决 配置 C# C++ 解析 SQL语句 命令 Go语言 方法 CSS3 HTML5 CSS win7 MSSQL 服务器配置 IIS7.5 IIS7 IIS6 IIS CentOS 7 Linux oracle数据库 oracle phpcms discuz discuz教程最新文章
-
是因为scan的IP问题补占用
时间:2021-01-20
-
还你一个干净的model 2、功
时间:2021-01-20
-
既然 ROWNUM 列并不是真实存
时间:2021-01-20
-
Real Application Clusters
时间:2021-01-20
-
在tools-preferences-connection(
时间:2021-01-20
-
Windows Sever 2012下Oracle 12c安
时间:2021-01-10
-
Oracle安装监听器错误的解
时间:2021-01-07
-
oracle远程连接服务器数据
时间:2021-01-07
热门文章
-
Oracle存储过程编程详解
时间:2020-12-07
-
Azure Queue Storage 基本用法 Azure Storage 之
时间:2020-12-26
-
win10下oracle 11g安装图文教程
时间:2020-12-25
-
oracle 数据库学习 基本结构介绍
时间:2020-12-13
-
Azure File Storage 基本用法 Azure Storage 之 F
时间:2020-12-26
-
windows使用sqlpus连接oracle 数据库的教程图
时间:2020-12-25
-
Window下Oracle Database 11g 发行版2安装教程
时间:2020-12-29
-
Oracle解锁的方式介绍
时间:2020-12-14
-
Oracle 12c Study之Installer Oracle
时间:2021-01-06
-
linux下oracle设置开机自启动实现方法
时间:2020-12-13
