您好,登錄后才能下訂單哦!
小編這次要給大家分享的是詳解CMD如何操作oracle數據導庫,文章內容豐富,感興趣的小伙伴可以來了解一下,希望大家閱讀完這篇文章之后能夠有所收獲。
1.cmd窗口下,登陸管理員用戶:sqlplus sys/1 as sysdba
2.創建新用戶并為用戶授權:
(1)創建用戶
---Create the user create user Helq3_Pro identified by "1" default tablespace MOF temporary tablespace TEMP profile DEFAULT;
(2)為用戶授權
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.數據導入
(1)imp導入:
imp userid=helq3_cpbgt_20200714/1@orcl file=E:\cpcz.dmp full=yignore=y
(2)數據泵導入impdp
首先,創建,并為用戶授權此文件夾
數據泵導入:
impdp helq3_cpbgt_20200714/1 dumpfile=cpcz.dmp directory=expdp_dir remap_schema=helq3_cpbgt_20200714(導出時的用戶名):helq3_cpbgt_20200714
4.數據導出
(1)exp導出:
exp helq3_cpbgt_20200714/1@orcl file=E:\cpcz.dmp log=cpcz.log
導出帶空表的數據庫->先做查詢,再正常導出:
select 'alter table '||table_name||' allocate extent;' from user_tables where num_rows=0;
(2)expdp 數據泵導出:
expdp helq3_cpbgt_20200714/1@orclschemas=helq3_cpbgt_20200714 dumpfile=cpcz.dmp directory=expdp_dir logfile=cpcz.log
看完這篇關于詳解CMD如何操作oracle數據導庫的文章,如果覺得文章內容寫得不錯的話,可以把它分享出去給更多人看到。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。