精品丰满熟女一区二区三区_五月天亚洲欧美综合网_亚洲青青青在线观看_国产一区二区精选

  • <menu id="29e66"></menu>

    <bdo id="29e66"><mark id="29e66"><legend id="29e66"></legend></mark></bdo>

  • <pre id="29e66"><tt id="29e66"><rt id="29e66"></rt></tt></pre>

      <label id="29e66"></label><address id="29e66"><mark id="29e66"><strike id="29e66"></strike></mark></address>
      學(xué)習(xí)啦>學(xué)習(xí)電腦>電腦安全>系統(tǒng)安全>

      如何通過命令行導(dǎo)入oracle數(shù)據(jù)庫備份

      時(shí)間: 林澤1002 分享

        當(dāng)無法通過plsql導(dǎo)入數(shù)據(jù)庫備份時(shí),如何通過命令行導(dǎo)入oracle數(shù)據(jù)庫備份.下面是學(xué)習(xí)啦小編收集整理的如何通過命令行導(dǎo)入oracle數(shù)據(jù)庫備份,希望對(duì)大家有幫助~~

        通過命令行導(dǎo)入oracle數(shù)據(jù)庫備份的方法

        工具/原料

        Oracle數(shù)據(jù)庫

        方法/步驟

        通過系統(tǒng)管理員進(jìn)入SQLplus, sql / as sys;

        create directory expdir as 'd:\expdir_nt_test_61'; 在D盤創(chuàng)建一個(gè)文件夾expdir_nt_test_61,并將數(shù)據(jù)庫備份放入其中

        exit;退出SQLplus

        cd expdir_nt_test_61;隨便進(jìn)入一個(gè)expdir_nt_test_61文件夾

        D:\a>impdp nt_test_61/nt_test_61 directory=expdir_nt_test_61

        dumpfile=20150213_NT_TEST_61.dmp remap_schema=nt_test:nt_test_61 exclude=user table_exists_action=replace 開始導(dǎo)入數(shù)據(jù)庫


      如何通過命令行導(dǎo)入oracle數(shù)據(jù)庫備份相關(guān)文章:

      1.怎么用命令提示符導(dǎo)出oracle數(shù)據(jù)庫

      2.如何用命令提示符導(dǎo)出oracle數(shù)據(jù)庫

      3.oracle數(shù)據(jù)庫自動(dòng)備份系統(tǒng)

      4.oracle如何用cmd命令創(chuàng)建和刪除數(shù)據(jù)庫

      5.win怎么啟動(dòng)oracle數(shù)據(jù)庫命令

      6.如何使用命令啟動(dòng)停止oracle數(shù)據(jù)庫

      如何通過命令行導(dǎo)入oracle數(shù)據(jù)庫備份

      當(dāng)無法通過plsql導(dǎo)入數(shù)據(jù)庫備份時(shí),如何通過命令行導(dǎo)入oracle數(shù)據(jù)庫備份.下面是學(xué)習(xí)啦小編收集整理的如何通過命令行導(dǎo)入oracle數(shù)據(jù)庫備份,希望對(duì)大家有幫助~~ 通過命令行導(dǎo)入oracle數(shù)據(jù)庫備份的方法 工具/原料 Oracle數(shù)據(jù)庫 方法/步驟
      推薦度:
      點(diǎn)擊下載文檔文檔為doc格式
      3001880