最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

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

 更新時(shí)間:2017年08月07日 17:12:37   作者:空之極  
這篇文章主要介紹了oracle表空間的創(chuàng)建及dmp 文件的導(dǎo)入,需非常不錯(cuò),具有參考借鑒價(jià)值,要的朋友可以參考下

--用oracle系統(tǒng)權(quán)限的賬號(hào) 登陸

-- 1.創(chuàng)建用戶
create user u_name identified by "u_password";
--2.賦予權(quán)限
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.賦予目錄權(quán)限
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.導(dǎo)入數(shù)據(jù)
-簡(jiǎn)單版 
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;
--高級(jí)版
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]

總結(jié)

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

相關(guān)文章

最新評(píng)論

卫辉市| 子洲县| 苗栗县| 怀集县| 安阳县| 双峰县| 肃宁县| 芦溪县| 苏州市| 泸定县| 西贡区| 察雅县| 汤原县| 格尔木市| 修武县| 泰来县| 万山特区| 海盐县| 崇阳县| 罗甸县| 会同县| 灵寿县| 临夏市| 通化市| 诸城市| 当阳市| 九龙县| 江油市| 铅山县| 大关县| 大新县| 枞阳县| 大余县| 顺平县| 湟中县| 兴业县| 资溪县| 维西| 东莞市| 泰安市| 赤城县|