【正文】
Passwordbook_lib parfile= 第 6章 數(shù)據(jù)的加載、導(dǎo)出、導(dǎo)入 ?數(shù)據(jù)導(dǎo)入( Import工具) 第 6章 數(shù)據(jù)的加載、導(dǎo)出、導(dǎo)入 ?一個(gè)參數(shù)文件的例子 () FILE = LOG = FROMUSER=myUser1 TOUSER=myUser2 TABLES=( TEST, EMP) 第 6章 數(shù)據(jù)的加載、導(dǎo)出、導(dǎo)入 ?數(shù)據(jù)導(dǎo)入操作的命令 D:\cfi9i_run\DMP\imp system/systemPasswordbook_lib parfile= 第 6章 數(shù)據(jù)的加載、導(dǎo)出、導(dǎo)入 ?進(jìn)一步深入研究 ? 關(guān)于 SQL*Loader、 Export、 Import可參閱 Oracle9i Database Utilities ? 關(guān)于數(shù)據(jù)庫的備份和恢復(fù)可參閱 : Oracle9i Recovery Manager Reference Oracle9i Recovery Manager User39。 SQL rollback。 第 3章 在數(shù)據(jù)庫里安個(gè)家 ?給用戶授權(quán) SQL grant connect, resource to myUser1。s Guide 第 2章 數(shù)據(jù)庫的啟動(dòng)與關(guān)閉 ? 查看參數(shù)設(shè)置的方法 Method Description SHOW PARAMETERS This SQL*Plus mand displays the currently in use parameter values. CREATE PFILE This 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$SPPARAMETER This 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)閉 ? 啟動(dòng)數(shù)據(jù)庫的過程 ? 1. 開始一個(gè) Oracle例程 (Instance) 包括一個(gè) SGA和一系列后臺(tái)進(jìn)程 (存在于內(nèi)存中 ); ? 2. 裝載數(shù)據(jù)庫 例程讀取控制文件,獲得數(shù)據(jù)文件和聯(lián)機(jī)日志文件相關(guān)信息; ? 3. 打開數(shù)據(jù)庫 Oracle打開數(shù)據(jù)庫供用戶正常使用。 ? 命令為: SQL shutdown NORMAL / IMMEDIATE / ABORT 第 2章 數(shù)據(jù)庫的啟動(dòng)與關(guān)閉 Password file Instance SGA Redo Log Buffer Shared Pool Data Dictionary Cache Library Cache DBWR SMON PMON CKPT LGWR Others User process Server process PGA Control