1.需要檔案:
2.需要知道表空間:nnc_data01 和臨時表空間:nnc_index01 和資料庫使用者 nc63train
3.開始,第一步,建立兩個表空間:開啟sql plus,連線資料庫,執行語句:
4.第二步,建立資料庫使用者:
createuser nc63train identified by a default tablespace nnc_data01 temporary tablespacetemp;
grant connect,dbato
nc63train;
5.第三步,將dmp檔案複製到d:\ide\solfware\oracle\product\11.2.0\dbhome_1\bin 目錄下
6.第四步,開啟dos視窗,執行語句:
imp nc63/nc63@orcl file =nc631.dmp log = 20150818.log full =y;
nc63/nc63@orcl 資料庫使用者名稱/密碼@orcl
解除安裝Oracle 11g資料庫
完全解除安裝oracle11g步驟 1 開始 設定 控制面板 管理工具 服務 停止所有 oracle 服務。2 開始 程式 oracle orahome81 oracle installation products universal installer,單擊 解除安裝產品 全部展開 選中除 ora...
Oracle11 g資料庫過期
公司使用的oracle11 g 32位 資料庫出現有效期過期問題,解決此問題可以使用下面的方法 1 查詢密碼有效期system登入 sql select from dba profiles where profile default and resource name password life t...
Oracle 11g系列 資料庫
1 建立oracle資料庫 建立oracle資料庫的最常用工具為database configuration assistant 資料庫配置助手 依次選擇 開始 所有程式 oracle oradb11g home1 configuration and migration tools database...