真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

Oracle如何備份還原-創(chuàng)新互聯(lián)

這篇文章主要介紹Oracle如何備份還原,文中介紹的非常詳細(xì),具有一定的參考價值,感興趣的小伙伴們一定要看完!

創(chuàng)新互聯(lián)公司作為成都網(wǎng)站建設(shè)公司,專注網(wǎng)站建設(shè)、網(wǎng)站設(shè)計,有關(guān)企業(yè)網(wǎng)站建設(shè)方案、改版、費用等問題,行業(yè)涉及門窗定制等多個領(lǐng)域,已為上千家企業(yè)服務(wù),得到了客戶的尊重與認(rèn)可。

創(chuàng)建表分區(qū)

create tablespace apps datafile '&1\apps.dbf' size 10m autoextend on next 8m; create tablespace appsys datafile '&1\appsys.dbf' size 10m autoextend on next 8m;

創(chuàng)建分區(qū)表空間

create tablespace APPS_00 datafile '&1\APPS_00.dbf' size 10M autoextend on next 8M; create tablespace APPSYS_00 datafile '&1\APPSYS_00.dbf' size 10M autoextend on next 8M;

刪除用戶

drop user apps cascade; drop user appsys cascade;

創(chuàng)建用戶

create user apps identified by cape default tablespace apps; create user appsys identified by cape default tablespace appsys;

授權(quán)

grant dba to apps with admin option; grant dba to appsys; grant create any table to apps; grant alter any table to apps; grant drop any table to apps; grant create any index to apps; grant drop any index to apps;

創(chuàng)建目錄

create or replace directory expdp_wms_dir as 'D:\data_bak\'; grant read, write on directory expdp_wms_dir to APPS;

EXP/IMP備份與還原

exp user/pwd@SID   file=d:\db_20101010.dmp log=d:\db_20101010.log  owner=(apps,appsys) imp user/pwd@SID  file=D:\db_20101010.dmp  log=D:\db_20101010.log fromuser=apps touser=apps fromuser=appsys touser=appsys ignore=y

EXPDP/IMPDP備份還原

expdp user/pwd@SID dumpfile=DB20141216.dmp logfile=DB20141216.log schemas=(apps,appsys) directory=expdp_dir job_name=expdp_job version=11.1.0.2 impdp user/pwd@SID dumpfile=DB20141216.DMP logfile=DB20141216.log schemas=(apps,appsys) directory=impdp_dir job_name=impdp_job

表空間映射

impdp user/pwd@SID dumpfile=DB20141216.DMP logfile=DB20141216.log remap_schema=QA_SOA:SNPW remap_tablespace=DEV_ODI_USER:JJE_ODI_USER directory=impdp_dir job_name=impdp_job
  • 忘記ORACLE的管理員sys用戶密碼
      在服務(wù)器本地登錄,無須密碼

    sqlplus / as sysdba
    • 登陸之后更改密碼

    sql> alter user sys identified by sys;
  • user test lacks CREATE SESSION privilege; logon denied.
    • 使用DBA登陸,執(zhí)行下面的授權(quán)語句。

    • grant connect,resource to test;
    • grant create session to test;

以上是“Oracle如何備份還原”這篇文章的所有內(nèi)容,感謝各位的閱讀!希望分享的內(nèi)容對大家有幫助,更多相關(guān)知識,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!

另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機、免備案服務(wù)器”等云主機租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。


網(wǎng)站欄目:Oracle如何備份還原-創(chuàng)新互聯(lián)
文章來源:http://weahome.cn/article/egigp.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部