【正文】
權(quán)所有( 2023~2023) All rights reservedOracle數(shù)據(jù)庫由入門到進(jìn)階220。 第 1章 Oracle數(shù)據(jù)庫的安裝220。 第 3章 在數(shù)據(jù)庫里安個(gè)家220。 第 5章 利用網(wǎng)絡(luò)訪問數(shù)據(jù)庫220。 第 7章 性能優(yōu)化概述220。操作系統(tǒng): Windows 2023/XP/2023 Server216。內(nèi)存: 256M216。Java 運(yùn)行環(huán)境( JRE)第 1章 Oracle數(shù)據(jù)庫的安裝l 應(yīng)特別注意字符集的選擇216。常用選擇: AL32UTF8 / WE8ISO8859P1216。當(dāng)前值: 可在 NLS_DATABASE_PARAMETERS中查到關(guān)于 字符集的進(jìn)一步深入研究,可參閱:Oracle9i Globalization Support Guide 第 1章 Oracle數(shù)據(jù)庫的安裝l 查看安裝結(jié)果l 數(shù)據(jù)庫的存在形式216。 物理結(jié)構(gòu) (Datafiles,logandfiles)216。 確定全局?jǐn)?shù)據(jù)庫名 (DB_NAME, DB_DOMAIN)216。 指明數(shù)據(jù)塊大小 (DB_BLOCK_SIZE, NonStandard Block Sizes)216。 指定最大進(jìn)程個(gè)數(shù) (PROCESSES)216。 設(shè)置許可參數(shù) (LICENSE_MAX_SESSIONS, LICENSE_MAX_USERS) 關(guān)于啟動(dòng)參數(shù) Oracle9i Database Reference第 2章 數(shù)據(jù)庫的啟動(dòng)與關(guān)閉l 關(guān)于參數(shù)文件216。 二進(jìn)制的服務(wù)器參數(shù)文件 SPFILE D:\ora90\database\ 關(guān)于參數(shù)文件 Oracle9i Database Administrator39。SHOW PARAMETERS This SQL*Plus mand displays the currently in use parameter values.CREATE PFILEThis SQL statement creates a text initialization parameter file from the binary server parameter file.V$PARAMETER This view displays the currently in effect parameter values.V$SPPARAMETERThis view displays the current contents of the server parameter file. The view returns NULL values if a server parameter file is not being used by the instance.第 2章 數(shù)據(jù)庫的啟動(dòng)與關(guān)閉l 啟動(dòng)數(shù)據(jù)庫的過程216。 2. 裝載數(shù)據(jù)庫例程讀取控制文件,獲得數(shù)據(jù)文件和聯(lián)機(jī)日志文件相關(guān)信息;216。 關(guān)于啟動(dòng)與關(guān)閉可參閱 Oracle9i Database Concepts Oracle9i Database Administrator39。 1. 開始一個(gè) Oracle例程 (Instance) SQL CONNECT username/password AS S