主頁 > 知識庫 > Oracle學(xué)習(xí)筆記(六)

Oracle學(xué)習(xí)筆記(六)

熱門標簽:北京營銷外呼系統(tǒng)廠家 沈陽400電話是如何辦理 百度地圖標注員是干什么 貴陽智能電銷機器人官網(wǎng) 溫州人工外呼系統(tǒng) 地圖標注付款了怎么找不到了 外呼系統(tǒng)口號 北京外呼系統(tǒng)公司排名 外呼系統(tǒng)鄭州
一、oracle
oracle服務(wù)器有Oracle instace 和Oracle database
instance有memory structure 和 background process 組成。
memory structure包括shared pool、 SGA(System Global Area).

SGA包括:Database buffer cache 和 Redo log buffer cache.
show sga;
show parameter shared;
show parameter db_cache;
show parameter log;
alter system set shared_pool_size=65M;

Process 包括User process、Server process、Background process;
databasey有data file 和 log file 和 control file組成。


database邏輯結(jié)構(gòu):表空間(tablespaces)、段(segments)、分區(qū)(extents)、塊(blocks)

ODCA(Oracle Database Configuration Assistant)
:創(chuàng)建數(shù)據(jù)庫
:配置數(shù)據(jù)庫選項
:刪除數(shù)據(jù)庫
:管理數(shù)據(jù)庫模板

二、管理數(shù)據(jù)庫實例
1、創(chuàng)建和管理初始參數(shù)文件initialization parameter files
系統(tǒng)參數(shù)文件system parameter file——spfilesid,spfile
初始參數(shù)文件init parameter file——initsid.ora
放置位置在oracle安裝目錄下database文件下
參數(shù)分:顯示參數(shù)explicit、隱式參數(shù)implicit、動態(tài)、靜態(tài)
2、configure omf
v$system_parameter動態(tài)性能表
創(chuàng)建spfile
create spfile from pfile
create spfile='d:\spfile.ora' from pfile;

創(chuàng)建表空間
create tablespace test1 datafile='d:\12.dbf' size 3M;

3、開啟和關(guān)閉數(shù)據(jù)庫
開啟數(shù)據(jù)庫Starting Up a Database
shutdown、nomount、mount、open
nomount——startup instance
used to create db,create controlfile
mount——open controlfile
used to change log mode,rename file,db recovery...
startup [nomount|mount|open]
pfile=
restrict
recovery
force

修改數(shù)據(jù)庫指令( alter database command)
1、改變數(shù)據(jù)庫從nomount狀態(tài)為mount;
alter database db_01 mount;
2、打開一個只讀的數(shù)據(jù)庫
alter database db_01 open read only;

關(guān)閉數(shù)據(jù)庫Shutting Down the Database
shutdown mode:normal、transactional、immediate、abort
4、監(jiān)視和使用diagnostic files
alter log file——alertsid.log
background tace file、use trace files

三、創(chuàng)建一個Oracle數(shù)據(jù)庫
1、使用ODCA(oracle database configuration assistant)創(chuàng)建數(shù)據(jù)庫
您可能感興趣的文章:
  • Oracle學(xué)習(xí)筆記(五)
  • Oracle學(xué)習(xí)筆記(四)
  • oracle學(xué)習(xí)筆記(三)
  • oracle學(xué)習(xí)筆記(二)
  • Oracle學(xué)習(xí)筆記(一)

標簽:潮州 通遼 衢州 定西 淮北 包頭 溫州 衡水

巨人網(wǎng)絡(luò)通訊聲明:本文標題《Oracle學(xué)習(xí)筆記(六)》,本文關(guān)鍵詞  Oracle,學(xué)習(xí),筆記,六,Oracle,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《Oracle學(xué)習(xí)筆記(六)》相關(guān)的同類信息!
  • 本頁收集關(guān)于Oracle學(xué)習(xí)筆記(六)的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章