exp imp使用配置檔案的方法

2021-12-29 21:48:53 字數 631 閱讀 6943

exp/imp的引數較多,若經常使用,可以使用引數檔案來提高效率,以後就直接修改引數檔案就行了,不再需要重新輸入很長的命令

引數檔案的中的關鍵字可以根據需要自己增刪

1、在exp後面直接給出引數檔案parfile

>exp  parfile=c:/fot/export.txt

c:/fot/export.txt內容如下:

userid=edwdata/edwdata@edwtest

buffer=409600

file=c:\fot\a.dmp

log=c:\fot\a.log

tables=(s_data_d)

執行結果:

2、引數和引數檔案可以混合使用

如:>exp userid=edwdata/edwdata@edwtest buffer=409600 parfile=c:/fot/export.txt

c:/fot/export.txt內容如下:

file=c:\fot\a.dmp

log=c:\fot\a.log

tables=(s_data_d)

執行結果同上。

3.imp與exp用法類似只是各自有不同的引數

作者「to_be_monster_of_it」

python的配置檔案使用方法

在平時的專案中,常常需要用到配置檔案,用來配置專案的一些資訊,比如資料庫,請求 資料夾,執行緒 程序數等資訊,這樣就可以方便我們通過修改配置檔案中的引數來很好地完成整個專案的功能修改或開發。配置檔案一般區別於python 會單獨存放在乙個資料夾中,方便管理,常見的配置檔案格式有.conf,ini,y...

讀配置檔案的方法

方法一 config.ini server ip 192.168.1.150 port 8888 cpp include cstring configpath,ipstring getcurrentdirectory 100,configpath.getbuffer 100 為configpath開...

讀取配置檔案的方法

public static listhosts new arraylist static properties pros new properties staticelse catch ioexception e 總結 首先把名為main config.properties的配置檔案放在src下即可...