濮阳杆衣贸易有限公司

主頁 > 知識庫 > oracle表空間的創(chuàng)建及dmp 文件的導入(推薦)

oracle表空間的創(chuàng)建及dmp 文件的導入(推薦)

熱門標簽:地圖標注的坐標點 上海網絡外呼系統(tǒng) 外呼系統(tǒng)好點子 電話機器人那種好 百度地圖標注飯店位置怎么 區(qū)域地圖標注怎么設置 理財產品電銷機器人 南通電銷外呼系統(tǒng)哪家強 百度地圖標注注解

--用oracle系統(tǒng)權限的賬號 登陸

-- 1.創(chuàng)建用戶
create user u_name identified by "u_password";
--2.賦予權限
grant dba, resource, connect to u_name; 
grant create session to u_name;
grant create table to u_name;
grant create view to u_name;
grant create tablespace to u_name;
grant unlimited tablespace to u_name;
grant select any table to u_name;
grant select any dictionary to u_name;
--3.創(chuàng)建目錄 dictionary
create directory directory_name as 'D:\oracleEnv\Oracle\product\11.2.0\db\backup'; --路徑可以自己指定
--4.賦予目錄權限
GRANT read,write ON DIRECTORY directory_name TO u_name;
--5.創(chuàng)建表空間
create tablespace table_space_name
datafile 'D:\oracleEnv\Oracle\product\11.2.0\dbhome_1\oradata\table_space_name.DBF'
size 2500M
autoextend on next 500M maxsize 12000M; 
--6.修改表空間配置
ALTER USER table_space_name DEFAULT TABLESPACE u_name;
--8.查看表空間
select tablespace_name , file_id,bytes from dba_data_files where tablespace_name='my_table_space_name';
-- 9.導入數(shù)據(jù)
-簡單版 
impdp u_name/u_password@ORCL dumpfile=file_path full=y table_exists_action=replace
--常用版
impdp u_name/u_password@ip_address/space_name directory=my_director full=y dumpfile=my_dmp_file.DMP logfile=my_dmp_file.log table_exists_action=replace;
--高級版
impdp u_name/u_password@ip_address/space_name directory=my_director full=y dumpfile=my_dmp_file.DMP logfile=my_dmp_file.log
[remap_schema=user_1:user_2] [remap_tablespace =table_space_1:table_space_2] [table_exists_action=replace]

總結

以上所述是小編給大家介紹的oracle表空間的創(chuàng)建及dmp 文件的導入,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對腳本之家網站的支持!

您可能感興趣的文章:
  • Linux下Oracle如何導入導出dmp文件詳解
  • oracle創(chuàng)建表空間、授權、創(chuàng)建用戶、導入dmp文件
  • 利用PL/SQL從Oracle數(shù)據(jù)庫導出和導入數(shù)據(jù)
  • oracle數(shù)據(jù)庫導入TXT文件方法介紹

標簽:昭通 百色 遼源 紹興 中衛(wèi) 寧波 自貢 海東

巨人網絡通訊聲明:本文標題《oracle表空間的創(chuàng)建及dmp 文件的導入(推薦)》,本文關鍵詞  oracle,表空,間的,創(chuàng)建,及,;如發(fā)現(xiàn)本文內容存在版權問題,煩請?zhí)峁┫嚓P信息告之我們,我們將及時溝通與處理。本站內容系統(tǒng)采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《oracle表空間的創(chuàng)建及dmp 文件的導入(推薦)》相關的同類信息!
  • 本頁收集關于oracle表空間的創(chuàng)建及dmp 文件的導入(推薦)的相關信息資訊供網民參考!
  • 推薦文章
    察隅县| 尚义县| 西充县| 凌海市| 江阴市| 罗山县| 海盐县| 晋中市| 时尚| 临洮县| 塔河县| 长顺县| 焦作市| 宣武区| 伊春市| 平武县| 麟游县| 盐城市| 汤阴县| 瓮安县| 鹤庆县| 鄂尔多斯市| 西吉县| 安多县| 宜川县| 宜州市| 泰宁县| 临颍县| 洮南市| 大安市| 湄潭县| 孝昌县| 呼图壁县| 武山县| SHOW| 永城市| 呈贡县| 如皋市| 临清市| 梅州市| 平武县|