主頁 > 知識庫 > CMD操作oracle數(shù)據(jù)導庫過程圖解

CMD操作oracle數(shù)據(jù)導庫過程圖解

熱門標簽:汽車4s店百度地圖標注店 網貸外呼系統(tǒng)合法嗎 手機地圖標注門店 安陽企業(yè)電銷機器人供應商 鶴壁電話機器人價格 地圖標注效果的制作 電銷套路機器人 地圖標注坐標圖標 杭州網絡外呼系統(tǒng)運營商

1.cmd窗口下,登陸管理員用戶:sqlplus sys/1 as sysdba

2.創(chuàng)建新用戶并為用戶授權:

  (1)創(chuàng)建用戶

---Create the user
create user Helq3_Pro
identified by "1"
default tablespace MOF
temporary tablespace TEMP
profile DEFAULT;

 ?。?)為用戶授權

SQL> grant dba to helq3_cpbgt_20200714 with admin option;
SQL> grant unlimited tablespace to helq3_cpbgt_20200714 with admin option;
SQL> grant imp_full_database to helq3_cpbgt_20200714;

3.數(shù)據(jù)導入

 ?。?)imp導入:

imp userid=helq3_cpbgt_20200714/1@orcl file=E:\cpcz.dmp full=yignore=y 

 ?。?)數(shù)據(jù)泵導入impdp

    首先,創(chuàng)建,并為用戶授權此文件夾

    數(shù)據(jù)泵導入:

impdp helq3_cpbgt_20200714/1 dumpfile=cpcz.dmp directory=expdp_dir remap_schema=helq3_cpbgt_20200714(導出時的用戶名):helq3_cpbgt_20200714

4.數(shù)據(jù)導出

 ?。?)exp導出:

exp helq3_cpbgt_20200714/1@orcl file=E:\cpcz.dmp log=cpcz.log

    導出帶空表的數(shù)據(jù)庫->先做查詢,再正常導出:

select 'alter table '||table_name||' allocate extent;' from user_tables where num_rows=0;

 ?。?)expdp 數(shù)據(jù)泵導出:

expdp helq3_cpbgt_20200714/1@orclschemas=helq3_cpbgt_20200714 dumpfile=cpcz.dmp directory=expdp_dir logfile=cpcz.log

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持腳本之家。

您可能感興趣的文章:
  • oracle執(zhí)行cmd的實現(xiàn)方法
  • Oracle數(shù)據(jù)庫常用命令整理(實用方法)
  • Oracle利用errorstack追蹤tomcat報錯ORA-00903 無效表名的問題
  • Oracle按身份證號得到省市、性別、年齡的示例代碼
  • Windows10安裝Oracle19c數(shù)據(jù)庫詳細記錄(圖文詳解)
  • Shell腳本連接oracle數(shù)據(jù)庫的實現(xiàn)代碼
  • Oracle數(shù)據(jù)庫服務器修改操作系統(tǒng)時間的注意事項詳解
  • Linux一鍵部署oracle安裝環(huán)境腳本(推薦)

標簽:河源 梧州 酒泉 泰安 焦作 柳州 南陽 銀川

巨人網絡通訊聲明:本文標題《CMD操作oracle數(shù)據(jù)導庫過程圖解》,本文關鍵詞  CMD,操作,oracle,數(shù)據(jù),導庫,;如發(fā)現(xiàn)本文內容存在版權問題,煩請?zhí)峁┫嚓P信息告之我們,我們將及時溝通與處理。本站內容系統(tǒng)采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《CMD操作oracle數(shù)據(jù)導庫過程圖解》相關的同類信息!
  • 本頁收集關于CMD操作oracle數(shù)據(jù)導庫過程圖解的相關信息資訊供網民參考!
  • 推薦文章