Oracle database backup using exp.exe

Write parfile

log=C:\website\exp.log
file=C:\website\back20190830.dmp
buffer=4096
tables=(APP_MENU,
APP_USER)
compress=yes
consistent=no
grants=yes
indexes=yes
rows=yes
triggers=yes
constraints=yes

Execute the following command in powershell

exp.exe userid=USERID/PASSWORD@DBNAME parfile=C:\website\plsexp.par

Note the use of the path change under

At last

To the backup server, a zip

Guess you like

Origin www.cnblogs.com/jiajin/p/11433458.html