了解了oracle的框架體系後,來個安裝示例先,雖然可能很多高手和大俠覺的小弟太菜,這都要學習,小弟愚昧,嘿嘿就是要學習,乙個配置草率的資料庫給以後的使用帶來很多崩潰的隱患,為了不到以後找2天才發現原來是配置問題,小弟還是努力的學下這農民工做的事!
前面的就不多說了,點下一部就ok了,我們從建立資料庫標識開始學習安裝。
全域性資料庫名:唯一指定你在網路上區別與其他資料庫完整資料庫名字,比如你想建立資料庫為kingsure,而你所在的網域名稱為elink.com.cn,那你的資料庫全名就是kingsure.elink.com.cn
sid:是指在網路中區別與其他資料例項的例項名,如果你的全域性資料庫名為kingsure.elink.com.cn那你的sid預設為kingsure ,你也可以改變他的值。然後你就下一步,下一步嘍,都是中文看的懂吧。
安裝完以後就進入開啟程式一看,工具還真的,又得去找資料,哎,讀書時候不努力~~報應啊!
現在來看一下oracle的一些常用的工具
3、企業管理器(enterprise manager)
configuration assistant oracle enterprise manager配置輔助工具,對伺服器資料檔案庫進行管理。
console 登入oem管理器(oracle enterprise manager)
4、移植工具(migration utilities)
oracle data migration assistant 移植oracle7資料庫,將oracle8公升級到oracle8i
5、網路管理(network administration)
net8 assistant 配置網路部分(連線描述tnsnames.ora、***listener.ora)
net8 configuration assistant 功能基本同上,提供基本的配置,要獲得高階配置操作,或配置此工具未包括的 net8 的其它部分的詳細資訊,請使用net8 assistant oracle odbc test 連線、測試oracle odbc的工具。
6、dos視窗下實用程式
svrmgrl oracle伺服器管理:oracle server manager
e:/oracle/ora81/bin/svrmgrl.exe
sql*plus dos視窗下使用的sql*plus
e:/oracle/ora81/bin/sqlplus.exe
lsnrctl ***管理程式
e:/oracle/ora81/bin/lsnrctl.exe
exp/imp 邏輯備份、恢復工具
e:/oracle/ora81/bin/exp.exe、e:/oracle/ora81/bin/imp.exe
sql*loader 大量資料插入工具
e:/oracle/ora81/bin/sqlldr.exe
orapwd 修改sys或internal密碼工具
e:/oracle/ora81/bin/orapwd.exe
ocopy oracle拷貝工具
e:/oracle/ora81/bin/ocopy.exe
MySQL 學習日記 二
我只是將文件裡的一些東西寫了下來,我的學習參考也是在網上找的乙個中文文件,有人需要的話可以去提 mysql 中的一些特殊處理 select from where item 等價於strings query select from where item include using namespace ...
JavaWeb學習日記(二)
概念 我們編寫文件來約束乙個xml文件的書寫規範,這稱之為xml約束。約束技術分類 一 dtd的基本概念 document type definition 文件型別定義 dtd檔案一般和xml檔案配合使用,主要是為了約束xml檔案。xml檔案引入dtd檔案,這樣xml可以自定義標籤,但又受到dtd檔...
java學習日記(二)
1.localdate類 構造乙個表示當前日期的物件 localdate date localdate.now 構造乙個表示給定日期的物件 localdate newyearseve localdate.of 1999,12,3 獲取年月日 int year newyearseve.getyear ...